|
617 | 617 | "SOURCE_TYPE_SPELL_CLICK_EVENT": "Identificador de la tabla npc_spellclick_spells.npc_entry", |
618 | 618 | "SOURCE_TYPE_VEHICLE_SPELL": "Entrada de creature_template", |
619 | 619 | "SOURCE_TYPE_SMART_EVENT": "Identificador de (smart_scripts.id) + 1", |
620 | | - "SOURCE_TYPE_NPC_VENDOR": "Entrada de npc_vendor" |
| 620 | + "SOURCE_TYPE_NPC_VENDOR": "Entrada de npc_vendor", |
| 621 | + "SOURCE_TYPE_PLAYER_LOOT_TEMPLATE": "loot id", |
| 622 | + "SOURCE_TYPE_OBJECT_VISIBILITY": "0 = Creature, 1 = GameObject" |
621 | 623 | }, |
622 | 624 | "ENTRY": { |
623 | 625 | "SOURCE_TYPE_CREATURE_LOOT_TEMPLATE": "Item de creature_loot_template o reference_loot_template", |
|
639 | 641 | "SOURCE_TYPE_SPELL": "Identificador de Hechizo extraído del archivo Spell.dbc", |
640 | 642 | "SOURCE_TYPE_SPELL_CLICK_EVENT": "Hechizo de (npc_spellclick_spells.spell_id)", |
641 | 643 | "SOURCE_TYPE_QUEST_AVAILABLE": "Identificador de Misión", |
| 644 | + "SOURCE_TYPE_GOSSIP_HELLO": "creature_template.entry", |
642 | 645 | "SOURCE_TYPE_VEHICLE_SPELL": "Identificador de Hechizo extraído del archivo Spell.dbc", |
643 | 646 | "SOURCE_TYPE_SMART_EVENT": "Entrada o Identificador Único Global del Script Inteligente (smart_scripts) extraído de la tabla smart_scripts.entryorguid", |
644 | 647 | "SOURCE_TYPE_NPC_VENDOR": "Valor extraído de la tabla npc_vendor.item", |
645 | | - "SOURCE_TYPE_SPELL_PROC": "Indetificador del Hechizo de Aura el cual desencadena el procedimiento" |
| 648 | + "SOURCE_TYPE_SPELL_PROC": "Indetificador del Hechizo de Aura el cual desencadena el procedimiento", |
| 649 | + "SOURCE_TYPE_PLAYER_LOOT_TEMPLATE": "item_template.entry", |
| 650 | + "SOURCE_TYPE_CREATURE_RESPAWN": "creature_template.entry", |
| 651 | + "SOURCE_TYPE_OBJECT_VISIBILITY": "creature_template.entry or gameobject_template.entry" |
646 | 652 | }, |
647 | 653 | "TARGET": { |
648 | 654 | "SOURCE_TYPE_SPELL_IMPLICIT_TARGET": "0 = Objetivo potencial del Hechizo; 1 = Casteador del Hechizo", |
|
651 | 657 | "SOURCE_TYPE_CREATURE_TEMPLATE_VEHICLE": "0 = Vehículo montado por el jugador; 1 = Criatura del Vehículo", |
652 | 658 | "SOURCE_TYPE_SPELL": "0 = Casteador del Hechizo; 1 = Objetivo explícito del hechizo (sólo para aquellos Hechizos que tienen en cuenta el objeto seleccionado por el Casteador)", |
653 | 659 | "SOURCE_TYPE_SPELL_CLICK_EVENT": "0 = Cliqueador; 1 = Objetivo del clic de Hechizo (cliqueante)", |
| 660 | + "SOURCE_TYPE_GOSSIP_HELLO": "0 = Player; 1 = WorldObject", |
654 | 661 | "SOURCE_TYPE_VEHICLE_SPELL": "0 = Jugador para el que se muestra la Barra de Hechizos; 1 = Criatura del Vehículo", |
655 | 662 | "SOURCE_TYPE_SMART_EVENT": "0 = Invocador; 1 = Objeto", |
656 | 663 | "SOURCE_TYPE_SPELL_PROC": "0 = Actor; 1 = Objetivo de la Acción" |
|
0 commit comments