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

    [Canada] Burnhearth 10.37 BETA

    Did you try making another character?
  2. 8674011

    [Canada] Burnhearth 10.37 BETA

    Can you please post the error message ?
  3. 8674011

    Chests doesnt work :(

    do you have it in your actions xml as 2000? or the Unique Id?
  4. 8674011

    GetPlayerExperience TFS 1.0

    I think it's because you put the /3 out side bracket maybe? try : function getExperienceForLevel(level) level = level - 1 return (((50 * level * level * level) - (150 * level * level) + (400 * level))/3) end
  5. 8674011

    Solved The best VIP system ever! [Action/Movevent/Globalevent] PROBLEM

    doesn't add it to thread awk
  6. 8674011

    What Is Your Dream? or Goal?

    be happy.
  7. 8674011

    Solved The best VIP system ever! [Action/Movevent/Globalevent] PROBLEM

    doAddVipDays(cid, 30) Did you add this method to your global/compat?
  8. 8674011

    Action Time Chest (with random reward)

    Limos could you update this to work for TFS 1.0
  9. 8674011

    Lua How would I modify this to work with vocations? [TFS 1.0]

    TFS 1.0 local shield2 = Condition(CONDITION_ATTRIBUTES) shield2:setTicks(-1) shield2:setParameter(CONDITION_PARAM_BUFF_SPELL, 1) shield2:setParameter(CONDITION_PARAM_SUBID, 13) shield2:setParameter(CONDITION_PARAM_SKILL_DISTANCE, 5) local rare1 = Condition(CONDITION_ATTRIBUTES)...
  10. 8674011

    Problem with [TFS 0.1] 10.37

    I love you so much.
  11. 8674011

    Problem with [TFS 0.1] 10.37

    I laughed my ass off And I kinda found some type of trick? I guess. If I start the server in 127.0.0.1 or 192.168.x.xx (So I can connect) then log in, and turn off the server. Before my character list disappears, I turn on the server with either my ip or no ip. re-log and bam, both parties...
  12. 8674011

    Problem with [TFS 0.1] 10.37

    Thanks a lot Maltexor, I thought you gave up on me :P
  13. 8674011

    Problem with [TFS 0.1] 10.37

    I do not get any errors what so ever, and I didn't bother googling my error code cause I know it means bs, and my db is fully updated, I made sure I ran the correct query and everything.
  14. 8674011

    Problem with [TFS 0.1] 10.37

    Yeah Thanks Red for taking your time to answer, but no I'm using the brand new one.
  15. 8674011

    Problem with [TFS 0.1] 10.37

    TFS 1.0* I attempted to use 2 releases compiled by other people on here on 10.37 and every time I get the same error. http://otland.net/threads/10-37-real-map-server-with-roshamuul-tfs-1-0.212019/ and http://otland.net/threads/10-36-10-37-latest-tfs-1-0-clean-x64-x32.212095/ Whenever I...
  16. 8674011

    Windows Tibia Error when connecting to server

    i'm getting the same error I just figured out the error, turn off your firewall.
  17. 8674011

    How to enable outfits

    could you give me a link to go about this, because i really don't want it to fuck up the rest of my scripts
  18. 8674011

    How to enable outfits

    here is what i got if getPlayerSex(cid) == 0 then setPlayerStorageValue(cid, 4001, 1) doPlayerAddOutfit(cid, 141 , 1) doPlayerAddOutfit(cid, 136 , 1) doPlayerAddOutfit(cid, 137 , 1) doPlayerAddOutfit(cid, 138 , 1) doPlayerAddOutfit(cid, 139 , 1)...
  19. 8674011

    How to enable outfits

    The function doesn't add outfits.
  20. 8674011

    How to enable outfits

    TFS 0.2.15
Back
Top