From 3f8f5f1f86d0b0d889530e736117dfeeca992a6e Mon Sep 17 00:00:00 2001 From: Xackery Xtal Date: Mon, 15 Jan 2018 22:04:33 -0800 Subject: [PATCH] Added Events --- Perl-API.md | 1 + Perl-EVENT_AGGRO_SAY.md | 17 +++++++++ Perl-EVENT_CAST.md | 13 +++++++ Perl-EVENT_CAST_BEGIN.md | 13 +++++++ Perl-EVENT_CAST_ON.md | 13 +++++++ Perl-EVENT_CLICK_DOOR.md | 15 ++++++++ Perl-EVENT_CLICK_OBJECT.md | 15 ++++++++ Perl-EVENT_COMBAT.md | 13 +++++++ Perl-EVENT_COMBINE_FAILURE.md | 15 ++++++++ Perl-EVENT_COMBINE_SUCCESS.md | 15 ++++++++ Perl-EVENT_COMMAND.md | 17 +++++++++ Perl-EVENT_DEATH.md | 13 ++++++- Perl-EVENT_DEATH_COMPLETE.md | 19 ++++++++++ Perl-EVENT_DEATH_ZONE.md | 21 +++++++++++ Perl-EVENT_DISCOVER_ITEM.md | 13 +++++++ Perl-EVENT_DROP_ITEM.md | 21 +++++++++++ Perl-EVENT_ENVIRONMENTAL_DAMAGE.md | 17 +++++++++ Perl-EVENT_FISH_SUCCESS.md | 13 +++++++ Perl-EVENT_FORAGE_SUCCESS.md | 13 +++++++ Perl-EVENT_GROUP_CHANGE.md | 15 ++++++++ Perl-EVENT_HATE_LIST.md | 13 +++++++ Perl-EVENT_HP.md | 19 ++++++++++ Perl-EVENT_ITEM_CLICK.md | 19 ++++++++++ Perl-EVENT_ITEM_CLICK_CAST.md | 19 ++++++++++ Perl-EVENT_ITEM_ENTER_ZONE.md | 15 ++++++++ Perl-EVENT_LOOT.md | 17 +++++++++ Perl-EVENT_NPC_SLAY.md | 13 +++++++ Perl-EVENT_PLAYER_PICKUP.md | 15 ++++++++ Perl-EVENT_POPUP_RESPONSE.md | 13 +++++++ Perl-EVENT_PROXIMITY_SAY.md | 17 +++++++++ Perl-EVENT_RESPAWN.md | 15 ++++++++ Perl-EVENT_SAY.md | 17 +++++++++ Perl-EVENT_SCALE_CALC.md | 15 ++++++++ Perl-EVENT_SIGNAL.md | 13 +++++++ Perl-EVENT_SPAWN_ZONE.md | 15 ++++++++ Perl-EVENT_SPELL_BUFF_TIC_CLIENT.md | 13 +++++++ Perl-EVENT_SPELL_BUFF_TIC_NPC.md | 13 +++++++ Perl-EVENT_SPELL_EFFECT_CLIENT.md | 13 +++++++ Perl-EVENT_SPELL_EFFECT_NPC.md | 13 +++++++ Perl-EVENT_TASK_ACCEPTED.md | 13 +++++++ Perl-EVENT_TASK_COMPLETE.md | 17 +++++++++ Perl-EVENT_TASK_FAIL.md | 13 +++++++ Perl-EVENT_TASK_STAGE_COMPLETE.md | 15 ++++++++ Perl-EVENT_TASK_UPDATE.md | 17 +++++++++ Perl-EVENT_TIMER.md | 13 +++++++ Perl-EVENT_TRADE.md | 19 ++++++++++ Perl-EVENT_WAYPOINT_ARRIVE.md | 13 +++++++ Perl-EVENT_WAYPOINT_DEPART.md | 13 +++++++ Perl-EVENT_ZONE.md | 13 +++++++ Perl-Events.md | 56 ++++++++++++++++++++++++++++- 50 files changed, 779 insertions(+), 2 deletions(-) create mode 100755 Perl-EVENT_AGGRO_SAY.md create mode 100755 Perl-EVENT_CAST.md create mode 100755 Perl-EVENT_CAST_BEGIN.md create mode 100755 Perl-EVENT_CAST_ON.md create mode 100755 Perl-EVENT_CLICK_DOOR.md create mode 100755 Perl-EVENT_CLICK_OBJECT.md create mode 100755 Perl-EVENT_COMBAT.md create mode 100755 Perl-EVENT_COMBINE_FAILURE.md create mode 100755 Perl-EVENT_COMBINE_SUCCESS.md create mode 100755 Perl-EVENT_COMMAND.md create mode 100755 Perl-EVENT_DEATH_COMPLETE.md create mode 100755 Perl-EVENT_DEATH_ZONE.md create mode 100755 Perl-EVENT_DISCOVER_ITEM.md create mode 100755 Perl-EVENT_DROP_ITEM.md create mode 100755 Perl-EVENT_ENVIRONMENTAL_DAMAGE.md create mode 100755 Perl-EVENT_FISH_SUCCESS.md create mode 100755 Perl-EVENT_FORAGE_SUCCESS.md create mode 100755 Perl-EVENT_GROUP_CHANGE.md create mode 100755 Perl-EVENT_HATE_LIST.md create mode 100755 Perl-EVENT_HP.md create mode 100755 Perl-EVENT_ITEM_CLICK.md create mode 100755 Perl-EVENT_ITEM_CLICK_CAST.md create mode 100755 Perl-EVENT_ITEM_ENTER_ZONE.md create mode 100755 Perl-EVENT_LOOT.md create mode 100755 Perl-EVENT_NPC_SLAY.md create mode 100755 Perl-EVENT_PLAYER_PICKUP.md create mode 100755 Perl-EVENT_POPUP_RESPONSE.md create mode 100755 Perl-EVENT_PROXIMITY_SAY.md create mode 100755 Perl-EVENT_RESPAWN.md create mode 100755 Perl-EVENT_SAY.md create mode 100755 Perl-EVENT_SCALE_CALC.md create mode 100755 Perl-EVENT_SIGNAL.md create mode 100755 Perl-EVENT_SPAWN_ZONE.md create mode 100755 Perl-EVENT_SPELL_BUFF_TIC_CLIENT.md create mode 100755 Perl-EVENT_SPELL_BUFF_TIC_NPC.md create mode 100755 Perl-EVENT_SPELL_EFFECT_CLIENT.md create mode 100755 Perl-EVENT_SPELL_EFFECT_NPC.md create mode 100755 Perl-EVENT_TASK_ACCEPTED.md create mode 100755 Perl-EVENT_TASK_COMPLETE.md create mode 100755 Perl-EVENT_TASK_FAIL.md create mode 100755 Perl-EVENT_TASK_STAGE_COMPLETE.md create mode 100755 Perl-EVENT_TASK_UPDATE.md create mode 100755 Perl-EVENT_TIMER.md create mode 100755 Perl-EVENT_TRADE.md create mode 100755 Perl-EVENT_WAYPOINT_ARRIVE.md create mode 100755 Perl-EVENT_WAYPOINT_DEPART.md create mode 100755 Perl-EVENT_ZONE.md diff --git a/Perl-API.md b/Perl-API.md index b421bcb..44769b1 100644 --- a/Perl-API.md +++ b/Perl-API.md @@ -1,6 +1,7 @@ The Perl API consists of many exported classes and some general functions. * [Perl General Functions](Perl-Quest) * [Perl Constants](Perl-Constants) +* [Perl Events](Perl-Events) * [Client](Perl-Client) * [Corpse](Perl-Corpse) * [Door](Perl-door) diff --git a/Perl-EVENT_AGGRO_SAY.md b/Perl-EVENT_AGGRO_SAY.md new file mode 100755 index 0000000..88bf6ca --- /dev/null +++ b/Perl-EVENT_AGGRO_SAY.md @@ -0,0 +1,17 @@ +EVENT_AGGRO_SAY +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +data|int| +text|int| +langid|int| +### Example +```perl +sub EVENT_AGGRO_SAY { + quest::say($data); # returns int + quest::say($text); # returns int + quest::say($langid); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_CAST.md b/Perl-EVENT_CAST.md new file mode 100755 index 0000000..0c031ce --- /dev/null +++ b/Perl-EVENT_CAST.md @@ -0,0 +1,13 @@ +EVENT_CAST +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +spell_id|int| +### Example +```perl +sub EVENT_CAST { + quest::say($spell_id); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_CAST_BEGIN.md b/Perl-EVENT_CAST_BEGIN.md new file mode 100755 index 0000000..92e457d --- /dev/null +++ b/Perl-EVENT_CAST_BEGIN.md @@ -0,0 +1,13 @@ +EVENT_CAST_BEGIN +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +spell_id|int| +### Example +```perl +sub EVENT_CAST_BEGIN { + quest::say($spell_id); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_CAST_ON.md b/Perl-EVENT_CAST_ON.md new file mode 100755 index 0000000..52a82ba --- /dev/null +++ b/Perl-EVENT_CAST_ON.md @@ -0,0 +1,13 @@ +EVENT_CAST_ON +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +spell_id|int| +### Example +```perl +sub EVENT_CAST_ON { + quest::say($spell_id); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_CLICK_DOOR.md b/Perl-EVENT_CLICK_DOOR.md new file mode 100755 index 0000000..592dfc5 --- /dev/null +++ b/Perl-EVENT_CLICK_DOOR.md @@ -0,0 +1,15 @@ +EVENT_CLICK_DOOR +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +doorid|int| +version|int| +### Example +```perl +sub EVENT_CLICK_DOOR { + quest::say($doorid); # returns int + quest::say($version); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_CLICK_OBJECT.md b/Perl-EVENT_CLICK_OBJECT.md new file mode 100755 index 0000000..6bde3ee --- /dev/null +++ b/Perl-EVENT_CLICK_OBJECT.md @@ -0,0 +1,15 @@ +EVENT_CLICK_OBJECT +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +objectid|int| +clicker_id|int| +### Example +```perl +sub EVENT_CLICK_OBJECT { + quest::say($objectid); # returns int + quest::say($clicker_id); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_COMBAT.md b/Perl-EVENT_COMBAT.md new file mode 100755 index 0000000..fbb392c --- /dev/null +++ b/Perl-EVENT_COMBAT.md @@ -0,0 +1,13 @@ +EVENT_COMBAT +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +combat_state|int| +### Example +```perl +sub EVENT_COMBAT { + quest::say($combat_state); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_COMBINE_FAILURE.md b/Perl-EVENT_COMBINE_FAILURE.md new file mode 100755 index 0000000..612b2c1 --- /dev/null +++ b/Perl-EVENT_COMBINE_FAILURE.md @@ -0,0 +1,15 @@ +EVENT_COMBINE_FAILURE +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +recipe_id|int| +recipe_name|int| +### Example +```perl +sub EVENT_COMBINE_FAILURE { + quest::say($recipe_id); # returns int + quest::say($recipe_name); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_COMBINE_SUCCESS.md b/Perl-EVENT_COMBINE_SUCCESS.md new file mode 100755 index 0000000..31e4a8d --- /dev/null +++ b/Perl-EVENT_COMBINE_SUCCESS.md @@ -0,0 +1,15 @@ +EVENT_COMBINE_SUCCESS +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +recipe_id|int| +recipe_name|int| +### Example +```perl +sub EVENT_COMBINE_SUCCESS { + quest::say($recipe_id); # returns int + quest::say($recipe_name); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_COMMAND.md b/Perl-EVENT_COMMAND.md new file mode 100755 index 0000000..664ab17 --- /dev/null +++ b/Perl-EVENT_COMMAND.md @@ -0,0 +1,17 @@ +EVENT_COMMAND +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +text|int| +data|int| +langid|int| +### Example +```perl +sub EVENT_COMMAND { + quest::say($text); # returns int + quest::say($data); # returns int + quest::say($langid); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_DEATH.md b/Perl-EVENT_DEATH.md index 2826b51..7e11a48 100644 --- a/Perl-EVENT_DEATH.md +++ b/Perl-EVENT_DEATH.md @@ -9,6 +9,7 @@ killer_skill|int| ### Example ```perl sub EVENT_DEATH { +<<<<<<< HEAD quest::say($killer_id); #returns int quest::say($killer_damage); #returns int quest::say($killer_spell); #returns int @@ -16,4 +17,14 @@ sub EVENT_DEATH { } ``` -Generated On 2018-01-15T21:55:40-08:00 \ No newline at end of file +Generated On 2018-01-15T21:55:40-08:00 +======= + quest::say($killer_id); # returns int + quest::say($killer_damage); # returns int + quest::say($killer_spell); # returns int + quest::say($killer_skill); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 +>>>>>>> Added Events diff --git a/Perl-EVENT_DEATH_COMPLETE.md b/Perl-EVENT_DEATH_COMPLETE.md new file mode 100755 index 0000000..82268d7 --- /dev/null +++ b/Perl-EVENT_DEATH_COMPLETE.md @@ -0,0 +1,19 @@ +EVENT_DEATH_COMPLETE +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +killer_id|int| +killer_damage|int| +killer_spell|int| +killer_skill|int| +### Example +```perl +sub EVENT_DEATH_COMPLETE { + quest::say($killer_id); # returns int + quest::say($killer_damage); # returns int + quest::say($killer_spell); # returns int + quest::say($killer_skill); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_DEATH_ZONE.md b/Perl-EVENT_DEATH_ZONE.md new file mode 100755 index 0000000..3a86311 --- /dev/null +++ b/Perl-EVENT_DEATH_ZONE.md @@ -0,0 +1,21 @@ +EVENT_DEATH_ZONE +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +killer_id|int| +killer_damage|int| +killer_spell|int| +killer_skill|int| +killed_npc_id|int| +### Example +```perl +sub EVENT_DEATH_ZONE { + quest::say($killer_id); # returns int + quest::say($killer_damage); # returns int + quest::say($killer_spell); # returns int + quest::say($killer_skill); # returns int + quest::say($killed_npc_id); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_DISCOVER_ITEM.md b/Perl-EVENT_DISCOVER_ITEM.md new file mode 100755 index 0000000..593e267 --- /dev/null +++ b/Perl-EVENT_DISCOVER_ITEM.md @@ -0,0 +1,13 @@ +EVENT_DISCOVER_ITEM +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +itemid|int| +### Example +```perl +sub EVENT_DISCOVER_ITEM { + quest::say($itemid); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_DROP_ITEM.md b/Perl-EVENT_DROP_ITEM.md new file mode 100755 index 0000000..54ea957 --- /dev/null +++ b/Perl-EVENT_DROP_ITEM.md @@ -0,0 +1,21 @@ +EVENT_DROP_ITEM +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +quantity|int| +itemname|int| +itemid|int| +spell_id|int| +slotid|int| +### Example +```perl +sub EVENT_DROP_ITEM { + quest::say($quantity); # returns int + quest::say($itemname); # returns int + quest::say($itemid); # returns int + quest::say($spell_id); # returns int + quest::say($slotid); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_ENVIRONMENTAL_DAMAGE.md b/Perl-EVENT_ENVIRONMENTAL_DAMAGE.md new file mode 100755 index 0000000..c6799ed --- /dev/null +++ b/Perl-EVENT_ENVIRONMENTAL_DAMAGE.md @@ -0,0 +1,17 @@ +EVENT_ENVIRONMENTAL_DAMAGE +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +env_damage|int| +env_damage_type|int| +env_final_damage|int| +### Example +```perl +sub EVENT_ENVIRONMENTAL_DAMAGE { + quest::say($env_damage); # returns int + quest::say($env_damage_type); # returns int + quest::say($env_final_damage); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_FISH_SUCCESS.md b/Perl-EVENT_FISH_SUCCESS.md new file mode 100755 index 0000000..1277e57 --- /dev/null +++ b/Perl-EVENT_FISH_SUCCESS.md @@ -0,0 +1,13 @@ +EVENT_FISH_SUCCESS +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +fished_item|int| +### Example +```perl +sub EVENT_FISH_SUCCESS { + quest::say($fished_item); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_FORAGE_SUCCESS.md b/Perl-EVENT_FORAGE_SUCCESS.md new file mode 100755 index 0000000..740659a --- /dev/null +++ b/Perl-EVENT_FORAGE_SUCCESS.md @@ -0,0 +1,13 @@ +EVENT_FORAGE_SUCCESS +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +foraged_item|int| +### Example +```perl +sub EVENT_FORAGE_SUCCESS { + quest::say($foraged_item); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_GROUP_CHANGE.md b/Perl-EVENT_GROUP_CHANGE.md new file mode 100755 index 0000000..9dc15e9 --- /dev/null +++ b/Perl-EVENT_GROUP_CHANGE.md @@ -0,0 +1,15 @@ +EVENT_GROUP_CHANGE +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +grouped|int| +raided|int| +### Example +```perl +sub EVENT_GROUP_CHANGE { + quest::say($grouped); # returns int + quest::say($raided); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_HATE_LIST.md b/Perl-EVENT_HATE_LIST.md new file mode 100755 index 0000000..1e1be89 --- /dev/null +++ b/Perl-EVENT_HATE_LIST.md @@ -0,0 +1,13 @@ +EVENT_HATE_LIST +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +hate_state|int| +### Example +```perl +sub EVENT_HATE_LIST { + quest::say($hate_state); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_HP.md b/Perl-EVENT_HP.md new file mode 100755 index 0000000..ba33449 --- /dev/null +++ b/Perl-EVENT_HP.md @@ -0,0 +1,19 @@ +EVENT_HP +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +hpevent|int| +inchpevent|int| +hpevent|int| +inchpevent|int| +### Example +```perl +sub EVENT_HP { + quest::say($hpevent); # returns int + quest::say($inchpevent); # returns int + quest::say($hpevent); # returns int + quest::say($inchpevent); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_ITEM_CLICK.md b/Perl-EVENT_ITEM_CLICK.md new file mode 100755 index 0000000..7a18d20 --- /dev/null +++ b/Perl-EVENT_ITEM_CLICK.md @@ -0,0 +1,19 @@ +EVENT_ITEM_CLICK +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +itemid|int| +itemname|int| +slotid|int| +spell_id|int| +### Example +```perl +sub EVENT_ITEM_CLICK { + quest::say($itemid); # returns int + quest::say($itemname); # returns int + quest::say($slotid); # returns int + quest::say($spell_id); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_ITEM_CLICK_CAST.md b/Perl-EVENT_ITEM_CLICK_CAST.md new file mode 100755 index 0000000..de4d2fc --- /dev/null +++ b/Perl-EVENT_ITEM_CLICK_CAST.md @@ -0,0 +1,19 @@ +EVENT_ITEM_CLICK_CAST +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +itemid|int| +itemname|int| +slotid|int| +spell_id|int| +### Example +```perl +sub EVENT_ITEM_CLICK_CAST { + quest::say($itemid); # returns int + quest::say($itemname); # returns int + quest::say($slotid); # returns int + quest::say($spell_id); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_ITEM_ENTER_ZONE.md b/Perl-EVENT_ITEM_ENTER_ZONE.md new file mode 100755 index 0000000..b07bc53 --- /dev/null +++ b/Perl-EVENT_ITEM_ENTER_ZONE.md @@ -0,0 +1,15 @@ +EVENT_ITEM_ENTER_ZONE +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +itemid|int| +itemname|int| +### Example +```perl +sub EVENT_ITEM_ENTER_ZONE { + quest::say($itemid); # returns int + quest::say($itemname); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_LOOT.md b/Perl-EVENT_LOOT.md new file mode 100755 index 0000000..040847c --- /dev/null +++ b/Perl-EVENT_LOOT.md @@ -0,0 +1,17 @@ +EVENT_LOOT +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +looted_id|int| +looted_charges|int| +corpse|int| +### Example +```perl +sub EVENT_LOOT { + quest::say($looted_id); # returns int + quest::say($looted_charges); # returns int + quest::say($corpse); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_NPC_SLAY.md b/Perl-EVENT_NPC_SLAY.md new file mode 100755 index 0000000..751bdd0 --- /dev/null +++ b/Perl-EVENT_NPC_SLAY.md @@ -0,0 +1,13 @@ +EVENT_NPC_SLAY +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +killed|int| +### Example +```perl +sub EVENT_NPC_SLAY { + quest::say($killed); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_PLAYER_PICKUP.md b/Perl-EVENT_PLAYER_PICKUP.md new file mode 100755 index 0000000..9e219b2 --- /dev/null +++ b/Perl-EVENT_PLAYER_PICKUP.md @@ -0,0 +1,15 @@ +EVENT_PLAYER_PICKUP +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +picked_up_id|int| +picked_up_entity_id|int| +### Example +```perl +sub EVENT_PLAYER_PICKUP { + quest::say($picked_up_id); # returns int + quest::say($picked_up_entity_id); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_POPUP_RESPONSE.md b/Perl-EVENT_POPUP_RESPONSE.md new file mode 100755 index 0000000..4f1346d --- /dev/null +++ b/Perl-EVENT_POPUP_RESPONSE.md @@ -0,0 +1,13 @@ +EVENT_POPUP_RESPONSE +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +popupid|int| +### Example +```perl +sub EVENT_POPUP_RESPONSE { + quest::say($popupid); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_PROXIMITY_SAY.md b/Perl-EVENT_PROXIMITY_SAY.md new file mode 100755 index 0000000..a368182 --- /dev/null +++ b/Perl-EVENT_PROXIMITY_SAY.md @@ -0,0 +1,17 @@ +EVENT_PROXIMITY_SAY +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +data|int| +text|int| +langid|int| +### Example +```perl +sub EVENT_PROXIMITY_SAY { + quest::say($data); # returns int + quest::say($text); # returns int + quest::say($langid); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_RESPAWN.md b/Perl-EVENT_RESPAWN.md new file mode 100755 index 0000000..41d3f33 --- /dev/null +++ b/Perl-EVENT_RESPAWN.md @@ -0,0 +1,15 @@ +EVENT_RESPAWN +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +option|int| +resurrect|int| +### Example +```perl +sub EVENT_RESPAWN { + quest::say($option); # returns int + quest::say($resurrect); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_SAY.md b/Perl-EVENT_SAY.md new file mode 100755 index 0000000..e4f462f --- /dev/null +++ b/Perl-EVENT_SAY.md @@ -0,0 +1,17 @@ +EVENT_SAY +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +data|int| +text|int| +langid|int| +### Example +```perl +sub EVENT_SAY { + quest::say($data); # returns int + quest::say($text); # returns int + quest::say($langid); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_SCALE_CALC.md b/Perl-EVENT_SCALE_CALC.md new file mode 100755 index 0000000..f1a7f23 --- /dev/null +++ b/Perl-EVENT_SCALE_CALC.md @@ -0,0 +1,15 @@ +EVENT_SCALE_CALC +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +itemid|int| +itemname|int| +### Example +```perl +sub EVENT_SCALE_CALC { + quest::say($itemid); # returns int + quest::say($itemname); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_SIGNAL.md b/Perl-EVENT_SIGNAL.md new file mode 100755 index 0000000..f98ff99 --- /dev/null +++ b/Perl-EVENT_SIGNAL.md @@ -0,0 +1,13 @@ +EVENT_SIGNAL +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +signal|int| +### Example +```perl +sub EVENT_SIGNAL { + quest::say($signal); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_SPAWN_ZONE.md b/Perl-EVENT_SPAWN_ZONE.md new file mode 100755 index 0000000..cc9093f --- /dev/null +++ b/Perl-EVENT_SPAWN_ZONE.md @@ -0,0 +1,15 @@ +EVENT_SPAWN_ZONE +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +spawned_entity_id|int| +spawned_npc_id|int| +### Example +```perl +sub EVENT_SPAWN_ZONE { + quest::say($spawned_entity_id); # returns int + quest::say($spawned_npc_id); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_SPELL_BUFF_TIC_CLIENT.md b/Perl-EVENT_SPELL_BUFF_TIC_CLIENT.md new file mode 100755 index 0000000..577422c --- /dev/null +++ b/Perl-EVENT_SPELL_BUFF_TIC_CLIENT.md @@ -0,0 +1,13 @@ +EVENT_SPELL_BUFF_TIC_CLIENT +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +caster_id|int| +### Example +```perl +sub EVENT_SPELL_BUFF_TIC_CLIENT { + quest::say($caster_id); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_SPELL_BUFF_TIC_NPC.md b/Perl-EVENT_SPELL_BUFF_TIC_NPC.md new file mode 100755 index 0000000..9f2374f --- /dev/null +++ b/Perl-EVENT_SPELL_BUFF_TIC_NPC.md @@ -0,0 +1,13 @@ +EVENT_SPELL_BUFF_TIC_NPC +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +caster_id|int| +### Example +```perl +sub EVENT_SPELL_BUFF_TIC_NPC { + quest::say($caster_id); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_SPELL_EFFECT_CLIENT.md b/Perl-EVENT_SPELL_EFFECT_CLIENT.md new file mode 100755 index 0000000..be5c615 --- /dev/null +++ b/Perl-EVENT_SPELL_EFFECT_CLIENT.md @@ -0,0 +1,13 @@ +EVENT_SPELL_EFFECT_CLIENT +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +caster_id|int| +### Example +```perl +sub EVENT_SPELL_EFFECT_CLIENT { + quest::say($caster_id); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_SPELL_EFFECT_NPC.md b/Perl-EVENT_SPELL_EFFECT_NPC.md new file mode 100755 index 0000000..306a480 --- /dev/null +++ b/Perl-EVENT_SPELL_EFFECT_NPC.md @@ -0,0 +1,13 @@ +EVENT_SPELL_EFFECT_NPC +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +caster_id|int| +### Example +```perl +sub EVENT_SPELL_EFFECT_NPC { + quest::say($caster_id); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_TASK_ACCEPTED.md b/Perl-EVENT_TASK_ACCEPTED.md new file mode 100755 index 0000000..72df1e2 --- /dev/null +++ b/Perl-EVENT_TASK_ACCEPTED.md @@ -0,0 +1,13 @@ +EVENT_TASK_ACCEPTED +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +task_id|int| +### Example +```perl +sub EVENT_TASK_ACCEPTED { + quest::say($task_id); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_TASK_COMPLETE.md b/Perl-EVENT_TASK_COMPLETE.md new file mode 100755 index 0000000..986e607 --- /dev/null +++ b/Perl-EVENT_TASK_COMPLETE.md @@ -0,0 +1,17 @@ +EVENT_TASK_COMPLETE +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +donecount|int| +activity_id|int| +task_id|int| +### Example +```perl +sub EVENT_TASK_COMPLETE { + quest::say($donecount); # returns int + quest::say($activity_id); # returns int + quest::say($task_id); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_TASK_FAIL.md b/Perl-EVENT_TASK_FAIL.md new file mode 100755 index 0000000..c2b909c --- /dev/null +++ b/Perl-EVENT_TASK_FAIL.md @@ -0,0 +1,13 @@ +EVENT_TASK_FAIL +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +task_id|int| +### Example +```perl +sub EVENT_TASK_FAIL { + quest::say($task_id); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_TASK_STAGE_COMPLETE.md b/Perl-EVENT_TASK_STAGE_COMPLETE.md new file mode 100755 index 0000000..08a78d6 --- /dev/null +++ b/Perl-EVENT_TASK_STAGE_COMPLETE.md @@ -0,0 +1,15 @@ +EVENT_TASK_STAGE_COMPLETE +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +task_id|int| +activity_id|int| +### Example +```perl +sub EVENT_TASK_STAGE_COMPLETE { + quest::say($task_id); # returns int + quest::say($activity_id); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_TASK_UPDATE.md b/Perl-EVENT_TASK_UPDATE.md new file mode 100755 index 0000000..ad634e1 --- /dev/null +++ b/Perl-EVENT_TASK_UPDATE.md @@ -0,0 +1,17 @@ +EVENT_TASK_UPDATE +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +donecount|int| +activity_id|int| +task_id|int| +### Example +```perl +sub EVENT_TASK_UPDATE { + quest::say($donecount); # returns int + quest::say($activity_id); # returns int + quest::say($task_id); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_TIMER.md b/Perl-EVENT_TIMER.md new file mode 100755 index 0000000..c703e79 --- /dev/null +++ b/Perl-EVENT_TIMER.md @@ -0,0 +1,13 @@ +EVENT_TIMER +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +timer|int| +### Example +```perl +sub EVENT_TIMER { + quest::say($timer); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_TRADE.md b/Perl-EVENT_TRADE.md new file mode 100755 index 0000000..fafc066 --- /dev/null +++ b/Perl-EVENT_TRADE.md @@ -0,0 +1,19 @@ +EVENT_TRADE +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +copper|int| +silver|int| +gold|int| +platinum|int| +### Example +```perl +sub EVENT_TRADE { + quest::say($copper); # returns int + quest::say($silver); # returns int + quest::say($gold); # returns int + quest::say($platinum); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_WAYPOINT_ARRIVE.md b/Perl-EVENT_WAYPOINT_ARRIVE.md new file mode 100755 index 0000000..068776f --- /dev/null +++ b/Perl-EVENT_WAYPOINT_ARRIVE.md @@ -0,0 +1,13 @@ +EVENT_WAYPOINT_ARRIVE +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +wp|int| +### Example +```perl +sub EVENT_WAYPOINT_ARRIVE { + quest::say($wp); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_WAYPOINT_DEPART.md b/Perl-EVENT_WAYPOINT_DEPART.md new file mode 100755 index 0000000..dd9ab12 --- /dev/null +++ b/Perl-EVENT_WAYPOINT_DEPART.md @@ -0,0 +1,13 @@ +EVENT_WAYPOINT_DEPART +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +wp|int| +### Example +```perl +sub EVENT_WAYPOINT_DEPART { + quest::say($wp); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-EVENT_ZONE.md b/Perl-EVENT_ZONE.md new file mode 100755 index 0000000..4e33848 --- /dev/null +++ b/Perl-EVENT_ZONE.md @@ -0,0 +1,13 @@ +EVENT_ZONE +### Arguments +**Name**|**Type**|**Description** +:-----|:-----|:----- +target_zone_id|int| +### Example +```perl +sub EVENT_ZONE { + quest::say($target_zone_id); # returns int +} +``` + +Generated On 2018-01-15T22:01:49-08:00 \ No newline at end of file diff --git a/Perl-Events.md b/Perl-Events.md index 0d016a5..a7f2b7b 100644 --- a/Perl-Events.md +++ b/Perl-Events.md @@ -1,3 +1,4 @@ +<<<<<<< HEAD * [[EVENT_AGGRO_SAY|Perl-Event-EVENT_AGGRO_SAY]] * [[EVENT_CAST|Perl-Event-EVENT_CAST]] * [[EVENT_CAST_BEGIN|Perl-Event-EVENT_CAST_BEGIN]] @@ -48,4 +49,57 @@ * [[EVENT_ZONE|Perl-Event-EVENT_ZONE]] -Generated On 2018-01-15T21:58:03-08:00 \ No newline at end of file +Generated On 2018-01-15T21:58:03-08:00 +======= +* [[EVENT_AGGRO_SAY|Perl-EVENT_AGGRO_SAY]] +* [[EVENT_CAST|Perl-EVENT_CAST]] +* [[EVENT_CAST_BEGIN|Perl-EVENT_CAST_BEGIN]] +* [[EVENT_CAST_ON|Perl-EVENT_CAST_ON]] +* [[EVENT_CLICK_DOOR|Perl-EVENT_CLICK_DOOR]] +* [[EVENT_CLICK_OBJECT|Perl-EVENT_CLICK_OBJECT]] +* [[EVENT_COMBAT|Perl-EVENT_COMBAT]] +* [[EVENT_COMBINE_FAILURE|Perl-EVENT_COMBINE_FAILURE]] +* [[EVENT_COMBINE_SUCCESS|Perl-EVENT_COMBINE_SUCCESS]] +* [[EVENT_COMMAND|Perl-EVENT_COMMAND]] +* [[EVENT_DEATH|Perl-EVENT_DEATH]] +* [[EVENT_DEATH_COMPLETE|Perl-EVENT_DEATH_COMPLETE]] +* [[EVENT_DEATH_ZONE|Perl-EVENT_DEATH_ZONE]] +* [[EVENT_DISCOVER_ITEM|Perl-EVENT_DISCOVER_ITEM]] +* [[EVENT_DROP_ITEM|Perl-EVENT_DROP_ITEM]] +* [[EVENT_ENVIRONMENTAL_DAMAGE|Perl-EVENT_ENVIRONMENTAL_DAMAGE]] +* [[EVENT_FISH_SUCCESS|Perl-EVENT_FISH_SUCCESS]] +* [[EVENT_FORAGE_SUCCESS|Perl-EVENT_FORAGE_SUCCESS]] +* [[EVENT_GROUP_CHANGE|Perl-EVENT_GROUP_CHANGE]] +* [[EVENT_HATE_LIST|Perl-EVENT_HATE_LIST]] +* [[EVENT_HP|Perl-EVENT_HP]] +* [[EVENT_ITEM_CLICK|Perl-EVENT_ITEM_CLICK]] +* [[EVENT_ITEM_CLICK_CAST|Perl-EVENT_ITEM_CLICK_CAST]] +* [[EVENT_ITEM_ENTER_ZONE|Perl-EVENT_ITEM_ENTER_ZONE]] +* [[EVENT_LOOT|Perl-EVENT_LOOT]] +* [[EVENT_NPC_SLAY|Perl-EVENT_NPC_SLAY]] +* [[EVENT_PLAYER_PICKUP|Perl-EVENT_PLAYER_PICKUP]] +* [[EVENT_POPUP_RESPONSE|Perl-EVENT_POPUP_RESPONSE]] +* [[EVENT_PROXIMITY_SAY|Perl-EVENT_PROXIMITY_SAY]] +* [[EVENT_RESPAWN|Perl-EVENT_RESPAWN]] +* [[EVENT_SAY|Perl-EVENT_SAY]] +* [[EVENT_SCALE_CALC|Perl-EVENT_SCALE_CALC]] +* [[EVENT_SIGNAL|Perl-EVENT_SIGNAL]] +* [[EVENT_SPAWN_ZONE|Perl-EVENT_SPAWN_ZONE]] +* [[EVENT_SPELL_BUFF_TIC_CLIENT|Perl-EVENT_SPELL_BUFF_TIC_CLIENT]] +* [[EVENT_SPELL_BUFF_TIC_NPC|Perl-EVENT_SPELL_BUFF_TIC_NPC]] +* [[EVENT_SPELL_EFFECT_CLIENT|Perl-EVENT_SPELL_EFFECT_CLIENT]] +* [[EVENT_SPELL_EFFECT_NPC|Perl-EVENT_SPELL_EFFECT_NPC]] +* [[EVENT_TASK_ACCEPTED|Perl-EVENT_TASK_ACCEPTED]] +* [[EVENT_TASK_COMPLETE|Perl-EVENT_TASK_COMPLETE]] +* [[EVENT_TASK_FAIL|Perl-EVENT_TASK_FAIL]] +* [[EVENT_TASK_STAGE_COMPLETE|Perl-EVENT_TASK_STAGE_COMPLETE]] +* [[EVENT_TASK_UPDATE|Perl-EVENT_TASK_UPDATE]] +* [[EVENT_TIMER|Perl-EVENT_TIMER]] +* [[EVENT_TRADE|Perl-EVENT_TRADE]] +* [[EVENT_WAYPOINT_ARRIVE|Perl-EVENT_WAYPOINT_ARRIVE]] +* [[EVENT_WAYPOINT_DEPART|Perl-EVENT_WAYPOINT_DEPART]] +* [[EVENT_ZONE|Perl-EVENT_ZONE]] + + +Generated On 2018-01-15T22:01:49-08:00 +>>>>>>> Added Events