Page 1 of 1

Reagents Not Being Used

Posted: Wed Oct 12, 2022 11:21 pm
by Azzerhoden
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:

Code: Select all

	else if( !mChar.npc && spellType == 0 )
			deleteReagents( mChar, mSpell );
resulting in the deleteReagents call not executing. The code should read

Code: Select all

	if( !mChar.npc && spellType == 0 )
			deleteReagents( mChar, mSpell );
UOX3 Version - .99.5.a
Razor Version - 1.7.4.49
UO Client Version - 7.0.96.10 : ClassicUO 0.1.10.282