Loading. Please Wait... 
 |
 |
 |
EH Calculator (Updated 2009-12-13), For all your E-Hentai Calculation Needs |
|
Oct 4 2009, 21:36
|
bbgr
Group: Catgirl Camarilla
Posts: 27,771
Joined: 19-September 08

|
QUOTE(Sonic @ Oct 2 2009, 12:42)  That tells you the day, the control panel will actually tell you the minute you registered. Since the system uses how many seconds you have been registered, getting your registered date and time improves accuracy greatly.
24 hours make "BIG" difference? (IMG:[ invalid] style_emoticons/default/huh.gif)
|
|
|
Oct 5 2009, 03:32
|
Sonic
Group: Catgirl Camarilla
Posts: 4,687
Joined: 16-November 07

|
24 hours = 86400 seconds. CODE dblPower = Math.Round((1 + (intSeconds / 3153600) + (intPosts / 500) + (intLevel / 3) + (intPTank / 2)) * ((intKt - 1) * (1 / 6) * dblAuras), 2)
|
|
|
Oct 6 2009, 01:20
|
bbgr
Group: Catgirl Camarilla
Posts: 27,771
Joined: 19-September 08

|
QUOTE(Sonic @ Oct 5 2009, 03:32)  24 hours = 86400 seconds. CODE dblPower = Math.Round((1 + (intSeconds / 3153600) + (intPosts / 500) + (intLevel / 3) + (intPTank / 2)) * ((intKt - 1) * (1 / 6) * dblAuras), 2) (IMG:[ invalid] style_emoticons/default/wacko.gif) In a few word? (IMG:[ invalid] style_emoticons/default/huh.gif)
|
|
|
Oct 6 2009, 22:22
|
bbgr
Group: Catgirl Camarilla
Posts: 27,771
Joined: 19-September 08

|
I've to post again my request because something spam after my post, sorry. QUOTE(Sonic @ Oct 5 2009, 03:32)  24 hours = 86400 seconds. CODE dblPower = Math.Round((1 + (intSeconds / 3153600) + (intPosts / 500) + (intLevel / 3) + (intPTank / 2)) * ((intKt - 1) * (1 / 6) * dblAuras), 2) QUOTE(bbgr @ Oct 6 2009, 01:20) 
|
|
|
|
 |
|
Oct 7 2009, 00:29
|
Dlaglacz
Group: Catgirl Camarilla
Posts: 7,899
Joined: 6-March 08

|
QUOTE(3d0xp0xy @ Oct 6 2009, 21:06)  "You are dumb." Was that short enough?
EDIT: In not so few words, simply inserting the value that was provided to you in this equation shows that 24 hours make about 0.02 (before multipiers) difference in dblPower. As I believe such equations are on the level of primary school, I find it hard to believe you weren't able to find that out for yourself, and I'm inclined to think you're lazy and want everything put under your nose. Unless you're really dumb, of course. This post has been edited by Dlaglacz: Oct 7 2009, 00:59
|
|
|
|
 |
|
Oct 7 2009, 02:46
|
bbgr
Group: Catgirl Camarilla
Posts: 27,771
Joined: 19-September 08

|
QUOTE(Dlaglacz @ Oct 7 2009, 00:29)  EDIT: In not so few words, simply inserting the value that was provided to you in this equation shows that 24 hours make about 0.02 (before multipiers) difference in dblPower. As I believe such equations are on the level of primary school, I find it hard to believe you weren't able to find that out for yourself, and I'm inclined to think you're lazy and want everything put under your nose.
Unless you're really dumb, of course.
Thanks, but: -better 0.03 than 0.02 (0.027...) -more easy IMO write x0.02 instead of all the formula, or at least write the formula and then 24H= x0.02 -I don't know what "dbl" and "Math.Round" are... -a clear and simple answer would have prevented 3 almost useless post.
|
|
|
Oct 7 2009, 02:54
|
Sonic
Group: Catgirl Camarilla
Posts: 4,687
Joined: 16-November 07

|
Visual Basic code and my naming syntax.
|
|
|
Oct 7 2009, 04:17
|
bbgr
Group: Catgirl Camarilla
Posts: 27,771
Joined: 19-September 08

|
QUOTE(Sonic @ Oct 7 2009, 02:54)  Visual Basic code and my naming syntax.
Ok for the first not very sure for the second...
|
|
|
Oct 7 2009, 08:31
|
Sonic
Group: Catgirl Camarilla
Posts: 4,687
Joined: 16-November 07

|
dblPower, dbl standing for Double, which is a variable type.
|
|
|
Oct 7 2009, 11:38
|
Dlaglacz
Group: Catgirl Camarilla
Posts: 7,899
Joined: 6-March 08

|
QUOTE(bbgr @ Oct 7 2009, 02:46)  -more easy IMO write x0.02 instead of all the formula, or at least write the formula and then 24H= x0.02
But it's not simply 0.03, it would be 24H = 0.03 * ( (intKt - 1) * (1 / 6) * dblAuras ) . Formula is the minimum description taking into account all other influences. QUOTE(bbgr @ Oct 7 2009, 02:46)  -a clear and simple answer would have prevented 3 almost useless post.
A bit of thinking would have prevented even the question.
|
|
|
|
 |
