The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cant equip Death Shroud
Author Message
Kanibal
Master
**

Posts: 255
Likes Given: 6
Likes Received: 30 in 28 posts
Joined: Jun 2012
Reputation: 0



Post: #1
Cant equip Death Shroud
I cant equip Death Shroud. Tried 56c/56d servers. Tried to use modified script
Code:
[ITEMDEF i_death_shroud]
DEFNAME=i_death_shroud
ID=i_deathshroud
NAME=Death Shroud
TYPE=t_clothing //t_armor

ON=@CREATE
ATTR=attr_newbie
COLOR=01
HITPOINTS=1000
but still can't... Maybe there is an option in sphere.ini that I need to change? Confused

Grandmaster Localhost Admin
11-23-2016 11:37 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 245
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #2
RE: Cant equip Death Shroud
(11-23-2016 11:37 PM)Kanibal Wrote:  I cant equip Death Shroud. Tried 56c/56d servers. Tried to use modified script
Code:
[ITEMDEF i_death_shroud]
DEFNAME=i_death_shroud
ID=i_deathshroud
NAME=Death Shroud
TYPE=t_clothing //t_armor

ON=@CREATE
ATTR=attr_newbie
COLOR=01
HITPOINTS=1000
but still can't... Maybe there is an option in sphere.ini that I need to change? Confused
There are two deatshroud items in the recent scriptspack so try change:

ID=i_deathshroud to ID= i_deathshroud_craft
11-24-2016 12:19 AM
Find all posts by this user Like Post Quote this message in a reply
Kanibal
Master
**

Posts: 255
Likes Given: 6
Likes Received: 30 in 28 posts
Joined: Jun 2012
Reputation: 0



Post: #3
RE: Cant equip Death Shroud
(11-24-2016 12:19 AM)darksun84 Wrote:  There are two deatshroud items in the recent scriptspack so try change:

ID=i_deathshroud to ID= i_deathshroud_craft

And now I cant see this Shroud in backpack... I'd better use an old 56b sphere.

Grandmaster Localhost Admin
11-24-2016 12:40 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 245
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #4
RE: Cant equip Death Shroud
Works fine here, anyway if you can't see the item that means the graphic is missing in your art.mul (probably your UO version is mondain legacy? )
11-24-2016 12:58 AM
Find all posts by this user Like Post Quote this message in a reply
Kanibal
Master
**

Posts: 255
Likes Given: 6
Likes Received: 30 in 28 posts
Joined: Jun 2012
Reputation: 0



Post: #5
RE: Cant equip Death Shroud
(11-24-2016 12:58 AM)darksun84 Wrote:  Works fine here, anyway if you can't see the item that means the graphic is missing in your art.mul (probably your UO version is mondain legacy? )

UO version is 7.0.15.1

Grandmaster Localhost Admin
(This post was last modified: 11-24-2016 01:03 AM by Kanibal.)
11-24-2016 01:00 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Coruja
Sphere Developer
*****

Posts: 987
Likes Given: 5
Likes Received: 226 in 187 posts
Joined: Jul 2012
Reputation: 7

Dimension Shard

Post: #6
RE: Cant equip Death Shroud
i_deathshroud is the old ghost robe that can be used only by ghosts
to use death/hooded shroud on alive chars you must use i_deathshroud_craft or i_shroud_hooded

PS: sphere 56b is not recommended in any way, it have many bugs/exploits, the code is outdated and not optimized, it's not compatible with UO SA/HS/TOL, etc
11-24-2016 02:34 AM
Find all posts by this user Like Post Quote this message in a reply
Kanibal
Master
**

Posts: 255
Likes Given: 6
Likes Received: 30 in 28 posts
Joined: Jun 2012
Reputation: 0



Post: #7
RE: Cant equip Death Shroud
(11-24-2016 02:34 AM)Coruja Wrote:  i_deathshroud is the old ghost robe that can be used only by ghosts
to use death/hooded shroud on alive chars you must use i_deathshroud_craft or i_shroud_hooded
I installed now 2.0.3 client and it works fine with this script.
Code:
[ITEMDEF i_death_shroud]
DEFNAME=i_death_shroud
NAME=Death Shroud
TYPE=t_armor
ARMOR=10
ID=i_deathshroud

ON=@Create
HITPOINTS={100, 200}
Maybe I had broken installer of 7.0.15.1?
(11-24-2016 02:34 AM)Coruja Wrote:  PS: sphere 56b is not recommended... it's not compatible with UO SA/HS/TOL, etc
I'm not using SA/HS. Wtf is TOL, another shit with ninja's etc.?

Grandmaster Localhost Admin
11-24-2016 07:04 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 245
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #8
RE: Cant equip Death Shroud
It's the expansion with dinosaurs Tongue
11-24-2016 07:54 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 2 Guest(s)