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

Request

Elaney

Member
Joined
Jan 1, 2009
Messages
1,561
Reaction score
12
Location
Sweden
What im searching for is out there but not the way i want.

I want a Item that when you use it on any weapon/armor you gain something for it.

Like using an enchanted sapphire on an knife i get +2 attack or +2 sword or + 0.200 seconds faster attack speed.

You should be able to use different items for different attributes.

Is there anyone who could help doing such a script?

For people beeing lazy. You can base the script on this script.
http://otland.net/f81/items-upgrading-jewels-ver-2-forgotten-server-0-3-4-a-36982/


or this one http://otland.net/f81/release-upgrading-system-click-v-2-0-a-37264/
 
Last edited:
I don't know if this will work, but give it a try.

Change:
Lua:
local newValue = math.ceil(((value/100)*parcent)+value)
To:
Lua:
local newValue = math.ceil(((value/100)+parcent)+value)

Azi's script.
 
Didnt work.

20:51 You see a club + 1 (Atk:13 +10, Def:13 +10).
It weighs 25.00 oz.

ItemID: [2382].
Position: [X: 735] [Y: 1183] [Z: 7].
 
So, if it works, then what is the problem?
You can make percent's like 1.5 or 1.8?
 
Back
Top