|
Silkroad Online
|
Silkroad Forums
|
Affiliates
|



|
|
View unanswered posts | View active topics
Author |
Message |
pinoyplaya
|
Post subject: Over 90k HP without Bonus? Posted: Sun Feb 18, 2007 4:14 am |
|
Active Member |
 |
 |
Joined: Jan 2007 Posts: 595 Location:
|
Wahhh? At lvl 150, a pure str wil have roughly 91,901 HP without any bonus str or hp bonus. A pure int will have about 25,935 HP without any bonus.
How do you guys think this will go? I wonder if pure ints will finally take a fall at higher lvl when they can only hit around 10k max against pure str who will have over 100k hp after bonuses.
|
|
Top |
|
 |
Crumpets
|
Post subject: Re: Over 90k HP without Bonus? Posted: Sun Feb 18, 2007 4:16 am |
|
Forum Legend |
 |
 |
Joined: Aug 2006 Posts: 7800 Location:
|
pinoyplaya wrote: Wahhh? At lvl 150, a pure str wil have roughly 91,901 HP without any bonus str or hp bonus. A pure int will have about 25,935 HP without any bonus.
How do you guys think this will go? I wonder if pure ints will finally take a fall at higher lvl when they can only hit around 10k max against pure str who will have over 100k hp after bonuses.
How bout you wait and see and stop makin others go gay about it.
_________________ << banned for being a constant problem. -cin >>
|
|
Top |
|
 |
[SD]Twysta
|
Post subject: Posted: Sun Feb 18, 2007 4:18 am |
|
Senior Member |
 |
 |
Joined: Jan 2007 Posts: 4478 Location: Hollandia
|
no need to make a thread about this anyways..
isro = lvl 90 and that's it.
_________________

HejsaN wrote: cpinney wrote: download more ram. Where? Did not find any on google. 
|
|
Top |
|
 |
Nave47
|
Post subject: Re: Over 90k HP without Bonus? Posted: Sun Feb 18, 2007 4:18 am |
|
Frequent Member |
 |
Joined: Oct 2006 Posts: 1038 Location: Inside your Mind
|
Plus44 wrote: pinoyplaya wrote: Wahhh? At lvl 150, a pure str wil have roughly 91,901 HP without any bonus str or hp bonus. A pure int will have about 25,935 HP without any bonus.
How do you guys think this will go? I wonder if pure ints will finally take a fall at higher lvl when they can only hit around 10k max against pure str who will have over 100k hp after bonuses. How bout you wait and see and stop makin others go gay about it.
+1 I agree. whatever they say I'll go 1:2 int hybird.
_________________
Bakemaster wrote: ... Now I have to spam up about 30 more posts tonight so I can go delete some of Nave47's posts.
|
|
Top |
|
 |
ciddy
|
Post subject: Re: Over 90k HP without Bonus? Posted: Sun Feb 18, 2007 4:19 am |
|
Active Member |
 |
Joined: Dec 2006 Posts: 864 Location:
|
Plus44 wrote: pinoyplaya wrote: Wahhh? At lvl 150, a pure str wil have roughly 91,901 HP without any bonus str or hp bonus. A pure int will have about 25,935 HP without any bonus.
How do you guys think this will go? I wonder if pure ints will finally take a fall at higher lvl when they can only hit around 10k max against pure str who will have over 100k hp after bonuses. How bout you wait and see and stop makin others go gay about it.
good response lol....
yea just wait and see
_________________ <<banned from SRF for rules violations and moderator disrespect. -SG>>
|
|
Top |
|
 |
dreyepatch
|
Post subject: Posted: Sun Feb 18, 2007 5:03 am |
|
Common Member |
 |
 |
Joined: Mar 2006 Posts: 186 Location:
|
Twysta wrote: no need to make a thread about this anyways..
isro = lvl 90 and that's it.
o'rly 
_________________
|
|
Top |
|
 |
ThiefzV2
|
Post subject: Re: Over 90k HP without Bonus? Posted: Sun Feb 18, 2007 5:51 am |
|
Active Member |
 |
 |
