Zone Bonuses
PostPosted: Tue Dec 15, 2009 6:17 pm
my newest project is Zone Bonuses, i'm wondering if they should be based on Region though, instead of map tile.
Heres the research i've done on it so far.
http://camelotherald.com/section.php?id=42
thats mythics Zone Bonuses.
now, i see that ALL RvR zones get double xp, double coin (which btw i can't find the code to add a % increase to coin drop), and then in select zones they give a bonus 25% rps.
My only problem with doing it zone-by-zone is that theres alot of zones, and they are all getting the same bonuses, except for the NF zones. or am i reading this incorrectly?
DF gets Bonus 25% rps, 50% bps on all servers.
ALL CLASSIC ZONES get bonus 50% xp, 200% coin drop (mordred its 300% xp)
RVR ZONES get 200% xp 200% coin (mordred this is SI+ zones)
- Forest Sauvage, Snowdonia, Uppland, Yggdra Forest, Cruachan Gorge, Mount Collory : +25% RPS
ATM i have all the code completed (if it is based on RegionID and not ZoneID) Except for coin Drop (the code is there, just not sure where to place it, my find feature on my C# doesnt work!!!!!! so i cant find where ServerProperties.Properties.MONEY_RATE is called.)
my current code for it takes the already introduced rates, gets the RPs/Bps/Xp for kill, then adds to it via % of that if in a zone w/ bonuses. and is DB based of course
Any Suggestions would be great
Heres the research i've done on it so far.
http://camelotherald.com/section.php?id=42
thats mythics Zone Bonuses.
now, i see that ALL RvR zones get double xp, double coin (which btw i can't find the code to add a % increase to coin drop), and then in select zones they give a bonus 25% rps.
My only problem with doing it zone-by-zone is that theres alot of zones, and they are all getting the same bonuses, except for the NF zones. or am i reading this incorrectly?
DF gets Bonus 25% rps, 50% bps on all servers.
ALL CLASSIC ZONES get bonus 50% xp, 200% coin drop (mordred its 300% xp)
RVR ZONES get 200% xp 200% coin (mordred this is SI+ zones)
- Forest Sauvage, Snowdonia, Uppland, Yggdra Forest, Cruachan Gorge, Mount Collory : +25% RPS
ATM i have all the code completed (if it is based on RegionID and not ZoneID) Except for coin Drop (the code is there, just not sure where to place it, my find feature on my C# doesnt work!!!!!! so i cant find where ServerProperties.Properties.MONEY_RATE is called.)
my current code for it takes the already introduced rates, gets the RPs/Bps/Xp for kill, then adds to it via % of that if in a zone w/ bonuses. and is DB based of course
Any Suggestions would be great