• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

AAC Shop system with Tibia Coins in MyAAC v0.8.20

hewraxs

Banned User
Joined
Jul 23, 2025
Messages
8
Reaction score
0
Hello Brothers.

Did anyone have Shop system (Tibia coins) with paypal as a payment method?
I have MyAAC v0.8.20 and i can't find shop system for that myacc.
I checked plugings from slawens, but there's no for v0.8. I will pay 100 euro
Greetings Friends.
 
When I click on shop offer, i see Shop with addons, items etc but when i logg in on ma account and click on shop offer, theres is error (HTTP ERROR 500)

Enable dev mode in config.local.php

$config['env'] = 'dev';

Then refresh the page, you should see an error.
 
Enable dev mode in config.local.php

$config['env'] = 'dev';

Then refresh the page, you should see an error.
Hello brother.
Its works but I need shop only with tibia coins, without items
and paypal As a form of payment. so that after purchase, players could buy items in the Tibia store in the client
 
Hello brother.
Its works but I need shop only with tibia coins, without items
and paypal As a form of payment. so that after purchase, players could buy items in the Tibia store in the client

Then remove the system/pages/gifts.php and leave only points.php

and in gesior-shop-system/plugins/gesior-shop-system/config.php

set

PHP:
$config['donation_type'] = 'coins';

Then you will be able to buy tibia coins. Don't also forget about paypal part in that config.php
 
Then remove the system/pages/gifts.php and leave only points.php

and in gesior-shop-system/plugins/gesior-shop-system/config.php

set

PHP:
$config['donation_type'] = 'coins';

Then you will be able to buy tibia coins. Don't also forget about paypal part in that config.php
ok, but still i have only pagseguro payment, no paypal, look
dsdsds.webp
Post automatically merged:

Then remove the system/pages/gifts.php and leave only points.php

and in gesior-shop-system/plugins/gesior-shop-system/config.php

set

PHP:
$config['donation_type'] = 'coins';

Then you will be able to buy tibia coins. Don't also forget about paypal part in that config.php
Ok, i got it, one more question
how to add "points" on website in shop column?
pointssss.webp
 
Last edited:
You can edit Menus in admin panel. There you can change also the links. That PagSeguro is from your myaac I think. You need to change the link to "points".

I would also suggest to migrate to latest myaac v1.8.1.
 
Last edited:
You can edit Menus in admin panel. There you can change also the links. That PagSeguro is from your myaac I think. You need to change the link to "points".

I would suggest to migrate to latest myaac v1.8.1, but that's just my opinion..
thank you bro
 
Back
Top