Sythe.Org Forums     Register     FAQ     Members List     Calendar     Mark Forums Read    
 
Sythe.Org Forums  
   Runescape Gold

Sythe.org — A Virtual Goods Trading Hub

Make real cash! buying and selling in-game items.

We have a no-scam policy.

You can make thousands playing your favourite games here at Sythe.org.

Just sign up an account and follow the rules!


Take me to

Runescape Markets

Other Game Markets

Support Center

Register an Account

Close
My First Runescape Program
Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 10-11-2009, 06:08 PM
Guru
BANNED
 
Join Date: Apr 2007
Posts: 1,062
Thumbs up 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
Reply With Quote
  #2  
Old 10-11-2009, 06:55 PM
Apprentice
BANNED
 
Join Date: Sep 2008
Posts: 755
Send a message via MSN to deathbal sam
Default 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.
Reply With Quote
  #3  
Old 10-11-2009, 07:27 PM
Jimmy's Avatar
Leecher
Ex-Moderator $5 USD Donor
 
Join Date: Jun 2008
Location: Southern California
Posts: 2,359
Default Re: My First Runescape Program

Quote:
Originally Posted by deathbal sam View Post
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
Reply With Quote
  #4  
Old 10-12-2009, 12:57 AM
Guru
BANNED
 
Join Date: Apr 2007
Posts: 1,062
Default Re: My First Runescape Program

Quote:
Originally Posted by Jimmy5410 View Post
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?
Reply With Quote
  #5  
Old 10-12-2009, 07:51 AM
Apprentice
BANNED
 
Join Date: Sep 2008
Posts: 755
Send a message via MSN to deathbal sam
Default 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
Reply With Quote
  #6  
Old 10-12-2009, 08:03 AM
Whiteblackemoazn's Avatar
Member
 
Join Date: Oct 2009
Posts: 29
Default Re: My First Runescape Program

very very smart
__________________
Reply With Quote
  #7  
Old 10-12-2009, 05:40 PM
Blupig's Avatar
i am a guy ok?? -.-
Ex-Moderator Zombie Visual Basic Programmers
 
Join Date: Nov 2006
Location: Canada
Posts: 5,232
Send a message via MSN to Blupig Send a message via Skype™ to Blupig
MushyMuncher
Default Re: My First Runescape Program

Quote:
Originally Posted by Pkpkpk View Post
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.
Reply With Quote
  #8  
Old 10-12-2009, 06:27 PM
Guru
BANNED
 
Join Date: Apr 2007
Posts: 1,062
Default Re: My First Runescape Program

Quote:
Originally Posted by deathbal sam View Post
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 View Post
very very smart
Thanks

Quote:
Originally Posted by blupig View Post
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.
Reply With Quote
  #9  
Old 10-12-2009, 11:44 PM
Jimmy's Avatar
Leecher
Ex-Moderator $5 USD Donor
 
Join Date: Jun 2008
Location: Southern California
Posts: 2,359
Default Re: My First Runescape Program

Quote:
Originally Posted by deathbal sam View Post
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.
Reply With Quote
  #10  
Old 10-13-2009, 07:31 AM
Swan's Avatar
When They Cry...
Ex-Moderator
 
Join Date: Jan 2007
Location: Japan
Posts: 4,404
Default Re: My First Runescape Program

Quote:
Originally Posted by deathbal sam View Post
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
Reply With Quote
  #11  
Old 10-14-2009, 12:27 AM
Guru
BANNED
 
Join Date: Apr 2007
Posts: 1,062
Default Re: My First Runescape Program

Lol
Reply With Quote
  #12  
Old 10-15-2009, 03:14 AM
Newcomer
 
Join Date: Oct 2009
Posts: 7
Default Re: My First Runescape Program

Quote:
Originally Posted by Pkpkpk View Post
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.
Reply With Quote
  #13  
Old 10-15-2009, 09:53 PM
Guru
BANNED
 
Join Date: Apr 2007
Posts: 1,062
Default Re: My First Runescape Program

hmm complicated ^^
Reply With Quote
  #14  
Old 10-16-2009, 06:48 AM
Newcomer
 
Join Date: Oct 2009
Posts: 7
Default 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
Reply With Quote
  #15  
Old 10-16-2009, 08:05 PM
Guru
BANNED
 
Join Date: Apr 2007
Posts: 1,062
Default Re: My First Runescape Program

Idk how summoning factors into it? and is the prayer like the bonus? (.15) or w/e?
Reply With Quote
  #16  
Old 10-17-2009, 04:38 AM
Newcomer
 
Join Date: Oct 2009
Posts: 7
Default 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
Reply With Quote
  #18  
Old 10-17-2009, 03:31 PM
Guru
BANNED
 
Join Date: Apr 2007
Posts: 1,062
Default Re: My First Runescape Program

Oh I see
Thanks!
Reply With Quote
Reply



Cheap RS Gold Store  Runescape Gold

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

All times are GMT +1. The time now is 08:31 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.6.1