uDe Posted June 2, 2013 Posted June 2, 2013 Hello, After updating my SVN, my Admin level 99 can't use any @command in PVP maps. This is from groups.conf : { 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: 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 } } Current SVN : r17227 Quote
Emistry Posted June 2, 2013 Posted June 2, 2013 make sure your map dont use this.. mapname mapflag nocommand and change to this mapname mapflag nocommand 90 gm level 90 above can use command Quote
uDe Posted June 2, 2013 Author Posted June 2, 2013 (edited) make sure your map dont use this.. mapname mapflag nocommand and change to this mapname mapflag nocommand 90 gm level 90 above can use command Is it on trunk/conf/mapflag/nocommand.txt ? If yes, I've change it like this : pvp_y_8-2 mapflag nocommand 90 restart, and the result still same. Edited June 2, 2013 by uDe Quote
uDe Posted June 26, 2013 Author Posted June 26, 2013 It's clean and I've edit some src according to my previous SVN setting. No errors from src editing. Quote
uDe Posted August 9, 2013 Author Posted August 9, 2013 My problem still doesn't solve. But I've found a way to enable admin @command at PVP maps. It's like this : trunk/conf/mapflag/nocommand.txt //map<TAB>mapflag<TAB>nocommand<TAB>99 //pvp_2vs2 mapflag nocommand 99 // << I think had to disabled this because I'm using NPC script for nocommand mapflag. guild_vs5 mapflag nocommand 99 // << I can use @command for admin at this map. So, I didn't insert it in nocommand mapflag npc script. //pvp_y_8-1 mapflag nocommand 99 //pvp_y_8-2 mapflag nocommand 99 //guild_vs3 mapflag nocommand 99 guild_vs1 mapflag nocommand 99 z_agit mapflag nocommand 99 power_plant mapflag nocommand 99 warcage mapflag nocommand 60 trunk/npc/myscriptfolder/nocommand.txt //map<TAB>mapflag<TAB>nocommand<TAB>99 //PVP Maps pvp_2vs2 mapflag nocommand 99 pvp_y_8-1 mapflag nocommand 99 pvp_y_8-2 mapflag nocommand 99 guild_vs3 mapflag nocommand 99 It's working if like that. But, when I use @reloadscript, seems like npc script for nocommand.txt won't load. Then I need to manually @loadnpc npc/myscriptfolder/nocommand.txt in game everytime after @reloadscript. So, is there any explanation or solution for this? Quote
Emistry Posted August 9, 2013 Posted August 9, 2013 nocommand mapflag are used to disable command in that particular map..not used to enable commands ... if your script doesnt auto load at startup ...check your npc path way ...and etc.. Quote
uDe Posted August 9, 2013 Author Posted August 9, 2013 nocommand mapflag are used to disable command in that particular map..not used to enable commands ... if your script doesnt auto load at startup ...check your npc path way ...and etc.. Hmm.. I've checked the npc path. It's correct and no error on map-server. Quote
Orin Posted August 11, 2013 Posted August 11, 2013 (edited) same error for me! any solution? solved: change value of group_id column in login table, set to 99 and work! Edited August 11, 2013 by Orin Quote
uDe Posted August 11, 2013 Author Posted August 11, 2013 same error for me! any solution? solved: change value of group_id column in login table, set to 99 and work! Well, it's good for you.. Mine still unknown.. Quote
Jasc Posted August 11, 2013 Posted August 11, 2013 If I install a new svn for you, its guaranteed to work lol Quote
uDe Posted August 12, 2013 Author Posted August 12, 2013 (edited) If I install a new svn for you, its guaranteed to work lol That was a really big help from you. Thank you very much for nothing. Edited August 12, 2013 by uDe Quote
Question
uDe
Hello,
After updating my SVN, my Admin level 99 can't use any @command in PVP maps.
This is from groups.conf :
Current SVN : r17227
15 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.