Condicionar el caster/target del spell (depende del tipo de spell) - Mas info en el foro




- ID del hechizo
Seleccione que se condiciona:


Seleccione objetivo del spell:
- Id del npc/objeto. 0 para cualquiera / jugador.
- Guid del npc/objeto. 0 para todos / jugador.
Seleccione condición:
- Id del npc/objeto/zona/quest/etc.
- Ingresar 0 (cero) Distancia en yards Distancia en yards Effect index (0-2). Si no se sabe, ingresar 0 Ingresar 0 (cero) Ingresar 0 (cero)
Copie el siguiente código para enviarlo a un dev
SET @Spell:={{ questUno }}; # {{ comentarioUno }} DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=@Spell; INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ScriptName`, `Comment`) VALUES
(17,0,@Spell,0,0,31,1 28,0 29,0 30,0 1,0 4,0 12,0 , {{ questDos }},{{ questTres }},{{ questCuatro }},0,'',"Condiciona target - {{ comentarioUno }}" {{ questCinco }},{{ questSeis }},0,0,'',"Condiciona al jugador que castea {{ comentarioUno }}" );