GUI Shop

GUI Shop based on Economics. Supports NPC

Total Downloads: 11,485 - First Release: Aug 29, 2015 - Last Update: May 3, 2018

5/5, 38 likes
  1. I sloved it. I just put the wrong file in wrong section. Sorry.
     
  2. No problem at all, I've done that so many times myself haha!
     
  3. Hi i have problem with your plugin

    I have an EU server and i need to have multiple lang files for players

    It's possible to have a lang file for messages please ?
    And it's possible to add item list too in English and can change in multiple language ?

    Thanks :)
     
  4. hi i really need help the tutorial didn't help me i could not set up my shop at all
     
  5. Hi Guys :)

    If we use GUIShop & NPC.
    Did you know, if it's possible to buy items and kit to the same NPC ?




    Thx
    Darrell
     
  6. Need help with setting up my shops with AI no idea what im doing ive tryed a 1000000 times and nothing
     
  7. Im new to all this im trying to set up my shop mod but can find out how to set the Buy Sell and how to put items into the shop i cant get this list to show how do i do this

    "NAME OF THE ITEM": {
    "buy": "BUYPRICE",
    "img": "URLOFTHEIMAGE",
    "item": "RUSTITEMNAME",
    "cooldown": "0",
    "sell": "SELLPRICE"
    },


    OR

    "NPC USERID": {
    "buy": [
    "ITEM1",
    "ITEM2",
    "ITEM3",
    "ETC"
    ],
    "description": "MARKET DESCRIPTION",
    "name": "MARKET NAME",
    "sell": [
    "ITEM1",
    "ITEM2",
    "ETC"
    ]
    }
     
  8. Hi my dear Darrell :p
    I think you can't or you can have a conflict with the GUI Panel (I think)
     
  9. Kits do not appear to be working right. Everything else does, and this config worked prior to updating.
    "BluePrint Pack": {
    "buy": "1000",
    "img": "http://vignette3.wikia.nocookie.net...est/scale-to-width-down/100?cb=20160211200331",
    "item": "kitcreditbp",
    "sell": "0"
    },
    [09/06/2016 21:58:56] [Oxide] 21:58 [Info] [GUIShop] ShopCategory: Weapon Mod Pack Unknown item: kitcreditbp

    From Kits Config
    "kitcreditbp": {
    "name": "kitcreditbp",
    "description": "Item Kit for the Credit Store.",
    "max": 0,
    "cooldown": 2.0,
    "authlevel": 0,
    "hide": true,
    "npconly": false,
    "permission": "kits.creditbp",
    "image": null,
    "building": null,
    "items": [
    {
    "itemid": 1351589500,
    "container": "main",
    "amount": 500,
    "skinid": 0,
    "weapon": false,
    "mods": []
    },
    {
    "itemid": 1625167035,
    "container": "main",
    "amount": 4,
    "skinid": 0,
    "weapon": false,
    "mods": []
    },
    {
    "itemid": 1624763669,
    "container": "main",
    "amount": 2,
    "skinid": 0,
    "weapon": false,
    "mods": []
    },
    {
    "itemid": -845335793,
    "container": "main",
    "amount": 1,
    "skinid": 0,
    "weapon": false,
    "mods": []
    }
    ]
    },
    --------
    Kit works if I give it to myself in chat. Does not appear in the gui shop though...
     
  10. Hey All,

    Would the addon creator mind adding a check to see if the shop GUI is open when the player triggers "bye" message and if the Shop GUI is open close the GUI.

    This feels like a default setting rather than a customization as others may find it useful also.

    Hook.
     
  11. Is it possible to have multiple NPC selling things. Because when I set it up with two npc's the first sets up just fine the second one throws the following error.

    (21:38:54) | [Oxide] 21:38 [Error] Failed to call hook 'OnUseNPC' on plugin 'GUIShop v1.4.1' (KeyNotFoundException: The given key was not present in the dictionary.)

    (21:38:55) | [Oxide] 21:38 [Debug] at System.Collections.Generic.Dictionary`2[System.String,System.Object].get_Item (System.String key) [0x00000] in <filename unknown>:0

    at Oxide.Plugins.GUIShop.ShowShop (.BasePlayer player, System.String shopid, Int32 from, Boolean fullPaint, Boolean refreshMoney) [0x00000] in <filename unknown>:0

    at Oxide.Plugins.GUIShop.OnUseNPC (.BasePlayer npc, .BasePlayer player) [0x00000] in <filename unknown>:0

    at Oxide.Plugins.GUIShop.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0

    at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0

    at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0

    at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
     
  12. Hi guys how can i make Tablads i seen server selling like Guns Ammo arround 6 or 7 tabs
    any help please
     
  13. is it possible to add skin id's to the items, for this shop? i use ServerRewards atm, which looks nice, but only allows me to have one shop.
    This is the plugin where different npcs can sell/buy different things from each other, right?
     
  14. Yes this is the one with multiple npc dealers, i tested it now^^
    I could not imply a skin by editing another line saying: "skin": "<skinID>".. which i didnt suppose to work from beginning ;)
    please make skinned items addable to the shop. or is it possible already?
     
  15. hey guys not sure what i have done wrong but for some reason i can not get it to work i can bring up the shop but nothing shows in shop
     

    Attached Files:

  16. It's possible to add shop in my forum ? ^^
     
  17. use this for all plugins, which allow you to implement skins... not this one tho ;)
     

    Attached Files:

  18. Can anyone see what I'm doing wrong I keep getting error codes on the json validator?
     

    Attached Files:


  19. try that
     

    Attached Files:

  20. Thanks a bunch worked like a charm!