 |

10-11-2009, 06:08 PM
|
|
Guru
BANNED
|
|
Join Date: Apr 2007
Posts: 1,062
|
|
My First Runescape Program
This program is designed to take your current level, exp per hour, and desired level, to output the number of hours required to reach your goal. Tell me what y'all think
http://www.mediafire.com/download.php?znwyjicjyyn
|

10-11-2009, 06:55 PM
|
|
Apprentice
BANNED
|
|
Join Date: Sep 2008
Posts: 755
|
|
Re: My First Runescape Program
Why not tell us what language it is in and maybe share the code so we can help make things easier for you or give you tips.
|

10-11-2009, 07:27 PM
|
 |
Leecher
|
|
Join Date: Jun 2008
Location: Southern California
Posts: 2,359
|
|
Re: My First Runescape Program
Quote:
Originally Posted by deathbal sam
Why not tell us what language it is in and maybe share the code so we can help make things easier for you or give you tips.
|
Yes... it is quite a mystery, especially when it's all in a folder named "Java" and the source is included
P.S. Well documented for such a small applet
|

10-12-2009, 12:57 AM
|
|
Guru
BANNED
|
|
Join Date: Apr 2007
Posts: 1,062
|
|
Re: My First Runescape Program
Quote:
Originally Posted by Jimmy5410
Yes... it is quite a mystery, especially when it's all in a folder named "Java" and the source is included
P.S. Well documented for such a small applet
|
Your a genius. Thanks!
Any suggestions for another project around this level?
|

10-12-2009, 07:51 AM
|
|
Apprentice
BANNED
|
|
Join Date: Sep 2008
Posts: 755
|
|
Re: My First Runescape Program
When you download it you see"ExpCalc.rar" i don't just download things carelessly (is that a word) like you Jimmy
|

10-12-2009, 08:03 AM
|
 |
Member
|
|
Join Date: Oct 2009
Posts: 29
|
|
Re: My First Runescape Program
very very smart
|

10-12-2009, 05:40 PM
|
 |
i am a guy ok?? -.-
|
|
Join Date: Nov 2006
Location: Canada
Posts: 5,232
|
|
Re: My First Runescape Program
Quote:
Originally Posted by Pkpkpk
Your a genius. Thanks!
Any suggestions for another project around this level?
|
How about some small calculators? I'd suggest maybe a max hit calculator, a combat calculator, skill calculators, etc. Those are all easy and might teach you a thing or two about the language's mechanics 
Last edited by Blupig : 10-12-2009 at 05:40 PM.
|

10-12-2009, 06:27 PM
|
|
Guru
BANNED
|
|
Join Date: Apr 2007
Posts: 1,062
|
|
Re: My First Runescape Program
Quote:
Originally Posted by deathbal sam
When you download it you see"ExpCalc.rar" i don't just download things carelessly (is that a word) like you Jimmy
|
ExpCalc = Experience Calculator
Quote:
Originally Posted by Whiteblackemoazn
very very smart
|
Thanks
Quote:
Originally Posted by blupig
How about some small calculators? I'd suggest maybe a max hit calculator, a combat calculator, skill calculators, etc. Those are all easy and might teach you a thing or two about the language's mechanics 
|
The only problem is I don't know that exactly goes into the calculations for combat levels. What is each skill worth?
I think I might try a skill calculator though, like for smithing. 
|

10-12-2009, 11:44 PM
|
 |
Leecher
|
|
Join Date: Jun 2008
Location: Southern California
Posts: 2,359
|
|
Re: My First Runescape Program
Quote:
Originally Posted by deathbal sam
When you download it you see"ExpCalc.rar" i don't just download things carelessly (is that a word) like you Jimmy
|
There is no danger in downloading a zipped file, and looking through the contents (and just fyi, I checked the source before running it as an applet, and I compiled the source myself).
And yes, a skill calculator would be nice.
|

10-13-2009, 07:31 AM
|
 |
