Exion-Pk
Would you like to react to this message? Create an account in a few clicks or log in to continue.


A 24/7 No Lag Server!
 
HomeLatest imagesSearchRegisterLog in

 

 Commands List

Go down 
AuthorMessage
Michael
Admin



Posts : 15
Join date : 2010-05-09

Commands List Empty
PostSubject: Commands List   Commands List I_icon_minitimeThu 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(:
Back to top Go down
https://exion-pk.board-directory.net
 
Commands List
Back to top 
Page 1 of 1
 Similar topics
-
» Staff List
» Client Download List

Permissions in this forum:You cannot reply to topics in this forum
Exion-Pk :: Exion-Pk :: Server Help/Guides-
Jump to: