Jump to content
  • 0

Admininstrator Level 99 @commands


uDe

Question


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

Hello,

 

After updating my SVN, my Admin level 99 can't use any @command in PVP maps.

 

dJMUpqm.png

 

 

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

Link to comment
Share on other sites

15 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

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 by uDe
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

BUMP

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

BUMP

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

is it really clean svn?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

It's clean and I've edit some src according to my previous SVN setting. No errors from src editing.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

BUMP

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

BUMP

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

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?

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  08/11/13
  • Last Seen:  

same error for me! any solution?

 

solved: change value of group_id column in login table, set to 99 and work!

Edited by Orin
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  270
  • Reputation:   20
  • Joined:  12/10/11
  • Last Seen:  

If I install a new svn for you, its guaranteed to work lol

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

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