old version of VP
Once creating a server (using the general pack for public), how is it possible to have the VP zone be the pre gates of discord revamp version?
And are there any of the servers right now that use this version (besides p99) to help me get a better general idea? Thanks for any feedback! |
AFAIK peq's db includes both and its possible to have the old one spawn instead. I'd have to go look that up though.
|
Quote:
|
I've done a preliminary check of the data for Veshan's Peak from the peq DB. `npc_types.id` between 108500 -108999 will show the npcs for pre-revamp. (there's only about 19)
`peq.spawn2._condition != 2` meaning 1 are the spawn2's for classic. I am unsure how accurate the data is but, it's the most complete I could find. The easiest way to disable the other half would be: Code:
update `spawn2` set `enabled` = 0 where spawn2.`_condition` = 2 and spawn2.`zone` = 'veeshan'; I prefer to do it a different way but it's a little more work. EDIT: If you don't see racnars and wurms there is something else that needs to be done. I don't recall off-hand if I had to do anything else so, report back if they aren't spawning. |
It's accurate in that the right NPCs are in the zone, but the rest of the data is way off.
I had to go in and adjust most of the damage values, spells, drops, etc. Plus to be truly accurate the zone has a 30 min respawn on wurms. |
ok, will try all of this tonight/tomorrow
thanks for your help ! |
I figured those things were off. I haven't spent the time to find sources which would give more accurate data for the items you mentioned chrsschb. 30 minute respawn on wurms (racnars?) is a good start though, thanks. (everything is at about 20 hours)
Hope it works sasaluge but, if it doesn't let me know, glad to help how I can. |
Quote:
|
VP trash should be 2 minute respawns.
|
All times are GMT -4. The time now is 01:41 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.