Skip to content

Commit

Permalink
enhance and refactor: multiple scripts for better functionality (#3007)
Browse files Browse the repository at this point in the history
1. Fixes a minor issue where, when emptying the balloons, they were
transformed into 255 instead of being reset to 1.
2. Adjusts the usage of the "bathtub" in datapacks, in addition to the
RLMap, ensuring better compatibility.
3. Makes minor aesthetic changes to enhance the code's readability.

Resolves #2923
  • Loading branch information
omarcopires authored Nov 13, 2024
1 parent 73c7457 commit f34cb83
Show file tree
Hide file tree
Showing 50 changed files with 790 additions and 1,905 deletions.
72 changes: 0 additions & 72 deletions data-canary/scripts/actions/other/christmas_bundle.lua

This file was deleted.

17 changes: 0 additions & 17 deletions data-canary/scripts/actions/other/ferumbras_amulet.lua

This file was deleted.

13 changes: 0 additions & 13 deletions data-canary/scripts/actions/other/ferumbras_mana_keg.lua

This file was deleted.

16 changes: 0 additions & 16 deletions data-canary/scripts/actions/other/ferumbras_staff.lua

This file was deleted.

2 changes: 0 additions & 2 deletions data-canary/scripts/actions/other/music.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ local setting = {
[2966] = { effect = CONST_ME_SOUND_RED }, -- war drum
[3103] = { effect = CONST_ME_SOUND_YELLOW, itemId = 3592, itemCount = 10, chance = 80, remove = true }, -- cornucopia
[5786] = { effects = { failure = CONST_ME_SOUND_RED, success = CONST_ME_SOUND_YELLOW }, monster = "war wolf", chance = 60, remove = true }, -- wooden whistle
[6572] = { effect = CONST_ME_SOUND_GREEN, text = "TOOOOOOT", transformId = 6573, decayId = 6572 }, -- party trumpet
[6573] = { effect = CONST_ME_SOUND_GREEN, text = "TOOOOOOT", transformId = 6572, decayId = 6573 }, -- party trumpet
[12602] = { effect = CONST_ME_SOUND_BLUE }, -- small whistle (actual effect is unknown)
[23725] = { effect = CONST_ME_SOUND_WHITE }, -- small crystal bell
}
Expand Down
62 changes: 0 additions & 62 deletions data-canary/scripts/actions/other/surprise_bag.lua

This file was deleted.

63 changes: 0 additions & 63 deletions data-canary/scripts/creaturescripts/#modal_window_example.lua

This file was deleted.

24 changes: 0 additions & 24 deletions data-canary/scripts/creaturescripts/monster.lua

This file was deleted.

16 changes: 0 additions & 16 deletions data-otservbr-global/lib/others/fragment_gems.lua

This file was deleted.

1 change: 0 additions & 1 deletion data-otservbr-global/lib/others/load.lua
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
dofile(DATA_DIRECTORY .. "/lib/others/dawnport.lua")
dofile(DATA_DIRECTORY .. "/lib/others/fragment_gems.lua")

This file was deleted.

Loading

0 comments on commit f34cb83

Please sign in to comment.