Jump to content
dragontechi

help no exp stone

Recommended Posts

Go to root>resource>script>calculate>exp_and_level.lua
1) Find: exp = exp + exp_up

2) Add this below 

				local ItemID = 3457 -- ID of Stone No EXP
				if (CheckBagItem(t[i], ItemID) > 0) then 
					exp = 0 
					--SystemNotice( TurnToCha(t[i]), "No experience point is gained.")
					return
				end

Make sure to change the ItemID to your no exp stone. RN it disabled the notice to the player. You can enabled by remove the --.

 

 

Share this post


Link to post
Share on other sites
2 hours ago, DangThao said:

Vaya a raíz> recurso> script> calcular> exp_and_level.lua
1) Buscar: exp = e xp + exp _ up

2) Agregue esto a continuación 


				  
				      
					
					
				

Asegúrese de cambiar ItemID a su piedra no exp. RN desactivó el aviso al jugador. Puede habilitarlo quitando el -.

 

 

 

thanks friend it worked excellent the first time

 

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
Reply to this topic...

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


×
×
  • Create New...