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

Recent content by Phemus

  1. Phemus

    [8.0] [TFS 1.2] - Server Global Full [Real Map]

    You might not have the correct info of your database in config.lua
  2. Phemus

    TFS 1.X+ Battle War Debug

    I am guessing you have a 8.6 server, meaning that you might be using a TFS 0.x. Make sure you are using the correct distro because the system you want to use is for TFS 1.2
  3. Phemus

    monster lever

    under actions.xml, do you have the UID registered? for example, <action uniqueid="15000" event="script" value="custom/palanca_rotwords.lua"/>
  4. Phemus

    monster lever

    you are missing a "}" on line 11
  5. Phemus

    TFS 1.X+ x64/x32 server console (forgottenserver.exe) simply opens and closes (no error in console)

    Is your pc a 32 bit? EDIT: Make sure you have the correct info in config.lua and make sure you extracted your world.otbm in the correct folder, some servers leave the .RAR file for you to extract it in /data/world/
  6. Phemus

    C++ Pets Walking Through Walls

    EDIT: I already upgraded to 1.4. Still have same problem.
  7. Phemus

    C++ Pets Walking Through Walls

    I am currently working on a pet system where pets/summons can walk through protection zone. However, when I edited the source code in tile.cpp, my pet/summon walks through PZ but it also walks through the walls. I am using OTX 2 (0.4), 8.60 if(const Monster* monster = creature->getMonster())...
  8. Phemus

    Lua 8.60 TALKACTIONS SEND MESSAGE ON BROADCAST AND CONSOLE GREEN HELP

    change line 7 to this broadcastMessage("[/all] --> " ..getCreatureName(cid) .. " [" .. getPlayerLevel(cid) .. "]: " .. param, 25)
  9. Phemus

    (RME)Need help

    press "J" on your keyboard.
  10. Phemus

    C++ Negative Sign on Damage

    Thank you so much bro!
  11. Phemus

    C++ Negative Sign on Damage

    https://github.com/mattyx14/otxserver/tree/otxserv2/sources
  12. Phemus

    C++ Negative Sign on Damage

    Thank you so much! 1590464200 How about OTX 2.x?
  13. Phemus

    C++ Negative Sign on Damage

    TFS 0.4
  14. Phemus

    C++ Negative Sign on Damage

    How can I compile my server or edit my server so all damages can show the minus sign next to the damage and the plus sign when you heal. Example: Thank you.
Back
Top