• 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 Monster spells

Doggynub

LUA / C++
Joined
Sep 28, 2008
Messages
2,541
Reaction score
186
Does making spells for monsters are just like making them for players, With the same function onCastSpell , and with the same installment in spell.xml?


By the way what is this 'group' param in spells.xml?
 
spells for monsters are usually made in the xml file itself, but you can also use the regular way to make spells if you want something more complex, just make sure that no vocation can use it :)

I think that the group param is related to the new group exhaust thingy CIP added, not sure how to use it though, so can't help you there :P
 
Back
Top