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

General Spawn Fixes #157

Open
5 tasks
titanium-forever opened this issue Jul 1, 2022 · 4 comments
Open
5 tasks

General Spawn Fixes #157

titanium-forever opened this issue Jul 1, 2022 · 4 comments

Comments

@titanium-forever
Copy link

  • Kithicor day/night mobs aren't all linked to the spawn conditions
  • Toxdil (freportw) should only spawn at night
  • Recfek Shralok (kithicor) should be a unique spawn
  • Feddi Dooger (steamfont) should be a unique spawn
  • A Lesser Minotaur (akanon) should stay in the zoo instead of hanging out by the Steamfont zone attacking noobs
@titanium-forever
Copy link
Author

@xackery
Kith day/night cycle fixes

-- Nighttime nasties
UPDATE spawn2 SET _condition=1 WHERE spawngroupID IN (2299,2303,2304,2305,2306,2307,2308,2309,2317,2318,2319,2320,2321,2322,2331,2336,2338,2339,2340,2341,2342,2343,2344,2346,2347,2350,2351,2355,2357,2396,2397,2398,2399,2400,2401,2402,2403,2404,2405,2406,2407,2408,2409,2410,2413,2414,2416,13076,13077,35415);

-- Daytime daisies
UPDATE spawn2 SET _condition=2 WHERE spawngroupID IN (2300,2302,2311,2312,2314,2315,2316,2325,2327,2328,2332,2333,2345,2348,2352,2353,2392,2394,2415,2418,2419);

@titanium-forever
Copy link
Author

Recfek Shralok

UPDATE npc_types SET unique_spawn_by_name="1" WHERE id="20188";

@titanium-forever
Copy link
Author

Feddi Dooger

UPDATE npc_types SET unique_spawn_by_name="1" WHERE id="56158";

@titanium-forever
Copy link
Author

Ak'Anon noob killin mino

UPDATE spawn2 SET pathgrid=0 WHERE id=72032;
UPDATE npc_types SET npc_faction_id=1060 WHERE id=55081;

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

1 participant