Game Commands

Results 1 to 14 of 14
  1. #1

    Game Commands

    I have seen some people asking for game commands so I searched inside .mrf files and in system.mrf there is a file with all the in-game commands and I wanted to share it.

    I'm not sure if those all can be obtained using the /help command (can't test :P) but there are some GM commands like /notice.

    chatcmds.xml

    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <maiet>
      <CHAT_CMD>
        <CMD id="1" name="help" usage="help (명령어)" help="특정 명령어의 자세한 사용법을 알려줍니다.">
          <ALIAS name="도움"/>
          <ALIAS name="h"/>
        </CMD>
    
        <CMD id="2" name="die" usage="자살" help="자살.">
          <ALIAS name="자살"/>
        </CMD>
    
        <CMD id="3" name="afk" usage="자리비움" help="자리비움.">
          <ALIAS name="AFK"/>
          <ALIAS name="자리"/>
          <ALIAS name="자리비움"/>
        </CMD>
        
        <!-- 채팅 -->
        <CMD id="10" name="say" usage="대화 [하고싶은말]" help="주변 20m까지 플레이어들에게 메시지 전달">
          <ALIAS name="s"/>
          <ALIAS name="대화"/>
    	  <ALIAS name="ㄴ"/>
        </CMD>
    
        <CMD id="11" name="tell" usage="귓말 [상대방] [하고싶은말]" help="특정 플레이어에게 메시지 전달. 답장은 /r">
    		<ALIAS name="w"/>
    		<ALIAS name="ㅈ"/>
          <ALIAS name="t"/>
          <ALIAS name="귓말"/>
    	  <ALIAS name="ㅅ"/>
        </CMD>
    
        <CMD id="12" name="reply" usage="r [하고싶은말]" help="귓말 답장">
          <ALIAS name="r"/>
    	  <ALIAS name="ㄱ"/>
        </CMD>
    
        <CMD id="13" name="party" usage="파티 [하고싶은말]" help="동일 파티내 모든 플레이어에게 메시지 전달">
          <ALIAS name="p"/>
          <ALIAS name="파티"/>
    	  <ALIAS name="ㅍ"/>
    	  <ALIAS name="ㅔ"/>
        </CMD>
    
        <CMD id="14" name="guild" usage="길드 [하고싶은말]" help="동일 길드내 모든 플레이어에게 메시지 전달">
          <ALIAS name="g"/>
          <ALIAS name="길드"/>
        </CMD>
    
        <CMD id="15" name="shout" usage="외침 [하고싶은말]" help="동일 필드내 모든 플레이어에게 메시지 전달">
          <ALIAS name="외침"/>
        </CMD>
        
        <CMD id="16" name="trade" usage="거래 [하고싶은말]" help="모든 플레이어에게 메시지 전달">
          <ALIAS name="거"/>
          <ALIAS name="거래"/>
        </CMD>
    
        <CMD id="17" name="channel" usage="채널 [채널명] [하고싶은말]" help="특정 채널내 모든 플레이어에게 메시지 전달">
          <ALIAS name="ch"/>
          <ALIAS name="채널"/>
        </CMD>
    
        <CMD id="18" name="field" usage="필드 [하고싶은말]" help="(특수) 전채널 동일 필드내 모든 플레이어에게 메시지 전달">
          <ALIAS name="필드"/>
    	  <ALIAS name="ㄹ"/>
    	  <ALIAS name="f"/>
        </CMD>
    
        <CMD id="19" name="global" usage="전체 [하고싶은말]" help="(특수) 모든 플레이어에게 메시지 전달">
          <ALIAS name="전체"/>
    	  <ALIAS name="g"/>
    	  <ALIAS name="ㅎ"/>
        </CMD>
        
        <CMD id="20" name="narration" usage="나레이션 [하고싶은말]" help="(GM전용) 주변 20m까지 플레이어에게 메시지 전달">
          <ALIAS name="na"/>
          <ALIAS name="나레이션"/>
          <ALIAS name="나"/>
        </CMD>
        
        <CMD id="21" name="announce" usage="안내 [하고싶은말]" help="(GM전용) 모든 플레이어에게 메시지 전달">
          <ALIAS name="gm"/>
          <ALIAS name="안내"/>
          <ALIAS name="안"/>
        </CMD>
    
        <CMD id="22" name="notice" usage="알림 [하고싶은말]" help="(GM전용) 현재 같은 서버의 플레이어에게 메시지 전달">
          <ALIAS name="공지"/>
          <ALIAS name="알림"/>
        </CMD>
    
        <!-- 채팅 채널 -->
        <CMD id="30" name="join" usage="채널입장 [채널명]" help="해당 채널 입장">
          <ALIAS name="채널입장"/>
          <ALIAS name="입장"/>
        </CMD>
    
        <CMD id="31" name="leave" usage="채널퇴장 [채널명]" help="해당 채널 퇴장">
          <ALIAS name="채널퇴장"/>
          <ALIAS name="퇴장"/>
        </CMD>
    
        <CMD id="32" name="kick" usage="채널추방 [채널명] [상대방]" help="(방장전용) 특정 플레이어 강제퇴장. 재입장 가능.">
          <ALIAS name="채널추방"/>
          <ALIAS name="추방"/>
        </CMD>
    
        <CMD id="33" name="ban" usage="영구추방 [채널명] [상대방]" help="(방장전용) 특정 플레이어 강제퇴장. 재입장 불가. /추방해제 명령으로 재입장 가능.">
          <ALIAS name="영구추방"/>      
        </CMD>
    
        <CMD id="34" name="unban" usage="추방해제 [채널명] [상대방]" help="(방장전용) 영구추방 해제">
          <ALIAS name="추방해제"/>      
        </CMD>
    
        <CMD id="35" name="owner" usage="방장 [채널명] [상대방]" help="(방장전용) 방장권한 넘겨주기">
          <ALIAS name="방장"/>
        </CMD>
    
        <CMD id="36" name="createchannel" usage="채널생성 [채널명]" help="개인 채널을 개설한다.">
          <ALIAS name="cc"/>
          <ALIAS name="채널생성"/>
        </CMD>
    
    
        <!-- 소셜 모션 -->
        <CMD id="100" name="beg" usage="빌기" help="빌기(소셜 모션)">
          <ALIAS name="빌기"/>
        </CMD>
        <CMD id="101" name="bow" usage="인사" help="인사(소셜 모션)">
          <ALIAS name="인사"/>
        </CMD>
        <CMD id="102" name="cheer" usage="환호" help="환호(소셜 모션)">
          <ALIAS name="환호"/>
        </CMD>
        <CMD id="103" name="clap" usage="박수" help="박수(소셜 모션)">
          <ALIAS name="박수"/>
        </CMD>
        <CMD id="104" name="cry" usage="울기" help="울기(소셜 모션)">
          <ALIAS name="울기"/>
        </CMD>
        <CMD id="105" name="dance" usage="춤" help="춤(소셜 모션)">
          <ALIAS name="춤"/>
        </CMD>
        <CMD id="106" name="ignore" usage="무시" help="무시(소셜 모션)">
          <ALIAS name="무시"/>
        </CMD>
        <CMD id="107" name="kiss" usage="키스" help="키스(소셜 모션)">
          <ALIAS name="키스"/>
        </CMD>
        <CMD id="108" name="laugh" usage="웃기" help="웃기(소셜 모션)">
          <ALIAS name="웃기"/>
        </CMD>
        <CMD id="109" name="lookaround" usage="둘러보기" help="둘러보기(소셜 모션)">
          <ALIAS name="둘러보기"/>
        </CMD>
        <CMD id="110" name="negative" usage="부정" help="부정(소셜 모션)">
          <ALIAS name="부정"/>
        </CMD>
        <CMD id="111" name="point" usage="지목" help="지목(소셜 모션)">
          <ALIAS name="지목"/>
        </CMD>
        <CMD id="112" name="positive" usage="긍정" help="긍정(소셜 모션)">
          <ALIAS name="긍정"/>
        </CMD>
        <CMD id="113" name="salute" usage="경례" help="경례(소셜 모션)">
          <ALIAS name="경례"/>
        </CMD>
        <CMD id="114" name="sigh" usage="한숨" help="한숨(소셜 모션)">
          <ALIAS name="한숨"/>
        </CMD>
        <CMD id="115" name="talk1" usage="대화1" help="대화1(소셜 모션)">
          <ALIAS name="대화1"/>
        </CMD>
        <CMD id="116" name="talk2" usage="대화2" help="대화2(소셜 모션)">
          <ALIAS name="대화2"/>
        </CMD>
        <CMD id="117" name="taunt" usage="조롱" help="조롱(소셜 모션)">
          <ALIAS name="조롱"/>
        </CMD>
        <CMD id="118" name="wave" usage="신호" help="신호(소셜 모션)">
          <ALIAS name="신호"/>
          <ALIAS name="손흔들기"/>
        </CMD>
        <CMD id="119" name="sit" usage="앉기" help="앉기(소셜 모션)">
          <ALIAS name="앉기"/>
        </CMD>
        <CMD id="120" name="stand" usage="일어나기" help="일어나기(소셜 모션)">
          <ALIAS name="일어나기"/>
        </CMD>
    
      </CHAT_CMD>
    </maiet>
    Last edited by Kyhoh; 21-06-11 at 12:56 PM.


  2. #2
    Account Upgraded | Title Enabled! MarcoTozzi is offline
    MemberRank
    Nov 2009 Join Date
    276Posts

    Re: Game Commands

    yea /help and some more with @help
    rebirth, repair, item (or similar) need to test them more :)

  3. #3
    Apprentice sockie is offline
    MemberRank
    Jan 2009 Join Date
    6Posts

    Re: Game Commands

    @spawn
    @despawn
    @summon
    @die
    @rebirth
    @lchange_env
    @reload
    @repair

    all these works, can't remember any else currently. [Sleepy :p]

  4. #4
    Account Upgraded | Title Enabled! master_unknown is offline
    MemberRank
    Oct 2004 Join Date
    https://discordLocation
    1,241Posts

    Re: Game Commands

    You're saying you were able to decompress the mrf file?

  5. #5

    Re: Game Commands

    Thanks for the commands, seems like there are more ^^.

    Quote Originally Posted by master_unknown View Post
    You're saying you were able to decompress the mrf file?
    Well mrf files gets fully decompressed at one point, I just dumped it from memory :P.
    Last edited by Kyhoh; 21-06-11 at 04:36 PM.

  6. #6
    Account Upgraded | Title Enabled! master_unknown is offline
    MemberRank
    Oct 2004 Join Date
    https://discordLocation
    1,241Posts

    Re: Game Commands

    @setitem is kinda weird, only if I can read korean ><

  7. #7
    Account Upgraded | Title Enabled! reflax is offline
    MemberRank
    Aug 2005 Join Date
    434Posts

    Re: Game Commands

    Wait a min ill post all them for you.

    Here is some + what they do.

    http://i51.tinypic.com/34qntvn.jpg

    http://i56.tinypic.com/outcgg.jpg

    http://i54.tinypic.com/33vkva8.jpg
    Last edited by reflax; 21-06-11 at 08:20 PM.

  8. #8
    Account Upgraded | Title Enabled! master_unknown is offline
    MemberRank
    Oct 2004 Join Date
    https://discordLocation
    1,241Posts

    Re: Game Commands

    Wow, export your xls pls. :D

  9. #9

    Re: Game Commands

    Just tell me what .xml do you want from this list, I can only dump 1 by 1, and it'll take so long to dump all.

    fileindex uncompressed.txt
    Last edited by Kyhoh; 21-06-11 at 08:58 PM.

  10. #10
    Account Upgraded | Title Enabled! MarcoTozzi is offline
    MemberRank
    Nov 2009 Join Date
    276Posts

    Re: Game Commands

    Quote Originally Posted by reflax View Post
    Wait a min ill post all them for you.

    Here is some + what they do.

    http://i51.tinypic.com/34qntvn.jpg

    http://i56.tinypic.com/outcgg.jpg

    http://i54.tinypic.com/33vkva8.jpg
    this is nice :) now need to get all item ID's if anyone have them post.

  11. #11
    Account Upgraded | Title Enabled! reflax is offline
    MemberRank
    Aug 2005 Join Date
    434Posts

    Re: Game Commands

    Have all xmls extracted if people want them.

  12. #12
    Account Upgraded | Title Enabled! MarcoTozzi is offline
    MemberRank
    Nov 2009 Join Date
    276Posts

    Re: Game Commands

    Quote Originally Posted by reflax View Post
    Have all xmls extracted if people want them.
    sure one + from me

  13. #13
    Account Upgraded | Title Enabled! master_unknown is offline
    MemberRank
    Oct 2004 Join Date
    https://discordLocation
    1,241Posts

    Re: Game Commands

    Quote Originally Posted by reflax View Post
    Have all xmls extracted if people want them.
    Release pls.

  14. #14
    The Cat in the Hat cypher is offline
    MemberRank
    Oct 2005 Join Date
    IrelandLocation
    5,073Posts

    Re: Game Commands

    Quote Originally Posted by MarcoTozzi View Post
    this is nice :) now need to get all item ID's if anyone have them post.
    use 'find' command to find the item / quest ids.



Advertisement