Skip to content

Commit

Permalink
sphere.ini file updated
Browse files Browse the repository at this point in the history
  • Loading branch information
canerksk committed Oct 26, 2024
1 parent 6960982 commit 3136816
Showing 1 changed file with 32 additions and 5 deletions.
37 changes: 32 additions & 5 deletions src/sphere.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3136816

Please sign in to comment.