Jump to content
  • 0

Make a script work only in 1 map


eKoh

Question


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  206
  • Reputation:   13
  • Joined:  01/07/12
  • Last Seen:  

Hello guys, I've just made one script that warps you once you get to Job lvl 10, but it is working on all of my maps.

 

I think it can be fixed with a map_flag, but I dont know how to create one by my own. I would really appreciate any help.

 

poring_gnd,0,0,0    script    OnPCJobLvUpEvent    -1,{
OnPCJobLvUpEvent:
if (JobLevel>=10){
    mes "[^001D9CGet Started^000000]";
    mes "It seems that you are ready!";
    next;
        mes "[^001D9CGet Started^000000]";
        mes "I'll take you to your next trip!";
        next;
            savepoint "prontera",155,179;
            warp "prontera",155,70;    
            }
}

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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...