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

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

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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