Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 12 posts ] 
Author Message
 Post subject: Highest Possible Hit in Runescape
PostPosted: November 22nd, 2007, 8:15 am 
Dragon Member
Offline

Joined: May 27th, 2006, 6:26 am
Posts: 2159
Location: Photoshop england
RS Name: Humus_75
RS Status: Classic
Clan Name: Instinct
Well post pictures of the highst hit you have ever seen. :P
I have a picture of somone hitting 105.
WITHOUT dharoks.


Image

Now post yours!

PS: the picture came from this guide. Full credit goes to brunokiller. Go check the guide out it's called "The Keris guide ~First Guide!~".


Top
 Profile  
 
 Post subject: Register and login to get these in-post ads to disappear
PostPosted: November 22nd, 2007, 8:15 am 
Dragon Member

Joined: September 9th, 2004, 1:47am
Posts: 9047
Location: In your web browserz


Top
  
 
 Post subject:
PostPosted: November 22nd, 2007, 9:03 am 
Rsbandb Donor
Offline

Joined: July 20th, 2007, 11:19 am
Posts: 1697 cr
RS Name: Kirbiy
RS Status: P2P
Post our hits eh? I got to it first then.
Image
200!

_________________
Image
SOTW Trophy: {148} {186} {241} :: SOTW Signature: {148} {186} {241}
Guest of RSBANDBUpdate! on Episode: {183} {197} {210}


Top
 Profile  
 
 Post subject:
PostPosted: November 22nd, 2007, 9:46 am 
Dragon Member
Offline

Joined: May 27th, 2006, 6:26 am
Posts: 2159
Location: Photoshop england
RS Name: Humus_75
RS Status: Classic
Clan Name: Instinct
Kirby you liaarrrr!
Anyway, I hit 250 with that spear. 8)


Top
 Profile  
 
 Post subject:
PostPosted: November 22nd, 2007, 5:37 pm 
Rsbandb Donor
Offline

Joined: October 31st, 2005, 2:21 am
Posts: 4471
Location: England england
RS Name: Kangas Khan
RS Status: P2P
Clan Name: MaSoRs
Wow. That's pretty high. I'm going to have to see what I can do with a keris some time. Highest I've managed is about 60.. with dds. I don't do dharoks or anything though. XD

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: November 22nd, 2007, 9:47 pm 
Runite Member
Offline

Joined: April 27th, 2007, 7:35 pm
Posts: 657
Location: San Francisco, CA us
RS Name: Sworder24
RS Status: P2P
My personal, SINGLE HIT WITOUT DHAROKS is 56. Yea. It was with a dragon mace special..

_________________
Image

ImageImage
Image


Top
 Profile  
 
 Post subject:
PostPosted: November 23rd, 2007, 9:17 am 
Dragon Member
Offline

Joined: February 26th, 2006, 3:50 am
Posts: 1033 europeanunion
RS Status: Classic
That's amazing!!! :shock:

but i can hit 300! 8) points a quest

_________________
ImageImageImageImage


Top
 Profile  
 
 Post subject: Register and login to get these in-post ads to disappear
PostPosted: November 23rd, 2007, 9:17 am 
Dragon Member

Joined: September 9th, 2004, 1:47am
Posts: 9047
Location: In your web browserz


Top
  
 
 Post subject:
PostPosted: November 23rd, 2007, 2:07 pm 
Rsbandb Donor
Offline

Joined: January 28th, 2006, 12:22 pm
Posts: 4453
Location: ONTARIbrO ca
RS Name: Skype Jay
RS Status: F2P
Wasn't 200 the max hit in that quest? :-s

Anyways my highest hit without Dharoks was probably 37, but I really couldn't care about screen shotting it, etc., because I was at my friends house and his friend asked, "Yo, you play RS right? I wanna see your max". So I had to go and show him, and took out a dragon mace.

I want to know what the highest hit in RuneScape is without anything influencing it, besides 99 strength and the strength bonus on the weapon. No armour, prayer, special attacks, special effects (like dharok), etc.


Top
 Profile  
 
 Post subject:
PostPosted: November 24th, 2007, 3:32 pm 
Dragon Member
Offline

