summaryrefslogtreecommitdiff
path: root/npc/items/shovel.txt
AgeCommit message (Collapse)AuthorFilesLines
2019-01-15[skip ci]Jesusaves1-1/+1
2019-01-15Nobody bypass notrade check on shovelJesusaves1-2/+2
2019-01-15You can't bury items with trade restrictions, your rares aren't protected ↵Jesusaves1-2/+2
anymore.
2019-01-15Fix several bugs with requestitem(), because hercules does overworkJesusaves1-0/+1
2019-01-15Stealing skill is now stated.Jesusaves1-12/+1
2019-01-14Sorry, I've found the error >.< But leave that debug pipeline runningJesusaves1-1/+1
2019-01-14This reverts commit f5b6bc263ade9ca22967584e146b02908ddab74f.Jesusaves1-7/+2
2019-01-14Enable some debug markers, if it still breaks, I'll try reducing random crap ↵Jesusaves1-2/+7
array
2019-01-14Sacrifice some performance to check cells where items will be burried.Jesusaves1-0/+5
If it is not walkable, don't bury the item, failing silently. This will reduce random crap array size and thus, optimize memory.
2019-01-14Redesign how shovel_scatter() works, I had to remove an option from Aeros ↵Jesusaves1-8/+38
master. Now, Aeros is just an automatic scatter area.
2018-07-13[skip ci] Make gemstone and rares less frequent on random treasureJesusaves1-2/+6
2018-07-13George ImportJesusaves1-0/+6
2018-07-08Allow vit to interfer on tired time.Jesusaves1-1/+1
2018-07-08Following gumi's lead, GMs can use Shovel with no restrictionJesusaves1-4/+7
2018-07-06You can bury stuff on Aeros, and GM can bury undroppable items too.Jesusaves1-1/+8
2018-07-01[skip ci] more compact reports of scattered itemsJesusaves1-4/+2
2018-07-01[skip ci] Insane Code AddedJesusaves1-0/+4
2018-07-01[skip ci] debug debug debugJesusaves1-0/+2
2018-07-01[skip ci] debugJesusaves1-0/+1
2018-07-01[skip ci] minorJesusaves1-1/+3
2018-07-01Bad order %%mJesusaves1-31/+32
2018-07-01%%mJesusaves1-1/+1
2018-07-01Minimum safety when burying stuff: No bound or non-drop items!Jesusaves1-3/+5
2018-07-01[skip ci] Don't forget a quest for this, @JesusalvaJesusaves1-1/+1
2018-07-01Finish Shovel script and helpers. You can now use [Iron Shovel] @SaulcJesusaves1-5/+89
Only on mines, and there is RANDOM TREASURE waiting to be found :o
2018-06-30Fix a bug, and raise dig/bury cooldownJesusaves1-2/+3
2018-06-30You can dig & bury on all minesJesusaves1-5/+9
2018-06-30Start fixing Shovel for useJesusaves1-14/+19
2018-01-13Initial commitSaulc1-0/+218