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

[C++ REQUEST] More onStatsChange "STATS"

Exedion

Active Member
Joined
Jun 11, 2007
Messages
629
Reaction score
30
Well i need more stats for the creature event "onStatsChange" like this:

LUA:
STATSCHANGE_SOULGAIN = 0 -- when gain or/and modify soul point
STATSCHANGE_SOULLOSS = 1 -- when loose or use or/and modifysoul points
STATSCHANGE_CAPGAIN = 2 -- when capacity gain on lvl up or deequip items or/and modify cap
STATSCHANGE_CAPLOSS = 3 -- when capacity loose on lvl down or equip items or/and modify cap

Thanks!
 
Back
Top