mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2025-01-05 06:57:37 +01:00
Update Experience Sources
parent
b825372add
commit
c0755c2641
@ -1,5 +1,5 @@
|
||||
|
||||
An experience source gives you experience for certain professions(default or custom ones) when certain events occur. Each experience source has its own specific parameters that you can specify in the config with `exp_source_name{param1=P1;param2=p2..}`. You must specify the parameter `amount=min-max` for each experience source corresponding to the bounds for the amount of experience that will be randomly chosen between them each time.
|
||||
An experience source gives you experience for certain professions(default or custom ones) when certain events occur. Each experience source has its own specific parameters that you can specify in the config with `exp_source_name{param1=P1;param2=p2..}`. You must specify the parameter `amount=min-max` corresponding to the bounds between which the amount of experience will be randomly chosen each time.
|
||||
|
||||
|
||||
## Examples
|
||||
|
Loading…
Reference in New Issue
Block a user