Jump to content
  • 0

EXP and Job Multiplier / DROP Rate multiplier Questions


trenzerai

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   0
  • Joined:  12/27/15
  • Last Seen:  

Good day to all,

 

Im having problems when changing my base exp/job multiplier rate. it seems to didnt change whenever i add another 0 to the multiplier it just doesnt add up

 

The same with the Normal Drop rate.

 

Some of my configurations configurations:

exp.conf

// Rate at which exp. is given. (Note 2)
base_exp_rate: 1000000000000 (Redundancy is here)

// Rate at which job exp. is given. (Note 2)
job_exp_rate: 100000000000 (Redundancy is here)

renewal.conf

Everything is disabled other than "#define RENEWAL"

I want to play with 3rd jobs enabled but i do think this was the problem

 

drops.conf

// Item drop rates (Note 2)

// The rate the common items are dropped (Items that are in the ETC tab, besides card)
item_rate_common: 1000000 (Redundancy is here)
item_rate_common_boss: 1000000 (Redundancy is here)
item_drop_common_min: 1
item_drop_common_max: 10000

// The rate healing items are dropped (items that restore HP or SP)
item_rate_heal: 1000000 (Redundancy is here)
item_rate_heal_boss: 1000000 (Redundancy is here)
item_drop_heal_min: 1
item_drop_heal_max: 10000

// The rate at which usable items (in the item tab) other then healing items are dropped.
item_rate_use: 1000000 (Redundancy is here)
item_rate_use_boss: 1000000 (Redundancy is here)
item_drop_use_min: 1
item_drop_use_max: 10000

// The rate at which equipment is dropped.
item_rate_equip: 1000000 (Redundancy is here)
item_rate_equip_boss: 1000000 (Redundancy is here)
item_drop_equip_min: 1
item_drop_equip_max: 10000

// The rate at which cards are dropped
item_rate_card: 1000000 (Redundancy is here)
item_rate_card_boss: 800000 (Redundancy is here)
item_drop_card_min: 1
item_drop_card_max: 10000

// The rate adjustment for the MVP items that the MVP gets directly in their inventory
// Mode: 0 - official order, 1 - random order, 2 - all items
item_rate_mvp: 1000000
item_drop_mvp_min: 1
item_drop_mvp_max: 10000
item_drop_mvp_mode: 0

Now trying to test it with @rates and killed a poring

 

screentRO000_zpslwwdwx2l.jpg

 

So as you can see it gains more on job other than the base level.

 

Any way this is my serverinfo:

 

- Latest *updated Rev* rathena

 

Thanks in advance

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  350
  • Reputation:   43
  • Joined:  09/07/12
  • Last Seen:  

reduce the zeroes to just million or something.
and make sure to reload battle config, ( command: @reloadbattleconf )

Edited by benching
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   0
  • Joined:  12/27/15
  • Last Seen:  

reduce the zeroes to just million or something.

and make sure to reload battle config, ( command: @reloadbattleconf )

 

Reduced to millions and doing the @reload battle

 

the command solves everything even the drop rates. Thank you so much

 

 

 

 

One more thing.

I want this to be permanent. I need to type "@reload battle" to be able to increase my base/job exp as well as the item drop rates everytime i restart my server

Edited by trenzerai
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  350
  • Reputation:   43
  • Joined:  09/07/12
  • Last Seen:  

I dont think you need to type the command every server restart,
But if you do need it, create a npc that call this.
 

OnInit:

atcommand "@reloadbattleconf";
end;

 

or add the code to one of your npc(make sure that the npc is being loaded).

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  12/08/15
  • Last Seen:  

I want this to be permanent. I need to type "@reload battle" to be able to increase my base/job exp as well as the item drop rates everytime i restart my server

 

Nop you don't need to do this :P. If you make a change, you need to use @reload battleconf or restart the server, but no need to do both.

 

When you make major or lot of change though, restarting your server is better (if you can afford it). 

Edited by RandomKey1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   0
  • Joined:  12/27/15
  • Last Seen:  

 

I want this to be permanent. I need to type "@reload battle" to be able to increase my base/job exp as well as the item drop rates everytime i restart my server

 

Nop you don't need to do this :P. If you make a change, you need to use @reload battleconf or restart the server, but no need to do both.

 

When you make major or lot of change though, restarting your server is better (if you can afford it). 

 

 

Sir, What i'm saying is. when i start my server, my base/job exp and normal drop is intact to 1.48x/1.07x and 1.24x (See my screenshots for @rates) even if i changed it already, so i need to write @reload battle to be able to read my changes. What I'm asking is "Make it permanent" whenever i start my server i want my changes to be implemented without using @reload battle.

 

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