Skip to content

Commit

Permalink
Merge branch 'main' into save-event
Browse files Browse the repository at this point in the history
  • Loading branch information
Luan Luciano authored Mar 10, 2024
2 parents 726c7ad + 47f25af commit 21aa7c0
Show file tree
Hide file tree
Showing 89 changed files with 589 additions and 945 deletions.
5 changes: 5 additions & 0 deletions config.lua.dist
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ onlyPremiumAccount = false
-- NOTE: randomMonsterSpawn = true, will enable monsters from the same spawn to be randomized between them, thus making a variable hunt
-- NOTE: enablePlayerPutItemInAmmoSlot = true, will enable players to put any items on ammo slot, more used in custom shopping system
-- NOTE: startStreakLevel will make a reward streak level for new players who never logged in
-- NOTE: if showLootsInBestiary is true, will cause all loots to be shown in the bestiary even if the player has not reached the required number of kills
stashMoving = false
depotChest = 4
autoLoot = false
Expand All @@ -255,6 +256,7 @@ lootPouchMaxLimit = 2000
storeInboxMaxLimit = 2000
enablePlayerPutItemInAmmoSlot = false
startStreakLevel = 0
showLootsInBestiary = false

-- Teleport summon
-- Set to true will never remove the summon
Expand Down Expand Up @@ -427,6 +429,9 @@ maxDamageReflection = 200
toggleChainSystem = true
combatChainDelay = 50
combatChainTargets = 5
combatChainSkillFormulaAxe = 0.9
combatChainSkillFormulaClub = 0.7
combatChainSkillFormulaSword = 1.1

-- Global server Save
-- NOTE: globalServerSaveNotifyDuration in minutes
Expand Down
88 changes: 0 additions & 88 deletions data-canary/scripts/actions/other/carpets.lua

This file was deleted.

45 changes: 0 additions & 45 deletions data-canary/scripts/actions/other/costume_bag.lua

This file was deleted.

23 changes: 0 additions & 23 deletions data-canary/scripts/actions/other/die.lua

This file was deleted.

18 changes: 0 additions & 18 deletions data-canary/scripts/actions/other/fireworks_rocket.lua

This file was deleted.

132 changes: 0 additions & 132 deletions data-canary/scripts/actions/other/food.lua

This file was deleted.

32 changes: 0 additions & 32 deletions data-canary/scripts/creaturescripts/advance_save.lua

This file was deleted.

17 changes: 0 additions & 17 deletions data-canary/scripts/creaturescripts/logout.lua

This file was deleted.

Loading

0 comments on commit 21aa7c0

Please sign in to comment.