mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[GH-ISSUE #602] Tzhaar gem store sells gems for 0 tokkul #7890
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @halogod35 on GitHub (Feb 6, 2023).
Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/602
TzHaar-Hur-Rin's Ore and Gem Store sells things for 0 tokkul and you can't buy it for 0 tokkul
@advnau commented on GitHub (Feb 6, 2023):
There are 3 tzhaar stores that use tokkul, these probably all needed coded for being special cases.
https://oldschool.runescape.wiki/w/TzHaar-Mej-Roh%27s_Rune_Store
https://oldschool.runescape.wiki/w/TzHaar-Hur-Lek%27s_Ore_and_Gem_Store
https://oldschool.runescape.wiki/w/TzHaar-Hur-Tel%27s_Equipment_Store
If I am not mistaken, archery tickets, trading sticks, and castle wars tickets all use the same shop interface, so we will need to handle them in the same way. Does anyone know of any other shops from the time period that did not use GP as a currency?
@advnau commented on GitHub (Feb 6, 2023):
Also, is it only the gem store that works incorrectly or is it also the other stores (rune/equipment/cwars/trading sticks/archery tickets)?
@Dark98 commented on GitHub (Feb 6, 2023):
It's not every item in the gem store that has this issue, just a few
@advnau commented on GitHub (Feb 6, 2023):
Ah. This is a easy fix then. Thanks for clarifying!
@advnau commented on GitHub (Feb 7, 2023):
fixed on https://github.com/2006-Scape/2006Scape/pull/609