• 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. dervin13

    Lua server crash

    bump
  2. dervin13

    Lua server crash

    no, it's to count the dead monsters putting a storage... so when get the max storage it will not count any more and you will can talk with npc and get another mission...
  3. dervin13

    Lua server crash

    upp
  4. dervin13

    Lua server crash

    upp
  5. dervin13

    Lua server crash

    when i kill the monster of this quest the server goes down... the problem is in something in this script... someone know how to solve it? the error is about the STORAGE i thinkk...
  6. dervin13

    Lua Help script

    Not 3 minutes i will change but i want that peoples dont die in the first 3 seconds at log in preventing mage bomb...
  7. dervin13

    Lua Help script

    what's the good idea?
  8. dervin13

    Lua Help script

    local nonDieDelay = 60*3 --- 3 minutos function onPrepareDeath(cid,aa) -- Script by mock the bear if getWorldUpTime() <= nonDieDelay then doCreatureAddHealth(cid,getCreatureMaxHealth(cid)) doCreatureAddMana(cid,getCreatureMaxMana(cid))...
  9. dervin13

    TalkAction Basic Anti-dupe System

    i receive the msg "lost mysql connection"... how can i solve it?
  10. dervin13

    Lua Script

    up, someone know a creaturescript that when log in dont lose damage for 3 seconds??
  11. dervin13

    Lua Script

    i have it but i think that it dont work
  12. dervin13

    Lua Script

    yess
  13. dervin13

    Lua Script

    Hi, someone knows one script that when peoples log in the game stay a few seconds without taking damage??
  14. dervin13

    TalkAction Basic Anti-dupe System

    In my ot, not working! I tried put doItemSetAttribute(new_container, "serial", generateSerial()) in many places of my shop.lua but do not work. -- ### CONFIG ### -- message send to player by script "type" (types you can check in "global.lua") SHOP_MSG_TYPE = 19 -- time (in seconds) between...
  15. dervin13

    TalkAction Basic Anti-dupe System

    I dont know where i put the doItemSetAttribute(uid, "serial", generateSerial()) in shop.lua of gesior... I tried that, but the serial wont appear yet.. My shop: ty
  16. dervin13

    Editing items

    Can i do one edited item, without use item editor, using the same style of another item?? Like create one item with id : 20100 using the image of item 3200?? ty
  17. dervin13

    PZ help

    Anyone? I just wanna make player get pz battle, without atack, or be atacked.. ty
  18. dervin13

    PZ help

    How can i do that player get "pz battle" in some area?? Example in my ot serv i have events, if the player at the event, say one kind of talkaction to be teleported, he goes out of my event, but... But that talkactions dont work if player get "pz battle"... In the map i just know put no...
  19. dervin13

    Windows Problem looktype outfit

    they already have looktype.. and is 128
Back
Top