Posted: Sun Apr 27, 2008 4:34 am
Code: Select all
UPDATE zones SET name='soh', file='shard_of_hate', description='Shard of Hate', safe_x='222.45', safe_y='33.23', safe_z='-32.01', underworld='-1000000' WHERE id=268;Code: Select all
UPDATE zones SET name='soh', file='shard_of_hate', description='Shard of Hate', safe_x='222.45', safe_y='33.23', safe_z='-32.01', underworld='-1000000' WHERE id=268;Code: Select all
'exp05_dun_veksar', 'exp05_dun_veksar', 'Veksar', '0', '0', '0', '-1e+006'
Hmm veksar, I will have to check that out...ZexisStryfe wrote: New zone that is available starting with client 5016L:
VEKSAR!
Also it seems as if Shard of Hate was never added to the database....
Code: Select all
'exp04_dun_charasis_north', 'exp04_dun_charasis_north', 'Charasis: Vault of Eternal Sleep', '0', '0', '23', '-1e+006'
'exp04_dun_charasis_south', 'exp04_dun_charasis_south', 'Charasis: Maiden's Chamber', '0', '0', '-23', '-1e+006'
'exp04_dun_chardok_epic01_throne', 'exp04_dun_chardok_epic01_throne', 'The Temple of Kor-Sha', '816', '-27', '206', '-1e+006'
'exp04_dun_chardok_epic02_prison', 'exp04_dun_chardok_epic02_prison', 'The Court of Korucust', '-650', '-66', '204', '-1e+006'
'exp04_dun_chelsith_epic01_behemoth', 'exp04_dun_chelsith_epic01_behemoth', 'The Chamber of Destiny', '192', '-10', '29', '-1e+006'
'exp04_dun_sebilis_epic02_venril', 'exp04_dun_sebilis_epic02_venril', 'Venril Sathir's Lair', '0', '-10', '144', '-1e+006'
'exp04_dun_veeshans_peak_epic01_trakanon', 'exp04_dun_veeshans_peak_epic01_trakanon', 'Veeshan's Peak: Trakanon's Lair', '0', '0', '0', '-1e+006'
'shard_of_hate', 'shard_of_hate', 'The Shard of Hate', '45', '0.2', '290', '-1e+006'
Code: Select all
'exp04_dun_chardok_epic02_prison', 'exp04_dun_chardok_epic02_prison', 'The Court of Korucust', '-650', '-66', '204', '-1e+006'
'exp04_dun_chelsith_epic01_behemoth', 'exp04_dun_chelsith_epic01_behemoth', 'The Chamber of Destiny', '192', '-10', '29', '-1e+006'
'exp04_dun_sebilis_epic02_venril', 'exp04_dun_sebilis_epic02_venril', 'Venril Sathir's Lair', '0', '-10', '144', '-1e+006'
'exp04_dun_veeshans_peak_epic01_trakanon', 'exp04_dun_veeshans_peak_epic01_trakanon', 'Veeshan's Peak: Trakanon's Lair', '0', '0', '0', '-1e+006'
'shard_of_hate', 'shard_of_hate', 'The Shard of Hate', '45', '0.2', '290', '-1e+006'
Hmm I just tested them all and they do all work for me. Just a stupid question, but can you make sure that all the zones are updated in your database? I had a problem with that when I downloaded the update with those zones in it.JCL wrote:No I am running 5016L. These ones do not work when I import and start up the server. When I get into the server they say the zones do not exit, but the others added do.Code: Select all
'exp04_dun_chardok_epic02_prison', 'exp04_dun_chardok_epic02_prison', 'The Court of Korucust', '-650', '-66', '204', '-1e+006' 'exp04_dun_chelsith_epic01_behemoth', 'exp04_dun_chelsith_epic01_behemoth', 'The Chamber of Destiny', '192', '-10', '29', '-1e+006' 'exp04_dun_sebilis_epic02_venril', 'exp04_dun_sebilis_epic02_venril', 'Venril Sathir's Lair', '0', '-10', '144', '-1e+006' 'exp04_dun_veeshans_peak_epic01_trakanon', 'exp04_dun_veeshans_peak_epic01_trakanon', 'Veeshan's Peak: Trakanon's Lair', '0', '0', '0', '-1e+006' 'shard_of_hate', 'shard_of_hate', 'The Shard of Hate', '45', '0.2', '290', '-1e+006'
Hmm? What kind of problem? The update uses a "replace into", so if you had zones with the same IDs, it would have overwritten your entries - but otherwise, there should have been no errors.ZexisStryfe wrote:I had a problem with that when I downloaded the update with those zones in it.
Code: Select all
replace into `zones` (`id`, `name`, `file`, `description`, `safe_x`, `safe_y`, `safe_z`, `underworld`, `always_loaded`, `city_zone`) values
('293','runnyeye_advanced', 'runnyeye_advanced', 'The Gathering', '-93.4526', '-27.4416', '58.496', '-1e+006', '0', '0'),
('294','exp05_dun_veksar', 'exp05_dun_veksar', 'Veksar', '0', '0', '0', '-1e+006', '0', '0'),
('295','exp04_dun_charasis_north', 'exp04_dun_charasis_north', 'Charasis: Vault of Eternal Sleep', '0', '0', '23', '-1e+006', '0', '0'),
('296','exp04_dun_charasis_south', 'exp04_dun_charasis_south', 'Charasis: Maiden\'s Chamber', '0', '0', '-23', '-1e+006', '0', '0'),
('297','exp04_dun_chardok_epic01_throne', 'exp04_dun_chardok_epic01_throne', 'The Temple of Kor-Sha', '816', '-27', '206', '-1e+006', '0', '0'),
('298','exp04_dun_chardok_epic02_prison', 'exp04_dun_chardok_epic02_prison', 'The Court of Korucust', '-650', '-66', '204', '-1e+006', '0', '0'),
('299','exp04_dun_chelsith_epic01_behemoth', 'exp04_dun_chelsith_epic01_behemoth', 'The Chamber of Destiny', '192', '-10', '29', '-1e+006', '0', '0'),
('300','exp04_dun_sebilis_epic02_venril', 'exp04_dun_sebilis_epic02_venril', 'Venril Sathir\'s Lair', '0', '-10', '144', '-1e+006', '0', '0'),
('301','exp04_dun_veeshans_peak_epic01_trakanon', 'exp04_dun_veeshans_peak_epic01_trakanon', 'Veeshan\'s Peak: Trakanon\'s Lair', '0', '0', '0', '-1e+006', '0', '0'),
('302','shard_of_hate', 'shard_of_hate', 'The Shard of Hate', '45', '0.2', '290', '-1e+006', '0', '0');