Tales Posted August 19, 2014 Group: Members Topic Count: 163 Topics Per Day: 0.03 Content Count: 319 Reputation: 8 Joined: 02/05/12 Last Seen: January 11, 2016 Share Posted August 19, 2014 (edited) Hi Masters! I have a possible problem... I activated the Vip System on "../../core.conf" uncommented the //ENABLE_VIP And according with this tutorial http://rathena.org/board/topic/89848-official-vip-system/ a VIP player can do everything that a normal players does. But, for sample, i set the Player (lvl 0) to use @commands, he (the Vip) can't. any ideas? Look my Groups_conf.txt groups: ( { id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 inherit: ( /*empty list*/ ) commands: { commands: true } permissions: { /* without this basic permissions regular players could not trade or party */ can_trade: true can_party: true command_enable: true } }, { id: 1 name: "Super Player" inherit: ( "Player" ) /* can do everything Players can and more */ 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 warp: true breakguild: true channel: true langtype: true } permissions: { } }, { id: 2 name: "Support" inherit: ( "Super Player" ) 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 } log_commands: true permissions: { receive_requests: true view_equipment: true } }, { id: 3 name: "Script Manager" inherit: ( "Support" ) level: 1 commands: { tonpc: true hidenpc: true shownpc: true loadnpc: true unloadnpc: true npcmove: true addwarp: true } log_commands: true permissions: { any_warp: true } }, { id: 4 name: "Event Manager" inherit: ( "Support" ) level: 1 commands: { monster: true monstersmall: true monsterbig: true killmonster2: true cleanarea: true cleanmap: true item: [true, true] zeny: [true, true] disguise: [true, true] undisguise: [true, true] size: [true, 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 } log_commands: true permissions: { can_trade: false any_warp: true } }, { id: 5 name: "VIP" inherit: ( "Player" ) /* can do everything Players can */ level: 0 commands: { rates: true who: true } permissions: { /* no permissions by default */ } }, Edited August 19, 2014 by Tales Quote Link to comment Share on other sites More sharing options...
shadowscreen Posted August 19, 2014 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 76 Reputation: 11 Joined: 04/13/12 Last Seen: March 7, 2023 Share Posted August 19, 2014 (edited) did you check if the group id is set properly in the database (login table)? Edited August 19, 2014 by shadowscreen Quote Link to comment Share on other sites More sharing options...
Tales Posted August 19, 2014 Group: Members Topic Count: 163 Topics Per Day: 0.03 Content Count: 319 Reputation: 8 Joined: 02/05/12 Last Seen: January 11, 2016 Author Share Posted August 19, 2014 (edited) Yes, the vip system work fine, but the commands not.Problem Solved -> Only with restart... Edited August 19, 2014 by Tales Quote Link to comment Share on other sites More sharing options...
Question
Tales
Look my Groups_conf.txt
Edited by TalesLink to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.