ServUO Version
Publish 57
Ultima Expansion
Endless Journey
Hello again, I have integrated an old spell system into shard and am having one problem i haven't been able to figure out. I'm using some spellbook itemid's that I made and all looks good and my spellbooks work and spells work, problem is the ondragdrop for scrolls is not working because of the spellbook itemID. I used my itemid's and the scrolls will not add to spellbook but if i change the itemid to the spellbook original it does add the scrolls. My question is how to overide the int itemID of spellbook.cs so the other seven itemId's I have would work too?
 
I think you need to add the Container flag to those ItemIDs in tiledata.mul, then they will support drag drop mechanics.
 
Back