Help In Commands Plz

Play Now

Nadal

Dedicated Member
Dedicated Member
Sep 28, 2010
11
0
27
Hi All,

As I said before I'm new here , My Problem is in Commands GM and Commands User..

For example ...

GM Can't Use @kill Don't Know Why ?!! ...
User Can't use @tele Also Don't Know Why ?!!...

Also i See Some Commands in M2Server i Try To use it But Doesn't Work ...

How i Can let all my Commands work ....

and how i Can Add new Commands....
 

Anonlol

LOMCN Veteran
Veteran
Feb 25, 2010
574
14
104
In Fld_admin you should have a list of GM chars, permission 10 gives full access to all gm commands. To use @kill you can only use on players, @tele you need to be wearing a telering, gm move is @gmmove mapname coords or @regoto username

New commands, you need to add the command to CustomCommand in m2server/envir and then the command script under qfunction in the market_def folder.

Use search for more indepth answers though, its only what you're going to usually get told to these questions.
 
Upvote 0

Nadal

Dedicated Member
Dedicated Member
Sep 28, 2010
11
0
27
In Fld_admin you should have a list of GM chars, permission 10 gives full access to all gm commands. To use @kill you can only use on players, @tele you need to be wearing a telering, gm move is @gmmove mapname coords or @regoto username

New commands, you need to add the command to CustomCommand in m2server/envir and then the command script under qfunction in the market_def folder.

Use search for more indepth answers though, its only what you're going to usually get told to these questions.

i got commands of GM ..,,
mate i mean @tele thats for make TownTeleport not for moving
and another command @killslaves or @killpets i want add this commands to users
thnx m8 for help
 
Upvote 0

Gezza

Golden Oldie
Golden Oldie
Sep 23, 2008
2,202
65
135
uk
So you want to use custom commands? if so in the m2server/envir/customcommands.txt you add

@town
@killpet

then in qfuntion add
[@town]
#if
#act
mapmove 0 330 266

[@killpet]
#if
#act
killslave

then ingame type @town @killpet
 
Upvote 0

Nadal

Dedicated Member
Dedicated Member
Sep 28, 2010
11
0
27
So you want to use custom commands? if so in the m2server/envir/customcommands.txt you add

@town
@killpet

then in qfuntion add
[@town]
#if
#act
mapmove 0 330 266

[@killpet]
#if
#act
killslave

then ingame type @town @killpet
lol mate thats not work >.<
i dont have CustomCommands.txt so i made new txt called CustomCommands
and i put on it like you said to me
but it didnt work :(
What i have to do Please help
Thnx :'(
 
Upvote 0