• 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

    TFS 1.2 Store admin talkaction history?

    For what, exactly?
  2. pink_panther

    TFS 0.X NPC that buys and sells if you have Storage

    Look at existing npc files for djinns and see how they work. Be default they should only speak to people with the quest completed. Just do the same thing .
  3. pink_panther

    Segmentation fault core dumped.

    if you're not running apport, it should save a core if it crashes again if you're using gdb. Can also check current directory, or /var/crashes for core dumps. but you absolutely need a core dump and backtrace log, the error message only is completely useless unfortunately.
  4. pink_panther

    Outfits? TFS 1.2 - helppp

    To add custom outfits in nostalrius, you're going to need to edit sources to change the canWear function to check for specific storageValues set on the player. So you'd need to make a new item and register a lua action script to say something like when you use the item...
  5. pink_panther

    OTClient otclient sending packets

    Do you have extended opcode feature enabled in your OTClient features.lua? g_game.enableFeature(GameExtendedOpcode) If not, it will appear to the server as if it's just a regular client, not OTC and won't send/receive opcodes.
  6. pink_panther

    Erro Segmentation fault Crash Server

    Did it save a core dump? Is that the FULL backtrace result?
  7. pink_panther

    TFS 1.X+ kick problem when activating ping option in otc tfs 1.5 otv8

    Depending on your sources, the ping packet process in sources was changed around 8v somwehre. So You either need to enable the ping feature and then add the sorrce ping/pong in sources You'll want to check this function...
  8. pink_panther

    Tibia memes

    More memes please
  9. pink_panther

    Nostalrius 7.7

    Monsters in Nostalrius don't have intervals in the xml files ,because 7.x monstesr didnt have individual intervals. All spell casts are in sources onAttacking. They all already attack on the 1second interval unless in melee rannge, and its 2second. Idk about Nekiros downgrade, its basd of f...
  10. pink_panther

    Nostalrius 7.7

    Looks pretty right just from these gifs. Ranged monsters spell cast interval is every 1 second, and again when they walk. Here's an example from Cipsoft real server (3 hunters and 3 warlocks)
  11. pink_panther

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

    Hello everyone! New additions have been added to the Shop! Tapestries coloured as countries national flags are now available Decorate your house and show your patriotism today!
  12. pink_panther

    OTClient Free modules scripting (OTCv8 and mehah)

    Do you know how to make a cam player module? more specifially, if its possible to increase playback speed for cams?
  13. pink_panther

    Solved Level doors are not closing after being used

    Is it firing at all? Put print("Door onStepOut") at the top of this function function onStepOut(creature, item, fromPosition, toPosition) then see if it prints anytthing in the console when you use the doors, if it doesn't somethings not regiustered properly. If it does, but the doors dont...
  14. pink_panther

    Solved Level doors are not closing after being used

    The script is an old one, goes under data\movements, not the newer data\scripts\moevements need to register the ids too in movements xml
  15. pink_panther

    Solved Level doors are not closing after being used

    Pushing direction in not sure... A Simple way would be to sort all the regular doors in toedoor that are vertical or horizontal then just change the push function to always push east on verical doors and south on horizontal doors for 7.4 7.5+ doors will push east or west for veritcal doors and...
  16. pink_panther

    Solved Level doors are not closing after being used

    Says table expected, got nil, as in openLevelDoors is not defined You should you have that stuff registered in global.lua? Its saying it can't find your list of openLevelDoors OR check for any other errors on server startup to see if something else is failing to load
  17. pink_panther

    Solved Level doors are not closing after being used

    There should be a movement script that registered a movement action to all Open quest doors and all open level doors to close then onStepOut Check your movements scripts? https://github.com/otland/forgottenserver/blob/master/data/scripts/movements/closing_door.lua
  18. pink_panther

    Nostalther Violet - True 7.4 Reverse Engineered Project

    I purged spam discord accounts that were 1 minute old, providing false information, which is also against the rules.
  19. pink_panther

    Nostalther Violet - True 7.4 Reverse Engineered Project

    Yeah, those players were actually banned. Please understand that things take time. We take things seriously and investigate reports. We don't make snap actions based on some 7 second gif posted in discord. Thanks
  20. pink_panther

    Tutorial for running 7.7 CipSoft Server on Ubuntu

    Works fine for me. I get a warning about site not being secure, that is because it's a directory listing I store random shit, like this client. You can choose to continue and the files download fine. Login works too, but will be laggy because this is a test server in Australia.
Back
Top