Jump to content
  • 0

In game server rate choose


Eichi

Question


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.01
  • Content Count:  59
  • Reputation:   1
  • Joined:  04/02/17
  • Last Seen:  

Hellos! Guys, is it possible to create a script for the player to choose what rate he wants for his ingame per character? If so, could someone create this for me?

 

Thanks so mutch!

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  924
  • Reputation:   167
  • Joined:  04/05/13
  • Last Seen:  

Try this: https://github.com/kaninhot004/rathena/blob/the-box-3-fix/npc/the_box_3/buy_exp.txt

 

function	script	F_ExpMultiplier	{
	sc_end SC_EXPBOOST;
	sc_start SC_EXPBOOST,86400000,100 * exp_multiplier;
	return;
}

 

-	script	LoginEvent	-1,{
	end;
	
OnPCLoginEvent:
	F_ExpMultiplier();
	end;
}

 

Edited by Start_
  • Upvote 1
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...