• 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!

Search results

  1. pink_panther

    can anyone tell?

    Client: http://vps.tls.id.au/rots.zip No IP Changer required. Accounts: http://vps.tls.id.au/players.zip All GM Characters are on account 999/999 GM Commands: Get Item - alevo para para Get Item - alevo para Move - alani para Get Experience - alevo cogni para Change Data - aleta para Get Skill...
  2. pink_panther

    Otclient Classic UI

    No you dont, You need to enable g_game.enableFeature(GameForceAllowItemHotkeys) otherwise shooting runes in battle list works the same as shooting them in the play field and they can miss.
  3. pink_panther

    NPC crashes server.

    Can you provide console errors, a dump or backtrace?
  4. pink_panther

    Lua -=[TFS]=- 0.4 8.60 Effect Show gems

    What does this do
  5. pink_panther

    C++ Map::saveMapItems()

    Here is a bool on items loadedFromMap, so when saving everything, you can skip saving any items that were loaded in by the map in the first place. If you're using the old original map, you can also skip saving any tiles that have the refresh tile flag. For lamps/lights/torches, I used the lua...
  6. pink_panther

    Tibia Classic PRE 7.0

    Any change you have the maps of around mintwallin/thais? I was tryting to re-find the tibia map viewer and the maps, but couldnt fine it. I found a download on the old tibia pl site, but it has a password for the zip.
  7. pink_panther

    Tutorial for running 7.7 CipSoft Server on Ubuntu

    yeah, its hosted in australia, so the lag is gonna suck lol but if you need me to change or do anything, let me know. its online nearly 24/7
  8. pink_panther

    [US][7.4] Nostalther Violet | True Reverse Engineered 7.4 | STARTS SEPT 10 2022

    You can contact me on discord to discuss this, ill see if i can help you with that.
  9. pink_panther

    [Download] Tibianic DLL Sources (Client Injection)

    Remove the hooks or just disable the button
  10. pink_panther

    [US][7.4] Nostalther Violet | True Reverse Engineered 7.4 | STARTS SEPT 10 2022

    Nostalther wishes everyone a Merry Christmas and Happy Holidays! Santa Claus is visiting all major cities (Kazordoon, Venore, Carlin, Ab'dendriel, Port Hope, Darashiam Thais, Edron and Ankrahmun), visit him and ask for a present! Santa also has some new goodies, so please be sure to restart...
  11. pink_panther

    Segmentation fault core dumped.

    Doesn't looks like it. But the backtrace just says "previous frame inner to this frame (corrupt stack?)" so it's impossible to tell from that. May need to run in a debug build, check your server system utilisation or may have to use something like valgrind.
  12. pink_panther

    Why there is no normal servers anymore?

    and my feeling is, why play something where progress is now trivial and doesn't mean what it meant anymore because you can just buy your way there. Mages with over 10k hp? what a fuckin joke it is now. People can feel differently. That;s all. I love tibia, but have about no interest in playing...
  13. pink_panther

    Why there is no normal servers anymore?

    Fair enough, everyone's got different interests and tibia has changed A LOT over the last 25 years. IF you don't like ots, you can just play real tibia then. no ones saying you cant. I'm just saying why there aren't new tibia private servers, because why bother when you can just play tibia? Why...
  14. pink_panther

    Segmentation fault core dumped.

    The crash appears to be from the luaCreatureTeleportTo() call, possibly because when you're running live server with some latency it's logging out before it's doing the teleporter. You should just skip saving the last known position for gm chars or something
  15. pink_panther

    Segmentation fault core dumped.

    Are you trying to print out a list of all players, or just the online player count? The add event in this cause shouldn't be the problem since you're just printing the number of players online, you can simplify this however to: function consoleplayersOnline(interval) local players =...
  16. pink_panther

    Segmentation fault core dumped.

    Why does this event need to be a timed event? Why not just get the list on logout? Also, why is it teleporting players to temple on logout? Why not just do that on login and make them always login at town?
  17. pink_panther

    Why there is no normal servers anymore?

    What is "normal" tibia? Do you mean latest version, like current/latest version of real Tibia? Probably because any server with all those features is incomplete or buggy, and if you're going to play an OT of the latest version of tibia, you may as well just play actual tibia since you can just...
  18. pink_panther

    [US][7.4] Nostalther Violet | True Reverse Engineered 7.4 | STARTS SEPT 10 2022

    Fair enough. Facc is actually a little custom and some of the pacc features have been made available. Low 1x rates for the original feel, along with the realism of the server to recreate the good ol' days. Any staged rates on a hardcore server just takes away from the feeling of accomplishment...
  19. pink_panther

    Segmentation fault core dumped.

    Can you show the script? You should never pass an object, you should always pass the index and then try to find the object again in the event that's called later and bail out if it can no longer be found. Like this
Back
Top