Changeset 133
Misc things, organization, HQs
Zones
- Refactored zones and zone engine in order to drop vertices.sql and read nodes directly from XML. Ty DiNoR for Part I. Another part will come soon.
- drop of NOHQ_ZONE (supposed to forbid the cast), replacement for HQ_ZONE (only some areas are allowed for cast).
- //zone_check refactor, better visual and addition of all zones types.
- zones' XMLs are now organized according to their zoneType. The initial zones.xml is dropped.
- The zones'ID process is now dynamically handled. Example : 1001 is the 2nd zone of the 2nd loaded XML, aka BossZone. A new feature on //zone_check should appear soon or later.
Organization
- Reorganization of XMLs folder : merge of "stats" and "xml" folders, only "xml" folder exists now.
HQs
- L2SiegeFlagInstance refresh ; advanced HQs are now supported, and HQs "cry" when they're hitted.
- improvement of check conditions (use retail messages), addition of distance between flags cast.
Misc
- correct all missing char_id => charId from quests refactor. Ty Sikken for report.