Joined: Jan 2007 Posts: 566 Location:
|
pinoyplaya wrote: Wahhh? At lvl 150, a pure str wil have roughly 91,901 HP without any bonus str or hp bonus. A pure int will have about 25,935 HP without any bonus.
How do you guys think this will go? I wonder if pure ints will finally take a fall at higher lvl when they can only hit around 10k max against pure str who will have over 100k hp after bonuses.
And how exactly did you get those numbers? Did you pull them outta your ass? LOL
Here's the correct amount:
A pure STR will have 117,762 HP naked at lvl 150
A pure INT will have 32,308 HP naked at lvl 150
How do I know? I reversed engineer the game and here is the computer source code algorithms that calculate the HP you have if you are a Pure build:
sHP = int(pow(1.02,(pbv-1))*((pbv-1)*4+20)*10);
I'll translate the code to human math so you can paste the formula in google.com and it will calculate the HP for you.
Instruction: Replace "THELEVEL" with 150 (or whatever) you want and you will get the HP amount naked at a specified level:
Paste this in google to calculate pure STR HP:
(1.02^(THELEVEL - 1))*((THELEVEL - 1)*4+20)*10)
Paste this in google to calculate pure INT HP:
(1.02^(THELEVEL - 1))*((THELEVEL - 1)*1+20)*10)
Test it out by plugging in test values and it's always right 
Last edited by ThiefzV2 on Sun Feb 18, 2007 5:57 am, edited 1 time in total.
|
|
Top |
|
 |
xRecoil
|
Post subject: Posted: Sun Feb 18, 2007 5:57 am |
|
Regular Member |
 |
 |
Joined: Feb 2007 Posts: 347 Location:
|
Weirdo.
_________________
|
|
Top |
|
 |
pinoyplaya
|
Post subject: Re: Over 90k HP without Bonus? Posted: Sun Feb 18, 2007 6:02 am |
|
Active Member |
 |
 |
Joined: Jan 2007 Posts: 595 Location:
|
ThiefzV2 wrote: pinoyplaya wrote: Wahhh? At lvl 150, a pure str wil have roughly 91,901 HP without any bonus str or hp bonus. A pure int will have about 25,935 HP without any bonus.
How do you guys think this will go? I wonder if pure ints will finally take a fall at higher lvl when they can only hit around 10k max against pure str who will have over 100k hp after bonuses. And how exactly did you get those numbers? Did you pull them outta your ass? LOL Here's the correct amount: A pure STR will have 117,762 HP naked at lvl 150 A pure INT will have 32,308 HP naked at lvl 150 How do I know? I reversed engineer the game and here is the computer source code algorithms that calculate the HP you have if you are a Pure build: sHP = int(pow(1.02,(pbv-1))*((pbv-1)*4+20)*10); I'll translate the code to human math so you can paste the formula in google.com and it will calculate the HP for you. Instruction: Replace "THELEVEL" with 150 (or whatever) you want and you will get the HP amount naked at a specified level: Paste this in google to calculate pure STR HP: (1.02^(THELEVEL - 1))*((THELEVEL - 1)*4+20)*10) Paste this in google to calculate pure INT HP: (1.02^(THELEVEL - 1))*((THELEVEL - 1)*1+20)*10) Test it out by plugging in test values and it's always right 
Let's see how effective your equation is......
Now, Give me the HP for Pure Str and Pure Int from lvl 10 at 10 lvl intervals. Let me see how correct you are.
But at lvl 150 Im pretty sure that this is the exact hp for pures without any bonuses whatsoever.
Pure Str HP - 96606
Pure Int HP - 26503
How do I know, go figure.
Last edited by pinoyplaya on Sun Feb 18, 2007 6:06 am, edited 1 time in total.
|
|
Top |
|
 |
Doppleganger
|
Post subject: Re: Over 90k HP without Bonus? Posted: Sun Feb 18, 2007 6:02 am |
|
Addicted Member |
 |
 |
