• 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!

Action [ULTRA RELEASE]Upgrading System By Click V3.0

Very lame script, and aid sux, what if I am using other scripw with item actionid :p

It can be done through name. And itemlevel = string.explode(itemname, "+")
 
doItemSetAttribute(item.uid, "aid", ACTION ID)

kk I listened.

PHP:
[10/02/2010 10:49:37] [Error - Action Interface] 
[10/02/2010 10:49:37] data/actions/scripts/upgrade.lua:onUse
[10/02/2010 10:49:37] Description: 
[10/02/2010 10:49:37] data/actions/scripts/upgrade.lua:48: attempt to call global 'doSetItemSpecialDescription' (a nil value)
[10/02/2010 10:49:37] stack traceback:
[10/02/2010 10:49:37] 	data/actions/scripts/upgrade.lua:48: in function <data/actions/scripts/upgrade.lua:40>
 
bump, i have this error
Code:
[B][COLOR="Red"][12/02/2010 12:59:23] data/actions/scripts/custom/upgrade.lua:51: attempt to call field 'get' (a nil value)[/COLOR][/B]
[12/02/2010 12:59:23] stack traceback:
[12/02/2010 12:59:23] 	data/actions/scripts/custom/upgrade.lua:51

Line 51
Code:
[B]50[/B]: elseif upgrades[item.actionid] ~= nil then
[B]51[/B]: if upgrades[item.actionid].get(itemEx.uid) > 0 then
 
I`ve the same error:
Code:
[Error - Action Interface] 
data/actions/scripts/upgrade.lua:onUse
Description: 
data/actions/scripts/upgrade.lua:51: attempt to call field 'get' (a nil value)
stack traceback:
	data/actions/scripts/upgrade.lua:51: in function <data/actions/scripts/upgrade.lua:40>
 
I`ve the same error:
Code:
[Error - Action Interface] 
data/actions/scripts/upgrade.lua:onUse
Description: 
data/actions/scripts/upgrade.lua:51: attempt to call field 'get' (a nil value)
stack traceback:
    data/actions/scripts/upgrade.lua:51: in function <data/actions/scripts/upgrade.lua:40>

bump, i have this error
Code:
[B][COLOR=Red][12/02/2010 12:59:23] data/actions/scripts/custom/upgrade.lua:51: attempt to call field 'get' (a nil value)[/COLOR][/B]
[12/02/2010 12:59:23] stack traceback:
[12/02/2010 12:59:23]     data/actions/scripts/custom/upgrade.lua:51

Line 51
Code:
[B]50[/B]: elseif upgrades[item.actionid] ~= nil then
[B]51[/B]: if upgrades[item.actionid].get(itemEx.uid) > 0 then

i have the same error with "get" .... TFS 0.3.7 Crying Damson 9.70

First line it gives error, i tryed removing but EVERY get function is throwing this error.....
Code:
 [COLOR=#AA9900][B]if[/B][/COLOR] upgrades[COLOR=#66CC66][[/COLOR]item[COLOR=#66CC66].[/COLOR]actionid[COLOR=#66CC66]][/COLOR][COLOR=#66CC66].[/COLOR]get[COLOR=#66CC66]([/COLOR]itemEx[COLOR=#66CC66].[/COLOR]uid[COLOR=#66CC66])[/COLOR] [COLOR=#66CC66]>=[/COLOR] [COLOR=#CC66CC]0[/COLOR] [COLOR=#AA9900][B]then[/B][/COLOR]
 
Back
Top