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

Armor adding + x % of skills

Exotis

New Member
Joined
May 8, 2009
Messages
52
Reaction score
0
Is anyone able to set an item such armor that instead of adding+3 skills example, it add like 10% of skills when being worn.

Thanksa lot if somebody can <3
 
I'll give you an example, let's say I have distance 80 and the armor gives +10% skills when being worn. Then my skills will be 88 (80+10%=80+8=88).
 
Now you can't, there is not attribute key for this.

For now you can just use:
Code:
	skillsword
	skillaxe
	skillclub
	skilldist
	skillfish
	skillshield
	skillfist
For skill increasing.

Regards,
Hermes
 
Back
Top