Jump to content
  • 0

need help Admin Group (99) unable to attack or using skill on monster


hisawahiroki

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   1
  • Joined:  11/14/15
  • Last Seen:  

Hi, Guys 

 

I need help about permission to attack monster of admin group id (99) 

tested that all the others group able to attack monster normally. except admin 

 

things that tried:

added these line to group 99 permission

disable_pvm: false

disable_pvp: false 

result: not solve 

 

change 

all_permission: true

to

/* all_permission: true */

result: server kick the group 99 out of sever when loging in with reason show on console 'unknow group' 

 

and when try to change 'all_permission: false' admin group able to attack monster normally (but unable to use command) 

 

I'm using latest rAthena on git 

 

any ideas? 

 

thanks in advance

 

Quote

Body:
  - Id: 0
    # group 0 is the default group for every new account
    Name: Player
    Level: 0
    Commands:
      changedress: true
      resurrect: true
    Permissions:
      # without this basic permissions regular players could not trade or party
      can_trade: true
      can_party: true
      attendance: true
  - Id: 1
    Name: Super Player
    # Can do everything Players can and more
    Inherit:
      Player: true
    Level: 0
    Commands:
      # Informational commands
      commands: true
      charcommands: true
      help: true
      rates: true
      uptime: true
      showdelay: true
      exp: true
      mobinfo: true
      iteminfo: true
      whodrops: true
      time: true
      jailtime: true
      hominfo: true
      homstats: true
      showexp: true
      showzeny: true
      whereis: true
      # Feature commands
      refresh: true
      noask: true
      noks: true
      autoloot: true
      alootid: true
      autoloottype: true
      autotrade: true
      request: true
      go: true
      breakguild: true
      channel: true
      langtype: true
    Permissions:
      attendance: true
  - Id: 2
    Name: Support
    Inherit:
      Super Player: true
    Level: 1
    Commands:
      version: true
      where: true
      jumpto: true
      who: true
      who2: true
      who3: true
      whomap: true
      whomap2: true
      whomap3: true
      users: true
      broadcast: true
      localbroadcast: true
    LogCommands: true
    Permissions:
      receive_requests: true
      view_equipment: true
  - Id: 3
    Name: Script Manager
    Inherit:
      Support: true
    Level: 1
    Commands:
      tonpc: true
      hidenpc: true
      shownpc: true
      loadnpc: true
      unloadnpc: true
      npcmove: true
      addwarp: true
    LogCommands: true
    Permissions:
      any_warp: true
  - Id: 4
    Name: Event Manager
    Inherit:
      Support: true
    Level: 1
    Commands:
      monster: true
      monstersmall: true
      monsterbig: true
      killmonster2: true
      cleanarea: true
      cleanmap: true
      item: true
      zeny: true
      disguise: true
      undisguise: true
      size: true
      raise: true
      raisemap: true
      day: true
      night: true
      skillon: true
      skilloff: true
      pvpon: true
      pvpoff: true
      gvgon: true
      gvgoff: true
      allowks: true
      me: true
      marry: true
      divorce: true
      refreshall: true
    CharCommands:
      item: true
      zeny: true
      disguise: true
      undisguise: true
      size: true
    LogCommands: true
    Permissions:
      can_trade: false
      any_warp: true
  - Id: 5
    Name: VIP
    # Can do everything Players can
    Inherit:
      Player: true
    Level: 0
    Commands:
      rates: true
      who: true
  - Id: 10
    Name: Law Enforcement
    Inherit:
      Support: true
    Level: 2
    Commands:
      hide: true
      follow: true
      kick: true
      disguise: true
      fakename: true
      option: true
      speed: true
      warp: true
      kill: true
      recall: true
      ban: true
      block: true
      jail: true
      jailfor: true
      mute: true
      storagelist: true
      cartlist: true
      itemlist: true
      stats: true
    LogCommands: true
    Permissions:
      join_chat: true
      kick_chat: true
      hide_session: true
      who_display_aid: true
      hack_info: true
      any_warp: true
      view_hpmeter: true
  - Id: 99
    Name: Admin
    Level: 99
    Inherit:
      Support: true
      Law Enforcement: true
    LogCommands: true
    Permissions:
      can_trade: true
      can_party: true
      command_enable: true
      all_skill: false
      all_equipment: false
      skill_unconditional: false
      use_check: true
      use_changemaptype: true
      all_commands: true
      channel_admin: true
      can_trade_bounded: true
      item_unconditional: false
      bypass_stat_onclone: true
      bypass_max_stat: true
      all_permission: true

 

 

 

 

 

 

Edited by hisawahiroki
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1530
  • Reputation:   234
  • Joined:  08/03/12
  • Last Seen:  

1 hour ago, hisawahiroki said:

Hi, Guys 

 

I need help about permission to attack monster of admin group id (99) 

tested that all the others group able to attack monster normally. except admin 

 

things that tried:

added these line to group 99 permission

disable_pvm: false

disable_pvp: false 

result: not solve 

 

change 

all_permission: true

to

/* all_permission: true */

result: server kick the group 99 out of sever when loging in with reason show on console 'unknow group' 

 

and when try to change 'all_permission: false' admin group able to attack monster normally (but unable to use command) 

 

I'm using latest rAthena on git 

 

any ideas? 

 

thanks in advance

 

 

 

 

 

 

 

restart server, check the log. must be something happening there such as no curly bracket or anything.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   1
  • Joined:  11/14/15
  • Last Seen:  

On 6/1/2022 at 11:12 PM, Chaos92 said:

restart server, check the log. must be something happening there such as no curly bracket or anything.

solved thanks!

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...