Thread: OpenSpell 1.0
View Single Post
  #5  
Old 07-22-2006, 12:21 PM
Windcatcher
Demi-God
 
Join Date: Jan 2002
Posts: 1,175
Default

OpenZone 7.2 can automatically generate things like these when you export:

Code:
DELETE * FROM doors WHERE zone = "lelembeth";
INSERT INTO doors (doorid, zone, name, pos_y, pos_x, pos_z, heading, opentype, dest_zone) VALUES (1, "lelembeth", "ELF_DOOR_1", 1443.684,  391.200,  208.000,  463.644, 0, "NONE";)
INSERT INTO doors (doorid, zone, name, pos_y, pos_x, pos_z, heading, opentype, dest_zone) VALUES (2, "lelembeth", "ELF_DOOR_2", 1552.844,  748.074,  208.000,  335.644, 0, "NONE";)
INSERT INTO doors (doorid, zone, name, pos_y, pos_x, pos_z, heading, opentype, dest_zone) VALUES (3, "lelembeth", "ELF_DOOR_3", 1562.783,  741.342,  208.000,  335.644, 0, "NONE";)
This is why 7.2 is such a high priority for me
Reply With Quote