5 - Dependencies needed
The mod will fail to work if it happens that EA_QuestTrackerWindow is not loaded before
as your show/hide/button uses templates from it.
Same goes for the Chat window .... If it is not loaded before mod get error and nothing is showing inside ..
PATCH:
In the .mod file add those two dependencies
<Dependencies>
<Dependency name="EA_QuestTrackerWindow" />
<Dependency name="EA_ChatWindow" />
</Dependencies>
Will force those 2 to be loaded before the mod to ensure it will work
| User | When | Change |
|---|---|---|
| Kylina | Wed, 05 Nov 2008 12:22:18 | Create |
Facts
- Reported on
- 05 Nov 2008
- Status
- New - Issue has not had initial review yet.
- Type
- Patch - Source code patch for review
- Priority
- Medium - Normal priority.