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

    [8.6] OTServ 0.6.4 STABLE

    try replacing this line if (skill == SKILL_LEVEL) then
  2. K

    Heyy!

    try 0.4
  3. K

    Reward on x level???

    local c = { [{1,5}] = { -- sorcerer [50] = {items = {{itemid = 2160, count = 5}}, storage = 40953}, [100] = {items = {{itemid = 2160, count = 10}}, storage = 40954}, [200] = {items = {{itemid = 2160, count = 20}}, storage = 40955} }, [{2,6}] = { -- druid [50] =...
  4. K

    [7.4] Avesta (fork) - GITHUB PROJECT - OPEN SOURCE!

    http://otland.net/threads/7-72-othire-0-0-1b-based-in-otserv-trunk-latest.212153/
  5. K

    Homeless Project ;)

    I feel like it's missing details on the grass and stuff, you could add flowers and nature shit
  6. K

    Solved Loot statistics

    http://otland.net/threads/how-does-chance-work-on-a-loot-table.201871/ keep in mind lootrate on config lua, counts on this
  7. K

    A question about outfits

    you can get the second before the first one (i think so)
  8. K

    Spell Script infinite manarune and how to put in your server!

    try removing it from here <rune name="Mana Rune" id="2307" allowfaruse="1" charges="1" lvl="16" maglv="1" exhaustion="1000" aggressive="0" needtarget="1" blocktype="solid" event="script" value="healing/X-ray infinite manarune.lua"/> so it stays like this <rune name="Mana Rune" id="2307"...
  9. K

    Need an account maker for 8.1

    try nicaw acc there is a gesior for 8.10 (i think so) just try them
  10. K

    Solved Choose tfs version. advice required!

    http://otland.net/threads/8-54-the-forgotten-server-0-3-6pl1-crying-damson.59924/ nvm no links working there but you can download it following this gfuide http://otland.net/threads/tutorial-how-to-download-private-svn.202783/
  11. K

    TalkAction Command "/attr" in lua-script talkaction, you can add more functions.

    http://otland.net/threads/command-attr-options.30911/
  12. K

    problem server after passed tfs 0.4

    change db.executeQuery to db.query
  13. K

    Action/GOD - Click and Drag

    but you recompiled the sources?
  14. K

    When i talk to any npc it gives me a error

    data/npc/lib/npcsystem/npchandler.lua replace this function function NpcHandler:isInRange(cid) local distance = getDistanceBetween(getCreaturePosition(getNpcCid()), getCreaturePosition(cid)) if(distance == -1) then return false end return (distance <=...
  15. K

    i really need a 8.0 - 8.1 server "without virus please"

    I did the research months ago, didn't find any without virus :/ if you find one pm me!
  16. K

    Door help

    gate of expertise ->action id 1200
  17. K

    Spell Scroll

    local spell = 'Mega Vis' function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerLearnedInstantSpell(cid, spell) == FALSE and isSorcerer(cid) then playerLearnInstantSpell(cid, spell) doCreatureSay(cid, 'You have learned the spell ' .. spell .. '.', TALKTYPE_ORANGE_1)...
Back
Top