d2jsp
Log InRegister
d2jsp Forums > Off-Topic > General Chat > Guild Chat & Recruiting > _| "sng Team" - Guildchat |_
Prev1216217218219220259Next
Add Reply New Topic New Poll
Member
Posts: 47,956
Joined: Nov 7 2006
Gold: 3,134.00
Feb 3 2010 12:49pm
Quote (CompanyOfThree @ 3 Feb 2010 16:37)
Warcraft The Frozen Throne? The ladder scene is good, Dota is gay ^^


I've played wc3 quite time.. With my friend in lan only though...

Quote
For new puter or same old one?

for the new computer.


Total War - Empire seems interesting. The only problem is that the game says it's for windows vista, and I have windows 7. And in the local game store they said that they won't take the game back even if it doesn't work on my computer, lol :S
Member
Posts: 25,580
Joined: May 20 2006
Gold: 843.00
Feb 3 2010 01:53pm
I just received the following top secret notice from our Czech undercover source,

Quote (cskazorba @ 3 Feb 2010 17:26)
I was liek huh who sendid mein pm, and den i saw this one:

Quote (CueqzappeR @ 3 Feb 2010 17:55)
http://forums.d2jsp.org/topic.php?t=39470641&p=262999377

let me google links are the same as if you would actually link to one of the top search results - unfortunately there are hosted on non authorized sites, so please do not repost that link but copy the needed information itself instead

thanks for helping

gz or?

Your thoughts?
Member
Posts: 9,197
Joined: Jan 24 2009
Gold: 4,767.60
Feb 3 2010 01:56pm
Quote (Eywa @ Feb 3 2010 02:53pm)
I just received the following top secret notice from our Czech undercover source,


Your thoughts?








This post was edited by Scaryghoul on Feb 3 2010 02:00pm
Member
Posts: 28,769
Joined: Apr 22 2008
Gold: 351.01
Feb 3 2010 02:38pm
Quote (Eywa @ Feb 3 2010 03:53pm)
I just received the following top secret notice from our Czech undercover source,


Your thoughts?


O.o
Member
Posts: 23,709
Joined: Apr 18 2008
Gold: 36.20
Feb 3 2010 03:20pm
Quote (Eywa @ 3 Feb 2010 20:53)
I just received the following top secret notice from our Czech undercover source,


Your thoughts?


Tiny URL
Member
Posts: 14,928
Joined: Mar 27 2005
Gold: 16.11
Feb 3 2010 07:10pm
Quote (dmnp @ Feb 3 2010 08:04pm)
Dont spam here guys, or he will get a mediator.


Shit.
Member
Posts: 25,580
Joined: May 20 2006
Gold: 843.00
Feb 3 2010 07:13pm
Quote (drt1245 @ 4 Feb 2010 02:10)
Shit.

:rofl:

BTW: http://forums.d2jsp.org/topic.php?t=36552682&p=262887089
Member
Posts: 14,928
Joined: Mar 27 2005
Gold: 16.11
Feb 3 2010 07:18pm
Quote (Eywa @ Feb 3 2010 08:13pm)


Sorry, been busy

Code
#include <cmath>

float pvp_elemental( long int minimum, long int maximum, float resist, int absorbI, float absorbP, int mdr )
{
  unsigned int i = 0;
  float total = 0;
  float tempVar;
 
  absorbP = 1 - ( 0.02 * absorbP );
  resist = 1 - ( resist / 100 );
 
  while( i <= maximum - minimum )
  {
     tempVar = floor( floor( ( floor( ( minimum + i ) * 0.17 ) - mdr ) * resist ) * absorbP );
     if( absorbI > tempVar )
     {
        total -=  tempVar;
     }
     else
     {
        total += tempVar - ( 2 * absorbI );
     }
     i++;
  }
  return total / (maximum - minimum + 1);
}


I could eliminate tempVar and my if/else if I did some ridiculous math, but way easier to do it this way.

This post was edited by drt1245 on Feb 3 2010 07:29pm
Member
Posts: 25,580
Joined: May 20 2006
Gold: 843.00
Feb 3 2010 07:51pm
From a technical point of view, this might interest you (post #7 by onderduiker): http://diablo.incgamers.com/forums/showthread.php?t=715229

That is, if you wish to pursue the exact route as used by the code. Not sure how much of a difference it makes.

Just let me know if you need the corresponding values for Lightning Sentry.

This post was edited by Eywa on Feb 3 2010 07:54pm
Member
Posts: 29,614
Joined: Sep 23 2008
Gold: 0.00
Feb 3 2010 10:58pm
that seems a nice idea.. if someone can give me values, i guess we can develop a few calculators ourselves.. like elemental damage calculator (takin into acc pvp penalty, res, sorb, etc) .. actual smite damage calculator (rather than the LCS one).. etc..
Go Back To Guild Chat & Recruiting Topic List
Prev1216217218219220259Next
Add Reply New Topic New Poll