Priest of Discord fixes for PEQ Kunark DB
I've been using the PEQ_Kunark_RC1 database. I was getting tired of looking at all the Priests of Discord standing around in chain helmets and not wielding their staves most of the time. I decided to make some adjustments which I decided to share here for anyone else who might be interested.
These MySQL queries will get rid of the chain helm look, make the PoDs always spawn with both the staff and the robe (Do they do this on Live? I don't even remember anymore, but as I recall they always seemed to be holding the staff in-hand at the very least), and remove some stuff that's orphaned by these changes (after these changes, all of the PoDs use the same loot table). Enjoy or don't as you see fit. Code:
# |
Holy jeebies thats snappy! I would ask how to set that all up to run automatically but that'd be too bold ;) It wont take very long to enter that in by hand but I was just able to finally log into my server with mobs and the first thing i saw was a PoD that looked WRONG! lol. Thanks for the fix!
|
Quote:
- Highlight the text in the "Code:" section of the post. Hit Ctrl-C (or whatever your browser or OS uses to copy text). - Crack open Notepad (or some other text editor if you're not on a Windows machine). - Paste the text into your text editor (Ctrl-V if you're using Windows and Notepad). - Save it into your mysql\bin folder as "podfixes.sql" or something similar. - Run mysql.exe - Tell mysql which database to use (i.e. "use eq;") - In mysql, type "source podfixes.sql;" and hit [ENTER]. - Rejoice as your Priests of Discord are fixed :) |
Didn't even notice this really but thanks Dvinn :)
|
Glad people don't hate it :).
Here's a little something else, though not something EQLive-like. This'll make your PoDs able to walk from his spawn spot should the need arise (i.e. to chase pesky players :P). Code:
UPDATE npc_types SET walkspeed=0.67 WHERE name="Priest_of_Discord"; Code:
UPDATE npc_types SET walkspeed=0 WHERE name="Priest_of_Discord"; |
omg wow that was nifty. I zapped that in there in like .02 seconds. I beleive that little lesson right there will help me a lot in the future =P
Feed a man a fish and he eats for a day; Teach a man to fish and he eats for a lifetime. |
Sorry for necroing but, is this still a valid means of resetting the Priest of Discord's back to their old look on a new PEQ db?
|
All times are GMT -4. The time now is 06:15 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.