Michael Admin
Posts : 15 Join date : 2010-05-09
| Subject: Commands List Thu Aug 12, 2010 8:00 pm | |
| go into client.java search by using ctrl+f and type - Code:
-
if (command.equals then where u see a bracket click after that and hit enter. now put this - Code:
-
if(command.equalsIgnoreCase("commands") && (playerRights >= 0)) { String name = command.substring(5); sendQuest("@dre@The Commands of Dragon War", 8144); //Title clearQuestInterface(); sendQuest("@red@Heres Our Player Commands!", 8145); sendQuest("----------------------------------", 8147); sendQuest("::Home -Teles you home.", 8148); sendQuest("::Yell -Sends message to all players.", 8149); sendQuest("::Players -Shows you how many players are online.", 8150); sendQuest("::Mypos -Shows you your coordinates. ", 8151); sendQuest("::Empty -Emptys your inventory.", 8152); sendQuestSomething(8143); showInterface(8134); flushOutStream(); } }[/code] if you wish to add more then u see simply copy a line paste it then where you see - Code:
-
", 8152); change the 8152 to 8153(: | |
|