Joined: Jan 2007 Posts: 2706 Location: Resistance Headquarters
|
ThiefzV2 wrote: pinoyplaya wrote: Wahhh? At lvl 150, a pure str wil have roughly 91,901 HP without any bonus str or hp bonus. A pure int will have about 25,935 HP without any bonus.
How do you guys think this will go? I wonder if pure ints will finally take a fall at higher lvl when they can only hit around 10k max against pure str who will have over 100k hp after bonuses. And how exactly did you get those numbers? Did you pull them outta your ass? LOL Here's the correct amount: A pure STR will have 117,762 HP naked at lvl 150 A pure INT will have 32,308 HP naked at lvl 150 How do I know? I reversed engineer the game and here is the computer source code algorithms that calculate the HP you have if you are a Pure build: sHP = int(pow(1.02,(pbv-1))*((pbv-1)*4+20)*10); I'll translate the code to human math so you can paste the formula in google.com and it will calculate the HP for you. Instruction: Replace "THELEVEL" with 150 (or whatever) you want and you will get the HP amount naked at a specified level: Paste this in google to calculate pure STR HP: (1.02^(THELEVEL - 1))*((THELEVEL - 1)*4+20)*10) Paste this in google to calculate pure INT HP: (1.02^(THELEVEL - 1))*((THELEVEL - 1)*1+20)*10) Test it out by plugging in test values and it's always right 
What the heck...... O.O
_________________
 
|
|
Top |
|
 |
Bakemaster
|
Post subject: Posted: Sun Feb 18, 2007 6:36 am |
|
Senior Member |
 |
 |
Joined: Feb 2006 Posts: 4732 Location:
|
epeen++?
_________________ LOL
|
|
Top |
|
 |
pinoyplaya
|
Post subject: Posted: Sun Feb 18, 2007 6:36 am |
|
Active Member |
 |
 |
Joined: Jan 2007 Posts: 595 Location:
|
Oh hey btw, your equation is way off. LOL, last I remember, when I was lvl 2, I had 210 hp not 204.08. Just plug in 2 to your equation and guess what you get? 204.08 HP
Want to see how that works? Heres your equation...
((1.02^(X - 1))*(X - 1)*4+20)*10)
Let X be the variable representing your level.
So lets break this down.....
((1.02^(X - 1))*(X - 1)*4+20)*10)
Now plug in 2 to X and see......
((1.02^(2- 1))*(2 - 1)*4+20)*10)
Lets solve....
((1.02^(1))*(1)*4+20)*10)
As you can see above ^^^, 2-1 equals one. Please double check my work, I dont quite remember what I have learned in Calculus so far.
((1.02))*(1)*4+20)*10)
1.02 to the first power gives you the number itself which is still 1.02.
(1.02)*4+(20*10)
I broke the equation to look like what it does above....
Now 1.02 * 4 = 4.08
So 4.08 + (200) = 204.08
I dont know, but I dont think I learned this in Calculus. I never knew that 204.08 is equal to 210. Maybe I missed that lesson when I was sick or something and had to stay home.
So tell me why your equation works again?
|
|
Top |
|
 |
ThiefzV2
|
Post subject: Posted: Sun Feb 18, 2007 6:54 am |
|
Active Member |
 |
 |
Joined: Jan 2007 Posts: 566 Location:
|
LOL it's not my equation. It's Silkroad's source code which is 100% correct.
I'm not going to teach basic fundamental math in this forum. Just FYI, parenthesis and order of operations are very important to correctly solve a problem.
Here's how you do the math:
(1.02^(X - 1))*((X - 1)*4+20)*10)
(1.02^(2 - 1))*((2 - 1)*4+20)*10)
(1.02^(1))*((1)*4+20)*10)
(1.02)*((1*4+20)*10)
(1.02)*((24)*10)
(1.02)*(240)
= 244.8
Let me know which step above confuses you.
Don't take my word for it, pasted the equation
(1.02^(2 - 1))*((2 - 1)*4+20)*10)
into google and google will say you are wrong too
Also, your memory is wrong... go create a character, kill 3 mangyangs and level up and I guarantee you your HP will not be "210" nor "204".
I hope you are doing well in your "Calculus" class lol.
|
|
Top |
|
 |
