- Spawns
- Mass Pop
- Jabantiz (Cleanup)
- Scripts
- John Adams
- Scatman
- Jabantiz (Updating old scripts)
- Done
- Needs work
- Not started
- Frostfell
- Turn off
Code: Select all
UPDATE spawn_location_entry SET spawnpercentage = 0 WHERE id in (471925,471902,471918,471934,471919,471936,471935,471897,471898,471920,471928,471926,471915,471905,471910,471913,471923,471896,471909,471908,471903,471904,471939,471907,471912,471917); - Turn on
Code: Select all
UPDATE spawn_location_entry SET spawnpercentage = 100 WHERE id in (471925,471902,471918,471934,471919,471936,471935,471897,471898,471920,471928,471926,471915,471905,471910,471913,471923,471896,471909,471908,471903,471904,471939,471907,471912,471917);
- Turn off
- Nights of the Dead
- Turn off
Code: Select all
UPDATE spawn_location_entry SET spawnpercentage = 0 WHERE id in (471981,471982,471984,471986,471963,471964,471966,471968,471971,471972,471975,471978,472021,471988,471989,471990,471950,471951,471954,471955,471957,471994,471996,471999,472003,472004,472006,471940,471945,471959,471962,471947,471949); - Turn on
Code: Select all
UPDATE spawn_location_entry SET spawnpercentage = 100 WHERE id in (471981,471982,471984,471986,471963,471964,471966,471968,471971,471972,471975,471978,472021,471988,471989,471990,471950,471951,471954,471955,471957,471994,471996,471999,472003,472004,472006,471940,471945,471959,471962,471947,471949);
- Turn off
- New Fishing Pole for Brice - Quest was never collected so no dialog for the spawn scripts. Might be possible he is on live and still gives the quest, if not we will need to find a video (unlikely) or make it up
- Armor for Watchman Fiercecry - Quest was never collected so no NPC dialog.
- Inspect the Oakmyst Forest Gate - Again, quest was never collected so no NPC dialog.
- Finding Bait - Kill targets for this quest are minimal, only 3 centipedes spawn in the forest ruins and no crawlers. Should look into adding a lot more of both when forest ruins is worked on.