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

    Znote AAC 1.4 - [TFS 0.2.13+] & [TFS 0.3.6+/0.4]

    i was see your video, but point not come at account when i pay cash at paypal. What i can make?
  2. P

    Znote AAC 1.4 - [TFS 0.2.13+] & [TFS 0.3.6+/0.4]

    for my web sait http://clash.hopto.org ipn will be (http://clash.hopto.org/ipn.php) right?
  3. P

    Znote AAC 1.4 - [TFS 0.2.13+] & [TFS 0.3.6+/0.4]

    i was make ipn at paypal, test 3 time send cash money withdraw buy premium points not go at account. Can you help?
  4. P

    Znote AAC 1.4 - [TFS 0.2.13+] & [TFS 0.3.6+/0.4]

    how can i test paypal? Because i make point and shop items and don't know work or not.
  5. P

    [Znote AAC] old school layout

    https://gyazo.com/b5258a26a25f3392b605e0568b6a7d57
  6. P

    [Znote AAC] old school layout

    when i go to characterprofile i have error
  7. P

    Lua how make teleport change position?

    yes you, your script work perfect
  8. P

    Lua how make teleport change position?

    all work good thx!
  9. P

    Lua how make teleport change position?

    all work good. But i no need random position i need change position first then second and then third fourth fifth and sixth. After six will start first again.
  10. P

    Lua how make teleport change position?

    globalevents: <globalevent name="teleporttime" interval="600000" event="script" value="teleporttime.lua"/> scripts: local tpPosition = {x = 1090, y = 1150, z = 7} local validPositions = {{x = 1091, y = 1150, z = 7}, {x = 1192, y = 1150, z = 7}} function onThink(interval, lastExecution...
  11. P

    Lua how make teleport change position?

    07/02/2017 20:33:49] [Error - LuaScriptInterface::loadFile] ...ryingdamson 0.3.6 (8.60) V8.2/data/globalevents/scripts/teleporttime.lua:2: '}' expected near 'z' [07/02/2017 20:33:49] [Warning - Event::loadScript] Cannot load script (D:/Game/tibia own server/new 8.6/cryingdamson 0.3.6 (8.60)...
  12. P

    Lua how make teleport change position?

    sorry i was make wrong description. Not teleport position. destination position changing every 10 min. Can you help with this?
  13. P

    Lua how make teleport change position?

    help me what i must write at script. globalevent: <globalevent name="teleporttime" interval="600000" event="script" value="teleporttime.lua"/> teleporttime.lua:
  14. P

    Lua how make teleport change position?

    how make teleport change position every 10 min? my tfs 0.3.6
  15. P

    Lua HELP Script for back minimal level tfs 0.3.6

    how i must write that new comand? not work
  16. P

    Lua HELP Script for back minimal level tfs 0.3.6

    I wanna make war ots. So i need minimal level. And i make script. When some one die he take back level, health, mana, and cap. But they don't work. Creaturescripts.xml <event type="think" name="LevelUp" event="script" value="setlevel.lua"/> login.lua registerCreatureEvent(cid, "LevelUp") and...
  17. P

    Lua [HELP WITH MOD] tfs 0.3.6 exp for killing

    still not work. Same error. When i delete doPlayerAddExp(cid, -experience_loss) if isPlayer(attacker) { doPlayerAddExp(attacker, experience_gain) } work but not give exp. With that server not work. here is print scrin my eror...
  18. P

    Lua [HELP WITH MOD] tfs 0.3.6 exp for killing

    when I start server, he go off. something wrong. (Microsoft visual C++ Runtime Library) (Program:..File:/luascript.h line 251) its i have when start server.
  19. P

    Lua [HELP WITH MOD] tfs 0.3.6 exp for killing

    can you help me where i must write its, because i am new and i don't know where. help me plz
  20. P

    Lua [HELP WITH MOD] tfs 0.3.6 exp for killing

    I download (https://otland.net/threads/mod-full-auto-war-teambattle-event-with-random-rewards.92825/) good mod for auto team battle, but when at team fight one player kill else he not get exp. Can someone help what i must change. I need get exp when i kill someone else at battle. And when die...
Back
Top