Jump to content
  • 0

Save Point Request(Details Inside)


Yummy

Question


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  236
  • Reputation:   12
  • Joined:  03/07/12
  • Last Seen:  

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.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

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
Link to comment
Share on other sites

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.

×
×
  • Create New...