ID:162706
![]() Dec 6 2007, 1:32 pm
|
|
Ok, I'm trying to save the location of the players where they logged out at, I use names to locate places ie Move(locate(/area/temple)) how would I save their last location before logout, I know use a var, but what would I save?
|
Only one problem, Its a MUD, you know text based. It doesn't have x y and z coords...I'm trying to save it based on the tags
|
Lundex wrote:
Only one problem, Its a MUD, you know text based. It doesn't have x y and z coords...I'm trying to save it based on the tags oops well im not sure if it will work but heres a idea , it probally wont but heres a idea: mob/var/lastarea sry but im not good t MUD's |
I'm trying to think that maybe I can set it by name or make a var and give each area a number which could do it...but I'll have to check it out....
|
Lundex wrote:
I'm trying to think that maybe I can set it by name or make a var and give each area a number which could do it...but I'll have to check it out.... see im not good with area's i'm a iconned cord man, area's to me are kinda hard, the only areas i can do are safe zones and non safe zones |
im not sure if this will work but its a pretty good guess it you ask me,
mob/var -Tony |
Don't put usr in procs, it can cause problem later.
But he was on the right track. You can save the players location using a variable, and check for that variable at Login(). Doesn't require x,y,z. |
He already did. I was just explaining what he showed in a little more detail.
Create a variable that you will save the location they are "at" to the player. Later, when they log back in, access this variable and ,based on its value, go from there. |
lol here,