|
Oct 8 2009, 01:51
|
bbgr
Group: Catgirl Camarilla
Posts: 27,771
Joined: 19-September 08

|
QUOTE(Dlaglacz @ Oct 7 2009, 11:38)  But it's not simply 0.03, it would be 24H = 0.03 * ( (intKt - 1) * (1 / 6) * dblAuras ) . Formula is the minimum description taking into account all other influences. ...
Are you sure about that formula? maybe I'm wrong but 0.03 it's only "the time" you forgot posts, level and then PT... I try to calculate my power but I stop here: * dblAuras CODE (1+10.52140+20.312+32.66667+10)*82.66667*...) Edit: +49% from aura and + I don't remember% from Catgirl... This post has been edited by bbgr: Oct 8 2009, 01:59
|
|
|
|
 |
|
Oct 8 2009, 05:57
|
Sonic
Group: Catgirl Camarilla
Posts: 4,687
Joined: 16-November 07

|
QUOTE(bbgr @ Oct 7 2009, 19:51)  Are you sure about that formula? maybe I'm wrong but 0.03 it's only "the time" you forgot posts, level and then PT... I try to calculate my power but I stop here: * dblAuras CODE (1+10.52140+20.312+32.66667+10)*82.66667*...) Edit: +49% from aura and + I don't remember% from Catgirl... Highlighting an aura in the Calculator will tell you its +value. So if you have red (+7%), black (+25%) and catgirl (+300%) your result would be CODE dblAura = 1 + (0.07 + + 0.25 + 3.00)
|
|
|
|
 |
|
|
 |
|
Oct 9 2009, 04:29
|
Sonic
Group: Catgirl Camarilla
Posts: 4,687
Joined: 16-November 07

|
QUOTE(bbgr @ Oct 8 2009, 07:07)  (1+10.52140+20.312+32.66667+10)*(82.66667*(1+0.49+1.27+3)) 74.5*(82.66667*5.76)=35473,.... (IMG:[ invalid] style_emoticons/default/mellow.gif) Where am I wrong? (IMG:[ invalid] style_emoticons/default/huh.gif) I have no clue where you got that 82.66667. (1 + (33324480 / 3153600) + (10184 / 500) + (99 / 3) + (20 / 2)) * ((20 - 1) * (1 / 6) * (1 + 0.07 + 0.07 + 0.07 + 0.07 + 0.07 + 0.07 + 0.07 + 0.25 + 0.25 + 0.77 + 3)) (1 + (10.56712329) + (20.368) + (33) +(10)) * ((19) * (1 / 6) * (5.76)) (74.93512329) * (18.24) 1366.816649 dblPower = [ msdn.microsoft.com] Math.Round(1366.816649, 2) = 1366.82 intPower = [ msdn.microsoft.com] CInt([ msdn.microsoft.com] Math.Floor(1366.82)) = 1366 Your Power is 1366 Yes I assumed you had all auras and power tanks, and yes I only did days (384.7 days) since I don't have access to your CP to find out the minute you registered on. This post has been edited by Sonic: Oct 9 2009, 04:30
|
|
|
|
 |
|
Oct 9 2009, 13:00
|
bbgr
Group: Catgirl Camarilla
Posts: 27,771
Joined: 19-September 08

|
QUOTE(Sonic @ Oct 9 2009, 04:29)  I have no clue where you got that 82.66667. ...
Me too... (IMG:[ invalid] style_emoticons/default/mellow.gif) I think wrong typing on keyboard... QUOTE(Sonic @ Oct 9 2009, 04:29)  ... dblPower = [ msdn.microsoft.com] Math.Round(1366.816649, 2) = 1366.82 intPower = [ msdn.microsoft.com] CInt([ msdn.microsoft.com] Math.Floor(1366.82)) = 1366 ... I know, obviously, this things with other name, but now all it's clear. QUOTE(Sonic @ Oct 9 2009, 04:29)  ... Yes I assumed you had all auras and power tanks, and yes I only did days (384.7 days) since I don't have access to your CP to find out the minute you registered on.
00:45 (IMG:[ invalid] style_emoticons/default/cool.gif) Thanks for everything. This post has been edited by bbgr: Oct 9 2009, 13:01
|
|
|
|
 |
|
Oct 10 2009, 20:07
|
20200
Group: Gold Star Club
Posts: 7,687
Joined: 28-May 07

|
I won't mention the @ award because it is fairly obvious, but how about an option to turn off having the EH-calculator reduce to a mini-icon?
|
|
|
Oct 11 2009, 04:16
|
Sonic
Group: Catgirl Camarilla
Posts: 4,687
Joined: 16-November 07

|
You mean when you press the [x] on the upper right? I could do that, I've been getting a little annoyed at that myself, but it was there to safe guard if you had a timer running and you hit it to prevent the timer from being closed.
|
|
|
Oct 11 2009, 22:25
|
20200
Group: Gold Star Club
Posts: 7,687
Joined: 28-May 07

|
You forgot to add a % sign to the end of the description to the Golden @ award.
|
|
|
Oct 12 2009, 01:01
|
Sonic
Group: Catgirl Camarilla
Posts: 4,687
Joined: 16-November 07

|
Fixed for next release.
|
|
|
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
|
 |
 |
 |
|
|
|