NightSky
|
Post subject: Posted: Sun Feb 18, 2007 7:25 am |
|
Regular Member |
 |
 |
Joined: Dec 2006 Posts: 312 Location: somewhere
|
its sunday and you people are talking about math???? whats wrong with you 
_________________
|
|
Top |
|
 |
:.:.:
|
Post subject: Posted: Sun Feb 18, 2007 7:31 am |
|
Regular Member |
 |
 |
Joined: Feb 2007 Posts: 223 Location:
|
if someone ever get to the lvl 150 it will be the same year that the bots will be unbaned
like 2106-2107
|
|
Top |
|
 |
Bakemaster
|
Post subject: Posted: Sun Feb 18, 2007 8:20 am |
|
Senior Member |
 |
 |
Joined: Feb 2006 Posts: 4732 Location:
|
This whole thread is pointless. As HP goes up, damage goes up. You didn't see any pure nukers hitting 10k in PvP when they were level 50 and you won't see them hitting 10k in PvP when they're level 150, either. That only applies to certain equipment configurations between 6x and 8x (ish? who knows until cap raise?).
_________________ LOL
|
|
Top |
|
 |
MastaChiefX
|
Post subject: Posted: Sun Feb 18, 2007 8:28 am |
|
Senior Member |
 |
 |
Joined: Nov 2006 Posts: 4526 Location: Life.
|
ok
here is how it goes down
.1111(repeating)= X
X * 10 = 9.99(repeating)
10X - 1X= 9
9 / 9 = 1
So .99(repeating) = 1.
Just basic fundamental math.
_________________
 ^Thanks 0l3n! Gone. Never really gone, but never really here. "If Pac-Man had affected us as kids, we’d all be running around in dark rooms, munching pills and listening to repetitive electronic music"
|
|
Top |
|
 |
Bakemaster
|
Post subject: Posted: Sun Feb 18, 2007 8:38 am |
|
Senior Member |
 |
 |
Joined: Feb 2006 Posts: 4732 Location:
|
That's completely wrong. If X is point-one-bar, 10X is not nine-point-nine-bar or even point-nine-bar. It's one-point-one-bar. 10X - X is not 9, it's 9X, which is point-nine-bar. Then when you divide both sides by nine you get X equal to one ninth, which is correct. Nowhere do you get 0.99 = 1.
_________________ LOL
|
|
Top |
|
 |
nightbloom
|
Post subject: Posted: Sun Feb 18, 2007 8:38 am |
|
Banned User |
 |
Joined: Jan 2006 Posts: 5492 Location:
|
Ya'll are just jealous of Thiefz smeksi brain....
_________________ <<banned from SRF for rules violations: being a constant problem. -SG>>
|
|
Top |
|
 |
StealMySoda
|
Post subject: Posted: Sun Feb 18, 2007 8:40 am |
|
Ex-Staff |
 |
 |
Joined: Sep 2006 Posts: 5245 Location:
|
MastaChiefX wrote: ok here is how it goes down .1111(repeating)= X X * 10 = 9.99(repeating) 10X - 1X= 9 9 / 9 = 1 So .99(repeating) = 1.
Just basic fundamental math.
Um isn't 0.1111x10 = 1.1111
_________________
Ooh, I got a sexy ex-staff title!
|
|
Top |
|
 |
lynxz
|
Post subject: Posted: Sun Feb 18, 2007 8:43 am |
|
Valued Member |
 |
Joined: Jul 2006 Posts: 450
|
lame thread.. isro will never have a 150 cap, lol.. the top cap we could ever expect would be like 100 maybe..
_________________ <<banned from SRF for bot admission and rules violations. -SG>>
|
|
Top |
|
 |
