summaryrefslogtreecommitdiff
path: root/npc
AgeCommit message (Collapse)AuthorFilesLines
2020-09-01Oops. @gumi is right, sorry.jesusalva/mergeJesusaves1-4/+6
Fix bitwise bugs
2020-09-01Fix minor stuffJesusaves1-0/+6
2020-09-01Begin working on item port script.Jesusaves2-4/+194
Its performance is an utter crap. I guess the best option, actually.......... ....is to extend getitem() and getitembound() to return index.
2020-08-29Magic Core SystemJesusaves4-0/+311
Contains only utilities and placeholders. Original code from Moubootaur Legends Ported here to serve as base.
2020-08-28Regenerate mapsJesusaves138-54/+556
2020-08-14add the WarlordBoots recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the AssassinBoots recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add WaxChunk and the RidingBoots recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the BromenalBoots recipegumi1-0/+7
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the LeatherBoots recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the SquirrelBoots recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the ManaSlipper recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the BanditBoots recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the CottonBoots recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the Slippers recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the LousyMoccasins recipegumi1-1/+9
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the IronArmbands recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the BromenalGloves recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the LeatherGloves recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the CopperArmbands recipegumi1-0/+7
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the SilkGloves recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the BanditGloves recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the CottonGloves recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the Armbands recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the ShortGloves recipegumi1-0/+7
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the AssassinPants recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the TerranitePants recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the ChainmailSkirt recipegumi1-0/+7
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the LeatherTrousers recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the JeansChaps recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the BanditTrousers recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the BrownTrousers recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the SilkPants recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the PirateShorts recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the CottonSkirt recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14WarlordArmor -> WarlordPlategumi1-1/+1
2020-08-14add the CreasedShorts recipegumi1-0/+7
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the EvocatorRobe recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the GoldenWarlordPlate recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the BlackArmor recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the AssassinChest recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14add the TerraniteArmor recipegumi1-1/+2
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-14don't hardcode the recipe ingredients and return codegumi1-135/+63
2020-08-13add the WizardRobe recipegumi1-0/+5
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-13add the WarlordArmor recipegumi1-6/+11
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-13simplify showRecipe parametersgumi1-9/+33
2020-08-13add the LegionIronArmor recipegumi1-0/+5
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-13add the SorcererRobe recipegumi1-0/+5
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-13add the JustifierChest recipegumi1-0/+5
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
2020-08-13add the LightPlatemail recipegumi1-0/+5
Co-authored-by: Christopher Chay <2@hisfootsteps.net>