Skip to content
View in the app

A better way to browse. Learn more.

Tip.It Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

bjbj1991

Members
  • Joined

  • Last visited

Everything posted by bjbj1991

  1. bjbj1991 and joshsunbury support
  2. when runescape first came out it was about 10 persent its current size and 100%energy could take you acrossed the world
  3. how about an option were it calcilates your weight and finds how fast you can run without going down to 0 run or remaining the same energy. this option can be called jog like was stated earler.
  4. wonder how much they would cost? if its under $3000 then im getting one of them.
  5. i saw a version of rock paper sicors with 15 and i heard that 17 was the max
  6. How would i make a game with 3d graphics? i think i need to do something with opengl but i am not too sure. i only know some of python but i can learn others fast. i have already got the main concept of the game. also how would i make this game similar to calculator and minesweeper so i don't need to open the compiler to run it and how would you post it to a webpage?
  7. they can easly modify the apearance however they most likly wont do it for a few more months because they just changed the femails recently.
  8. Obsidian can be made however all you do is find some igneous rock and chip pieces off to make sharp edges. Some blades made from obsidian can be sharper than modern scalpels used in medicine i can see making obsidian arrows however similar to Native American's.
  9. this is a support from a friend of mine named joshsunbury
  10. you only have to wory about half the population then(under lvl 50).
  11. There will not be an rs3 in the near future because they are still updating rs2. If you search for runescape 3 and click on any of the links you need to check your computar for viruses and also change your password! it will not take a whole new game to release houses. all they need to do is add more space on their hard drives or whatever they use to store your char's data. they will most likley use portals to take you to your home and you can give your friends a key like thing to get into the house portal. they could make if so that they can only be in the house when you are in it and you can kick people out of it.
  12. wow i didnt know it was that bad. well every update kill around 5 just to make sure they didnt release anything and if you hear hundreds of rumars maby add a few more that day.
  13. if people like watching the show more people are gona watch it. however advertisers think that everyone also likes watching their commercials insted of getting food and soda or bathroom.
  14. some people that are stars on TV shows are paid over a million an episode. i think Frasier tops it at around 7 mill a show. my question is what do they do with that money because i found that most people don't even make that much in their whole life! also another problem with those guys being paid huge sums of money is that it may encourage kids to forget about education and want to be a proathlete.
  15. if you use a power strip and its on the ground make sure that your not kicking it or in any way touching it. my grandparrants had this problem. but its mostlikly internal so your probly gona need to take it into the shop soon
  16. some people like making stuff by themselves. whats the use in making a fansite about a game? whats the use in making a rpg? whats the use in making java you can just use machene language for most the stuff? whats the use in making the internet? whats the use in inventing the wheel? whats the use in making a spear? this line of thinking leads the stone age.
  17. bjbj1991 replied to kirbybeam's topic in Off-Topic
    you do realise that crime rates amoung minnors have been droping for about 5 years and last year totle crime was at a 40 year low.
  18. can you please clarify your post it dose not make since. and the reasion i did this was to increase the rate that people earn xp and remove some jobs making it easer becaus there is not enough people to use it now. this is a wonderful example of someone who has ethor not used the blast furnace or has only used it when it was first released and had 100 people running it.
  19. maby a prayer emote to your god difrent for each god (could also icrease prayer by 5 and be like a special bar so you cant get it up to 99 in a minite)
  20. The New Blast furnace the top screen is the current one bottom is my idea also you can walk over some stuff like pipesand the convayor belts are high enough to walk under changes i have removed the firemaking job and the heat monitor also redesigned the layout and possibly can remove the shops. Operation old version http://tip.it/runescape/?page=blast_furnace.htm new version you have one guy on the bike powering the 2 conveyor belts. you have a guy fixing random stuff that breaks down. and you have a guy that operates the air pump and reads the gage smelter(s) optional Rewards the agility xp will come at a faster rate however because he runs 2 conveyor belts he louses energy faster. the strength xp will come at the same rate however he dose not need to worry about a lier giving him the wrong temperature. the crafting xp will double but he will have to do about 3 times as much work. both agility and crafting will receive a 2times xp/time gain however they both do 3 times the work they used to but i find that most people care about time more exspecialy for the agility. please tell me whether or not you support and also any suggestions. btw please have atleast tryed doing it within a month befor you post because this is to acount for the problem of lack of vissitors[/code]
  21. that was the first thing out of microsoft to be funney (blue screens/err messages arnt). i am getting sick of all the people that say games make kids into killers. acourding to the FBI crime rate has reached a 40 year low in 2004. note that there is a almost 2 year long gap between the ps1 and the decline
  22. bjbj1991 replied to bjbj1991's topic in Tech and Computers
    no im asking if anyone can help me fix the problem with python rounding. i guess not then
  23. bjbj1991 posted a topic in Tech and Computers
    i wrote a short code in python to find pi and this is what i got. import math l = 0 n = 0 z = 0 pi = 0 p = 0 t = 0 t = input("how long do you want the program to run?: ") while l < t: l = l + 1 n = n + 1 p = p + 1/n**2 z = p * 6 pi = math.sqrt(z) print pi print l print n print z print "pi" print p print t result how long do you want the program to run?: 7 2.44948974278 7 7 6 pi 1 7 last time i looked pi != 2.44948974278 however i did it on my calcilatior and found an answer very very close to pi so i figure if i continue it will continue getting closer. what i found was 2.44948974278**2 = 6 python is rounding the while l < t: l = l + 1 n = n + 1 p = p + 1/n**2 section to p = 1 the right answers should be simular to pi = 3.14159 z = 9.8696 p = 1.6449 thank you
  24. never mind. it ment that almost everyone targets windows rather than an operating system that only about 5% of people use.
  25. thank you Keb Ryo the partition resizing/bootloader was my main problem. i tryed to instal a copy writen aroun 2000 and i got an err message saying it wasnt compatible. dose the verson that you linked to resize the partition and installs a bootloader?

Important Information

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.