Jump to content
  • 0

@commands problems


uDe

Question


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

Hello..

I've successsfully adding some commands and permissions to GM's. But, these 3 commands got error?

here's the SS :

ASyOW.jpg

non_existent command name?

I've already check on doc/atcommant.txt

@homevolve

Evolves your homunculus, if possible.

@hlvl <+/- amount>

Changes homunculus level by the specified amount.

@battleignore

Makes you immune to attacks (monsters/players/skills cannot target/hit you).

and here's my group.conf setting for specified GM group to be added :

Super Player (for @homevolve & @hlvl) :

{
id: 1
name: "Super Player"
inherit: ( "Player" ) /* can do everything Players can and more */
level: 1
commands: {
	/* informational commands */
	charcommands: false
	afk: true
	dye: true
	hairstyle: true
	haircolor: true
	pettalk: true
	me: true
	mobinfo: true
	iteminfo: true
	whodrops: true
	help: true
	uptime: true
	showdelay: true
	exp: true
	showexp: true
	showzeny: true
	whereis: true
	/* feature commands */
	refresh: true
	noask: true
	noks: false
	main: true
	version: true
	homevolve: true
	hlvl: true
	homfriendly: true
	homhungry: true
}
permissions: {
}
},

and GM level 80 (for @battleignore) :

{
id: 80
name: "Support Staff"
inherit: ( "Support" )
level: 80
commands: {
	follow: false
	kick: true
	disguise: true
	undisguise: true
	fakename: true
	option: true
	speed: true
	warp: true
	kill: true
	recall: true
	ban: true
	block: true
	jail: true
	jailfor: true
	mute: true
	storagelist: false
	cartlist: false
	itemlist: false
	stats: false
	item: [true, false]
	jump: true
	skillon: true
	skilloff: true
	partyrecall: true
	glvl: true
	kami: true
	kamib: true
	kamic: true
	battleignore: true
}
log_commands: true
permissions: {
	join_chat: true
	kick_chat: true
	hide_session: true
	who_display_aid: true
	hack_info: true
	any_warp: false
	view_hpmeter: false
	disable_pvm: true
	disable_pvp: true
	can_trade: false
}
},

Also I've checked on conf/atcommand_athena.conf :

aliases: {
mobinfo: ["monsterinfo", "mi"]
iteminfo: ["ii"]
time: ["date", "serverdate", "servertime"]
autotrade: ["at"]
help: ["h"]
jumpto: ["goto", "warpto"]
mount: ["mountpeco"]
who: ["whois"]
npctalk: ["npctalkc"]
gvgon: ["gpvpon"]
gvgoff: ["gpvpoff"]
jobchange: ["job"]
load: ["return"]
warp: ["rura", "mapmove"]
dye: ["ccolor"]
hairstyle: ["hstyle"]
haircolor: ["hcolor"]
monster: ["spawn"]
blvl: ["lvup", "blevel", "baselvl", "baselvup", "baselevel", "baselvlup"]
jlvl: ["jlevel", "joblvl", "joblvup", "joblevel", "joblvlup"]
glvl: ["glevel", "guildlvl", "guildlvup", "guildlevel", "guildlvlup"]
allskill: ["allskills", "skillall", "skillsall"]
allstats: ["allstat", "statall", "statsall"]
ban: ["banish"]
unban: ["unbanish"]
unjail: ["discharge"]
homlevel: ["hlvl", "hlevel", "homlvl", "homlvup"]
homevolution: ["homevolve"]
mutearea: ["stfu"]
monsterignore: ["battleignore"]
raise: ["revive"]
kill: ["die"]
}

But all those command can be used for Admin.

Edited by uDe
Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  925
  • Reputation:   32
  • Joined:  12/05/11
  • Last Seen:  

try like this

homlevel: true
homevolution: true
monsterignore: true

Edited by PapaZola
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:  

try like this

homlevel: true
homevolution: true
monsterignore: true

Thanks PapZola..

So, the conclusion here, I need to use command name from atcommand_athena.conf in group.conf

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  925
  • Reputation:   32
  • Joined:  12/05/11
  • Last Seen:  

yeah

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:  

Thank you. Problem solved. /ok

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