[1.2.2] Summoned yeek wayists drop artifact weapons
Posted: Fri Jun 13, 2014 3:34 am
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
probably should have an "ego_chance=-1000" or "never_drop=true" or something like that
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},
},