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

Lua Help, Dont find new functions.

Madlander

Madlander
Joined
Sep 16, 2009
Messages
317
Reaction score
15
Location
Mexico
Hi, i have many scripts with obsolete language, the functions dont work.

please need:
set item special description "function"
add shield,attack,range,speed, etc to the item "function too"




I give Rep if you help me, thaks :D
 
doSetItemSpecialDescription(uid, desc)
setItemAttackSpeed(uid, attackspeed)
setItemAttack(uid, attack)
setItemShootRange(uid, shootRange)
:thumbup:
 
Code:
doItemSetAttribute(uid, "description", "text")
doItemSetAttribute(uid, "attackspeed", interval)
doItemSetAttribute(uid, "attack", number)
doItemSetAttribute(uid, "shootrange", number)
???
 
Back
Top