nehtik / epgp

Automatically exported from code.google.com/p/epgp
0 stars 0 forks source link

Feature Request: Custom GP calculation Variables. #452

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The equation used works for High level gear, but I would also like to 
use the system for gear of just about any level, so players can get 
use to the system as my guild levels up, and becomes ready for higher 
content.  I could change the code in the LUA manually, but it would be 
nice if the same method to change global varaiable could be used to 
change parts of the equation, such as the multiplier, the epotential 
base, or ilevel divisor. 

Original issue reported on code.google.com by rhomboid...@yahoo.com on 19 Jul 2009 at 6:02

GoogleCodeExporter commented 8 years ago
While leveling up the most you do is 5 mans. Do you really feel the need to do 
EP/GP for 
5 mans? Most items that drop are good for 1 person 90% of the time.

Original comment by evlogimenos on 31 Jul 2009 at 6:54

GoogleCodeExporter commented 8 years ago
  For guilds new to raiding and/or guilds with alot of lower level characters, 
Classic and TBC raid might be done so players can learn the difference between 
raids 
and 5 mans, at the same point you want them to learn how the loot system works.
  If you take players directly from 5-mans to WotLK raids, many might be completely 
lost, but if you prepare them before hand they will learn, it's not all about 
who 
get's the luckiest roll for loot, or that some bosses require strategy to take 
down 
effecivily.
  The current GP function results with gear from most of pre-WotLK being evaluated 
as worth nothing.

Original comment by rhomboid...@yahoo.com on 3 Aug 2009 at 3:41

GoogleCodeExporter commented 8 years ago
Since this is going to be used as an example for people to learn you can change 
the GP 
formula on your client and do the awards. Open LibGearPoints-1.0.lua and change 
this 
line:

local gp_base = 0.483 * 2 ^ (level/26 + (rarity - 4))

Original comment by evlogimenos on 3 Aug 2009 at 4:24