Joined: May 27th, 2006, 6:26 am
Posts: 2159
Location: Photoshop england
RS Name: Humus_75
RS Status: Classic
Clan Name: Instinct
New one! :)
Image


Top
 Profile  
 
 Post subject:
PostPosted: November 24th, 2007, 5:00 pm 
Runite Member
Offline

Joined: September 24th, 2006, 5:36 pm
Posts: 680
Location: raiding your fridge. us
RS Name: Bellicosity
RS Status: P2P
Clan Name: RageQuit
lol, do any of you even understand how the basic strength system works?

actually, i barely know myself, but it comes down to a basic formula.

AX + (B / Ar) = max hit.

A = your current strength level. this is the numerator of your "level fraction" like if you potted to 100/90 strength, 100 is this value.

X = a converting factor equation. it determines your raw max hit in terms of your strength level. its something like (A+11)/9, at least thats what i can remember from when i derived this a few months ago :S

B = your equipment strength bonus. just open up the equipment stats menu to find this.

r = a convertion rate based on your strength level. the higher your strength level "A" is, the lower this number is.


at 99 strength, its about 4 str bonus points to 1 hit i think. whereas at level 1 strength, it would take around 20 to go up 1 hit :/

_________________
Image
Joined~Sept 24, 2006_____Runite~Mon Jul 07, 2007 3:04 pm.
try not to rage quit


Top
 Profile  
 
 Post subject:
PostPosted: November 24th, 2007, 7:49 pm 
Adamantite Member
Offline

Joined: July 28th, 2006, 9:55 pm
Posts: 150
RS Status: P2P
Here's the REAL max hit formula =P FOR DHAROKS ONLY!


Code:
      if(FullDharokEquipped())
                {
      MaxHit += (getLevelForXP(playerXP[playerHitpoints]) - playerLevel[playerHitpoints])/2;
                }
      playerMaxHit = (int)Math.floor(MaxHit);
   }



HERE's THE FORMULA FOR STRENGTH MAX HIT!



Code:
      int StrBonus = playerBonus[10]; //Strength Bonus
      int Strength = playerLevel[playerStrength]; //Strength
      if (FightType == 1 || FightType == 4) { //Accurate & Defensive
         MaxHit += ((double)((double)StrBonus + Strength) / ((double)6.8275862068965517241379310344828));
      } else if (FightType == 2) { //Aggresive
         MaxHit += ((double)((double)StrBonus + Strength) / ((double)6.6551724137931034482758620689655));
      } else if (FightType == 3) { //Controlled
         MaxHit += ((double)((double)StrBonus + Strength) / ((double)6.7586206896551724137931034482759));
      }

_________________
Image

http://kevan.org/brain.cgi?Kids%20ranqe

That proves you can get brain power =)


Top
 Profile  
 
 Post subject:
PostPosted: November 24th, 2007, 11:00 pm 
Runite Member
Offline

Joined: September 24th, 2006, 5:36 pm
Posts: 680
Location: raiding your fridge. us
RS Name: Bellicosity
RS Status: P2P
Clan Name: RageQuit
Quote:
Here's the REAL max hit formula =P


yeah, but nobody can understand it XD. you probably can't either.

random gibberish to follow:
so for dharoks, basically, its your normal max hit, plus half your hp loss?

that means people with a max hit of 110 in dharoks with 99 hp have a 49 damage boost, so then his max at full hp would be 61? O_o
take off piety (23%) and thats 49-50 at 99 str super potted dharoks.

from here i can see he has dragon boots, barrows gloves, and a fire cape, that only leaves the ring and amulet, which im sure were berzerker and strength. that brings his strength boost to 139.

i actually have no idea what im trying to prove with this :S just that i know simple addition maybe? whatever.

_________________
Image
Joined~Sept 24, 2006_____Runite~Mon Jul 07, 2007 3:04 pm.
try not to rage quit


Top
 Profile  
 
 Post subject:
PostPosted: November 25th, 2007, 9:40 am 
Dragon Member
Offline

Joined: May 27th, 2006, 6:26 am
Posts: 2159
Location: Photoshop england
RS Name: Humus_75
RS Status: Classic
Clan Name: Instinct
You people are confuzzleing me. :(
I only wanted pictures! *cries*


Top
 Profile  
 
Display posts from previous:  Sort by  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Jump to: