forgottenserver/data/scripts
Ramon Bernardo afd9165725
refactor(thing): remove Cylinder class and merge receiver logic into Thing (#5058)
* refactor(cylinder): remove Cylinder class and merge receiver logic into Thing

* fix(game): code format

* fix(trashholder): code format

* refactor(thing): remove unused params

* refactor: remove unused params

* fix(luascript): use default switch case

* fix(item): parent nullptr check

* refactor(creature): use tile property instead getTile method

Co-authored-by: Ranieri Althoff <1993083+ranisalt@users.noreply.github.com>

* refactor(item): getTile method on get parent

* refactor(player): simplify query destination logic

* refactor(container): simplify query destination logic

* refactor(item): use const parent var

* fix(luascript): support move removed item

* fix(game): rename thing param

* fix(player): destThing nullptr check

* fix(thing): remove startDecaying method

* fix(container): merge master branch

* fix(depotchest): merge master branch

* refactor(container): remove unnecessary if state on top-parent

---------

Co-authored-by: Ranieri Althoff <1993083+ranisalt@users.noreply.github.com>
2025-11-29 01:38:42 +01:00
..
actions Fix reload XML files from lua (#4844) 2024-11-24 23:02:59 +01:00
creaturescripts Text Window helper functions (#4668) 2024-05-14 17:07:40 +02:00
events refactor(thing): remove Cylinder class and merge receiver logic into Thing (#5058) 2025-11-29 01:38:42 +01:00
globalevents Migrate globalevents to data/scripts (#4981) 2025-09-01 10:04:49 +02:00
lib Revert "[Revscriptsys] RevNpcSys version 1.0 (lua npcs / NpcType / new npc system) (#4671)" 2024-12-05 23:56:16 +01:00
monsters EventCallback Improvements (#4395) 2024-04-16 14:55:26 -06:00
movements Comparison Updates: Replacing -1 with nil Checks in Multiple Files (#4578) 2023-12-04 13:59:19 -06:00
network Move player bug report to Lua (#4768) 2024-07-16 16:17:05 +02:00
quests Fix reload XML files from lua (#4844) 2024-11-24 23:02:59 +01:00
runes Fix runes callback registration (#4789) 2024-09-23 12:03:08 -03:00
spells Move spells to scripts folder (#4755) 2024-09-20 00:13:59 +02:00
talkactions improvement: enable custom ban duration (#4834) 2024-11-12 00:10:54 +01:00
weapons cleanup: fix formatting, double assignment, missing result.free (#2607) 2019-06-09 12:57:16 -04:00
xml Fix reload XML files from lua (#4844) 2024-11-24 23:02:59 +01:00