Is there a way to update the MapID on table Chars when moving to another map?
10/03/2017 20:39Velocity.#2
not sure i quite understand what you're saying, but if you are asking how to change the map of a character in the chars table. you simply can do it manually or through this sql script.
Code:
update ps_gamedata.dbo.chars
set map=''
where charid=''
10/04/2017 02:28TheSlayer28#3
I think it refers to a way to update the location on which the map is when moving while being online.
10/04/2017 06:51[GM]LibertyBelle#4
Let say, I'm in D-Water Borderland when I logged-in. Chars table MapID is 0.
I will move to Stable Erde. The mapID on chars table should update to MapID 47.
Is this doable in Stored Procedure?
10/04/2017 19:59momocruz#5
nop , only on log relog kick char and wait he relog and you will know or wait he talking on chat log and you will know to :) ;)