Jump to content
  • 0

#adjgroup command didnt working


donkeyg

Question


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.07
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

i use a command called #adjgroup playername 99 , the player's chat box have shown "your group has changed" but when i type @commands, it's only default command (means level 0's command" , and im sure my 99 GM level has 237 commands.. why would like that? wat problem actually it is?

Link to comment
Share on other sites

8 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10018
  • Reputation:   2369
  • Joined:  10/28/11
  • Last Seen:  

edit here

https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/groups.conf

in rathena...commands are not given out based on your GM Level , but your Group ID

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.07
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

edit here

https://rathena.svn....onf/groups.conf

in rathena...commands are not given out based on your GM Level , but your Group ID


id: 99
name: "Admin"
level: 99
inherit: ( "Support", "Law Enforcement" )
commands: {
	/* not necessary due all_commands: true */
}
log_commands: true
permissions: {
	can_trade: true
	can_party: true
	all_skill: false
	all_equipment: false
	skill_unconditional: false
	use_check: true
	use_changemaptype: true
	all_commands: true
               adjgroup: true
}
}
)

lik ethis?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   253
  • Joined:  11/11/11
  • Last Seen:  

Mine is:

{
id: 99
name: "Admin"
level: 99
inherit: ( "Support", "Law Enforcement" )
commands: {
 /* not necessary due all_commands: true */
}
log_commands: true
permissions: {
 can_trade: true
 can_party: true
 all_skill: false
 all_equipment: false
 skill_unconditional: false
 use_check: true
 use_changemaptype: true
 all_commands: true
}
}

And me doing #adjgroup works just fine without having to add what you did donkeyg. #adjgroup <player name> <group id>

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

I've made Level 100 for Admin. But, I still can't @str 1000 like that.

Here's my group for Admin level 100 :

{
   id: 100
   name: "Admin"
   level: 100
   inherit: ( "Support", "Law Enforcement" )
   commands: {
       /* not necessary due all_commands: true */
   }
   log_commands: true
   permissions: {
       can_trade: true
       can_party: true
       all_skill: true
       all_equipment: true
       skill_unconditional: true
       use_check: true
       use_changemaptype: true
       all_commands: true
       any_warp: true
       view_hpmeter: true
       view_equipment: true
       show_bossmobs: true
       disable_pvm: false
       disable_pvp: false
   }
}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   253
  • Joined:  11/11/11
  • Last Seen:  

You can't use the command.. or, you cant increase the value of your strength?

If it's the fact you cant increase your value, do you have this enabled?

// (@) @allstats/@str/@agi/@vit/@int/@dex/@luk
// allow gms to bypass the maximum stat parameter? ( if yes gm stats can go up to 32k ) default: no
atcommand_max_stat_bypass: no

gm.conf

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

You can't use the command.. or, you cant increase the value of your strength?

Sorry about that. Yes after set it to 'yes' now I can increase the value.

Thank you so much.

Can I make GM level higher than 100?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   253
  • Joined:  11/11/11
  • Last Seen:  

You can't use the command.. or, you cant increase the value of your strength?

Sorry about that. Yes after set it to 'yes' now I can increase the value.

Thank you so much.

Can I make GM level higher than 100?

I think you're safer at using 99 for Administration.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

Well, okay. Thanks for the help. +Rep

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...