ProjectEQ / peq-expansions

2 stars 0 forks source link

General Spawn Fixes #157

Open titanium-forever opened 2 years ago

titanium-forever commented 2 years ago
titanium-forever commented 2 years ago

@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 commented 2 years ago

Recfek Shralok

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

titanium-forever commented 2 years ago

Feddi Dooger

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

titanium-forever commented 2 years ago

Ak'Anon noob killin mino

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