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

doItemSetAttribute

Oskar1121

Excellent OT User
Joined
Jul 15, 2009
Messages
707
Reaction score
712
Location
Poland
Hello,
I looking for a script (C++ or LUA), which confer additional damage from ice.
For example:
PHP:
doItemSetAttribute(itemEx.uid, 'elementfire', 2)
Where 'elementice' is element and number 2 is value.
 
dunno if it gonna work for abilities struct(probably not)
and if im not wrong weappon can have only 1 additional element
you can move all attributes to item class and make it able to give more elements but its some work(not hard but time consuming)
 
Back
Top