SphereCommunity
Cant equip Death Shroud - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Help (/Forum-Script-Help)
+--- Thread: Cant equip Death Shroud (/Thread-Cant-equip-Death-Shroud)



Cant equip Death Shroud - Kanibal - 11-23-2016 11:37 PM

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


RE: Cant equip Death Shroud - darksun84 - 11-24-2016 12:19 AM

(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


RE: Cant equip Death Shroud - Kanibal - 11-24-2016 12:40 AM

(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.


RE: Cant equip Death Shroud - darksun84 - 11-24-2016 12:58 AM

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? )


RE: Cant equip Death Shroud - Kanibal - 11-24-2016 01:00 AM

(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


RE: Cant equip Death Shroud - Coruja - 11-24-2016 02:34 AM

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


RE: Cant equip Death Shroud - Kanibal - 11-24-2016 07:04 PM

(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.?


RE: Cant equip Death Shroud - darksun84 - 11-24-2016 07:54 PM

It's the expansion with dinosaurs Tongue