• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Geekbuddys

    EXP Scroll tfs 1.1

    I want to make by using this item it gives player 2x exprate of that exprate that player have in stages at moment and the player will have it in XX hours and then it will end. What it dosent do for now, i cant use it at all. No errors in console either.
  2. Geekbuddys

    EXP Scroll tfs 1.1

    Thats not event that script i want to get help with. Your script its not for TFS 1.1 and its has no time or exp rate at all. Its just gives levels.
  3. Geekbuddys

    EXP Scroll tfs 1.1

    local config = { rate = 2.0, -- 4x More Experience time = 3, -- Hours of Exp Time storage = 200011 } local function endExpRate(player, cid) player:setExperienceRate(cid, SKILL__LEVEL, 3.0) player:setStorageValue(cid, config.storage, -1)...
  4. Geekbuddys

    I want to be a donor, broken link?

    @Cornex kolla din inbox.
  5. Geekbuddys

    Tibia Editor spirits

    Nope
  6. Geekbuddys

    [10.77][TFS 1.2] ORTS, a real map project

    I got some problem to join the server, my clients closes and gives this error. Any one that has an ide or have an stable svn 1.1?
  7. Geekbuddys

    pandaac | TFS 1.0 and Avesta | Best released AAC

    root@Debian-78-wheezy-64-minimal /var/www # composer create-project pandaac/pandaac . --stability=dev Installing pandaac/pandaac (dev-master ee5d5ed11e9b6804111179b4c4392a71989297c7) [InvalidArgumentException] Project directory ./ is not empty. create-project [-s|--stability="..."]...
  8. Geekbuddys

    pandaac | TFS 1.0 and Avesta | Best released AAC

    Got same problem [InvalidArgumentException] Could not find package pandaac with stability dev.
  9. Geekbuddys

    Addon bonus tfs 1.0

    Anyone has a working Addon bonus system for TFS 1.0 that shall work like this? http://otland.net/threads/need-bonus-system-addon-help.64200/ Thanks.
  10. Geekbuddys

    Hoster Serious Hoster

    I hosting your server for a small fee. The only requirement I have is that it is a serious server and a serious owner. Fujitsu Primergy TX150 S8F XEON E5-2407 OS: Linux Debian CPU: Intel Xeon E5-2407 / 2.2 GHz RAM: 16 GB DDR3 SDRAM - Avancerad ECC Disk: 120 GB SSD / 3 TB SATA PM if intressted.
  11. Geekbuddys

    Hoster Need hoster to Project 8.0

    I can host your project. 100/100 Mbit Fiber Intel Xeon E5-2407 / 2.2 GHz 16 GB DDR3 SDRAM - Avancerad ECC APC Back-UPS ES Power-Saving 700VA OS: Debian installed. PM me.
  12. Geekbuddys

    [Sweden] Refugia [10.37]

    Real Tibia Map IP: Refugia.se Website: Refugia.se Client 10.37 Exp: 2x Skill: 5x Magic: 5x Loot: 5x PVP ENFORCED Protected with bless and in PVP until level 15. Your character start with gear, weapon, backpack, rope, shovel and 10cc to make a good start. Mana/hp regain 15/15 without...
  13. Geekbuddys

    [TFS 1.0] Exp ring/amulet

    dump?
  14. Geekbuddys

    [TFS 1.0] House saves ides!

    I have not test it becouse i saw that the TFS 1.0 dosent have those functions.
  15. Geekbuddys

    [TFS 1.0] Removes and add walls every hour.

    Did you have it @grilo13 ?
  16. Geekbuddys

    [TFS 1.0] Removes and add walls every hour.

    Im intressted of a globalevent thats add and remove wall every hour? Please help me :(
  17. Geekbuddys

    [TFS 1.0] House saves ides!

    Anyone can remake this to tfs 1.0? Globalevent script function onThink(interval) local houses = table.unserialize(getStorage("houses")) if(table.maxn(houses) > 0) then doSetStorage("houses", "") std.clog('>> Saving houses: ' .. table.concat(houses, ', ') .. '...')...
  18. Geekbuddys

    [TFS 1.0] House saves ides!

    Is it possible to make house saves when it been a change in the house? Instead of one hour save? I mean if i add item or remove any item in the house its make the save only at that house? Please if you have a kind of skills to make this post it :)
Back
Top