• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

[Guide for v0.38.1/0.38.2] Passing through buggy trainer/npc

J

jianmingyong

Guest
Apply to online mode :)
For the time being (since the update still not out yet or you just cant wait ) those who need help on loop problem such as ratata trainer or any other npc that can't let you progress the game, you can use this little trick.

1. Goto /pokemon/maps/ folder and look for the map you are in. ( usually their file name are the building name or the map name )
2. Open the .dat file using notepad and search for the word "NPC" or the name of trainer if you know.
3. You will be able to see a similar line in this format:
Code:
{"NPC"{NPC[{"Position"{sngArr[7,0,25]}}{"TextureID"{str[14]}}{"ID"{int[4]}}{"Name"{str[Mikey]}}{"Action"{int[2]}}{"AdditionalValue"{str[1|trainer\route30\002]}}{"Rotation"{int[2]}}{"Movement"{str[Still]}}{"MoveRectangles"{recArr[]}}]}}
4. Edit
Either by changing the location of the npc. [X,Y,Z]
Code:
{"Position"{sngArr[7,0,25]}}
Or the direction where it is facing.
Code:
{"Rotation"{int[2]}}
5. Save the file and enjoy.
6. Open your game and you can bypass now.

Remember to battle the trainer and revert all changes you made after saving the game.
 

MrHippocrit

Champion
Trusted Support
Retired Mod
If you don't feel like changing everything, just reupdate your game and it will reset itself.
 
Top