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.