nightbloom
|
Post subject: Posted: Sun Feb 18, 2007 8:48 am |
|
Banned User |
 |
Joined: Jan 2006 Posts: 5492 Location:
|
lynxz wrote: lame thread.. isro will never have a 150 cap, lol.. the top cap we could ever expect would be like 100 maybe..
That could be true if Rock mountain was the last map we can expect.... but if you look at the main site's map of SRO, you will see a heaven area. I doubt that is just a new map with mobs the same level as some other place. Also, someone once posted the item list that the bot had and it had names and gears for weapons up to level 150, information that was pulled from the client.
_________________ <<banned from SRF for rules violations: being a constant problem. -SG>>
|
|
Top |
|
 |
MrBow
|
Post subject: Posted: Sun Feb 18, 2007 8:56 am |
|
Ex-Staff |
 |
 |
Joined: Jan 2007 Posts: 2979 Location: Playin' Talkin'
|
NightSky wrote: its sunday and you people are talking about math???? whats wrong with you 
+1
plz calculate how the critical is calculated instead of this
---> Q&A section
_________________
Niyoke wrote: err i know ium soudning weird but .. Mr Bow is my p.e teacher .. ARE YOU MR BOW? LMAO ?
|
|
Top |
|
 |
Sharp324
|
Post subject: Posted: Sun Feb 18, 2007 10:20 am |
|
Banned User |
 |
 |
Joined: Jan 2007 Posts: 4383 Location:
|
geez i love math equations
_________________ ------------------------------
|
|
Top |
|
 |
SuicideGrl
|
Post subject: Re: Over 90k HP without Bonus? Posted: Sun Feb 18, 2007 3:19 pm |
|
Retired Admin |
 |
 |
Joined: Jan 2006 Posts: 8004 Location: World of Warcraft
|
Nave47 wrote: whatever they say I'll go 1:2 int hybird.
+1. my build gets stronger every lvl.
_________________
 Thx IceCrash for my awesome sig :) SRF Name Change Policy Having trouble accessing SRF?
dom wrote: RuYi wrote: Are you from outer space or something? He's from Jersey. Close enough.
|
|
Top |
|
 |
Amelie
|
Post subject: Re: Over 90k HP without Bonus? Posted: Sun Feb 18, 2007 3:25 pm |
|
Veteran Member |
 |
 |
Joined: Sep 2006 Posts: 3669 Location: Daikanyama
|
ThiefzV2 wrote: pinoyplaya wrote: Wahhh? At lvl 150, a pure str wil have roughly 91,901 HP without any bonus str or hp bonus. A pure int will have about 25,935 HP without any bonus.
How do you guys think this will go? I wonder if pure ints will finally take a fall at higher lvl when they can only hit around 10k max against pure str who will have over 100k hp after bonuses. And how exactly did you get those numbers? Did you pull them outta your ass? LOL Here's the correct amount: A pure STR will have 117,762 HP naked at lvl 150 A pure INT will have 32,308 HP naked at lvl 150 How do I know? I reversed engineer the game and here is the computer source code algorithms that calculate the HP you have if you are a Pure build: sHP = int(pow(1.02,(pbv-1))*((pbv-1)*4+20)*10); I'll translate the code to human math so you can paste the formula in google.com and it will calculate the HP for you. Instruction: Replace "THELEVEL" with 150 (or whatever) you want and you will get the HP amount naked at a specified level: Paste this in google to calculate pure STR HP: (1.02^(THELEVEL - 1))*((THELEVEL - 1)*4+20)*10) Paste this in google to calculate pure INT HP: (1.02^(THELEVEL - 1))*((THELEVEL - 1)*1+20)*10) Test it out by plugging in test values and it's always right 
WTS IS THIS???? 
_________________
|
|
Top |
|
 |
empaZ
|
Post subject: Posted: Sun Feb 18, 2007 3:30 pm |
|
Casual Member |
 |
 |
