MMOCoin

Likes Likes:  0
Results 1 to 10 of 291

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #10
    Contributor

    Join Date
    Jan 2010
    Location
    Netherlands
    Posts
    88
    Post Thanks / Like
    Rep Power
    18
    Reputation
    87
    Quote Originally Posted by Dimarxx View Post
    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.
    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;
    i have exams today...after i'm back i will fix the archives
    sorry for the inconvenience
    Last edited by Darkrulerz; 07-04-10 at 02:46 AM.



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

 

 

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •