Nowai.
Printable View
i get errors o.O
stopp asking for help here.
go to the help section damn idiots.
Trying to steal ShooooootSource?Quote:
Originally Posted by MSN
can i get shootsource shoot? you're the owner right
On sidenote the title of this thread is "The best v75 Source", yet everyone here trails off to ShootSource. I am getting the feeling ShootSource is trying to say it is the best v75 source. I guess this si the kind fo thing you expect in the Maple Section. Gotta love it.
This thread is so popular...
Are mounts working for anyone using this source?
thankss
It look suck O:
I smell exploits.
Wtf does this have?
Any details please?
/notice and all commands with / Dont work =X
i can add User commands but no GM o.o any help
ohh other question
how i can make 2d job of any cygnus because i do a first and 2d, the NPC dont talk
Wrong. go into the source with netbeans and open the commandprocessor.java and look for
"private boolean processCommandInternal"
now scroll down to find the bolded part
private boolean processCommandInternal(MapleClient c, MessageCallback mc, int gmLevel, String line) {
MapleCharacter player = c.getPlayer();
if (line.charAt(0) == '/'|| line.charAt(0) == '@') { and change it to
private boolean processCommandInternal(MapleClient c, MessageCallback mc, int gmLevel, String line) {
MapleCharacter player = c.getPlayer();
if (line.charAt(0) == '!' || line.charAt(0) == '@') {
now go into the command files and change the / to a ! for all the commands and set the gm levels you wish to have then compile and prepare to win :D