Skip to content

Commit

Permalink
Add default events for script pack plug and play (Sphereserver#1104)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhobean authored Sep 20, 2023
1 parent ea27639 commit 33f1c2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sphere.ini
Original file line number Diff line number Diff line change
Expand Up @@ -607,10 +607,10 @@ SpeechSelf=spk_player
SpeechPet=spk_pet
// Events related to all NPCs
//EventsPet=e_your_event
EventsPet=e_npc_generic_event //This is the default events for script pack
// Events related to all players
//EventsPlayer=e_your_event
EventsPlayer=e_player_generic_event,e_player_crafting_event //This is the default events for script pack
// Events related to all regions
//EventsRegion=e_your_event
Expand Down Expand Up @@ -1079,7 +1079,7 @@ TooltipMode=1
// Time to cache tooltip data for (seconds)
TooltipCache=30
// Limit of options in each Context Menu.
// Limit of options in each Context Menu. (Normal client limit is 15)
ContextMenuLimit=15
///////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 33f1c2b

Please sign in to comment.