• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[pokemon] heal potion

Knor

New Member
Joined
Aug 15, 2011
Messages
1
Reaction score
0
Code:
if (getCreatureCondition(params.cid, [b]CONDITION_INFIGHT[/b]) == true) then
	doSendAnimatedText(getThingPos(params.item2), "LOST HEAL", 215)
	setPlayerStorageValue(item2.uid, 173, 2)
	return true
	end

CONDITION_INFIGHT-on what should change the code so that treatment ended when we get injured, not that we're in battle (PZ).
 
Back
Top