• 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 Perfect items upgrade

hey man i love your script, but i have a question.
i want it to have a |safe| upgrade, like it nevers fails to +1+2+3+4. but after that i starts failling.
so how can i do that?
thx in advance
 
Can someone tell me, why i cant upgrade my custom item?
Code:
18:43 You see the Crossbower (Atk:65, Def:2).
It can only be wielded properly by paladins.
It weighs 55.00 oz.
It's a crossbow.

The question is, Who got idea to add bows,xbows to upgrade sys?
 
Dont`t Work in tfs 0.3.6 pl1 :S

[08/01/2010 10:04:51] [Error - Action Interface]
[08/01/2010 10:04:51] data/actions/scripts/upgrade.luanUse
[08/01/2010 10:04:51] Description:
[08/01/2010 10:04:51] data/actions/scripts/upgrade.lua:21: attempt to call global 'getItemArmor' (a nil value)
[08/01/2010 10:04:51] stack traceback:
[08/01/2010 10:04:51] data/actions/scripts/upgrade.lua:21: in function 'isArmor'
[08/01/2010 10:04:51] data/actions/scripts/upgrade.lua:64: in function <data/actions/scripts/upgrade.lua:59>

in 0.3.5 Work.

Fixed to 0.3.6? pleased.
 
getItemAttribute, please.
This is not all Chojrak but Fran you must rewrite some functions for example "get-setItemArmor" or like it and "doSetItemActionId", "doSetItemSpecialDescription" and put it into script ofc you must use miracle "getItemAttribute" to create it wihout this script won't work!
Good Luck!
 
Hello!
I need help!
I use 8.0 game version, and i dont have item 8306 :(
i try with other item - frozen starlight, but it dont work...
i realy want this script... its great...!
 
Hello!
I need help!
I use 8.0 game version, and i dont have item 8306 :(
i try with other item - frozen starlight, but it dont work...
i realy want this script... its great...!

The script doesn't work with your distro.
 
Code:
if f == 1 or f == 2 or f == 3 then
WTf

Code:
if (isInArray({1, 2, 3}, a) then

??
 
hmm in script can upgrade all time or have upgare end? np max upgrade +10?

ok i see max is +7

maxlvl = 7,
 
Last edited:
@Chojrak you fail :p
Code:
if (isInArray({1, 2, 3}, [B]f[/B]) then

well, it's possible to shorten this script 3 times actually but still, I had to make one from scratch due to new functions :f
 
Back
Top