File information

Last updated

Original upload

Created by

Emili

Uploaded by

emili1996

Virus scan

Safe to use

78 comments

  1. ElementaryLewis
    ElementaryLewis
    • premium
    • 649 kudos
    That was correctly updated. But can you please leave comment line in the script so we can tell where did you edit. It may even help us when merging the mod.
    1. DontBlnkBadWolf
      DontBlnkBadWolf
      • premium
      • 39 kudos
      @ElementaryLewis If you haven't done this yet, I opened this mod's inventoryMenu.ws and starting on line 2757 starts the event OnBuyItem. 
      On line 2773 is thePlayer.AddMoney and the amount he changed it to. The event looks like this

      event  OnBuyItem( item : SItemUniqueId, quantity : int, moveToIdx : int )
      {
      var itemName : name;
      var tutorialState : W3TutorialManagerUIHandlerStateShop;
      var result : bool;
      var invItem : SInventoryItem;
      var itemPrice : int;
      var customerMoney : int;

      LogChannel('QP', "OnBuyItem, quantity: " + quantity);
      itemName = _shopInv.GetItemName(item);

      invItem = _inv.GetItem(item);

      if(_shopInv.GetInventoryComponent().GetInventoryItemPriceModified( _shopInv.GetInventoryComponent().GetItem(item), false ) > thePlayer.GetMoney())
      {
      thePlayer.AddMoney(50000);
      }

      I thought 50k was too much at the beginning of the game since I use Auto Loot & don't need more than 10k in White Orchard. I could probably get by with no more than 7k if I use Shop Pricing mods, I'll have to check.
  2. The mod reduced my coins from 1000 to 7 :( 
  3. xGerWanTx
    xGerWanTx
    • member
    • 0 kudos
    I endorsed this mod couse it saves me a lot of iritation and scrolling during grandmaster armor crafting
  4. tarikbro
    tarikbro
    • member
    • 0 kudos
    Works on next gen 27.01.2025. 
  5. raein13
    raein13
    • member
    • 1 kudos
    works as intended at least once, last patch next gen
    thanks
  6. TheGrandKnight
    TheGrandKnight
    • member
    • 0 kudos
    Manually downloaded it, unzipped it and added it to my mod folder. Then in game got myself down to 0 and nothing happened. Am I supposed to add a specific part of the file or does it need an update
  7. conkerlml
    conkerlml
    • supporter
    • 0 kudos
    excelente mod funciona perfecto ... desde vortex 
  8. queenlobelia
    queenlobelia
    • member
    • 0 kudos
    mod works for me as of mar 29, 2024. just bought items until i get 0 money, then it adds 50k
    i saved my game before trying it just in case, glad it works!
    Thanks!
  9. hardgamer57915
    hardgamer57915
    • member
    • 0 kudos
    bonjour,

    je les ai installés hier après-midi et ça marche dernière version 4.04 merci beaucoup !
  10. emili1996
    emili1996
    • premium
    • 5 kudos
    It's been a while since i touched this mod, so probably don't work anymore. I will try to update it in the next weeks