Sup wiki PokeChest ;3
Oh look the guy whos to cool to reply My skype messages btw tomorrow our new client dev will get working im going to be adding 100% security stronghold dungeon our configs man will be helping me out he already got all the npc spawns 100% im teachin him basic java hes getting the hang of it i have to introduce him to you Hes a close friend of mine although he doesnt have the source just saying
Dude! you have to play this game its so addictive! i just made this a few minutes ago Code: package coolgui; import static java.lang.System.out; import java.util.Scanner; import java.util.Random; public class GuessingGame { public static void main(String args[]) { Scanner sc = new Scanner(System.in); out.print("Enter a number from 1 - 10 "); int inputNumber = sc.nextInt(); int randomNumber = new Random().nextInt(10) + 1; if(inputNumber == randomNumber) { out.println("***********"); out.println("**You Win!***"); out.println("***********"); } else { out.println("You lose."); out.println("The random number was.... " + randomNumber + "."); } out.println("Thanks for playing!"); } }
package coolgui; import static java.lang.System.out; import java.util.Scanner; import java.util.Random; public class GuessingGame { public static void main(String args[]) { Scanner sc = new Scanner(System.in); out.print("Enter a number from 1 - 10 "); int inputNumber = sc.nextInt(); int randomNumber = new Random().nextInt(10) + 1; if(inputNumber == randomNumber) { out.println("***********"); out.println("**You Win!***"); out.println("***********"); } else { out.println("You lose."); out.println("The random number was.... " + randomNumber + "."); } out.println("Thanks for playing!"); } }
I plan on taking out certain mage book teleports like pest control (fun fact: port sarim boat leads directed to teh pc place so that's first on teh list if that's what we're going after I'm just finishing off the spawn configs in teh new slayer dungeon atm
Perfect and maybe we can get that sailing system to a good use soon
Alright that's easy stuff, straight off the top of my head i'll be using the guild south of varrock for combat (meelee) and will implement certain things in it. I'll start in 5 mins
Oh i have great suggestions for you ok lets make a guild for those who have everything 99 find a nice vast open area and hmm ill make a traveling system later on but maybe we can add npcs around the map lets work on some training zones well different ones xD im not sure if you undersand how to make quests but if you do that would be great! And im questioning the grand exchange we need to get that up soon
I'll create a .txt document in the drop box of the list of skills that are done so we can keep track; I was up till 3am *literally* in the morning and i decided to add A lot of zones and change a shit load around, ocne you get back on the PC you'll see what I mean. As for duping i'll try to find as many bugs as possible and fix the problem - Wiki
Hey noob something hapenned and i cant get on the pc today so no summonin progress today but! We need to look into any dupes etc lets also go back andlook into the skills woodcutting i can add all the data to it and fishing well idk if you can start off from what i wrote and move on from there if anything ask revival for help ill be focusing on summoning ill make sure we have every detail once im fully done with summoning ill move onto what i didnt finish which would be full pest control ily guys Team Insenthium!
Well i added custom rocktail fishing when i woke up so don't edit fishing class just yet