• 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 Jaki Maoh

  1. 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.
  2. 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...
  3. Jaki Maoh

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

    sorry @Jose Ahman . No bananas for you today :confused:🍌
  4. 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...
  5. 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 !
  6. 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...
  7. Jaki Maoh

    RevScripts [TFS1.X+] Achievements talkactions script?

    No, sorry. Got another error at that time and edited mine post too
  8. Jaki Maoh

    RevScripts [TFS1.X+] Achievements talkactions script?

    Lua Script Error: [Scripts Interface] C:\LoZ\forgottenserver\data\scripts\talkactions\achievements.lua:callback ...orgottenserver\data\scripts\talkactions\achievements.lua:20: attempt to call method 'HasAchievement' (a nil value) stack traceback: [C]: in function 'HasAchievement'...
  9. Jaki Maoh

    RevScripts [TFS1.X+] Achievements talkactions script?

    Lua Script Error: [Scripts Interface] C:\LoZ\forgottenserver\data\scripts\talkactions\achievements.lua:callback ...orgottenserver\data\scripts\talkactions\achievements.lua:21: attempt to call global 'getAchievementInfo' (a nil value) stack traceback: [C]: in function 'getAchievementInfo'...
  10. Jaki Maoh

    RevScripts Rain Effects change with/without source edit

    Hello community! I've been searching around, and found some brilliant scripts that made it rain some (CONST?) effects from the sky and in the ground. I was thinking if perhaps it is possible to add new effects types on source and then adding new images (gifs or pngs) for this effects. If...
Back
Top