SphereCommunity
Crashing on Spellbook Open - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: Crashing on Spellbook Open (/Thread-Crashing-on-Spellbook-Open)



Crashing on Spellbook Open - gergecoelho - 08-13-2015 12:04 PM

Hey guys!

Today I started having a big problem when opening a regular Spellbook, it is crashing the client.

I'm using standard Mondain's Legacy Client at 4.0.11c.

The spellbook opens normally via ALT+B, but when I DClick the item, the client crashes. I've opened Spellbooks before, using the same client. Reinstalled UO just to see if something was corrupted but the error persists.

This happened before, but only when using other Spellbooks (Paladin, Ninjutsu, Bushido, Necromancer's, etc.).

Does anyone know why is this happening? Which client should I be using, ideally?

P.S.: I don't intend to use the other spelbooks on my shard, just the old regular one is fine.


RE: Crashing on Spellbook Open - azmanomer - 08-13-2015 07:26 PM

check the spellbook script and also if you have some event on you @itemdclick or @dclick triggers


RE: Crashing on Spellbook Open - gergecoelho - 08-14-2015 01:51 AM

This is my Spellbook

PHP Code:
[ITEMDEF 0efa]
DEFNAME=i_spellbook
TYPE
=t_spellbook
LAYER
=layer_hand1
//DAM=8,10
//SKILL=Wrestling
//SPEED=30
//VALUE=160
WEIGHT=1.0
//TWOHANDS=Y
RESOURCES=80 i_parchment,1 i_hides_cut,1 i_cloth
SKILLMAKE
=Inscription 50.0,i_pen_and_ink
CATEGORY
=Provisions Alchemy Magic
SUBSECTION
=Books
DESCRIPTION
=Magery Spellbook
ReqStr
=20
TEVENTS
=t_equipitem
ON
=@Create
   ATTR
=attr_magic|attr_newbie 

Edit: There seemed to be an unfinished event on my character, removed and applied again without changing and it "magically" works now. o_o

Thanks anyway! xDD