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

    Pokemon Server Datapack (100% All Systems)

    Downloads links are down, are there any mirror?
  2. dragaoart

    Compiling [Linux] Ultimate compile guide for Debian (Ubuntu included)

    how can I find a repository to the following files: libboost1.38-dev libboost-system1.38-dev libboost-filesystem1.38-dev libboost-date-time1.38-dev libboost-regex1.38-dev libboost-thread1.38-dev Thanks in advance!
  3. dragaoart

    Lua Experience Potion

    It still ends when the character dies.
  4. dragaoart

    Lua Experience Ring TFS 0.3.5 PL1

    Still not working
  5. dragaoart

    Lua Experience Potion

    local bronze = 1 * 60 * 60 * 1000 -- 1 hour local prata = 2 * 60 * 60 * 1000 -- 2 hour local ouro = 4 * 60 * 60 * 1000 -- 3 hour function onUse(cid, item, frompos, item2, topos) if item.itemid == 10614 then doRemoveItem(item.uid,1) doPlayerSetExperienceRate(cid,2)...
  6. dragaoart

    MoveEvent Epic Transform Ring with time expiries

    How can I make it works for TFS 0.3.5???
  7. dragaoart

    The Countdown [1000]

    @Bogalza "287" 286
  8. dragaoart

    Lua Experience Ring TFS 0.3.5 PL1

    the duration doesn't countdown... no mather the time. If the script doesn't load (i.e. an error) the countdown works.
  9. dragaoart

    Lua Experience Ring TFS 0.3.5 PL1

    Where? In which file?
  10. dragaoart

    Lua Experience Ring TFS 0.3.5 PL1

    I've tried a dozen times, but the "doPlayerSetExtraExpRate" function doesn't work(the server said can't find), instead of it, I'm using the function "doPlayerSetExperienceRate(cid, value)". It seems that the problem now is the duration time that doesn't work. It's supposed to countdown by...
  11. dragaoart

    Lua Experience Ring TFS 0.3.5 PL1

    Hello! I'm trying to run this code: exp_ring.lua function onEquip(cid, item, slot) doTransformItem(item.uid, 10612, 1) doPlayerSendTextMessage(cid, 22, 'Now you have 2x extra experience!') doPlayerSetExperienceRate(cid, 2) return TRUE end function onDeEquip(cid, item, slot)...
  12. dragaoart

    [8.5] The Forgotten Server 0.3.5pl1 (Crying Damson)

    @Chipsen doPlayerSetExtraExpRate(cid, value) It is shown in LUA_FUNCTIONS but when you try to call inside any script it doesn't work. I wish to know if there is some way to create this function, because I can't find it in the server, but it says that there is doPlayerSetExtraExpRate inside...
  13. dragaoart

    [8.5] The Forgotten Server 0.3.5pl1 (Crying Damson)

    I could't find the "doPlayerSetExtraExpRate" function on data/lib... can someone tell me how I can call this function on a script?
  14. dragaoart

    ShopSystem - Delete Skull With TFS 0.3.5+

    @Samme Why don't you share the both skulls offer with us?
  15. dragaoart

    Lua Blue Legs Quest (part 1)

    This is the part 1 of the script. The script I'm using is: actions.xml <action actionid="7522" script="bluelegs/koshei_lever.lua"/> <!-- first floor of the quest after gather amulet --> koshei_lever.lua Credits: Maxi/Shawak Annihilator 1.0 local coffinPos = {x = 33273, y = 32458, z...
  16. dragaoart

    Action Yalahar Last Mission {BIG POST}

    Hello I got a console debug on this item: Warning: [Event::checkScript] Can not load script. /scripts/yalahar/yalahar_azerus_quest.lua data/actions/scripts/yalahar/yalahar_azerus_quest.lua:56: 'then' expected near '=' It's this line here : elseif monster = getCreatureName("Azerus") ==...
  17. dragaoart

    All LUA functions in TFS 0.2.10

    Is it possible to get a code function from TFS 0.3 and add in TFS 0.2 (i.e., "DoPlayerSetExperienceRate" from TFS 0.3 and add it in TFS 0.2)? I mean, if is there any easy way to do it?
  18. dragaoart

    Lua Blue Legs Quest (script doesn't work)

    BuMP :( no answers... :( I've solved the second error, but the still bugged... I think in an action that could just spawn that creature can solve the problem... anyone?
  19. dragaoart

    Lua Blue Legs Quest (script doesn't work)

    Acctually I'm asking for support because it doesn't work :P Let's hope some good soul could help us and then I'll release the full working scripts that I've found, with a good tutorial! :D
Back
Top