Joined: Oct 2006 Posts: 73 Location:
|
ThiefzV2 wrote: LOL it's not my equation. It's Silkroad's source code which is 100% correct. I'm not going to teach basic fundamental math in this forum. Just FYI, parenthesis and order of operations are very important to correctly solve a problem. Here's how you do the math: (1.02^(X - 1))*((X - 1)*4+20)*10) (1.02^(2 - 1))*((2 - 1)*4+20)*10) (1.02^(1))*((1)*4+20)*10) (1.02)*((1*4+20)*10) (1.02)*((24)*10) (1.02)*(240) = 244.8 Let me know which step above confuses you. Don't take my word for it, pasted the equation (1.02^(2 - 1))*((2 - 1)*4+20)*10) into google and google will say you are wrong too  Also, your memory is wrong... go create a character, kill 3 mangyangs and level up and I guarantee you your HP will not be "210" nor "204". I hope you are doing well in your "Calculus" class lol.
sounds like what hydralisk and hyori was calculating for like 7-8 month ago  but dont know if they got that far 
_________________ empaZ Babel: 69 glaiver now given away and killed Pacific: 42 Str bow ECSRO: 29 glavier Other servers: Random
Miss you all oldschools! United & Fable Ftw!
|
|
Top |
|
 |
Megalomaniac
|
Post subject: Posted: Sun Feb 18, 2007 4:50 pm |
|
Veteran Member |
 |
 |
Joined: Jul 2006 Posts: 3132
|
None of us will live to see the day they raise the cap to 150, quit dreaming.
|
|
Top |
|
 |
AllEyezOnMe
|
Post subject: Re: Over 90k HP without Bonus? Posted: Sun Feb 18, 2007 4:58 pm |
|
Frequent Member |
 |
Joined: Mar 2006 Posts: 1166
|
pinoyplaya wrote: Wahhh? At lvl 150, a pure str wil have roughly 91,901 HP without any bonus str or hp bonus. A pure int will have about 25,935 HP without any bonus.
How do you guys think this will go? I wonder if pure ints will finally take a fall at higher lvl when they can only hit around 10k max against pure str who will have over 100k hp after bonuses.
Then a pure INT would be doing roughly 45k - 55k nukes. 
_________________ New server name: Venice
New server open date: 3/30/2006
(Day I started on Venice)
MADD wrote: I think some users should be banned from starting topics 
|
|
Top |
|
 |
pinoyplaya
|
Post subject: Posted: Sun Feb 18, 2007 5:25 pm |
|
Active Member |
 |
 |
Joined: Jan 2007 Posts: 595 Location:
|
ThiefzV2 wrote: LOL it's not my equation. It's Silkroad's source code which is 100% correct. I'm not going to teach basic fundamental math in this forum. Just FYI, parenthesis and order of operations are very important to correctly solve a problem. Here's how you do the math: (1.02^(X - 1))*((X - 1)*4+20)*10) (1.02^(2 - 1))*((2 - 1)*4+20)*10) (1.02^(1))*((1)*4+20)*10) (1.02)*((1*4+20)*10) (1.02)*((24)*10) (1.02)*(240) = 244.8 Let me know which step above confuses you. Don't take my word for it, pasted the equation (1.02^(2 - 1))*((2 - 1)*4+20)*10) into google and google will say you are wrong too  Also, your memory is wrong... go create a character, kill 3 mangyangs and level up and I guarantee you your HP will not be "210" nor "204". I hope you are doing well in your "Calculus" class lol.
FYI, Im doing very well in Calculus. In fact, I can take a picture of my grades and you'll see what it looks like. (That is if you really want me to take a picture of it which will kill my time).
As for the equation I replied to test the equation you provided, I missed a parenthesis which completely messed it up, so that was my fault.
But yet, I do, however, recall you saying that you "reversed engineer" the game thus from what I understood, you came up with the equation on your own. And yet, on your latest post, you claim that you didnt make these equations but rather googled it.
|
|
Top |
|
 |
Who is online |
Users browsing this forum: Google [Bot] and 24 guests |
|
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 You cannot post attachments in this forum
|
|