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

    Gesior Layout by Russia (me)

    Sorry mate I don't want to hurt you but it looks discusting
  2. nevix

    Gesior ACC Epic shop system!!!

    Sure give me a minute
  3. nevix

    OpenTibia [10.76] Remere's Map Editor

    WOW OSOM
  4. nevix

    Gesior ACC Server Info

    Hello again guys, Today I will share gesior acc server Info ;) ----------------------------------------------------------------------------------- Open pages/serverinfo.php and put this code: <style type="text/css"> .tg {border-collapse:collapse;border-spacing:0;} .tg...
  5. nevix

    Vestia (new) RPG Layout

    Which one its gesior znote?
  6. nevix

    Qumora Evo Map

    Well done mate! For me only the main map looks nice, others its not so good :) Anyway mate well done +rep
  7. nevix

    [Gesior ACC] Latest news 1.1

    Hello guys, Just Quickly i'm improve a little bit my latestnews.php [CODE] <style type="text/css"> .tg {border-collapse:collapse;border-spacing:0;} .tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px...
  8. nevix

    CreatureEvent TFS 1.1 ModalWindow Skill Point System

    its old: function onModalWindow(cid, modalWindowId, buttonId, choiceId) if modalWindowId == 1 then local accid = getAccountNumberByPlayerName(getCreatureName(cid)) local orderQuery = db.storeQuery("SELECT `strenght`, `agility`, `inteligence`,`ppoints` FROM `players` WHERE `id` = "...
  9. nevix

    CreatureEvent TFS 1.1 ModalWindow Skill Point System

    I have almost the same, but just with modal window everything
  10. nevix

    Help ShowTextDialog

    Hello guys i have a question how to get text what I write inside player:showTextDialog(1811, text , 1) and eg: doCreatureSay(cid, text , TALKTYPE_SAY) how to make it everything, get text what is wrote inside blackboard and put this text into docreaturesay?
  11. nevix

    Solved Modal Windows problems

    I dont know but I Think problem was action id and unique id attributes, instead of unique ids i'm using action ids and now script working without any problems. I can't say why it not working when i'm using unique ids. But i can say if you using actions ids it working good.
  12. nevix

    Problems Say function

    Hello guys I wanna make eg: sent function like saycreature and eg /reload actions or something doCreatureSay(cid, '/reload actions', TALKTYPE_SAY) I tried something like that but not working :/
  13. nevix

    Solved Modal Windows problems

    Solved!
  14. nevix

    Solved Modal Windows problems

    Hello guys, I dont understand why its not working, it working only one time and after once it not working. The code: talkactions: function onSay(cid, words, param) local player = Player(cid) if not player:getGroup():getAccess() then return true end if...
  15. nevix

    Solved Teleport DOREMOVEITEM

    I dont know what happined, but I changed <movevent event="StepIn" actionid="7000" script="zombie_teleport.lua"/> And changed code to this: local portal = doCreateItem(11798,1,zeCreateTeleportPosition) doSetItemActionId(portal, 7000) doSendMagicEffect(zeCreateTeleportPosition...
  16. nevix

    Solved Teleport DOREMOVEITEM

    Item after 60 seconds still here. dofile('data/zombie_system.lua') function onThink(interval, lastExecution, thinkInterval) if Game.getStorageValue(zeStartedGlobalStorage) < 1 then local teleport = Game.createItem(11798, 1, zeCreateTeleportPosition) if teleport then...
  17. nevix

    Solved Teleport DOREMOVEITEM

  18. nevix

    Solved Teleport DOREMOVEITEM

    I got error on 19 line mistake: function argument expected near 'end' all code: dofile('data/zombie_system.lua') function onThink(interval, lastExecution, thinkInterval) if Game.getStorageValue(zeStartedGlobalStorage) < 1 then local teleport = Game.createItem(11798, 1...
  19. nevix

    Solved Teleport DOREMOVEITEM

    It print "7000"
  20. nevix

    Solved Teleport DOREMOVEITEM

    my event is created and its created item "Portal" and I want if event dont have enough players this function remove this item. I will show in other what I want: zeCreateTeleportPosition = {x = 32342,y = 32220,z = 7} --Where should the teleport be created? <<<< globalevent...
Back
Top