1. Still with the same problem ...
    The "shop" has stopped, the Economic in the last update,
    in console appears that the Economic must be installed, and it is installed.

    oxide.reload Shop
    [Oxide] 5:54 AM [Info] Unloaded plugin Shop v1.1.0 by Bombardir
    [Oxide] 5:54 AM [Info] Loaded plugin Shop v1.1.0 by Bombardir
    [Oxide] 5:54 AM [Info] This Shop requires Economics! Please install: Economics for Rust Experimental | Oxide
     
  2. ⇑⇑⇑ Same problem
     
  3. Same here, must be a change in the economy plugin that Shop isn't able to use.

    Download version 1.6 of economics which I know works or keep trying newer versions of Econ till you find the latest that works.
     
  4. So i downloaded installed there is a config file but nothing loaded any help?
     
  5. Can this work with GUIShop?
     
  6. dead plugin should be marked UNmaintained.
    [DOUBLEPOST=1453532034][/DOUBLEPOST]the last update anyone know what i would change this to
    if isBP then
    --local arr = util.TableToArray( { 0 } )
    --util.ConvertAndSetOnArray( arr, 0, tonumber(tbl[1]), System.Int32._type )
    --player.blueprints:Learn(global.ItemManager.FindItemDefinition.methodarray[0]:Invoke(nil,arr))

    if player.inventory:GiveItem(global.ItemManager.CreateByItemID(tonumber(tbl[1]),1,true)) then
    SendChatMessage(player, msgs.Buy_Succes:format(money))
    else
    SendChatMessage(player, msgs.Buy_Error2)
    end
     
  7. Code:
    > reload Shop
    [Oxide] 12:35 PM [Info] Unloaded plugin Shop v1.1.0 by Bombardir
    [Oxide] 12:35 PM [Info] Loaded plugin Shop v1.1.0 by Bombardir
    [Oxide] 12:35 PM [Info] This Shop requires Economics! Please install: http://forum.rustoxide.com/plugins/economics.717/  
    wtf? Economics installed... There is a solution to this problem?
     
  8. I need help to implement a shop on my server. i trying with Economics. I'm using Shop for Rust plugin. i cant generate a price list!

    it's possible make a GUI shop?

    Please help? a example .json would be great
     
  9. Wulf

    Wulf Community Admin

    GUI Shop for Rust | Oxide
     
  10. Hi i installed the plugin and the economics mod but every time i load the plugin it says [Oxide] 11:52 AM [Info] This Shop requires Economics! Please install: Economics for Rust | Oxide and i have the latest economics plugin please help
     
  11. Does it work with Human NPC
     
  12. Work with npc?
     
  13. if plugins.Find("Economics") then
    API = plugins.Find("Economics")
     
  14. Upgrade pls this is version not compatibile with new economics

    Thx
     
  15. is it normal tha i just upload the plugins and the config files is just empty
     
  16. Almost four months later, do we have a fix for this yet? :3
     
  17. Open de file "Shop.lua" and change de code:
    Code:
        if GetEconomyAPI then
            API = GetEconomyAPI()
        else
            print("This Shop requires Economics! Please install: http://forum.rustoxide.com/plugins/economics.717/  ")
            return
        end 
    to
    Code:
        if plugins.Find("Economics") then
            API = plugins.Find("Economics")
        else
            print("This Shop requires Economics! Please install: http://forum.rustoxide.com/plugins/economics.717/  ")
            return
        end 
     
  18. when i change those lines like it says and do an "oxide.reload shop" i get
    Code:
    > oxide.reload shop
    [Oxide] 13:34 [Error] Failed to load plugin 'shop' (no source found)
    so i thought it could be oxide may be unable to "reload" a plugin if its not loaded already...
    so i tried
    Code:
    > oxide.load shop
    [Oxide] 13:35 [Error] Failed to load plugin 'shop' (no source found)
    and same effect... what did i do wrong

    -- EDIT--
    nvm it was an issue of case sensitivity not the edits lol
     
    Last edited by a moderator: Jun 4, 2016
  19. Hello how to generate the Price List Generated please and how to add items and their prices because despite those who said I can not have run the plugin and also how to make this attached table thank you
     

    Attached Files: