Jump to content

Question

23 answers to this question

Recommended Posts

Posted

bump [

What permissions do you have set for your group: 2?

sir mysterious what should i do next?

Give this to them:

all_commands : Ability to use all atcommands and charcommands.

all_commands: true

Maybe that'd be able to help solve your problem. I'm not sure if you have any scripts that MAY contain a mapflag called nocommand.

  • Upvote 1
Posted

bump [

What permissions do you have set for your group: 2?

sir mysterious what should i do next?

Give this to them:

all_commands : Ability to use all atcommands and charcommands.

all_commands: true

Maybe that'd be able to help solve your problem. I'm not sure if you have any scripts that MAY contain a mapflag called nocommand.

all_commands: true << is the meaning of this is they can use all available commands in the server like admin?

Posted

i cant give admin commands for my event gm's :(

Then there's really no other way to see why your GMs aren't able to have commands. Did you give them a list of commands to use ? From the list in atcommands.txt?

are you sure that there is no other way ? the only way is give the all commands like admin? for Event gm? its just not right :)

Posted

i cant give admin commands for my event gm's :(

Then there's really no other way to see why your GMs aren't able to have commands. Did you give them a list of commands to use ? From the list in atcommands.txt?

are you sure that there is no other way ? the only way is give the all commands like admin? for Event gm? its just not right :)

No thats a way through permissions... I mean, give them commands by manually adding them to their group ID instead of by permission.

  • Upvote 1
Posted (edited)

i cant give admin commands for my event gm's :(

Then there's really no other way to see why your GMs aren't able to have commands. Did you give them a list of commands to use ? From the list in atcommands.txt?

are you sure that there is no other way ? the only way is give the all commands like admin? for Event gm? its just not right :)

No thats a way through permissions... I mean, give them commands by manually adding them to their group ID instead of by permission.

they have commands. what i mean is. they cant use it in some other maps. like guild_vs1 to guild_vs5

anyone can help me on this? would be much appreciated.

Edited by AllHailToTheKing
Posted

{
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
}

maybe this will help you?

Posted

{
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
}

maybe this will help you?

so i will put them on group number 4?

i tried that but still cant use commands on gvg map like guild_vs1 to guild_vs5

bump

Posted

i am not meaning nocommand.txt....

i refer to something like this

mapname    mapflag    nocommand

or any source mod that you have added and it's related to command disability ~

  • Upvote 1
Posted
On 2/10/2013 at 2:51 AM, Emistry said:

i am not meaning nocommand.txt....

i refer to something like this


mapname	mapflag	nocommand
 

or any source mod that you have added and it's related to command disability ~

i dont remember any source i made for disabling my gm commands in gvg maps.

please help need this badly

 

bump

Posted (edited)

Go in-game and warp to your gvg map (where @commands are not working for your Event GMs) and type @mapinfo to see if 'nocommand' mapflag is set on that map.

thanks brian for replying appreciate it. here is the map info.

2wdx1u9.png

Edited by AllHailToTheKing
Posted
Other Flags: NoCommand |

^ that's why your GMs can't use commands on that map!

Somewhere, you either have a script or source edit that is setting mapflag#nocommand.

If you use Notepad++ on Windows, use "Find in Files" to search your whole /npc folder for nocommand. On Linux, you can search all files in a folder with grep:

grep -Hr -e nocommand /path/to/trunk/npc/

  • Upvote 1
Posted
Other Flags: NoCommand |

^ that's why your GMs can't use commands on that map!

Somewhere, you either have a script or source edit that is setting mapflag#nocommand.

If you use Notepad++ on Windows, use "Find in Files" to search your whole /npc folder for nocommand. On Linux, you can search all files in a folder with grep:

grep -Hr -e nocommand /path/to/trunk/npc/

i have to search all my whole npc folder and look for nocommand?

Posted

Actually, maybe you should search your whole /trunk folder because the nocommand mapflag might be in /conf or /npc or somewhere else, or in a source edit.

It's easy in Notepad++ Keu2xAT.png

PS: are you sure you don't have any source edit that adds the nocommand mapflag?

  • Upvote 1
Posted

Actually, maybe you should search your whole /trunk folder because the nocommand mapflag might be in /conf or /npc or somewhere else, or in a source edit.

It's easy in Notepad++ Keu2xAT.png

PS: are you sure you don't have any source edit that adds the nocommand mapflag?

 

 

Brian thank you i already found some npc that put a mapflag at that map. Thank you so much  

guild_vs5.gat    mapflag    nocommand    10
guild_vs4.gat    mapflag    nocommand    10
guild_vs3.gat    mapflag    nocommand    10
guild_vs2.gat    mapflag    nocommand    10
guild_vs1.gat    mapflag    nocommand    10

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...