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

    [Germany] [Custom] Necronia ❂ Open-Beta Now

    Server looks really dope man, good luck with it! Hope people will enjoy it! :D
  2. Zt0ffe

    [FRANCE] Thornera 8.6 || Start: Saturday 21.11 at 1:00 PM CET || 0 Bugs || BEST EDITED RL MAP

    570+ players without any advertisement on otservlist or any other site. Will be great to see all this players online. =) P.S. Small typing in ur title, change your title "Anty DDoS" -> "Anti-DDoS". GL.
  3. Zt0ffe

    Lua Shared Exhaust (Sharing the same exhaust attack/healing)

    Hello dear OTlanders =) So I have these codes in my attacking / heal spells: It get the exhaust from the lib -> 034-exhastion. So (cid, 30031, 1) adds 1 extra second exhaust. function onCastSpell(cid, var) if exhaustion.check(cid, 30030) then doPlayerSendCancel(cid, "You are...
  4. Zt0ffe

    Lua Buy more than one backpack of manas at the time.

    New Error: [Error - LuaInterface::loadFile] data/npc/scripts/runes.lua:123: 'end' expected (to close 'function' at line 12) near '<eof>' [Warning - NpcEvents::NpcEvents] Cannot load script: data/npc/scripts/runes.lua data/npc/scripts/runes.lua:123: 'end' expected (to close 'function' at line 12)...
  5. Zt0ffe

    Lua Buy more than one backpack of manas at the time.

    With this code for example: buy 5 bp mfs, I get 1 purple backpack, 5 and 5 vials of unknown. :P With your code I got this error in console (tried add another end): [Error - LuaInterface::loadFile] data/npc/scripts/runes.lua:117: 'end' expected (to close 'function' at line 12) near '<eof>'...
  6. Zt0ffe

    Lua Buy more than one backpack of manas at the time.

    Hello there! Im using this code for my server, but is there any possible way you can change so you can buy more than 1 backpack at the time, instead of bp mfs you can say 2 bp mfs? :) Using OTX based TFS eninge. Most of simple scripts works as on TFS. local keywordHandler =...
  7. Zt0ffe

    Make Custom Client Patch?

    Bumpy
  8. Zt0ffe

    Make Custom Client Patch?

    Okey mate. Know iv never done that before. Have any pointers? :)
  9. Zt0ffe

    Make Custom Client Patch?

    Hello there! To start with I have been working on my own client. Works fine and so on. But is there anyone who know how to make it patch when I make updates in it? Cant find any other thread about this. Thanks in advance! :)
  10. Zt0ffe

    Lua Loot Corpse / others stand 2 sqm away

    - bump -
  11. Zt0ffe

    Lua Loot Corpse / others stand 2 sqm away

    EDIT: SOLVED THE SHOP PROBLEM.
  12. Zt0ffe

    Lua Loot Corpse / others stand 2 sqm away

    Yea. But still if there was a solution for the opening problem or another 10.82 src with cast I would be real happy!
  13. Zt0ffe

    Lua Loot Corpse / others stand 2 sqm away

    I got no errors from the opening thing thats why I didnt post anything about it. Maybe somone else had the same problem and knows something about this? Did you ever think of that? Instead of going on every thread on Otland making unnecessary posts, hold them to yourself. I mean its supposed to...
  14. Zt0ffe

    Lua Loot Corpse / others stand 2 sqm away

    To get help if anyone know how I might solve the opening problems? 0.o
  15. Zt0ffe

    Which version would you rather play?

    Just wanted people's opinions, I really don't get that from some download history. More fun to know why and see what people's opinions are.
  16. Zt0ffe

    Which version would you rather play?

    Hello dear Otlanders! :D Hope youre having a great today ;) Just as simple as the title, what version would you rather play? Just to see where the interest is! Is it maybe the oldschool 7.6? The master of botters 8.6, or newer 10.xx? Or just some random version? :D So what version and why do...
  17. Zt0ffe

    [Sweden] MirageOT 8.6 [Starting 23/10-15, 19.00 CET]

    Nice :D Come back with feedback if u want to :)
  18. Zt0ffe

    Lua Loot Corpse / others stand 2 sqm away

    Thanks. Yes the storage ID is used for this code: Much more lines just didnt copy all of it. But u see the point. function onLogin(cid) if getPlayerStorageValue(cid, 80+555884621212) == 1 then doPlayerAddMount(cid, 6) doPlayerSendTextMessage(cid, 18, 'You received mount from ArenaTibia Shop.')...
Back
Top