From 313681697830234d77992d86f35f554c767b33f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caner=20K=C4=B1l=C4=B1=C3=A7o=C4=9Flu?= Date: Sat, 26 Oct 2024 13:42:38 +0300 Subject: [PATCH] sphere.ini file updated --- src/sphere.ini | 37 ++++++++++++++++++++++++++++++++----- 1 file changed, 32 insertions(+), 5 deletions(-) diff --git a/src/sphere.ini b/src/sphere.ini index c0cea2587..104d0b7cb 100644 --- a/src/sphere.ini +++ b/src/sphere.ini @@ -660,17 +660,44 @@ SpeechSelf=spk_player // Speech block associated to pets SpeechPet=spk_pet +// Events related to all NPCs (out of use) +//EventsPet=e_npc_generic_event + // Events related to all NPCs -EventsPet=e_npc_generic_event //This is the default events for script pack +//EventsNPC=e_npc_all + +// Events related to all animals (brain_animal without mountables) +//EventsNPCAnimal=e_npc_animals + +// Events related to all monsters (brain_monster, brain_dragon, brain_berserk) +//EventsNPCMonster=e_npc_monsters + +// Events related to all animals (brain_animal with mountable) +//EventsNPCMountable=e_npc_mountables + +// Events related to all shopkeepers (brain_vendor, brain_stable, brain_healer) +//EventsNPCShop=e_npc_shopkeepers -// Events related to all players -EventsPlayer=e_player_generic_event,e_player_crafting_event //This is the default events for script pack +// Events related to all char (player and staff) +//EventsChar=e_char_all + +// Events related to all players (if the plevel is lower than 1) +//EventsCharPlayer=e_char_players // Events related to all regions -//EventsRegion=e_your_event +//EventsRegion=er_region_all + +// Events related to all staff (if plevel is higher than 1) +//EventsCharStaff=e_char_staffs + +// Events related to all players (out of use) +//EventsPlayer= // Events related to all items -//EventsItem=ei_your_event +//EventsItem=ei_items + +// Events related to all weapons +//EventsItemWeapon=ei_item_weapons // When player skills/stats goes this times more than skillclass allowed, drop // them to skillclass level. Setting this to 0 disables the action.