October 5, 200817 yr Hello everyone! I am new so i think i have to post a request here. I need a "Guide" on how to make hes own's Runescape stats calculator and other. I need a guide on how to make goal-stats signature. I need i need to know some informatic language but make a lil tutorial on how to make one with some base. If too complicate, just make me some skills calculator ( All free one if possible) But i prefer a guide so all people will be able to do hes own one. Thanks alot!
October 5, 200817 yr Hello everyone! I need a guide on how to make goal-stats signature. Welcome to Tip.it Forums! You can use sites like: Draynor or the better one known as Tip.it As for your other request, do you know any programming languages or how to use excel? [software Engineer] - [Ability Bar Suggestion] - [Gaming Enthusiast]
October 5, 200817 yr Here's a link to the combat level calculator formula which is used in the tip.it combat calculator. http://forum.tip.it/viewtopic.php?f=30&t=760430 There's no guides on making a goal stat signature as far as I know. But step-by-step you would probably program something that does the following: * Allow the user to type in the sort of signature he wants - an interface, in other words. * Fetch the level and xp values from the official Runescape high scores of the user. * Calculate his/her combat level. * Use a background of choice and let your program paste the stats on the background, creating a signature. *Store the signature on your server. *Refresh at least once a day.
October 5, 200817 yr Author Hello, Thanks for the reply. But why i want to make some stats calculator its for my website... And i want to know how i can make calculator for my website or in program like [Caution: Executable File]. Thanks again :P
October 5, 200817 yr If you're talking about making an executable, then you're talking about programming, which I don't think can be taught in any quick crash-course to anyone (unless you can learn pointers or Java in a fortnight). As far as the code goes to make a dynamic signature, there's not a lot of information out there. All I can tell you is that many of them are written in PHP. If you want to make one, you have to learn that. The amount of time you'll need to spend writing PHP is actually rather large, as doing this requires a lot of work. At any rate, it sounds like you'll definitely need more people to help you out with this project, or you will have to study up on programming. Either way, good luck. Linux User/Enthusiast | Full-Stack Software Engineer | Stack Overflow Member | GIMP User...Alright, the Elf City update lured me back to RS over a year ago.
October 5, 200817 yr There is a file on RuneScape's server that you can access. It is the file that displays the high scores. It can be accessed by the is link http://hiscore.runescape.com/index_lite ... scpae_name. Then explode that file into an array and there you can use the parts of that file then. Now i don't know the formulas off the top of my head, perhaps Eagle_Tas's link has some advice for that.
October 5, 200817 yr Author Thanks again ill try to sutdy the language in my time. Thanks again! PS: You are doing a good service.
October 5, 200817 yr You could learn basic Visual Basic programming in a night or two. Then you can use the formula off the page the other guy posted and turn it from JAVA to VB. I might post an example in a few. [software Engineer] - [Ability Bar Suggestion] - [Gaming Enthusiast]
October 5, 200817 yr There is a file on RuneScape's server that you can access. It is the file that displays the high scores. It can be accessed by the is link http://hiscore.runescape.com/index_lite ... scpae_name. Then explode that file into an array and there you can use the parts of that file then. Now i don't know the formulas off the top of my head, perhaps Eagle_Tas's link has some advice for that. My stats parser in PHP is available here now.
Create an account or sign in to comment