I use buffered writers for my npc spawns. A lot easier then collecting all of the coordinates and typing everything out.
Nice to see some other people using the writers as well.
|
|
This command will NOT Auto clip them for you, but aswell this command will send the npc clipp codes to a .txt file and all you do is copy them and paste them into the WalkingCheck.java.
Open up your "Client.java" And search "changepassword" Put this code below that whole command after the last }
Okay now sence you added that command go open up your "Config" Folder. and make a new .txt called "clipnpcs.txt". Now your all done!Code:if (command.startsWith("clipthis") && playerRights >= 2) { try { BufferedWriter bw = new BufferedWriter(new FileWriter("config/clipnpcs.txt", true)); bw.write("tiles.put(0 << 28 |" + absX + " << 14 | " + absY + ", true);"); sM("You have successfully clipped this spot."); bw.newLine(); bw.flush(); } catch(IOException ioe) { ioe.printStackTrace(); } }
Also if you wanna be nice, you should go around cliping alot of area's that npcs can go through and release them on here..
100% Credits to me! If you like to Repz++ me, go ahead![]()
Good job, mate... This will help alot of people who used that tutorial
Maybe, you should add the tutorial you did. So other people know how to use it.
this is cool thanks
This is for dopherts clipping. I was gonna do this until i figured out pathfinding for NPCS.
this has been released before
Leeched, released awhile ago.
| « Runecrafting Forumulae - Multiple Runes + Level Requirements. | Teleport for Hyperion » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |