Guide [Guide] How to Configure the Lord Event

Wei Long

Contributor
Contributor
Joined
Jun 14, 2024
Messages
49
Solutions
3
Reaction score
71
Points
18
FOR TODAY'S EPISODE:
CONFIGURING THE LORD EVENT
by: Wei Long

Hey There!
Please login and(or) register to see this awesome content today.

Open the file and scroll until you see this or something similar to this code:
--> the code below is the default lordevent.inc file in the legacy v15 of zombie.


Hey There!
Please login and(or) register to see this awesome content today.


OK, so this file is where we configure the lord buff event on which how long it will last and how much will it cost.


exp
{
0 0
0.05 100000000
0.1 200000000
0.15 300000000
0.2 400000000
0.25 500000000
0.3 600000000
0.35 700000000
0.4 800000000
0.45 900000000
0.5 1000000000
}
item
{
0 0
0.05 300000000
0.1 600000000
0.15 900000000
0.2 1200000000
0.25 1500000000
0.3 1800000000
0.35 2100000000
0.4 2400000000
0.45 2700000000
0.5 3000000000
}


EXP = EXP RATE
ITEM = DROP RATE

This is the how much EXP will the event be.
This is how much the event will be in corresponding to the exp rate.


Example:

exp
{
0 0
0.05 100000000 = for 0.05 exp, the lord has to spend 100000000 penya
0.1 200000000 = for 0.1 exp, the lord has to spend 200000000 penya
0.15 300000000 = for 0.15 exp, the lord has to spend 300000000 penya
0.2 400000000 = for 0.2 exp, the lord has to spend 400000000 penya
0.25 500000000 = for 0.25 exp, the lord has to spend 500000000 penya
0.3 600000000 = for 0.3 exp, the lord has to spend 600000000 penya
0.35 700000000 = for 0.35 exp, the lord has to spend 700000000 penya
0.4 800000000 = for 0.4 exp, the lord has to spend 800000000 penya
0.45 900000000 = for 0.45 exp, the lord has to spend 900000000 penya
0.5 1000000000 = for 0.5 exp, the lord has to spend 10000000000penya

________________________________________________________________________________________________________________________________________
save this file, merge the resources. and you are done!



Have fun!
and remember,

"The biggest fool is the one who thinks he knows it all"
 
  • Like
Reactions: zOmbie