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

How do i edit a shield?

Zinith

ForgottenL
Joined
Jul 21, 2009
Messages
35
Reaction score
0
Location
Egypt
Hi,guys i am asking how do i edit a shield's def...
like:-

/attr attack 50000
/attr armor 50000

now what is the shielding if you know tell me if it worked i will rep++ you
 
mhm... for Future refrence

PHP:
[ONITEMS]
/attr description
/attr count
/attr fluidtype
/attr charges
/attr action or /attr actionid or /attr aid
/attr unique or /attr uniqueid or /attr uid
/attr duration
/attr writer
/attr text
/attr name
/attr pluralname
/attr article
/attr attack
/attr extraattack
/attr defense
/attr extradefense
/attr armor
/attr attackspeed
/attr hitchance
/attr shootrange
/attr depot or /attr depotid
/attr position or /attr destination or /attr pos --not sure if this works yet
[/ONITEMS]

[ONMONSTERS]
/attr health
/attr maxhealth
/attr mana
/attr maxmana
/attr basespeed
/attr droploot
/attr lossskill
/attr cannotmove
/attr skull --use it like the function setSkull
/attr fyi --this will send a popup FYI screen to the player you use it on with the param as the message
/attr guildrank
/attr guildnick
/attr group
/attr vocation
/attr sex
/attr stamina
/attr town
/attr balance
/attr marriage
/attr rates
/attr resetidle
/attr saving -- this will set whether the player will be saved or not
[/ONMONSTERS]
 
Back
Top Bottom