sorry but as you said it is not recommended and it is not what I described
- Manage that users auth_id via your app. Allocate a portion of those funds to the user.
thats exactly the point I described I dont want to do Allocate a portion of those funds to the user
I am not a coder and we have no coder and if we would have one we would never go this way and there was no app who did it this way.
could we agree that this is not what I proposed? because people will think that we are asking for something that already exists on MP
many app owner cant do a solid promo till today. and promos are a must for attracting new customers
looking at our app and other apps we see that many many customers disappeared. some came back with a new nick cause they feel a bit of shame that they need to wager lower than before. but all in all many customers are gone or pausing. but thats normal for a casino and therefore casinos need to do promos to attract new customers. if you agree with me so please give us the tools
Hi, so i followed a little bit the conversation.
'solid promo' are achievable on mp. Maybe not directly supported tho.
You can take my bot (dexonbot) an account I made for the promo I ran on my app for example.
The bot has his own server which connect on socketpot/the app server, to track the players bet and tip the winners of which ever promo that is running.
So what Craig was saying is, you could set up a 'counter' which could be a bot that is connected to your game and running a promo using the tip function (since the bot has a moneypot account to connect with)
And for what you were saying about chips, you can make either your bot or app server to handle them. (Bot would be for non-confidential app)
You can make your players to interact with your bot in case of non-confidential app.
Or make your server to handle your chips how ever you want. Build your own database to keep track, and arrange your game to be able to use them. If you're planning to give chips to your player so they can gamble them, well, (i'm not sure what's the point) you can make your own bet results on your server. (Since these aren't part of moneypot)
The bits that you give to your players can be used how ever they want.
Here's a module uni made that could help you (or your devs) out into making a "promo bot" for your apps:
https://www.npmjs.com/package/mp-tokenAfter that, players are free to use their wins from promo as they want since ... well, it's their bits now.
Hope it was clear and helped