all items form "Noob Helper" cost 2 gold

This commit is contained in:
2024-07-07 18:41:44 -05:00
parent 926b9d2bae
commit 7e457fa17b
@@ -1441,6 +1441,8 @@ public class ClientMessagePump implements NetMsgHandler {
if (profit < 1)
profit = 1;
cost *= profit;
if(npc.getContractID() == 1502041)
cost = 2;
if (gold.getNumOfItems() - cost < 0) {
//dont' have enough goldItem exit!
// chatMan.chatSystemInfo(pc, "" + "You dont have enough gold.");