Lazarus
Master
Posts: 352
Likes Given: 11
Likes Received: 7 in 6 posts
Joined: Jun 2012
Reputation: 1
Hybris Ultima Online
|
DPS Calculator.
Any can create this?
Like:
FUNCTIOn: .DPS
[You start to attack the others]
the dps takes all the damage incoming in X seconds (All manipulable on the script).
Damages: 40 + 50 + 20 + 30 + 40 (The damage that the screens shows and the change in the stats..) Then you plus all that (40+50+20+30+40) and divide by the numbers of attacks (40+50+20+30+40)/ [In this case = 5]
And the game shows you this:
DPS: XXX in XX SECONDS [You put the seconds what you want in the script]
Thanks!
|
|
09-06-2012 02:24 AM |
|
|
Rayvolution
Journeyman
Posts: 135
Likes Given: 0
Likes Received: 2 in 2 posts
Joined: Jul 2012
Reputation: 1
Aetharia
|
RE: DPS Calculator.
hmmm, an idea (if anyone has time to write this)
Have a memory that equips when you type .dps that detects how much damage it's container did per hit, on every hit add it's current number + new hit number, then divide that number by 60. That should come out to be the player's DPS in that minute.
If it needs expanded, maybe even have it run the first memory I described above, do it 3 times, then divide all 3 of those numbers by 3, that should be a better average over a 3 minute time period.
basically (All hits made within a minute) / 60. Save that number, do it 2 more times, save both those numbers as well, then divide all 3 of those numbers by 3. That should be your average DPS over 3 minutes.
An MMORPG based on the Ultima Online engine.
Completely Custom Map, GUI, AI, Combat, Skills, Crafts, Art, Music and so much more.
http://aetharia.com - Home of Ambition!
|
|
09-06-2012 07:50 AM |
|
|