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

    [USA] Frozenhell PVP 300x (8.5-8.52)

    [USA] Frozenhell PVP 300x (8.54) Welcome to Frozenhell! Dedicated server! 100% uptime! We have a fully custom map, plenty of custom monsters, and a lot of unique quests for you to enjoy. Also custom items for level 100, 500, 1000, and soon 2000. Lots of raids! Customized fishing, customized...
  2. T

    TalkAction /storage AddOn (check used storages)

    And you gain reputation in return! I think the script could possibly have better functionality like allowing storages over 65535 but I kept it below because there are a bunch of storages set like 10001005 that I didn't want to see. But you can always tweak it to your needs. Enjoy!
  3. T

    TalkAction /storage AddOn (check used storages)

    Ever get sick of keeping track of your used storage values? Well, my team and I, are completely sick of it. So we made a little addon to the current storage function. I'm sure there is a better way to do it, but at least I give the idea for someone to clean it up. =P Have fun. **Tested / Works...
  4. T

    Record Damage

    Nevermind. Got it figured out.
  5. T

    Summoning / getClosestFreeTile

    Well I'm trying to make a script that summons a monster to the closest free tile around. The only problem is that certain borders (ocean borders to be more specific) are counted as free tiles, but you cannot summon on them. Anyone know how to workaround this? function onUse(cid, item...
  6. T

    (Tibia Client) Remove Health Cap?

    Yeah, that's what I meant. A brand new client for Tibia is what it would take. Unless, like you say, we managed to de-compile the current one. Which, also like you say, isn't happening. So I'll just forget about this. Thanks. =D
  7. T

    (Tibia Client) Remove Health Cap?

    Ah, so unless I make a new client for Tibia, there is no way of dealing with this. It's not just some simple memory edit or source edit. Alright, thanks guys.
  8. T

    (Tibia Client) Remove Health Cap?

    Yes, that's what strikes my curiosity. You can change your hp in memory editor to be above 65535, so the client can hold an integer higher than that. So how come when someone reaches over 65535 hp, it starts a new bar? Is this coded into open-tibia source or the client? Basically what I want...
  9. T

    (Tibia Client) Remove Health Cap?

    Is there any way to remove the health cap/mana cap for the Tibia Client? For example when a player reaches over 65535 hp or mana, it will start back at 0. Is this memory editing or source? Anyone know? Thanks.
  10. T

    [PHP] Skills Categories for AAC with Pics!

    This is beautiful. Thanks.
  11. T

    Death broadcaster help

    if #deathList >= toSlain and #deathList < toCrushed then deathType = "slain" elseif #deathList >= toCrushed and #deathList < toEliminated then deathType = "crushed" elseif #deathList >= toEliminated then deathType =...
  12. T

    Team FrozenHell Project

    I agree - FrozenHell is a cool name. Been using it for my OT projects since 7.6. =D Good luck on your server, by the way.
  13. T

    Team FrozenHell Project

    Awesome, one thing I would recommend you change is your name. Frozenhell - Latest News Just asking. You don't have to.
  14. T

    Compiling Linker error PLEASE TAKE A LOOK!

    I think you should upgrade/replace your libxml2. Probably got a bad version.
  15. T

    MoveEvent Teleport set storagevalue

    Just give the teleporter a uniqueid. (12345) Then, in movements.xml, add: <movevent type="StepIn" uniqueid="12345" event="script" value="tpstorage.lua"/> Then, in /movements/scripts make a file and name it "tpstorage.lua". Put this in it: function onStepIn(cid, item, position, fromPosition)...
  16. T

    Forever Amulet of Loss

    Just change preventDrop to '-1'. But you didn't specify what distro you are using?
  17. T

    [USA] Frozenhell 8.42

    Just got dedicated. Give us a try guys!
  18. T

    [REQUEST - 5 USD PAYMENT] Frag Reward

    Thanks for the $5, glad I could help. =) I would have done it for free also but I never pass on a quick dollar! Yeah, he shortened the script by one line, but that's how I like to code anyway. In my opinion looks more clean.
  19. T

    [REQUEST - 5 USD PAYMENT] Frag Reward

    Not tested. creaturescripts/scripts/fragreward.lua function onKill(cid, target) if isPlayer(target) == TRUE then loot = 2152 item = doPlayerAddItem(cid,loot,1) end return TRUE end creaturescripts.xml <event type="kill" name="FragReward"...
  20. T

    Multitask - The game

    86. Yeah, fourth square too much for me. =D
Back
Top