Problem Resolved
With gracious help from Huppy, we have resolved the broken zone line crash from Rivervale to Misty Thicket.
We changed the peq.zonepoints table from this:
id;zone;NUMBER;target_zone_id
492;rivervale;98;20 (Zone to Kithicor)
493;rivervale;99;33 (Zone to Misty Thicket old version)
2337;rivervale;99;415 (Zone to Misty Thicket new version)
Apparently, having id 493 and 2337 set to different versions of Misty Thicket caused the crash. We changed the table as follows:
id;zone;NUMBER;target_zone_id
492;rivervale;98;20 (Zone to Kithicor)
493;rivervale;99;415 (Zone to Misty Thicket new version)
2337;rivervale;99;415 (Zone to Misty Thicket new version)
The RV to MT zone now sends the character to the new Misty Thicket.
|