Question.

Results 1 to 13 of 13
  1. #1
    Novice ascent is offline
    MemberRank
    Nov 2009 Join Date
    2Posts

    Question.

    I was wondering if its possible to add new ranks into PW (such as GM) I'd like to add a rank that can just teleport to players without any permissions to mute, ban, or anything like that.


  2. #2
    Nerd-IO Romulan is offline
    MemberRank
    Feb 2009 Join Date
    BelgiumLocation
    3,333Posts

    Re: Question.

    If you're using MySQL server, you can add manualy the GM permissions one by one in phpmyadmin.

  3. #3
    Novice ascent is offline
    MemberRank
    Nov 2009 Join Date
    2Posts

    Re: Question.

    yea, i dont want the GM icon to be next to them, their not goign to be GM's at all, they'll be Support thats it, players who help other players with issues ingame, i'd like them to have teleport for if a player is having a specific issue in 1 area, the support member could then teleport to them, is there a way i could do it so they wouldnt have GM near them?

  4. #4
    Nerd-IO Romulan is offline
    MemberRank
    Feb 2009 Join Date
    BelgiumLocation
    3,333Posts

    Re: Question.

    Oh... i don't think it's possible to do this without for the players to have a minimum access on the GM panel for the teleport commands.

    But there is the town scroll, teleport stone and geographical map. ^^

  5. #5
    Valued Member pagipagi is offline
    MemberRank
    Nov 2009 Join Date
    125Posts

    Re: Question.

    Quote Originally Posted by Romulan View Post
    Oh... i don't think it's possible to do this without for the players to have a minimum access on the GM panel for the teleport commands.

    But there is the town scroll, teleport stone and geographical map. ^^
    did you mean that we cant add more GM command?
    as we know there is a GM command to call monster by it ID.

    may we can edit the other command to call the item using item ID, how do you think romulan ?
    which file which required for GM command ?

    let me know..

  6. #6
    Nerd-IO Romulan is offline
    MemberRank
    Feb 2009 Join Date
    BelgiumLocation
    3,333Posts

    Re: Question.

    There is an ID for every GM commands. They can be found on gmopgen.xml in your /etc folder.

    After, you will need to add manually every ID one by one into phpmyadmin in the auth table of the dbo database.

    Easy solution to make a full GM: Batgm0.8

    But if you want to add some specific commands or not on an account you must add it manually into phpmyadmin.

    But the gm red logo near the name of the char will be displayed... so i don't if it's possible to add somes gm commands without to have the red logo.

  7. #7
    Valued Member pagipagi is offline
    MemberRank
    Nov 2009 Join Date
    125Posts

    Re: Question.

    gezzz... i cant read it rom :(

    <?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="rpcalls.xsl"?>
    <application namespace="GNET"> æ¼ÃÃûÃÃÃëID" name="Toggle_NameID" type="0"/>
    <operation description="Ãû»Ã
    <operation description="½øÃëÃþÃí»òÃõÃôì" name="Hide_BeGod" type="1"/>
    <operation description="Ãû»Ã÷ñÃÃÃÃ" name="Online_OrNot" type="2"/>
    <operation description="Ãû»Ã÷ñ¿ÃÃÃÃÃÃï" name="Chat_OrNot" type="3"/>
    <operation description="Ãö¯µ½Ã¸¶¨½ÃëÃí±Ã" name="MoveTo_Role" type="4"/>
    <operation description="½«Ã¸¶¨½ÃëÃû½µ½GMÃí±Ã" name="Fetch_Role" type="5"/>
    <operation description="Ãö¯µ½Ã¸¶¨Ã»ÃÃ" name="Move_AsWill" type="6"/>
    <operation description="Ãö¯µ½Ã¸¶¨NPCü£¨¸±±¾£©" name="MoveTo_Map" type="8"/>
    <operation description="Ãö¯µ½Ã¸¶¨µÃÃ
    <operation description="Ãö¯¼æ¼Ã" name="Follow" type="10"/>9"/>
    <operation description="¸úÃæà æ¼ÃÃñí" name="ListUser" type="11"/>
    <operation description="ȖáÃÃÃÃÃ
    <!--*** level-2 ***-->


    what is this :-s

  8. #8
    Nerd-IO Romulan is offline
    MemberRank
    Feb 2009 Join Date
    BelgiumLocation
    3,333Posts

    Re: Question.

    Code:
    <application namespace="GNET"> æ¼ÃÃûÃÃÃëID" name="Toggle_NameID" type="0"/>
    name="Toggle_NameID" (this is the basic gm command to switch the view mode to ID or player name above the head of the chars)
    type="0" (this is the ID of the gm command!)

    It's pretty easy....

  9. #9
    Valued Member pagipagi is offline
    MemberRank
    Nov 2009 Join Date
    125Posts

    Re: Question.

    ;O how you can read it? google translate cant read this language ;(

  10. #10
    Nerd-IO Romulan is offline
    MemberRank
    Feb 2009 Join Date
    BelgiumLocation
    3,333Posts

    Re: Question.

    i don't translate anything i just see the name of the command and the ID >.<
    <application namespace="GNET"> æ¼ÃÃûÃÃÃëID" name="Toggle_NameID" type="0"/>

    The description in chinese is just useless...

  11. #11
    Valued Member pagipagi is offline
    MemberRank
    Nov 2009 Join Date
    125Posts

    Re: Question.

    so i can replace it with my own language right ?

  12. #12
    Nerd-IO Romulan is offline
    MemberRank
    Feb 2009 Join Date
    BelgiumLocation
    3,333Posts

    Re: Question.

    take this one

    Code:
    <?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="rpcalls.xsl"?>
    <application namespace="GNET">
    	<operation description="Switch player's name and ID" name="Toggle_NameID" type="0"/> 
    	<operation description="Turn into hidden or invincible status" name="Hide_BeGod" type="1"/> 
    	<operation description="Switch online status" name="Online_OrNot" type="2"/>  
    	<operation description="Switch whether private talk is allowed" name="Chat_OrNot" type="3"/>  
    	<operation description="Move to near the designated role" name="MoveTo_Role" type="4"/> 
    	<operation description="Summon the designated role to near GM" name="Fetch_Role" type="5"/> 
    	<operation description="Move to the designated place" name="Move_AsWill" type="6"/> 
    	<operation description="Move to designated NPC" name="MoveTo_NPC" type="7"/> 
    	<operation description="Move to designated map (copy)" name="MoveTo_Map" type="8"/> 
    	<operation description="Enhance Speed" name="Enhance_Speed" type="9"/>  
    	<operation description="Follow player" name="Follow" type="10"/>  
    	<operation description="Obtain the list of online players" name="ListUser" type="11"/>  
    	<!--***  level-2 ***-->
    	<operation description="Force to be offline" name="Force_Offline" type="100"/>  
    	<operation description="Forbid talking" name="Forbid_Talk" type="101"/>   
    	<operation description="Forbid trades among players, and between player and NPC" name="Forbid_Trade" type="102"/> 
    	<operation description="Forbid selling" name="Forbid_Sell" type="103"/>   
    	<operation description="System broadcast" name="Broadcast" type="104"/>  
    	<operation description="close game server" name="Shutdown_GameServer" type="105"/> 
    	<!--*** level-3 ***-->
    	<operation description="Summon monster" name="Summon_Monster" type="200"/> 
    	<operation description="Dispel the articles summoned" name="Dispel_Summon" type="201"/> 
    	<operation description="Disguise" name="Pretend" type="202"/> 
    	<operation description="GM administrator" name="GMMaster" type="203"/>  
    	<operation description="Double experience" name="DoubleExp" type="204"/>  
    	<operation description="Concurrent connection number" name="Lambda" type="205"/>  
    	<operation description="Activity administrator " name="ActivityManager" type="206"/> 
    	<operation description="Forbid trade among players" name="NoTrade" type="207"/>  
    	<operation description="Forbid auction operation" name="NoAuction" type="208"/> 
    	<operation description="Forbid email operation" name="NoMail" type="209"/>  
    	<operation description="Forbid clan operation" name="NoFaction" type="210"/>  
    	<operation description="Double drop of money" name="DoubleMoney" type="211"/> 
    	<operation description="Double drop of article" name="DoubleObject" type="212"/>  
    	<operation description="Double skill point" name="DoubleSP" type="213"/>   
    	<operation description="Forbid point card selling" name="NoSellPoint" type="214"/> 
    
    	<!-- system department -->
    	<operation description="Change role" name="ModifyRoleInfo" type="501"/>  
    	<operation description="check running status of server" name="ViewStatus" type="502"/>  
    	<operation description="check log" name="ViewLog" type="503"/>  
    	<operation description="Forcefully close and reboot game server" name="ForceRestartGame" type="504"/>  
    	<operation description="Forcefully close and reboot database server" name="ForceRestartDB" type="505"/>  
    	<operation description="Check ID" name="QueryRoleID" type="506"/>  
    	<operation description="Role info" name="QueryRoleInfo" type="507"/> 
    	<operation description="Role status" name="QueryRoleStatus" type="508"/>  
    	<operation description="Present designated role with gifts" name="Present" type="509"/>  
    
    	<operation description="Forbidden account record" name="GetUserForbids" type="510"/> 
    	<operation description="Inserting record" name="GetUserCardused" type="511"/>  
    	<operation description="Check balance" name="GetUserPoints" type="512"/>   
    	<operation description="Modify balance" name="UpdateUserPoint" type="513"/>  
    	<operation description="Account info" name="GetUserInfoByName" type="514"/>  
    	<operation description="Account modification" name="UpdateUserInfoByName" type="515"/>  
    	<operation description="Remove ban" name="UnkickUser" type="516"/>  
    	<operation description="Role list" name="GetRoleList" type="517"/>  
    	<operation description="Change password" name="UpdateAccountPasswd" type="518"/> 
    
    	<zone aid="1" delivery="127.0.0.1" gacdport="29712" id="1" location="localhost" name="localhost" url="http://192.168.0.50:8080/GMServer/gmservice" url2="http://192.168.0.50:8080/GMServer/userservice"/>
    </application>

  13. #13
    Valued Member pagipagi is offline
    MemberRank
    Nov 2009 Join Date
    125Posts

    Re: Question.

    thank you for the translate mastaa ^^
    im appreciate it ^^



Advertisement