opentibiabr / otservbr-global-archived

Archived, read-only repository. New repository: https://github.com/opentibiabr/otservbr-global
GNU General Public License v2.0
331 stars 332 forks source link

Imagens do store não estão funcionando #659

Closed beluci-dev closed 5 years ago

beluci-dev commented 5 years ago

Coin store images are not loading, I tried to link externally and internally (same client PC) and none of the options worked, even with the correct url ...

image

image

image

image

image

yatozin commented 5 years ago

mine works http://otserver.ddns.net/images/store

beluci-dev commented 5 years ago

@yatozin how many time to update the image (client)? i upload mine and nothing until now... i already restarted my server 3 times, and the client too... Is there a cache I can clear?

yatozin commented 5 years ago

coinImagesURL = "http://otserver.ddns.net/images/store"

just write it correctly and it should work try remove "/ " at end

beluci-dev commented 5 years ago

i tried with your domain and nothing happens, i think is a kinda of cache, do you know how i clean?

d0gw4r commented 5 years ago

I use my own domain and it works fine. image

Don't forget to check the image names inside /images/store with your gamestore.lua. It also has case sensitive form. image

Also, check if the folder has rights, I mean, if otserver can access the folder, or if something is blocking it. So don't forget to give it the permission to access /images/store folder. image

If you're using ubuntu, you can put this on terminal: chmod -R 660 /www/images/store

For last, but not less important, you can try to clean your client's cache by deleting its data8 and prepared inside /storeimages folder. image

Then log-in and test again. image

beluci-dev commented 5 years ago

the url are fine, and the permissions too, you can check my store images in this url https://eleraglobal.com/images/store/64/xpboosticon.png and i am using client 10.00... doesnt have data8 and prepared folders....

d0gw4r commented 5 years ago

So, for Client 10 you must look:

In Desktop: Press: win + R Type: %appdata%

Look for this path: C:\Users\your_user\AppData\Roaming\Tibia\ImageCache

Clean all files inside there, then open your Client and test it.

dudantas commented 5 years ago

Solved, not is bug.

beluci-dev commented 5 years ago

@d0gw4r can you check my store folder in my website? https://eleraglobal.com/images/store/ are everything ok?

d0gw4r commented 5 years ago

No, it isn't. Try to change 'https' for 'http'. I'm getting page not found.