Jump to content
  • 0

Save Point Request(Details Inside)


Question

Posted

Hi I would like to request a onpcloginevent savepoint chooser where players can choose their save point between the choices of Lower Prontera,Right Prontera,Lower Prontera,Upper Prontera,Mid Prontera. Right after they choose their savepoint when they logout and login again the script wont work anymore it only works per character. I hope I explained it briefly and anymore questions ill be happy to answer it.

1 answer to this question

Recommended Posts

Posted (edited)

Something like this ?

-	script	fghjkljhgf	-1,{

OnPCLoginEvent:
if( save_prontera ) end;

setarray .@save_place$[0], "Save to Left Prontera", "Save to Right Prontera", "Save to Lower Prontera", "Save to Upper Prontera", "Save to Mid Prontera";
setarray .@x[0], 33, 278, 156, 156, 156;
setarray .@y[0], 205, 205, 34, 323, 180;

save_prontera = select( implode( .@save_place$, ":" ) ) -1;
savepoint "prontera", .@x[ save_prontera ], .@y[ save_prontera ];
dispbottom "You savepoint is now "+ substr( .@save_place$[ save_prontera ], 8, getstrlen( .@save_place$[ save_prontera ] )-1 ) +".";

close;
}

Edited by Capuche

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...