[1.2.2] Summoned yeek wayists drop artifact weapons

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Alisar
Cornac
Posts: 44
Joined: Sat May 31, 2014 7:54 pm

[1.2.2] Summoned yeek wayists drop artifact weapons

#1 Post 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

Alisar
Cornac
Posts: 44
Joined: Sat May 31, 2014 7:54 pm

Re: [1.2.2] Summoned yeek wayists drop artifact weapons

#2 Post 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.

Post Reply