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

onkill

  1. M

    Lua HELP event onKill

    I'm trying to get a module from a server to put on mine. I even managed to put the module in and make it work. It was a Dungeon system. In the dungeon we have a certain amount of monsters, and when the player defeats them all, a boss should spawn. This check to know when all the monsters are...
  2. kuhi

    Lua onKill not working with test script?

    I'm trying to make an onKill event script just for learning: function onKill(cid, target, lastHit) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "On script") return true end It's very simple, and I don't know why it's not working... no errors in console neither other...
  3. Lay

    [TFS 1.3](Creaturescripts) onKill: When one boss died next one will appear after 1h.

    Hey, I tried but. . . arrrrr Need something looks like: local respawnTime = 60 * 60 * 1000 local config = { ['test1'] = {position = Position(1000, 1000, 7), monster = 'test2'}, ['test2'] = {position = Position(1000, 1000, 7), monster = 'test3'}, ['test3'] = {position =...
Back
Top