I need help About kagerou&oboro

bachir

New member
Messages
19
Points
0
Age
31
Location
Algeria
Emulator
How to disable  kagerou oboro  Cast Ninja Spell skill in WOE plesae ???
default_sad.png


1jydBs3.gif


 
Last edited by a moderator:
/* GvG zone is applied to all maps with a gvg mapflag */ name: "GvG" /* changing this name requires MAP_ZONE_GVG_NAME to also be changed in src/map/map.h file */

then add your skill below here:

disabled_skills: { //both examples below disable napalm beat (id 11) to players //MG_NAPALMBEAT: "PLAYER" //ID11: "PLAYER" }

server must be restart to apply changes.

 
Last edited by a moderator:
the skills Still working  :/ im Right in the Conf??

12207688_502982806530127_1657160849_n.jpg

 

 
Last edited by a moderator:
Castles have gvg_castle mapflag or zone i think, try use @mapflag in the castle to see then edit the mapzone then restart

 
woe maps should be under "GvG2"

Code:
{	name: "GvG2"	inherit: ( "GvG" ) /* will import all gvg has */	disabled_skills: {		TK_HIGHJUMP: "PLAYER"		SA_ABRACADABRA: "PLAYER"	}},
 
and have you tried it with a non gm character?

 
and have you tried it with a non gm character?
yes :/

woe maps should be under "GvG2"

{ name: "GvG2" inherit: ( "GvG" ) /* will import all gvg has */ disabled_skills: { TK_HIGHJUMP: "PLAYER" SA_ABRACADABRA: "PLAYER" }},
Still working :/ 

12214092_503384156489992_1489412676_o.jpg


woe maps should be under "GvG2"

{ name: "GvG2" inherit: ( "GvG" ) /* will import all gvg has */ disabled_skills: { TK_HIGHJUMP: "PLAYER" SA_ABRACADABRA: "PLAYER" }},
Thank You So Much ♥ its work

 
Last edited by a moderator:
Back
Top