Thread: 718 Commands Help

Results 1 to 4 of 4
  1. #1 718 Commands Help 
    Registered Member Ledion's Avatar
    Join Date
    Nov 2014
    Posts
    141
    Thanks given
    4
    Thanks received
    8
    Rep Power
    0
    I was wondering is there a way I can change the way you do commands from ":: or ;;" into something like !! or whatever, I just want to know if it's possible to change the ;;

    Thanks !
    Reply With Quote  
     

  2. #2  
    Registered Member MattTM's Avatar
    Join Date
    Jan 2016
    Posts
    28
    Thanks given
    1
    Thanks received
    2
    Rep Power
    11
    Yes for sure man! but i do not currently have a 718 i can look at right now it would be Client Side i believe.. On a 317 its in Client > Client.java and the code looks like this..

    Code:
    if (inputString.startsWith("::")) {
    						stream.createFrame(103);
    						stream.writeWordBigEndian(inputString.length() - 1);
    						stream.writeString(inputString.substring(2));
    					} else {
    						String s = inputString.toLowerCase();
    You would just change the "::" to what you want

    BTW your in the wrong section..

    Help
    Reply With Quote  
     

  3. #3  
    Registered Member Ledion's Avatar
    Join Date
    Nov 2014
    Posts
    141
    Thanks given
    4
    Thanks received
    8
    Rep Power
    0
    Thanks, fixed now, sorry I didn't realise it was RS2 Server help, thanks for help though.
    Reply With Quote  
     

  4. #4  
    Registered Member MattTM's Avatar
    Join Date
    Jan 2016
    Posts
    28
    Thanks given
    1
    Thanks received
    2
    Rep Power
    11
    yea man no problem!
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. 718 Command Help!
    By Denious in forum Help
    Replies: 15
    Last Post: 03-23-2015, 11:39 PM
  2. 718 command help
    By dragonmage in forum Help
    Replies: 3
    Last Post: 05-30-2013, 03:30 PM
  3. [718]Command help.
    By Chaos105 in forum Help
    Replies: 3
    Last Post: 05-10-2013, 06:49 AM
  4. 718 command help!!! Clan chat?!
    By Nimesh89 in forum Help
    Replies: 2
    Last Post: 02-20-2013, 03:54 AM
  5. 718 Command Help!
    By Denious in forum Help
    Replies: 1
    Last Post: 08-04-2012, 06:48 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •