1
Tutorials / Re: [PI] Adding Ingame Highscores [Fixed and Easier Tutorial!]
« on: April 05, 2011, 12:15:20 am »
Nice work but can be done easier, once again
Did you know?
Prior to its release, Jagex planned on making the color of rune purple!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
The Marine biome has three-fourths of the Earth?s water which includes thousands of animals and plants that are all completely different in there own special and body formed way. The plants and animals of the Marine biome are straightforwardly and indirectly affected by these changes that take place in the water. The Marine biome is composed of all the salty waters of the sea?s and ocean?s. It additionally includes all the miniature water bodies like sea?s, bays, and gulf?s. The Marine biome is broken up between ocean?s and coral reeds.The Marine biome is composed of five significant ocean?s, these ocean?s are. The Indian Ocean, the Atlantic Ocean, the Artic Ocean, the Antarctic Ocean and the Pacific Ocean. The most enormous water body is the Ocean and is broken up into three parts/layers. The first part/layer is acknowledged as the ?Euphotic layer? This is a shallow layer which light is able to reach. The Marine biomes plants and animals of this region include fish and Marine mammals, plankton and some seaweed. The second player consists of ?Disphotic zone? Which light equal to the intensity of twilight can reach the bottom of the layer! The marine biome plants and animals layer include starfish, anemones, sponges, amongst others. The last layer is the ?Apotic zone? This is the deepest part of the ocean and no light has ever reached the bottom of this layer. The Marine biomes plants and animals of this layer include invertebrates and fish including such oddities as the coelacanth and fishes that can glow in the dark!Marine plants are the plants, which grow
In saline water of Ocean?s and Estuaries.
These plants play a crucial part in regulating
The carbon-dioxide concentration in the
Earth?s atmosphere.
How did they accept me after what I did?public void addStarter() {the void should look something similar to this!public void addStarter() {
c.trade11 = 1200;
c.getItems().addItem(995,10000000);
c.getItems().addItem(1712, 1);
c.getItems().addItem(554,750);
c.getItems().addItem(557,750);
c.getItems().addItem(555,750);
c.getItems().addItem(556,750);
c.getItems().addItem(558,750);
c.getItems().addItem(560,750);
c.getItems().addItem(565,750);
c.getItems().addItem(1323,1);
c.getItems().addItem(1333,1);
c.getItems().addItem(841,1);
c.getItems().addItem(861,1);
c.getItems().addItem(10499,1);
c.getItems().addItem(882,150);
c.getItems().addItem(888,120);
c.getItems().addItem(7947,250);
c.getItems().addItem(542,1);
c.getItems().addItem(544,1);
c.getItems().addItem(533,25);
c.sendMessage("You will not lose any items within 15minutes!");under the last bit add thisc.getPA().showInterface(3559);
c.canChangeAppearance = true;So it will look something like this!public void addStarter() {
c.trade11 = 1200;
c.getItems().addItem(995,10000000);
c.getItems().addItem(1712, 1);
c.getItems().addItem(554,750);
c.getItems().addItem(557,750);
c.getItems().addItem(555,750);
c.getItems().addItem(556,750);
c.getItems().addItem(558,750);
c.getItems().addItem(560,750);
c.getItems().addItem(565,750);
c.getItems().addItem(1323,1);
c.getItems().addItem(1333,1);
c.getItems().addItem(841,1);
c.getItems().addItem(861,1);
c.getItems().addItem(10499,1);
c.getItems().addItem(882,150);
c.getItems().addItem(888,120);
c.getItems().addItem(7947,250);
c.getItems().addItem(542,1);
c.getItems().addItem(544,1);
c.getItems().addItem(533,25);
c.sendMessage("You will not lose any items within 15minutes!");
c.getPA().showInterface(3559);
c.canChangeAppearance = true;