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

  1. SunMage

    TFS 1.X+ [CRASH] Exception thrown at 0x00007FFDFEC45299 in theforgottenserver-x64.exe

    I'd prefer an answer which includes working with MSVC, since this is an error I get following the Compiling on Windows vcpkg guide to every letter. Also interesting someone else in this thread had the same error too.
  2. SunMage

    TFS 1.X+ [CRASH] Exception thrown at 0x00007FFDFEC45299 in theforgottenserver-x64.exe

    I've compiled current master branch of TFS and everything worked fine. 0 errors, 0 skipped. otpch.cpp actions.cpp ban.cpp baseevents.cpp bed.cpp chat.cpp combat.cpp condition.cpp configmanager.cpp connection.cpp container.cpp creature.cpp creatureevent.cpp...
  3. SunMage

    Compiling Error: _ENABLE_ATOMIC_ALIGNMENT_FIX

    @Slavi Dodo I've tried this. It doesn't seem to work for me. In Directory: D:\otserv\src\enums.h enum ThreadState : uint8_t { THREAD_STATE_RUNNING, THREAD_STATE_CLOSING, THREAD_STATE_TERMINATED, }; Yes? @Mark
  4. SunMage

    Compiling Error: _ENABLE_ATOMIC_ALIGNMENT_FIX

    Why? I can't even google about it because no one has the same problem. Severly need help as i'm trying to survive my stomach pain. Followed guide (and downloaded, tried reinstalling files): https://github.com/otland/forgottenserver/wiki/Compiling-on-Windows Using server...
  5. SunMage

    TFS 1.0 or TFS 1.1 or TFS 1.2

    Which one is better than the other? I suppose TFS 1.2 is the best but what are the advantages and disadvantages, if any?
  6. SunMage

    Solved [Znote AAC 1.5] TibiaCOM Layout problem

    FIXED! Solution: Added login.php to the list in sub.php! Since I noticed different types of sub.php's were sent to me and they both had different effects on the website I slowly but surely noticed just now that one of them had all of the functions working except login, and started to analyze...
  7. SunMage

    Solved [Znote AAC 1.5] TibiaCOM Layout problem

    @Himii Yes this is what I have in www\layout\sub.php <?php /* Znote AAC Sub System - Used to create custom pages - Place the contents of the page in /layout/sub/ folder. : You don't need to include init, header or footer. Its already taken care of, just write the contents you want. Then add...
  8. SunMage

    Solved Pulling Levers > Spawning Ladder problem.

    @Red Righto! That's true aswell. It's done now. On to website problems!
  9. SunMage

    Solved [Znote AAC 1.5] TibiaCOM Layout problem

    "Sub page not recognized. The sub page you requested is not recognized." Why would this occur? Everything else seems to work as intended except for the Login button, which is a problem obviously. Any help would be appreciated, trying to puzzle together a decent server here. FIXED! Solution...
  10. SunMage

    Solved Pulling Levers > Spawning Ladder problem.

    Christ, I feel like a total moron right now.
  11. SunMage

    Solved Pulling Levers > Spawning Ladder problem.

    @Limos I've tested exactly what you said and I can not possibly notice any error in the script. It gives me no errors and doesn't do anything at all when i'm stepping on the tiles, yes i've registered the Action ID and i've also put them in my Map Editor (RME), it just doesn't do anything. I...
  12. SunMage

    Solved Pulling Levers > Spawning Ladder problem.

    Thank you very much, and yes indeed as Red said, things were nil and that's why I put it there and even if things are impossible i'm the one who likes to have an "anti-fail" system in to my scripts as much as possible IF something should go wrong even if it can't, might be an overdo but hey...
  13. SunMage

    Solved Pulling Levers > Spawning Ladder problem.

    You are seriously the most sincere person i've ever spoken with through a forum. Thank you very much and i've got it to work perfectly right now all thanks to you aswell as some trial and error! Here is the final outcome: local storage = 10000 local talktype = TALKTYPE_ORANGE_1 function...
Back
Top