• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Monster Killcount

Lava Titan

Developer
Joined
Jul 25, 2009
Messages
1,571
Solutions
3
Reaction score
98
Location
Portugal
Hey, can some1 tell me what function should I use to get current killcount of a certain monster?

for exemple:

Code:
function onKill(blablabla)

print(" ".. player:getTargetkillCount.." ")

return true
end
 
Solution
Monster does not need storage, but every monster should have unique storage. Every time you kill it, it should add +1 to the player.
Monster does not need storage, but every monster should have unique storage. Every time you kill it, it should add +1 to the player.
 
Solution
Back
Top