Jump to content
  • 0
Sign in to follow this  
JoyRo

Stop gaining experience

Question

Hello,

 

Is it posible to make a npc that wil stop you from getting lvls.
Like if i am lvl 80 and i wanna stay lvl 80 i talk to a npc or something and wont get any more lvl up.
Even if i kill alot of mobs.

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

This is a example as i wanna make it but its not working atm.
Any 1 can help.
i want the npc set my exp gain to 0 so i can keep killing whatever i lke.

Atm it removes my exp.

prontera,146,142,4	script	EXP Stop	4_F_KAFRA6,{

	mes "[Stop EXP]";
	mes "So you wanna stop leveling your character?"; 
	next;
	menu "Yes", EXP_OFF, "Set it back!", EXP_ON, "Exit", EXP_EXIT3;
	
EXP_OFF:
	if( BaseLevel >= 1 ){
		set BaseExp,0;
	}
	close;
	
EXP_ON:
	if( BaseLevel >= 1 ){
		set BaseExp,100;
	}
	close;

EXP_EXIT3:
	mes "[Stop EXP]";
	mes "Come back whenever you want.";
	close;
}
Edited by JoyRo

Share this post


Link to post
Share on other sites
  • 0

oke thanx but if i use ModExp it wil mess the hole account not just 1 char.
And also with ViP status wil be messed up.
They gain 200% exp for 1 month

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.