• 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

I dont like it ;/
i have weapon 66 atk
First upgrate 68 (good)
second upgrate 72 (some bad)
third upgrate 78 :| pff ?
 
Nice one man, all working... just one thing... even do chance is 100% it's making random upgrates, I would like to see what's wrong, cause I don't want a 100% system, but a 90% system, and now even do config is 100% it makes 50/50 upgrades.

config is just as in your file (guess that's a 100%)

Code:
gainArmor='&p+1',loseArmor='&p-1',
gainShield='&s+#',loseShield='&s-(#+1)',
gainAttack='&a+(2*(#))',loseAttack='&a-(2*(#+1))',
gainDefense='&d+(2*(#))',loseDefense='&d-(2*(#+1))',
chance='[COLOR="Red"]100[/COLOR]/((#*(1/(@/2)))*(@/2))',  -- Eu fiz essa equação para variar de +0 a +7 o item
 
Hey, I need it to work with distance weapons, I edited that when the itemEx.type >= 2 then don't upgrade, but now it just changes the name of the item, not attack.

EDIT
Lol solved :D Nice Upgrader Rep

EDIT
Need help, beacuse when I upgrade distance weapons like ninja star and when I put it to other slot it losing its power :/ Any ideas?
 
Last edited:
In this script the upgrade is of 100% ?
If you set up the chance to 25% if no improvement the item is broken or just erased the improvements?
 
how to change chance to upgrade ?

I have now "chance='100" and i think chance is 50/50, not 100% ;d
 
I can't loggin at my server !

Hello, i have almost done my server but when i want to loggin at localhost i came to character list at account manager but i cant loggin Please help me !:(
 
10!!! hmm one question how a can add weapon attack speed ? and i can made anothe upgrade item for another options? thanks
 
where are save points upgrade?? I ask because I want save in database upgrade points.
 
Last edited:
Hello, im using 0.4 client 8.70, it's upgrading but it's crashing the client!
 
Hi, i know this is for 0.3.6, but im testing on 0.4, and it only have one possible bug.

When upgrading a shield (any) its upgrade this way.

Without upgrade:
21:19 You see a demon shield (Def:35).
It weighs 26.00 oz.
This powerful shield seems to be as light as air.


Upgraded:
21:19 You see a demon shield +1 (Atk:1, Def:35).
It weighs 26.00 oz.
This powerful shield seems to be as light as air.


Its must upgrade defense points, not attack.

Any help will be apreciated.

Using: TSF 0.4 rev. 3884

Thank you!
 
I am using TFS 8.7 Mystic Spirit. I get this error when i try to upgrade anything. Any help?


Code:
[27/04/2011 21:34:01] Lua Script Error: [Action Interface] 
[27/04/2011 21:34:01] data/actions/scripts/custom/upgrade.lua:onUse
[27/04/2011 21:34:01] data/actions/scripts/custom/upgrade.lua:88: attempt to call global 'getItemWeaponType' (a nil value)
[27/04/2011 21:34:01] stack traceback:
[27/04/2011 21:34:01] 	[C]: in function 'getItemWeaponType'
[27/04/2011 21:34:01] 	data/actions/scripts/custom/upgrade.lua:88: in function <data/actions/scripts/custom/upgrade.lua:85>
 
Back
Top