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

Search results

  1. davidml

    Error at die Crystalserver.

    ohh sorry, thats not the correct lua jeje :oops: function onDeath(cid, corpse, deathList, lastHitKiller, mostDamageKiller) if isPlayer(cid) == TRUE then if (getPlayerSlotItem(cid, 2).itemid == 2173) and getPlayerSkullType(cid) >= 1 then doPlayerRemoveItem(cid, 2173, 1)...
  2. davidml

    Error at die Crystalserver.

    doesn't work :( thats my preparedeath.lua function onPrepareDeath(cid, deathList) if isPlayer(cid) then if getPlayerSlotItem(cid, 2).itemid == 115 then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, getPlayerExperience(cid)) doTeleportThing(cid...
  3. davidml

    Error at die Crystalserver.

    but i require a script or something? im not sure what you wanted to say to me :( i dont have the sources carpet in my otserv :( http://gyazo.com/110b653f3477ac0c0290cd89768d8f3b
  4. davidml

    Error at die Crystalserver.

    Hi everybody :D i have a very annoying problem with my OTserver [9.83] the fact is that when a player die, this, when you press the "OK" button of the dialog box, absolutely nothing happens, it freezes and you must logout manually of the game, anyone know what would be the problem? and how...
Back
Top