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

    Solved 0.3.6 Crying Damson NPC Problem

    My first guess would be that you've make the NPC to respond to "hi" in both the eryn.xml and eryn.lua.
  2. trollebror

    [Sweden] Nelvara 10.41 [Custom Map] Start: Friday 26th 8PM CEST

    Added Demon Oak this morning! :)
  3. trollebror

    [Sweden] Nelvara 10.41 [Custom Map] Start: Friday 26th 8PM CEST

    50% more experience weekend. Come and join us! :)
  4. trollebror

    [Sweden] Nelvara 10.41 [Custom Map] Start: Friday 26th 8PM CEST

    Keeping updating, come and join us! :)
  5. trollebror

    [Sweden] Nelvara 10.41 [Custom Map] Start: Friday 26th 8PM CEST

    When finding a bug you should report this by typing !report <message here> in-game, thanks! :)
  6. trollebror

    [Sweden] Nelvara 10.41 [Custom Map] Start: Friday 26th 8PM CEST

    Account registration will be opened 20:00. We've turned stamina system off.
  7. trollebror

    [Sweden] Nelvara 10.41 [Custom Map] Start: Friday 26th 8PM CEST

    We're opening the server 20:00 tonight. ;)
  8. trollebror

    [Sweden] Nelvara 10.41 [Custom Map] Start: Friday 26th 8PM CEST

    Nice to hear you're excited Eric Cartman, see you on friday! :cool:
  9. trollebror

    [Sweden] Nelvara 10.41 [Custom Map] Start: Friday 26th 8PM CEST

    I'm glad you're joining us again Lapidi, see you on friday! ;)
  10. trollebror

    [Sweden] Nelvara 10.41 [Custom Map] Start: Friday 26th 8PM CEST

    Thank you Red! I hope you'll joins us later when you have time then. :)
  11. trollebror

    OpenTibia [10.76] Remere's Map Editor

    For those who still have problem with the (0xc000007b) error should try to download the x86 version of Redistributable Package linked in the main post (even though you're running a x64 OS). Worked for me. :eek:
  12. trollebror

    [SWEDEN] Nelvara 8.60 Full Real Map - START TODAY 16/9 18.00 GMT+1

    Why fake-name your OT? Please don't do that. This is not the real Nelvara (nelvara.com). :confused:
  13. trollebror

    [Sweden] Nelvara 10.37 [Custom Map]

    The rare weapon drop have already been increased a while back. It's still rare, but not super-super-rare. :)
  14. trollebror

    Nelvara Team preparing for launch[Five years of development]Custom 10.34

    The rare weapon drop have already been increased a while back.
  15. trollebror

    [Sweden] Nelvara 10.37 [Custom Map]

    Thanks! :)
  16. trollebror

    Lua [TFS 1.0] NPC walking to position

    First I would try doMoveCreature(cid, direction). If that didn't work I would try doTeleportThing(uid, dest, pushMovement), with pushMovement set to true of course.
  17. trollebror

    Lua {Unsolved} Inserting coordinates into a table?

    The code below can replace the current doSummonCreature() to randomly summon spiders in the inserted positions. for _, position in pairs(raidPos) do if math.random(1, 10) >= 1 then -- 10% doSummonCreature("Spider", position) end end
  18. trollebror

    Lua {Unsolved} Inserting coordinates into a table?

    Hos do you mean? The script loops through all positions that's inside the rectangle specified by area1a to area1b. What do you want to do sir? Add a single fixed position?
  19. trollebror

    Typing Speed?

    You people are crazy, I'm proud of my 78 words per minute. :)
Back
Top