• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

TFS 1.X+ [Warning - Actions::registerLuaEvent] Duplicate registered item with id: X in range from id: Y, to id: Z

Haskys

Member
Joined
Jul 19, 2019
Messages
97
Reaction score
8
Location
Poland
Hello,

When running TFS 1.3 I get the following errors:
Code:
[Warning - Actions::registerLuaEvent] Duplicate registered item with id: 2175 in range from id: 2175, to id: 8918
[Warning - Actions::registerLuaEvent] Duplicate registered item with id: 8900 in range from id: 2175, to id: 8918
[Warning - Actions::registerLuaEvent] Duplicate registered item with id: 8901 in range from id: 2175, to id: 8918
[Warning - Actions::registerLuaEvent] Duplicate registered item with id: 8902 in range from id: 2175, to id: 8918
[Warning - Actions::registerLuaEvent] Duplicate registered item with id: 8903 in range from id: 2175, to id: 8918
[Warning - Actions::registerLuaEvent] Duplicate registered item with id: 8904 in range from id: 2175, to id: 8918
[Warning - Actions::registerLuaEvent] Duplicate registered item with id: 8918 in range from id: 2175, to id: 8918

Analyzing, I came to the conclusion that this could be a problem with the actions.xml file -duplicate registration.
Am I right?
However, I cannot find this duplication in this file (actions.xml).
Can anyone watch this?


I think this part looks ok, right?

Code:
<!-- Spellbooks -->
    <action itemid="2175" script="other/spellbook.lua" />
    <action fromid="8900" toid="8904" script="other/spellbook.lua" />
    <action itemid="8918" script="other/spellbook.lua" />
    <action itemid="12647" script="other/spellbook.lua" />
    <action itemid="16112" script="other/spellbook.lua" />
    <action itemid="18401" script="other/spellbook.lua" />
    <action fromid="22422" toid="22424" script="other/spellbook.lua" />

Haskys,
 

Attachments

Solution
Back
Top