• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Attribute magiclevelpoints key

Cortesx

New Member
Joined
Jun 7, 2008
Messages
2
Reaction score
0
Hi , my name is marcelo , nickname cortesx and i would like to require key to function doSetItemAttribute(uid,key,value).I need add magiclevelpoints and skill with scripting, but there are no keys avaiable to scripting untill now.I would'nt like to create one item for item with the new key "magiclevelpoints". i'd like to know if this is possible.
thank you.
 
If I got you right you want to add magic level points to a weapon/armor?

These are useful:

Adding magic level points: Change value="1" to value="10" if you want it to add 10 + magic levels.
Code:
<attribute key="magiclevelpoints" [COLOR="Blue"]value="1"[/COLOR] />

Other:
Code:
<attribute key="skillAxe" value="1" />
<attribute key="skillSword" value="1" />
<attribute key="skillDist" value="1" />
<attribute key="skillClub" value="1" />
<attribute key="skillShield" value="1" />

Rep++ if I helped you :thumbup:
 
Back
Top