|
|
 |
 |
 |
 |
|
 |
 |
|
 |
 |
|
 |
|
Development::Database/World Building World Building forum, dedicated to the EQEmu MySQL Database. Post partial/complete databases for spawns, items, etc. |

12-06-2007, 10:43 PM
|
AX Classic Developer
|
|
Join Date: May 2006
Location: filler
Posts: 2,049
|
|
Added all these fixes to ax_classic with no problems
|

12-07-2007, 12:38 AM
|
 |
The PEQ Dude
|
|
Join Date: Apr 2003
Location: -
Posts: 1,988
|
|
Also merged into PEQ, with no issue.
|

12-07-2007, 02:03 AM
|
 |
The PEQ Dude
|
|
Join Date: Apr 2003
Location: -
Posts: 1,988
|
|
Eh, spoke too soon.
In PEQ, 50311 is a_bandit and 50300 is Sir_Edwin_Motte who now looks like a new mechanical spider  I'll get these fixed up and post the SQL here.
|

12-07-2007, 02:15 AM
|
AX Classic Developer
|
|
Join Date: May 2006
Location: filler
Posts: 2,049
|
|
I hadn't checked all the way through, but I did see a dupe error. was going to look this weekend. maybe need to delete/ old spawns and npcs before putting in new.
In all, it's still a great imrovement
|
 |
|
 |

12-07-2007, 02:31 AM
|
 |
The PEQ Dude
|
|
Join Date: Apr 2003
Location: -
Posts: 1,988
|
|
Code:
--change the shapeshifter Motte back to human form
update npc_types set race = 1 where id = 50300;
--a_domesticated_bleeder
INSERT INTO `npc_types` VALUES (52103,'a_domesticated_bleeder','',1,134,1,22,11,2,0,0,2,2,0,0,0,0,0,1,2,'',50,0,0,0,0,0,0,0,0,0,0.75,1,1,1,1,1,0,1,0,5,0,0,0,0,68,68,63,68,76,63,58,0,0,1,0,1);
--a_domesticated_bleeder spawn
update spawnentry set npcid = 52103 where npcid = 50311 and spawngroupid = 52096;
--a jungle hatching
INSERT INTO `npc_types` VALUES (52104,'a_jungle_hatchling','',1,440,1,22,11,2,2,0,2,2,0,0,0,0,0,1,2,'',50,0,0,0,0,1,0,0,0,0,1,1,1,1,1,1,0,1,0,21,0,0,0,0,79,79,79,79,79,79,79,0,0,1,0,1);
--a jungle hatching spawn
update spawnentry set npcid = 52104 where npcid = 50300 and spawngroupid = 52095;
I think what happened was you are using the pre-Rathe Mountains overhaul of PEQ to grab the other NPCs from, so that's why the IDs got messed up.
Last edited by cavedude; 12-07-2007 at 10:34 AM..
|
 |
|
 |

12-07-2007, 05:21 AM
|
Discordant
|
|
Join Date: May 2004
Posts: 290
|
|
Woops. Didn't realize those changes had been made. Sorry for the screw up. I will D/L a newer version before I make anymore changes. Cave, do you have a changelog somewhere and I just missed it ?
|

12-07-2007, 06:16 AM
|
 |
The PEQ Dude
|
|
Join Date: Apr 2003
Location: -
Posts: 1,988
|
|
Sadly, I am horrible about keeping a changelog. I do it for a few days, then forget about keeping it up to date. One day I will work out a system that documents what I do without me having to do much 
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 06:59 AM.
|
|
 |
|
 |
|
|
|
 |
|
 |
|
 |