• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

Action Potions with charges.

Im using TFS 0.3.6 and function setItemName dont work
look bug on console:

[27/08/2010 13:10:52] [Error - TalkAction Interface]
[27/08/2010 13:10:52] data/talkactions/scripts/pot.lua:eek:nSay
[27/08/2010 13:10:52] Description:
[27/08/2010 13:10:52] data/lib/function.lua:844: attempt to call global 'setItemName' (a nil value)
[27/08/2010 13:10:52] stack traceback:
[27/08/2010 13:10:52] data/lib/function.lua:844: in function 'doAddPotWithCharges'
[27/08/2010 13:10:52] data/talkactions/scripts/pot.lua:3: in function <data/talkactions/scripts/pot.lua:1>

helpme fast i need this script
sry bad inglish
thx to all
 
Code:
	<action itemid="7588" event="script" value="liquids/potions charges.lua"/>
	<action itemid="7589" event="script" value="liquids/potions charges.lua"/>
	<action itemid="7590" event="script" value="liquids/potions charges.lua"/>
	<action itemid="7591" event="script" value="liquids/potions charges.lua"/>
	<action itemid="8472" event="script" value="liquids/potions charges.lua"/>
	<action itemid="8473" event="script" value="liquids/potions charges.lua"/>
	<action itemid="7618" event="script" value="liquids/hpotions charges.lua"/>
	<action itemid="7620" event="script" value="liquids/potions charges.lua"/>


shouldn't be in actions??? :S
 
Back
Top