Page 1 of 1

[1.2.2] Summoned yeek wayists drop artifact weapons

Posted: Fri Jun 13, 2014 3:34 am
by Alisar
Exactly what the title says. Wayists summoned by the racial ability or that one mindstar will rarely drop a fixedart or randart weapon. Set wayist to autocast and wait for awhile, you'll eventally get every longsword and dagger in the game.

Works on both insane and normal.

races.lua lines 873-876

Code: Select all

				resolvers.equip{
					{type="weapon", subtype="longsword", autoreq=true},
					{type="weapon", subtype="dagger", autoreq=true},
				},
probably should have an "ego_chance=-1000" or "never_drop=true" or something like that

Re: [1.2.2] Summoned yeek wayists drop artifact weapons

Posted: Sat Aug 30, 2014 4:33 am
by Alisar
Similar bug: Cursed Sentry with a bow or sling will (correctly) drop the weapon used and incorrectly drop a the ammunition it generated as well. You can use this to get an unlimited number of ego'd arrows or shots.