Why can't we see the exact amount of scales Zulrah drops?

Discuss anything and everything about PkHonor.
Post Reply
User avatar
Respire1337
Premium Donator
Posts: 2555
Joined: Fri Dec 02, 2016 9:56 pm

Why can't we see the exact amount of scales Zulrah drops?

Post by Respire1337 » Sun Jun 21, 2020 12:46 pm

On our drop table, Zulrah scales are marked as 1 in quantity and always in rarity. This is a wrong display, as it should show us the lowest and the highest amounts of scales it can drop ( for example, instead of 1 it should be 100-250 , or whatever it can drop ).

Also, I have seen people get 5000 scales as a drop from Zulrah, why isn't that shown as a separate drop?
Image

User avatar
Thoby
Developer
Posts: 3120
Joined: Wed Apr 10, 2013 8:47 pm
Location: Thoby#0008

Re: Why can't we see the exact amount of scales Zulrah drops?

Post by Thoby » Sun Jun 21, 2020 1:21 pm

Because it's interpreted by the code, going outside regular droptable interpretation. Not too sure how we'd show it on the droptable either, since it's essentially just that one Zulrah scale that's being multiplied.
Feel free to send me a message, I'd gladly have a chat!
Image Image

User avatar
Rapsey
Sysadmin
Posts: 5505
Joined: Tue Dec 01, 2009 8:00 am
Location: Belgium

Re: Why can't we see the exact amount of scales Zulrah drops?

Post by Rapsey » Sun Jun 21, 2020 1:31 pm

Thoby wrote: Sun Jun 21, 2020 1:21 pm Because it's interpreted by the code, going outside regular droptable interpretation. Not too sure how we'd show it on the droptable either, since it's essentially just that one Zulrah scale that's being multiplied.
I think he just wants it to be displayed exactly the way he said it, e.g.:

Code: Select all

Zulrah's scales    1-5000    Always
So basically just a placeholder value that is representative of the result generated by the code. It would require some modifications to the drop config and wiki drops list generation code but it's doable. (albeit not very worthwhile to complicate things for this one edge case)

Post Reply