Jump to content
  • 0

How to add base and job exp rate on item


terrence

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.01
  • Content Count:  14
  • Reputation:   0
  • Joined:  10/23/21
  • Last Seen:  

Hi i want to add 100% job and base exp rate when the item was use someone can give me a tips? thanks

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2345
  • Joined:  10/28/11
  • Last Seen:  

sc_start SC_EXPBOOST,1800000,100;
sc_start SC_JEXPBOOST,1800000,100;

may refer existing battle manual item

Edited by Emistry
  • Like 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.01
  • Content Count:  14
  • Reputation:   0
  • Joined:  10/23/21
  • Last Seen:  

Thanks buddy

7 hours ago, Emistry said:
sc_start SC_EXPBOOST,1800000,100;
sc_start SC_JEXPBOOST,1800000,100;

may refer existing battle manual item

should be like this right correct me if im wrong

{ sc_start SC_EXPBOOST,1800000,100; },{ sc_start SC_JEXPBOOST,1800000,100; },{}

there is no possible i put it on headgear without timer? like bonus2 bexp,100; ?

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2345
  • Joined:  10/28/11
  • Last Seen:  

refer the doc/item_bonus.txt#L296-L299

Experience
----------
bonus2 bExpAddRace,r,x; 		Increase exp gained by x% against enemies of race r
bonus2 bExpAddClass,c,x;		Increase exp gained by x% against enemies of class c

 

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