
Results 1 to 10 of 291
Hybrid View
-
07-04-10, 12:48 AM #1
Nerx I think I can fix the bug for the Invencible Reins give me a few days t get my new computer and I will try to help Dark with some of the bugs and etc. I think he would appreciate the help.
So I will try my best to fix the Invencible Reins but I can't make any promises to anyone about it.
-
07-04-10, 01:44 AM #2
- Rep Power
- 17
- Reputation
- 87
i sure appreciate all help
the core part of invincible should be alright
the database part is where i put my doubts... YTDB with some UDB mods...
and about the ones having problems starting the repack (whines about 9 fields in creature_template)
use this query:
Code:DROP TABLE IF EXISTS `vehicle_data`; DROP TABLE IF EXISTS `vehicle_seat_data`; ALTER TABLE creature_addon DROP COLUMN vehicle_id, DROP COLUMN passengers; ALTER TABLE creature_template_addon DROP COLUMN vehicle_id, DROP COLUMN passengers;
sorry for the inconvenienceLast edited by Darkrulerz; 07-04-10 at 01:46 AM.
-
07-04-10, 07:37 AM #3
i have this error when i applic you're querie :
[SQL]
ALTER TABLE creature_addon
DROP COLUMN vehicle_id,
DROP COLUMN passengers;
[Err] 1091 - Can't DROP 'vehicle_id'; check that column/key exists