Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Out of era NPCs #156

Open
6 tasks
titanium-forever opened this issue Jun 28, 2022 · 2 comments
Open
6 tasks

Out of era NPCs #156

titanium-forever opened this issue Jun 28, 2022 · 2 comments

Comments

@titanium-forever
Copy link

titanium-forever commented Jun 28, 2022

  • LDoN camp NPCs are appearing before LDoN
  • Mercenary Liason NPCs are in PoK before SoD
  • LDoN camp door data
  • Froglok camp in Rathe Mountains
  • Translocators to Timorous Deep from Oasis and Butcherblock shouldn't spawn until Kunark
  • Translocator to Iceclad shouldn't spawn until Velious
@xackery xackery added this to the 2022-06-31 MVP milestone Jun 28, 2022
@titanium-forever
Copy link
Author

titanium-forever commented Jun 28, 2022

@xackery
Fix for LDoN camp NPCs in NRo

UPDATE spawnentry SET min_expansion = 6 where npcid = 34146;
UPDATE spawnentry SET min_expansion = 6 where npcid = 34129;
UPDATE spawnentry SET min_expansion = 6 where npcid = 34149;
UPDATE spawnentry SET min_expansion = 6 where npcid = 34147;
UPDATE spawnentry SET min_expansion = 6 where npcid = 34140;
UPDATE spawnentry SET min_expansion = 6 where npcid = 34131;
UPDATE spawnentry SET min_expansion = 6 where npcid = 34124;
UPDATE spawnentry SET min_expansion = 6 where npcid = 34150;
UPDATE spawnentry SET min_expansion = 6 where npcid = 392026;
UPDATE spawnentry SET min_expansion = 6 where npcid = 392024;
UPDATE spawnentry SET min_expansion = 6 where npcid = 392032;
UPDATE spawnentry SET min_expansion = 6 where npcid = 392028;
UPDATE spawnentry SET min_expansion = 6 where npcid = 392025;
UPDATE spawnentry SET min_expansion = 6 where npcid = 392023;
UPDATE spawnentry SET min_expansion = 6 where npcid = 392030;
UPDATE spawnentry SET min_expansion = 6 where npcid = 392029;

@titanium-forever
Copy link
Author

@xackery
This should do the camp doors:

UPDATE doors SET min_expansion = 6 WHERE id = 1658;
UPDATE doors SET min_expansion = 6 WHERE id = 1659;
UPDATE doors SET min_expansion = 6 WHERE id = 1660;
UPDATE doors SET min_expansion = 6 WHERE id = 1661;

These are just the ones in nro. I don't see any corresponding ones for northro in the db, and I can't check as I don't have RoF2 installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants