Jump to content
  • 0

Simple Script


arzzzae

Question


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  83
  • Reputation:   8
  • Joined:  12/27/11
  • Last Seen:  

Can I request someone to show me the script where when you reach level 99/70, a pop-up message like "Congratulations you have reached the maximum level!" will apear.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1131
  • Joined:  05/27/12
  • Last Seen:  

You're looking for:

OnPCBaseLvUpEvent:
OnPCJobLvUpEvent:

trunk/doc/script_commands.txt

-	script	MaxLevelEvent	-1,{
OnPCBaseLvUpEvent:
OnPCJobLvUpEvent:
if (BaseLevel == 99 && JobLevel == 70) {
	mes "You have reached the maximum level!";
	close;
}
end;
}

  • Upvote 2
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  83
  • Reputation:   8
  • Joined:  12/27/11
  • Last Seen:  

Thanks Euphy, I tried searching in wiki but can't find it there.

Thank you very much!

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