Thanks Drahan,
Also with regards to purchasing character cards, pet cards and other web shop items, is the challenge right now a lack of a web developer?
Let me know as me and my colleague can probably help in that department.
No, we know how the system works. The problem is how to integrate it in-game.
So here's a detailed explanation of the issue at hand:
As you might know, in our version of the game you "purchase" new content using Fomorian Red Coins. These drop from monsters.
In essence, you play to win.
The problem is that Character Cards, Pet cards, and web shop items can only be created from direct database access, usually from a web server.
The game server has no capabilities of making HTTP requests or performing arbitrary SQL queries, because we do not have source code to the game server itself.
This means that the game server is literally incapable of creating these objects, so we cannot accept Fomorian Red Coins in exchange for them.