This plugin adds store images to your website that are used by Tibia 11 client.
Installation:
Go to Admin Panel, select 'Plugins', and then select tibia11-store.zip and click upload. That's all!
Configuration: in config.lua change:
To your URL!
for example: "http://my-server.net/store/"
You might need to enlarge your php upload limits, you can do this by editing php.ini file with this:
[MyAAC][Plugin] Tibia 11 Store Images
Installation:
Go to Admin Panel, select 'Plugins', and then select tibia11-store.zip and click upload. That's all!
Configuration: in config.lua change:
Code:
coinImagesURL = "http://localhost/store/"
for example: "http://my-server.net/store/"
You might need to enlarge your php upload limits, you can do this by editing php.ini file with this:
Code:
...