Jump to content

tips48

Members
  • Posts

    38
  • Joined

  • Last visited

Posts posted by tips48

  1. Just curious on how you guys learned C++, and just in general any tips. I'd ideally not want to purchase anything like a book, but if you've found that it's a great resource worth my money then I'll consider it.

     

    The only other programming language I really know is Java, so i'm fine with OOP. I also understand PHP if it makes a difference

     

    Thanks!

    - tips

     

    EDIT: Sorry that this doesn't really flow, I have the flu and aren't thinking straight :D

  2. Before EoC I would get an Iron Dagger/Scimitar and go the the monastery by Edgeville and just just attack the monks. They would regenerate their health and would never hit you. It wasn't possible for you to kill them. You could sit there for hours and get as much xp as needed. Since then, I have no clue as to if that is still possible or not.

    Not possible, XP is by kill

  3. I agree this would be useful because every time I've tried to use the search it basically doesn't work :P I agree if you use the trim function it will only take off leading and trailing spaces so you should be fine

  4. No-one will pay for an rs client and to try and charge for one would get Jagex lawyers on your back for trademark, copyright and all tht.

    I agree with Sy. Just open source the thing, no one will pay for it. Put an ad or two in there and you'll make a bit.

    I was never going to sell the client, I was also considering other programs that I may sell (I've made a couple grand of Minecraft plugins)

  5. I'm not sure if doing that many loops every time you need the xp of a level is efficient. I'd rather just store it in an array then reference that as necessary.

     

    
    <?php
    
    $level = array("",0,83,174,276,388,512,650,801,969,1154,1358,1584,1833,2107,2411,2746,3115,3523,3973,4470,5018,5624,6291,7028,7842,8740,9730,10824,12031,13363,14833,16456,18247,20224,22406,24815,27473,30408,33648,37224,41171,45529,50339,55649,61512,67983,75127,83014,91721,101333,111945,123660,136594,150872,166636,184040,203254,224466,247886,273742,302288,333804,368599,407015,449428,496254,547953,605032,668051,737627,814445,899257,992895,1096278,1210421,1336443,1475581,1629200,1798808,1986068,2192818,2421087,2673114,2951373,3258594,3597792,3972294,4385776,4842295,5346332,5902831,6517253,7195629,7944614,8771558,9684577,10692629,11805606,13034431,14391160,15889109,17542976,19368992,21385073,23611006,26068632,28782069,31777943,35085654,38737661,42769801,47221641,52136869,57563718,63555443,70170840,77474828,85539082,94442737,104273167);
    echo $level[120];
    
    ?>
    

    Thanks, I'll probably just use this just because it's so easy.

    It's good to know the forumla though in case I ever need it, so thanks guys

  6. Open source is obviously the best way to get trust for a program. It shows that you have nothing to hide and that anyone who may be suspicious is welcome to browse through it for themselves. Sadly though, even if you license it, people rarely respect and obey them. :(. But, after time, people will no longer ask for source or virus checks because your reputation will simply do.

     

    What type of program is it, if I may ask? What type of community is it for?

    I have experience moderating Bukkit (A minecraft mod) and I know that people definitively don't respect licenses at all :P The only reason why I don't want to opensource it is if I ever make it commercial. Tbh I doubt I will so I'll probably just open source and license it and hope for the best.

    In fact, I'm nearly positive I won't ever sell my programs and I'm not really looking for money so open source is probably the best way to go.

     

     

    I'm not sure if it's even worth licensing it, assuming that it's the calculator you mentioned in your other thread

     

    It's not a calculator, It's a RS client. I used (and still use) SwiftKit, and great as it is, there are a lot of things that I personally don't like about it. I realize I could write a post to the devs on the forums but this also doubles as a fun side project because I haven't coded anything big in a while.

     

    Anyway thanks for your input guys!

  7. with either of those bosses you are most likely going to have a hard time finding and keeping a world with less than high 90's in combat skills

    Ouch, is that true with anything in the GWD?

     

    the reason being that gwd bosses as a group (excluding nex) are in the top 5 bosses to kill for profit and because they can be camped by higher leveled players for long periods of time and there is a finite amount of worlds to hunt them on they are often crowded and players with better stats/gear will crash weaker players to take most if not all of the kills.. I would suggest the giant mole or kbd if you want to boss right now.. or train your skills up some(and quest for rewards like ancients/curses/etc) and I would even recommend slayer and use that so you end up training all 3 combat styles while getting used to using abilities and get more immersed in the entire game as to not burn out by powerlevelling

     

    you can also add me if you want to and I'd be glad to help you out as much as I can

     

    Alright, thanks. I've been powerleveling my combat stats right now, hence the 69 defense. I'm going for 70 all around. I've started to mix in slayer and it's fun but I get some super shit tasks (Grotworms suck for me because mature grotworms are botted too much and the rest give horrible xp. Things like crawling hands are pointless, etc) I'm also having problems training range at my level. At the moment I train @ Lesser demons but they are *horrible* xp and hit me hard enough to require a full inv of food (Using sara dhide which is the same stats as black)

    I've unlocked ancients but not curses. if you can give any advice on things that can help me with slayer or training combat in general (Where to train, atm I train melee at fire giants or baby black dragons), I'd be appreciated!

     

    You can PM me or add me in game (T R Tipster)

    Thanks alot,

    - Tips

  8. Hey guys,

    I'm looking for some help on how I should release one of my projects. My problem is that I want to release the source code because of suspicion that my programs a virus, but I may start charging for it in the future and if so would obviously not want to release the source code. Here are some things I'm considering:

    - Release the code and license it, but build in something that checks online if I want to charge for it

    - Release the API portion of the code and license it

     

    Do you have any suggestions or experiences? Please share!

    Thanks,

    - Tips

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.