• 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 Creaturevent Functions doubt

Xampy

PHP | SQL | LUA | C++
Joined
Jun 22, 2008
Messages
1,109
Reaction score
17
Hello!

What's the difference between onCombat(cid, target) and onAttack(cid, target) functions?

Thank ya!
 
onAttack is being executed while (repeatedly) the player is attacking another creature/player (red box around it)
onCombat is executed the player hits/misses the creature/player with an aggressive spell/melee weapon/whatever

??
 
Back
Top