When They Cry...
|
|
Join Date: Jan 2007
Location: Japan
Posts: 4,404
|
|
Re: My First Runescape Program
Quote:
Originally Posted by deathbal sam
When you download it you see"ExpCalc.rar" i don't just download things carelessly (is that a word) like you Jimmy
|
Are you trolling or just dumb? A virus won't execute unless you execute it, unless there is an exploit utilized by the website you download from, which is quite uncommon now that people are using more secure browser technology.
__________________
Quote:
[14:54:13] <&Filefragg> x9 is made of 5 glow in the dark gorilla dildos vibrating in unison.
[14:54:19] <%TDD> hot
[14:54:22] <+Aoi> Win
[14:54:23] <x9> I TOLD YOU NOT TO TELL ANYONE, DAMNIT
|
|

10-14-2009, 12:27 AM
|
|
Guru
BANNED
|
|
Join Date: Apr 2007
Posts: 1,062
|
|
Re: My First Runescape Program
Lol 
|

10-15-2009, 03:14 AM
|
|
Newcomer
|
|
Join Date: Oct 2009
Posts: 7
|
|
Re: My First Runescape Program
Quote:
Originally Posted by Pkpkpk
The only problem is I don't know that exactly goes into the calculations for combat levels. What is each skill worth?
I think I might try a skill calculator though, like for smithing. 
|
Highest of the three:
Melee = (1/4)*((13/10)*($attack+$strength)+$defense+$hp+(1/2)*$prayer+(1/2)*$summoning)
Range = (1/4)*((13/10)*(3/2)*($range)+$defense+$hp+(1/2)*$prayer+(1/2)*$summoning);
Magic = (1/4)*((13/10)*(3/2)*($magic)+$defense+$hp+(1/2)*$prayer+(1/2)*$summoning);
Last edited by WCCobra : 10-15-2009 at 03:15 AM.
|

10-15-2009, 09:53 PM
|
|
Guru
BANNED
|
|
Join Date: Apr 2007
Posts: 1,062
|
|
Re: My First Runescape Program
hmm complicated ^^
|

10-16-2009, 06:48 AM
|
|
Newcomer
|
|
Join Date: Oct 2009
Posts: 7
|
|
Re: My First Runescape Program
It's not that bad actually... once you get past all the ( )'s
you could just copy and paste it and modify the variables
|

10-16-2009, 08:05 PM
|
|
Guru
BANNED
|
|
Join Date: Apr 2007
Posts: 1,062
|
|
Re: My First Runescape Program
Idk how summoning factors into it? and is the prayer like the bonus? (.15) or w/e?
|

10-17-2009, 04:38 AM
|
|
Newcomer
|
|
Join Date: Oct 2009
Posts: 7
|
|
Re: My First Runescape Program
Summoning is .5
Prayer is .5
HP is 1
Defense is 1
(Strength + Attack) is 13/10ths
and all of them are added up and multiplied by .25
***For mages and rangers, (Strength + Attack) is replaced by either Magic or Range. Magic or Range is then worth 3/2nds of 13/10ths
You grab their stats from hiscores and calculate each of the three possible combat levels. Which ever is the highest is the persons actual combat level.
For Example:
Attack = 60
Strength = 50
Defense = 55
HP = 58
Range = 70
Magic = 72
Prayer = 30
Summoning = 20
(Melee) 70.25 = .25*( (1.3*110) + 55 + 58 + (.5*30) + (.5*20) )
(Range) 68.625 = .25*( (1.3*1.5*70) + 55 + 58 + (.5*30) + (.5*20) )
(Magic) 69.6 = .25*( (1.3*1.5*72) + 55 + 58 + (.5*30) + (.5*20) )
Combat Level = 70.25
|

10-17-2009, 09:49 AM
|
|
Member
|
|
Join Date: Oct 2009
Posts: 45
|
|
Re: My First Runescape Program
It's good mate, for your first rs program!
__________________
Not Selling/Buying ATM
|

10-17-2009, 03:31 PM
|
|
Guru
BANNED
|
|
Join Date: Apr 2007
Posts: 1,062
|
|
Re: My First Runescape Program
Oh I see
Thanks!
|
 |
|