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

MapleFM

Welcome To The BedTimeStory Forums
 
HomeHome  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  

 

 @callgm command

Go down 
AuthorMessage
Tommy
Moderators



Number of posts : 38
Registration date : 2008-12-19

@callgm command Empty
PostSubject: @callgm command   @callgm command EmptySun Dec 28, 2008 9:49 am

I am releasing this because @callgm doesn't work on bladestory.Moogra did add it but removed it at rev 16 I think.
Add this in playercommands.java
Code:
else if (splitted[0].equals("@callgm")) { 
                mc.dropMessage("You have successfully ask a GM for Attention");
                            StringBuilder sb = new StringBuilder();
                sb.append(c.getPlayer().getName());
                sb.append(" Wants Your Attention");
                WorldChannelInterface wci = c.getChannelServer().getWorldInterface();
                try{wci.broadcastGMMessage(null, MaplePacketCreator.serverNotice(5 , sb.toString()).getBytes());} catch(Exception ex){}
                        }
Back to top Go down
 
@callgm command
Back to top 
Page 1 of 1
 Similar topics
-
» @hideout command
» The @rebirth command

Permissions in this forum:You cannot reply to topics in this forum
MapleFM :: MapleDream :: MapleDream Chat-
Jump to: