• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

AAC MyACC + client version 11 store

Lurk

Active Member
Joined
Dec 4, 2017
Messages
336
Reaction score
48
Hello, I'm experimenting with MyACC MyAAC – Official site of the MyAAC. The best AAC in the world! (https://my-aac.org/) and I got the website running and the client, how can I change the in game store offers?

I edited some stuff on my gamestore.lua but when I try to buy the item I just added it simply doesn't arrive and it removes my tibia coins, any idea?
Lua:
{
        icons = { "Instant_Reward_Access.png" },
            name = "Sword",
            id = 2376,
            count = 1,
            number = 1,
            price = 100,
            description = "No matter where you are in Tibia, claim your daily reward on the spot!\n\n\n- only usable by purchasing character\n- added to your reward wall\n- maximum amount that can be owned by character: 90",
            type = GameStore.OfferTypes.OFFER_TYPE_ITEM,
        }
 
Last edited:
Back
Top