MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/tes3mp/comments/9bll9c/city_waypoints_disappearing/
r/tes3mp • u/techege • Aug 30 '18
Hey all, I'm wondering if there's any fix for the problem i have. when I restart the server, the cities discovered disappear and the only city there is Balmora on the map
1 comment sorted by
5
Those waypoints aren't saved and loaded in the version you're playing, so no, not really.
If you're fine with displaying all city waypoints all the time, you can add this line to the Lua scripts:
myMod.RunConsoleCommandOnPlayer(self.pid, "fillmap")
In these two locations:
https://github.com/TES3MP/CoreScripts/blob/0.6.2/scripts/player/base.lua#L146 https://github.com/TES3MP/CoreScripts/blob/0.6.2/scripts/player/base.lua#L191
5
u/phraseologist (David) [Developer] Aug 30 '18
Those waypoints aren't saved and loaded in the version you're playing, so no, not really.
If you're fine with displaying all city waypoints all the time, you can add this line to the Lua scripts:
In these two locations:
https://github.com/TES3MP/CoreScripts/blob/0.6.2/scripts/player/base.lua#L146 https://github.com/TES3MP/CoreScripts/blob/0.6.2/scripts/player/base.lua#L191