Adventure-Terraria-Server-Project / Protector-Plugin

Protector plugin for Terraria Server API and TShock.
GNU General Public License v3.0
10 stars 19 forks source link

Refillchest Issue #18

Closed Stealownz closed 10 years ago

Stealownz commented 10 years ago

Items with large quantities get their items reduced to other quantities. A few tests came with these:

250 > 250 251 > Icon Disappears, but mouse hover says there's a wood. 252 > 1 253 > 2 254 > 3 255 > 5 300 > 44 350 > 94 400 > 144 450 > 194 500 > 244 550 > 38 600 > 88

Occasionally, the chest gets corrupted similar to that of the issue reported: https://github.com/CoderCow/Protector-Plugin/issues/17

Items after Third Row Bug. Only reproducable sometimes with refillchest, but only occurs if there's an item at third or fourth row.

CoderCow commented 10 years ago

A recent pull request in the Plugin Common Library might fix this issue.