PunkBuster 5 Posted December 19, 2013 (edited) Not sure if this is the correct section. Please move if I am wrong. Map server is returning several errors. See the picture I attached to the post. What's wrong? Those commands exist, so why is it returning those errors? groups: ({ id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 inherit: ( /*empty list*/ ) commands: { time:true date:true pettalk:true autoloot:true alootid:true mobinfo:true monsterinfo:true exp:true iteminfo:true whodrops:true me:true showexp:true changegm:true changeleader:true main:true commands:true noask:true request:true homtalk:true hominfo:true homstats:true alootid :true rates:true refresh:true uptime:true autoloottype:true whereis:true me:true } permissions: { /* without this basic permissions regular players could not trade or party */ can_trade: true can_party: true }},{ id: 1 name: "Beta Tester" inherit: ( "Player" ) /* can do everything Players can and more */ level: 1 commands: { warp: true go:true item:true monster:true heal:true alive:true refine:true blvl:[true,false] jlvl:[true,false] jobchange: [true,false] changesex: [true,false] jump:true go:true jumpto:true recall:true tonpc:true kill:true repairall:true delitem:true allskills:true } permissions: { }},{ id: 40 name: "Sub GM" inherit: ( "Player" ) level: 40 commands: { mount:true newmount:true save:true load:true memo:true alive:true mail:true where:true return:true help:true help2:true version:true tonpc:true go:true jump:true storage:true gstorage:true who:true whois:true identify:true users:true monsterignore:true size:true hide:true skilltree:true itemcheck:true idsearch:true recall:true trade:true battleignore:true jumpto:true who:true who2:true who3:true whomap:true localbroadcast:true mute:true unmute:true follow:true disguise:true undisguise:true heal:true option:true speed:true effect:true killmonster2:true kick:true unjail:true jail:true kill:true warp:true whomap2:true whomap3:true broadcast:true cleanmap:true itemlist:true cartlist:true } log_commands: 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: 50 name: "Event GM Trainee" inherit: ( "Sub GM" ) level: 50 commands: { dropall:true storeall:true killable:true spawn:true monster:true repairall:true pvpon:true pvpoff:true partyrecall:true charkillable:true raisemap:true misceffect:true storagelist:true } log_commands: 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: 60 name: "Game Master" inherit: ( "Event GM Trainee" ) level: 60 commands: { questskill:true lostskill:true skillid:true ban:true unban:true reset:true fakename:true } log_commands: 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: 70 name: "Event GM" inherit: ( "Game Master" ) level: 70 commands: { monstersmall:true monsterbig:true gvgon:true gvgoff:true guildrecall:true gpvpoff:true gpvpon:true doommap:true skillsoff:true skillson:true item:true } log_commands: 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: 80 name: "High GM" inherit: ( "Event GM" ) level: 80 commands: { marry:true divorce:true produce:true item2:true agitstart:true agitend:true guildlvlup:true hatch:true makeegg:true delitem:true petrename:true pethungry:true petfriendly:true homlvl:true homevolve:true makehomunc:true homhungry:true homfriendly:true feelreset:true blvl:true jlevel:true allskill:true stpoint:true spoint:true statsall:true str:true agi:true dex:true int:true vit:true luk:true skreset:true streset:true stats:true unblock:true block:true email:true zeny:true cash:true points:true refine:true useskill:true jobchange:true job:true } log_commands: 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: () commands: { /* not necessary due to 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 hchsys_admin: true }}) I also can't give @die or @main to my players. I've no idea what I am doing wrong here. Sem título.bmp Edited December 19, 2013 by PunkBuster Quote Share this post Link to post Share on other sites
0 Mhalicot 392 Posted December 19, 2013 duplicate autolootid:true ;me:true ; Same meaning mobinfo:true = monsterinfo:true ;time:true = date:true ; replace main:true to channel:true , atcommand.conf mobinfo: ["monsterinfo", "mi"] time: ["date", "serverdate", "servertime"] channel: ["main"] and note this <inherit> A list of group names that given group will inherit commands and permissions from. Group names are case-sensitive. Inheritance results ------------------- Both multiple inheritance (Group 2 -> Group 1 and Group 3 -> Group 1) and recursive inheritance (Group 3 -> Group 2 -> Group 1) are allowed. Inheritance rules should not create cycles (eg Group 1 inherits from Group 2, and Group inherits from Group 1 at the same time). Configuration with cycles is considered faulty and can't be processed fully by server. Command or permission is inherited ONLY if it's not already defined for the group. If group inherits from multiple groups, and the same command or permission is defined for more than one of these groups, it's undefined which one will be inherited. Quote Share this post Link to post Share on other sites
0 PunkBuster 5 Posted December 19, 2013 So atcommands.conf has the synonyms. With this, I don't think I'll have much problems anymore. Thanks for the info. Quote Share this post Link to post Share on other sites
Not sure if this is the correct section. Please move if I am wrong.
Map server is returning several errors. See the picture I attached to the post.
What's wrong? Those commands exist, so why is it returning those errors?
I also can't give @die or @main to my players. I've no idea what I am doing wrong here.
Sem título.bmp
Edited by PunkBusterShare this post
Link to post
Share on other sites