Reagents Not Being Used
Posted: Wed Oct 12, 2022 11:21 pm
This is for the spells Clumsy, Create Food, Feeblemind, Magic Arrow, Heal.
Around lines 290-310 of level1targ.js, clumsy.js, and createfood.js the existing code is:
resulting in the deleteReagents call not executing. The code should read
UOX3 Version - .99.5.a
Razor Version - 1.7.4.49
UO Client Version - 7.0.96.10 : ClassicUO 0.1.10.282
Around lines 290-310 of level1targ.js, clumsy.js, and createfood.js the existing code is:
Code: Select all
else if( !mChar.npc && spellType == 0 )
deleteReagents( mChar, mSpell );
Code: Select all
if( !mChar.npc && spellType == 0 )
deleteReagents( mChar, mSpell );
Razor Version - 1.7.4.49
UO Client Version - 7.0.96.10 : ClassicUO 0.1.10.282