Help witrh custom maps - cannot move player

KeiSenpai

New member
Messages
7
Points
0
Hello all,

I am running a LAN Private Server for my wife & I to play on a Raspberry Pi 3b+. I wanted to install a new script, YProject, which contains new maps.

The steps I took, so I am not sure if I am missing anything:

Install mapcache plugin (build it)

Ensured all maps along with resnametable.txt is in data/ folder

Added each map to mapcache using ./map-server --map <name>

Added each map name to maps.conf

Added each map in db/map_index.txt

Recompiled hercules


The NPC doesn't auto load, but I am sure this is because I do not have it set to start up, which I am sure I can figure out.

However, when I load it and try to use the NPC to warp to the special maps that the person designed, I get the following & the client hangs:
 

[Debug]: pc_setpos: Passed mapindex(1086) is invalid!
[Error]: buildin_warp: moving player 'TestAccount' to "dep_lb",118,32 failed.
[Debug]: Source (NPC): Scientist at prontera (140,181)


I appreciate any help!

Thank you

 
Last edited by a moderator:
I forgot a comma in my mapindex, causing it to not read properly.

However, there is so many errors, that I assume either I am missing instructions or the project was never fully completed.

I appreciate the efforts the developer did however, the idea was awesome!

The error I am getting is missing sprites, and missing maps that were not included.

 
Last edited by a moderator:
Back
Top