Mob HP and Loot past GoD expansion
Okay i am having a problem with Mob HP and Loot past GoD expansion. Mob HP is way too low for the levels but i know how to modify HP on a mass scale.
Loot on the other hand is non existent for all mobs in zones post GoD. Did i do something wrong when setting up my server? Is there an easy fix? I have peqdb_Rev1751.sql and Rev1741 binaires. Any help is welcome. Thanks in advance! |
it hasn't been worked on yet. PEQ is currently on GoD and won't work on OoW or up until GoD is completed. I think they will released a new database when GoD is complete. Although anything pass GoD exist on the database, it just has not been update for faction, hp, loot and etc.
|
Ahh okay thanks. Thats what i figured but just wanted to verify on here. Thanks again for your reply.
|
you can modify hps like this:
update npc_types set hp=X where id>A and id<B; X will be whatever formula you want use - like 1000*level A and B are npc ids range that you want to modify backup your DB before running any code ;) |
Thanks for both of your replies.
So is there no way at all that i can add loot to the mobs in the zones after GoD? Sorry, i am a new to this. |
You can add and remove loot from any npc in your database. If you are new then the simplest way would be to use the npc_loot editor. It can be found here:
http://www.georgestools.eqemulator.n...qEmu_Files.zip If you want to learn how it actually works then you can create everything manually. The following example uses custom id's so using it on your database WILL NOT work. loottable & lootdrop example: Code:
delete from lootdrop where id = 750022; |
You guys are awesome. Thanks!
|
All times are GMT -4. The time now is 11:33 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.