Disable command

kerbiii

New member
Messages
342
Points
0
help on how to disable @recall @partyrecall @guildrecall when the player you want to recall is inside guild_vs3

 
it only disable the usage of command inside the map, but if your outside the map and you want to @recall a player you can still use it,

i want something that will forbid my GM's to use @recall /@partyrecall /@guildrecall when the "PLAYER IS INSIDE THE MAP" (not the gm)

is this posible?

 
Yes its possible

example in Jail, only lv99 or higher GM can use the commands @recall @party...

{ name: "Jail" disabled_skills: { TK_JUMPKICK: "PLAYER" TK_HIGHJUMP: "PLAYER" } disabled_items: { Wing_Of_Fly: true Wing_Of_Butterfly: true Giant_Fly_Wing: true WOB_Rune: true WOB_Schwaltz: true WOB_Rachel: true WOB_Local: true } disabled_commands: { recall: 99 partyrecall: 99 guildrecall: 99 }},
@edit Ohh i misundertood the question  
default_ohmy.png


 
Last edited by a moderator:
Yes its possible

example in Jail, only lv99 or higher GM can use the commands @recall @party...

{ name: "Jail" disabled_skills: { TK_JUMPKICK: "PLAYER" TK_HIGHJUMP: "PLAYER" } disabled_items: { Wing_Of_Fly: true Wing_Of_Butterfly: true Giant_Fly_Wing: true WOB_Rune: true WOB_Schwaltz: true WOB_Rachel: true WOB_Local: true } disabled_commands: { recall: 99 partyrecall: 99 guildrecall: 99 }},
@edit Ohh i misundertood the question  
default_ohmy.png
atlast!! thanks kyeme!  /no1

 
Yes its possible

example in Jail, only lv99 or higher GM can use the commands @recall @party...

{ name: "Jail" disabled_skills: { TK_JUMPKICK: "PLAYER" TK_HIGHJUMP: "PLAYER" } disabled_items: { Wing_Of_Fly: true Wing_Of_Butterfly: true Giant_Fly_Wing: true WOB_Rune: true WOB_Schwaltz: true WOB_Rachel: true WOB_Local: true } disabled_commands: { recall: 99 partyrecall: 99 guildrecall: 99 }},
@edit Ohh i misundertood the question  
default_ohmy.png
kyeme i tested this but it only disable recall when you are in the map, 

what i mean is:

snenario: (disable recall on prontera)

*playerONE is in morroc

*playerTWO is in prontera

*GM is in payon

when GM @recall playerONE then playerONE will warp to payon

but when GM @recall playerTWO message will appear something like "you cannot @recall players when they are in prontera map"

or something like jail that when you recall a player in jail they will warp back to jail, i want this but i want it on another map

 
Back
Top