canary/data/modules/modules.xml
murilo09 a72c5d05bf
refactor: move blessing bytes to cpp (#3064)
Moving bytes from modules to cpp.
2024-11-13 00:02:48 -03:00

26 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<modules>
<!-- GameStore -->
<module type="recvbyte" byte="232" script="gamestore/gamestore.lua"/>
<module type="recvbyte" byte="233" script="gamestore/gamestore.lua"/>
<module type="recvbyte" byte="239" script="gamestore/gamestore.lua"/>
<module type="recvbyte" byte="250" delay="600" script="gamestore/gamestore.lua"/>
<module type="recvbyte" byte="251" script="gamestore/gamestore.lua"/>
<module type="recvbyte" byte="252" script="gamestore/gamestore.lua"/>
<module type="recvbyte" byte="253" script="gamestore/gamestore.lua"/>
<module type="recvbyte" byte="254" script="gamestore/gamestore.lua"/>
<!-- Quest Tracking -->
<module type="recvbyte" byte="208" script="questtrack/questtrack.lua"/>
<!-- Cults of Tibia -->
<module type="recvbyte" byte="15" script="cults_of_tibia/death.lua" />
<!-- Daily Reward Wall -->
<module type="recvbyte" byte="216" script="daily_reward/daily_reward.lua" />
<module type="recvbyte" byte="217" script="daily_reward/daily_reward.lua" />
<module type="recvbyte" byte="218" script="daily_reward/daily_reward.lua" />
<!-- Hireling Outfit Helper -->
<module type="recvbyte" byte="211" script="hirelings/hireling_module.lua" />
</modules>