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

Recent content by Jaki Maoh

  1. Jaki Maoh

    AAC Newly created players have -120 mana on database AND do not save

    Back to the basic, I guess! Thanks !!! @fusion32😃
  2. Jaki Maoh

    AAC Newly created players have -120 mana on database AND do not save

    Yes, the problem could be solved if I tamper with the initial mana in the file (already tested it): The problem is I did only alter the config.php for cities and looktype colors a long time ago. Did not alter it recently at all, and the problem started a couple of days ago.
  3. Jaki Maoh

    AAC Newly created players have -120 mana on database AND do not save

    Hello community! I do not know, for the life of me what I did that broke my znoteAAC (or phpMyAdmin): when creating (and only when creating) a new character it is entered in the server database with negative -120 mana points and -120 max mana: In-game the player has tons of mana and mana max...
  4. Jaki Maoh

    Lua Problem with NPC direction.

    probably a little late on that, but, try this: local function onReleaseFocus(cid) selfTurn(WEST) end Worked for me.
  5. Jaki Maoh

    TFS 1.X+ Make sure Player is unable to dismount in specific tiles.

    Thanks for the explanations, @Shadow_ ! 👍 I've got an area where I need the players to cross while mounted, and it would break the "immersion" if they could dismount as they please, in my opinion. I've searched the forum and did not found this bit of code anywhere else. That's when I've thought...
  6. Jaki Maoh

    TFS 1.X+ Make sure Player is unable to dismount in specific tiles.

    sorry @Jose Ahman . No bananas for you today :confused:🍌
  7. Jaki Maoh

    TFS 1.X+ Make sure Player is unable to dismount in specific tiles.

    @Acubens Thanks for the answer, but I'm afraid it is not yet done 😥 This time I've got no errors while building 🤩, but the player / god can still dismount in the said areas. Probably something else is going through the radar? 🤔 If someone has any ideas worth sharing, all help is welcome, as...
  8. Jaki Maoh

    TFS 1.X+ Make sure Player is unable to dismount in specific tiles.

    Got this error now in the line if (ground && (ground->getId() >= 2000 && ground->getId() <= 2005)) 😧 Good try, @Acubens !
  9. Jaki Maoh

    TFS 1.X+ Make sure Player is unable to dismount in specific tiles.

    Hello, Otland! Is there a way to make sure the players can't: dismount (even with Ctrl + R); change current mount; change outfits. If they are on top of specific tiles (Tile ID, UID or AID)? 🤔 I'm pretty sure such changes must be made inside the sources, but am unable to make it work without...
  10. Jaki Maoh

    RevScripts [TFS1.X+] Achievements talkactions script?

    No, sorry. Got another error at that time and edited mine post too
Back
Top