when reach job lvl 10

WalkingBad

New member
Messages
105
Points
0
Github
WalkingBad
Emulator
when player reach job lvl 10 he/she will automatically receive an item and warp to a map "ex. Prontera,150,150" 

how can i add it in here.. 

.....................

nahhhhhh TOPIC CLOSED...  i made it 
default_biggrin.png
 
default_biggrin.png
 
default_biggrin.png
 
default_biggrin.png
 
default_biggrin.png
 
default_biggrin.png
 
default_biggrin.png


 
Last edited by a moderator:
Maybe it'd be kind if you shared the script too? Maybe other people might have the same idea / issue ^-^

 
Code:
-	script	JobLvTen	-1,{OnPCJobLvUpEvent:if (JobLevel==10){	getitem 502,1;        //Any Other Code	dispbottom "You get a bonus for reaching job lvl.10";}end;}
 
Last edited by a moderator:
Back
Top