mirror of
https://github.com/opentibiabr/canary
synced 2026-08-16 06:26:09 -04:00
26 lines
1.2 KiB
XML
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>
|