05-25-2013, 05:41 AM
It depends of the map. For each of them except juno (since u seem to have the old one), just take the one from the Ep2 database.
Here are a few queries that might help u out.
Upload the ep2 regen to a new database.
Then use:
DELETE FROM t_npc_regen WHERE a_zone_num = 0;
After that, export that regen to a sql file.
Youll then need to go to your current regen table, and to use that query:
DELETE FROM t_npc_regen WHERE a_zone_num!= 0;
FInally, upload the .sql in your regen and youll be done


