- Joined
- Jun 30, 2008
- Messages
- 132
- Reaction score
- 0
1.Go find CommandProcessor.java
2.do CTRL+F and put in !spawn
3find
4.Replace that with
5.Once you have done that compile and your done.
6.There now go in game and do !spawn 9400203
Credits:
To me and Chaos
2.do CTRL+F and put in !spawn
3find
Code:
if (mid == 9400203) {
log.info(MapleClient.getLogMessage(player, "Trying to spawn a silver slime"));
return true;
}
Code:
if (mid == 1) {
log.info(MapleClient.getLogMessage(player, "nothing???"));
return true;
}
6.There now go in game and do !spawn 9400203
Credits:
To me and Chaos