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

    [USA] TibiaFlex 10.41 | CUSTOM VOCS | RL MAP

    @Skykes I'll check the script. If the global drop isn't working I'll implement it some other way until I get it fixed. Shamana don't have wards. But you can summon totems once you have enough mana
  2. Doitforthegains

    [USA] TibiaFlex 10.41 | CUSTOM VOCS | RL MAP

    @Blinkz Kicking in what way? I did a restart earlier but that's all
  3. Doitforthegains

    [USA] TibiaFlex 10.41 | CUSTOM VOCS | RL MAP

    @Herod Rogues/Assassin and Sharpshooter/Sniper
  4. Doitforthegains

    [USA] TibiaFlex 10.41 | CUSTOM VOCS | RL MAP

    SERVER IS ONLINE!! COME AND COMPETE TO BE THE HIGHEST LEVEL! See you ingame! -Mase @Herod Try deleting your history/cache
  5. Doitforthegains

    [USA] TibiaFlex 10.41 | CUSTOM VOCS | RL MAP

    Just got off work for the weekend. Going to finish up those last minute things and put the server online 12am EST
  6. Doitforthegains

    [USA] TibiaFlex 10.41 | CUSTOM VOCS | RL MAP

    @Skykes Well it's embarrassing on my part that the server was online, I had it closed but the server save must've opened the world back up while I was away. The spells are fixed but that's part of the reason I wasn't releasing it until Sunday, I'm still tweaking last minute things...So for those...
  7. Doitforthegains

    League Of Legends Server

    This server is looking awesome. Goodjob Printer!
  8. Doitforthegains

    [USA] TibiaFlex 10.41 | CUSTOM VOCS | RL MAP

    Sorry for the confusion shade, and I'm aware Sunday isn't the most ideal day to start but I work fri and sat. So I wouldn't be able to help anyone out
  9. Doitforthegains

    Constant AoE around player when equip armor

    Still having issues with the passive stacking. @RosOT and I (99% him) just spent like an hour trying to figure it out to no avail.. @Shadowsong I'd try the storagevalue if I knew how to script it :/ that could be the answer to my problem but I don't know how to make it..
  10. Doitforthegains

    [USA] TibiaFlex 10.41 | CUSTOM VOCS | RL MAP

    SERVER IS ONLINE!!! JOIN NOW! Server information: Homepage: tibiaflex.com IP: tibiaflex.com Port: 7171 Client: 10.41 Type: RPG / PvP Uptime: 24/7 Hosted in: USA Runes: Higher charges, custom runes Ammo: Not infinite Server type: Pvp-Rpg *no skulls* TibiaFlex puts a refreshing spin on tibia. We...
  11. Doitforthegains

    Constant AoE around player when equip armor

    @Shadowsong Does this help any? function getBooleanFromString(input) local tmp = type(input) if tmp == 'boolean' then return input end if(tmp == 'number') then return input > 0 end local str = string.lower(tostring(input)) return (str ==...
  12. Doitforthegains

    Riptide - Dungeon(Test:Offline) Give ideas an opinions~

    @RosOT I like how you did it, awesome job man!
  13. Doitforthegains

    Constant AoE around player when equip armor

    BUMP Can anyone fix the passive stacking problem?
  14. Doitforthegains

    Constant AoE around player when equip armor

    Update: Only one issue I'm having is when you equip the armor, de-equip and then re-equip it, it does the AoE 2x per interval..Other than that the script works wonderfully :D
  15. Doitforthegains

    [TFS 1.1] Teleport wand for admins

    @Ninja I love you! It works now, thanks to you and @zbizu
  16. Doitforthegains

    [TFS 1.1] Teleport wand for admins

    Here's the entire function for that line: function getThingPos(uid) local thing if uid >= 0x10000000 then thing = Creature(uid) else thing = Item(uid) end if thing == nil then return false end local stackpos = 0 local tile =...
  17. Doitforthegains

    [TFS 1.1] Teleport wand for admins

    @zbizu I'm sorry I've having issues with everything you're putting out there but it's all so good, I want them all :D When I use the rod I get this error in my console: Lua Script Error: [Action Interface] data/actions/scripts/admin_tp.lua:onUse data/compat.lua:735: attempt to compare number...
  18. Doitforthegains

    Action [TFS 1.1] Item's upgrading by jewels

    This is also awesome, I'm so thankful for the scripts you're pushing out! Huge contributions to the community! Is there a way to restrict this to vocations? I have a blacksmith voc, and it'd be awesome if only he could upgrade items, if not no worries I'll still use this system :>
  19. Doitforthegains

    Action [TFS 1.1] - Slot system

    @zbizu Thanks for working through that with me man, everything works now :D
Back
Top