View Single Post
  #6  
Old 06-07-2016, 08:21 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

We're going to have to rewrite the bots portion of the update script. That is suppose to import the old data..but, I have no idea what is going on there...


These are the versioning ids for the required updates: https://github.com/EQEmu/Server/blob...anifest.txt#L1


I would start by manually running '9000' - this will give you the required base conversion schema.


You can import by manually running the appropriate queries in this function: https://github.com/EQEmu/Server/blob...pdate.pl#L1177

If you get a failure, you'll know that your schema doesn't match up..or there's some other problem.


Double-check these entries against your database: https://github.com/EQEmu/Server/blob...pdate.pl#L1096

There were some rule name changes.


Verify that your bots were imported, then apply version updates '9001' thru '9006'

Update `db_version`.`bots_version` to '9006'


That's essentially what will need to be done to manually import the bots.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote