Little0smit / ChunkTracker

Chunk Progress Tracker for OSRS "ChunkLockedIronman"
MIT License
5 stars 2 forks source link

BIS calculation in EquipableItem.getBiSNumber() fails for armour #43

Closed Little0smit closed 5 years ago

Little0smit commented 5 years ago

Describe the bug When calculating the BIS value for armor it attempts to divide by 0 (speed) resulting in a crash

Expected behavior Armor should be calculated differently, without the division, and looking at defensive stats.

Additional context @apan145 and linked to #28

apan145 commented 5 years ago

Working on it