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

    Exhaust!

    You need to make a few source edits to fully change the exhaust for Paladins... If you are interested in doing this and have the experience.. PM me.
  2. Gut

    [USA] Collapser OT 8.21

    Bump for great justice~
  3. Gut

    Action Dragon doll/Stuffed dragon. Exact Same as real tibia.

    :0! How can you hate doSendAnimatedText! I shall smite you!
  4. Gut

    Action Dragon doll/Stuffed dragon. Exact Same as real tibia.

    The best way to tackle that situation then would be to write a new function (in source) called doShowText(pos,text,type)... But then again its kind of out of the way...
  5. Gut

    Action Dragon doll/Stuffed dragon. Exact Same as real tibia.

    Uhh.... I think you went through ALOT of extra trouble! Why not just use: doSendAnimatedText(getThingPos(item.uid), text, color) or a variant of that? Also, You might want to do: randomamount = math.random(1,5) instead of executing it over and over and over. Just my opinion~
  6. Gut

    Help Staff TFS

    Get a hardware firewall and block all the ports that you do not use.
  7. Gut

    Windows Client Assertion

    GUI.cpp 1800: assertion failed (Child->getWidth() = 0), reason: Seems to be something GUI related? Not sure... What version of Windows are you using?
  8. Gut

    How to downgrade from TFS 0.3 to 0.2 :->

    I am not sure if it is only bans... A developer or experienced user with 0.3 would be able to help you out more than I can.
  9. Gut

    Players crash my OTS :(

    Edit the existing NPC system. Look through the scripts to see where the 'max' is set.
  10. Gut

    Gesior account maker ERROR

    Where you have PHP installed on your system.
  11. Gut

    Gesior account maker ERROR

    Comment the following line out in your php.ini extension=php_domxml.dll It should work after that..
  12. Gut

    How to downgrade from TFS 0.3 to 0.2 :->

    I think a few tables are different, for example I think that the bans database was changed from 0.2 to 0.3.
  13. Gut

    Players crash my OTS :(

    What distro are you using? If you are using TFS, it comes with an NPC system which already makes the max 500.
  14. Gut

    Ubuntu compiling TFS

    You do not have the boost libraries installed.
  15. Gut

    [USA] Collapser OT 8.21

    You get RS after 3 kills. PAing is not a problem. The only time when a lower level gets killed by a higher level is when the lower level talks smack :p Also: We do NOT reset!
  16. Gut

    [USA] Collapser OT 8.21

    There really is no stop to leveling since higher levels are catered to. Levels have been basically re-defined... There is simply a lot more game play involved, higher level monsters, ect. It doesn't end at 400 like most servers... You continue to progress further and further... Defeating more...
  17. Gut

    Lua Question x.x

    Here you are =) RETURNVALUE_NOERROR = 1 RETURNVALUE_NOTPOSSIBLE = 2 RETURNVALUE_NOTENOUGHROOM = 3 RETURNVALUE_PLAYERISPZLOCKED = 4 RETURNVALUE_PLAYERISNOTINVITED = 5 RETURNVALUE_CANNOTTHROW = 6 RETURNVALUE_THEREISNOWAY = 7 RETURNVALUE_DESTINATIONOUTOFREACH = 8...
  18. Gut

    How many players?

    Its not his computer that's bottlenecking his maxplayers... Its his upload speed.
  19. Gut

    Windows AntyVirus and Firewall

    Anti-virus: I use BitDefender... Firewall: Hardware Firewall (built into router)
  20. Gut

    NPC That enchants all 8.1 weapons for you, 1 npc each element or all-in-one.

    Nice job! These scripts are always the most annoying to make since they are basically the same thing over and over with just changed itemIDs.
Back
Top