Hi everyone,
Was wondering if people could help me out of a pickle...
I am trying to create a mini-window that shows an updateable xp counter. I've had some minor successes with mini-windows before (got inventory and equipment mini windows to work) but am confused on getting an xp counter.
What I am after is an xp counter to show information about how much experience I have gained over a period of time as well as how many kills and how much per kill.
Fields the window I would like to have include:
Start XP: 135
Current XP: 135
XP Earned: 0
XP TNL: 865
XP/Min: 0
Mobs Killed: 0
Avg XP/Mob: 0
A mini-window of this would show up upon entering an alias that would get the initial information from the below example.
You have scored 135 experience points, and need 865 more to advance.
Start XP: would be calculated from the scored experience when the alias started.
Current XP: would be calculated from scored experience subsequent times when viewing your info.
XP Earned: would be current minus start
XP TNL: would be the experience needed more to advance
XP/Min: would be the experience earned up to the current time period
Mobs Killed: number of mobs killed so far
Avg XP/Mob: average experience from the mobs killed (XP earned / mobs killed)
I am also trying to have it update everytime i kill a mobile by adding on that experience and increasing the mob kill count as well as the xp/min being updated every minute or when the information is checked.
The window would stop when another alias is entered and that provides a final update on that xp session.
Any help would be appreciated
Thanks in advance
Was wondering if people could help me out of a pickle...
I am trying to create a mini-window that shows an updateable xp counter. I've had some minor successes with mini-windows before (got inventory and equipment mini windows to work) but am confused on getting an xp counter.
What I am after is an xp counter to show information about how much experience I have gained over a period of time as well as how many kills and how much per kill.
Fields the window I would like to have include:
Start XP: 135
Current XP: 135
XP Earned: 0
XP TNL: 865
XP/Min: 0
Mobs Killed: 0
Avg XP/Mob: 0
A mini-window of this would show up upon entering an alias that would get the initial information from the below example.
You have scored 135 experience points, and need 865 more to advance.
Start XP: would be calculated from the scored experience when the alias started.
Current XP: would be calculated from scored experience subsequent times when viewing your info.
XP Earned: would be current minus start
XP TNL: would be the experience needed more to advance
XP/Min: would be the experience earned up to the current time period
Mobs Killed: number of mobs killed so far
Avg XP/Mob: average experience from the mobs killed (XP earned / mobs killed)
I am also trying to have it update everytime i kill a mobile by adding on that experience and increasing the mob kill count as well as the xp/min being updated every minute or when the information is checked.
The window would stop when another alias is entered and that provides a final update on that xp session.
Any help would be appreciated
Thanks in advance