View Single Post
  #7  
Old 10-04-2020, 08:19 PM
methodx
Fire Beetle
 
Join Date: Jul 2020
Location: Ireland
Posts: 2
Default

So after a bit of trial and error testing - to change the spawns in Veeshan's Peak from the revamped version that loads as default following install to the pre-revamp mobs and loot you do this;

In the spawn_condition_values table there are two entries with veeshan in the zone column

by default one will have an id of 1 and a value of 0
the other will have an id of 2 and a value of 1

to change to pre-revamp switch the values;

set the one with id of 1 to a value of 1
set the one with id of 2 to a value of 0


I hope this makes sense, I'm not sure why both entries need to be switched to get it to work. I just wanted to add this here as even though I don't fully understand why this works this thread comes up when doing a google search and there is no detailed solution/instructions to be found. If what I've written is wrong I hope someone can correct me but I've tested the above and it works.
Reply With Quote