Skip to content

Commit

Permalink
Merge branch 'opentibiabr:main' into new-outfits-and-mounts
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerwix authored Mar 8, 2024
2 parents 568e89e + ac3f183 commit d787997
Show file tree
Hide file tree
Showing 80 changed files with 566 additions and 842 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.

23 changes: 0 additions & 23 deletions data-canary/scripts/actions/other/die.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.

31 changes: 0 additions & 31 deletions data-canary/scripts/creaturescripts/regenerate_stamina.lua

This file was deleted.

4 changes: 2 additions & 2 deletions data-otservbr-global/lib/core/storages.lua
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Storage = {
Factions = 30024,
-- unused TrainerRoom = 30027,
-- unused NpcSpawn = 30028,
ExerciseDummyExhaust = 30029,
-- unused ExerciseDummyExhaust = 30029,
SamsOldBackpack = 30030,
SamsOldBackpackDoor = 30031,
StrawberryCupcake = 30032,
Expand Down Expand Up @@ -2113,7 +2113,7 @@ Storage = {
BloodBrothers = {
QuestLine = 41901,
Mission01 = 41902,
GarlicBread = 41903,
-- unused GarlicBread = 41903,
Mission02 = 41904,
Cookies = {
Serafin = 41905,
Expand Down
2 changes: 1 addition & 1 deletion data-otservbr-global/lib/others/vip_system.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local config = {
activationMessageType = MESSAGE_EVENT_ADVANCE,

expirationMessage = "Your VIP days ran out.",
expirationMessageType = MESSAGE_ADMINISTRADOR,
expirationMessageType = MESSAGE_ADMINISTRATOR,

outfits = {},
mounts = {},
Expand Down
4 changes: 2 additions & 2 deletions data-otservbr-global/migrations/41.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ function onUpdateDatabase()

db.query([[
ALTER TABLE `players`
MODIFY `xpboost_stamina` smallint(5) UNSIGNED DEFAULT NULL,
MODIFY `xpboost_value` tinyint(4) UNSIGNED DEFAULT NULL
MODIFY `xpboost_stamina` smallint(5) UNSIGNED DEFAULT NULL,
MODIFY `xpboost_value` tinyint(4) UNSIGNED DEFAULT NULL
]])

return true
Expand Down
Loading

0 comments on commit d787997

Please sign in to comment.