uDe Posted June 2, 2013 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 400 Reputation: 5 Joined: 12/05/11 Last Seen: September 27, 2015 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted June 2, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share 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 Link to comment Share on other sites More sharing options...
uDe Posted June 2, 2013 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 400 Reputation: 5 Joined: 12/05/11 Last Seen: September 27, 2015 Author Share 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 Link to comment Share on other sites More sharing options...
uDe Posted June 4, 2013 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 400 Reputation: 5 Joined: 12/05/11 Last Seen: September 27, 2015 Author Share Posted June 4, 2013 BUMP Quote Link to comment Share on other sites More sharing options...
uDe Posted June 12, 2013 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 400 Reputation: 5 Joined: 12/05/11 Last Seen: September 27, 2015 Author Share Posted June 12, 2013 BUMP Quote Link to comment Share on other sites More sharing options...
Cydh Posted June 25, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Share Posted June 25, 2013 is it really clean svn? Quote Link to comment Share on other sites More sharing options...
uDe Posted June 26, 2013 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 400 Reputation: 5 Joined: 12/05/11 Last Seen: September 27, 2015 Author Share 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 Link to comment Share on other sites More sharing options...
uDe Posted July 6, 2013 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 400 Reputation: 5 Joined: 12/05/11 Last Seen: September 27, 2015 Author Share Posted July 6, 2013 BUMP Quote Link to comment Share on other sites More sharing options...
uDe Posted July 9, 2013 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 400 Reputation: 5 Joined: 12/05/11 Last Seen: September 27, 2015 Author Share Posted July 9, 2013 BUMP Quote Link to comment Share on other sites More sharing options...
uDe Posted August 9, 2013 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 400 Reputation: 5 Joined: 12/05/11 Last Seen: September 27, 2015 Author Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted August 9, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share 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 Link to comment Share on other sites More sharing options...
uDe Posted August 9, 2013 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 400 Reputation: 5 Joined: 12/05/11 Last Seen: September 27, 2015 Author Share 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 Link to comment Share on other sites More sharing options...
Orin Posted August 11, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 08/11/13 Last Seen: August 18, 2013 Share 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 Link to comment Share on other sites More sharing options...
uDe Posted August 11, 2013 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 400 Reputation: 5 Joined: 12/05/11 Last Seen: September 27, 2015 Author Share 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 Link to comment Share on other sites More sharing options...
Jasc Posted August 11, 2013 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 270 Reputation: 20 Joined: 12/10/11 Last Seen: June 28, 2022 Share Posted August 11, 2013 If I install a new svn for you, its guaranteed to work lol Quote Link to comment Share on other sites More sharing options...
uDe Posted August 12, 2013 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 400 Reputation: 5 Joined: 12/05/11 Last Seen: September 27, 2015 Author Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.