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
Shop [Unmaintained]
Discussion in 'Plugin Support' started by Bombardir, Nov 16, 2014.
-
⇑⇑⇑ Same problem
-
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. -
So i downloaded installed there is a config file but nothing loaded any help?
-
Can this work with GUIShop?
-
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 -
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/
-
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 -
Wulf Community Admin
-
-
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
-
Does it work with Human NPC
-
Work with npc?
-
if plugins.Find("Economics") then
API = plugins.Find("Economics") -
Upgrade pls this is version not compatibile with new economics
Thx -
is it normal tha i just upload the plugins and the config files is just empty
-
Almost four months later, do we have a fix for this yet? :3
-
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
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
-
Code:> oxide.reload shop [Oxide] 13:34 [Error] Failed to load plugin 'shop' (no source found)
so i tried
Code:> oxide.load shop [Oxide] 13:35 [Error] Failed to load plugin 'shop' (no source found)
-- EDIT--
nvm it was an issue of case sensitivity not the edits lolLast edited by a moderator: Jun 4, 2016 -
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:
-