Nonoba Payment Suggestions

mintmanmintman

很久以前 | 帖子#1
First, finding this site was a goldmine. I'm very impressed with the ability for developers to create multiplayer games, and the capability for microtransactions.

That being said, I have a couple of suggestions for Nonoba Payment.

1.
I'm working on a multiplayer game which also has the potential for shop items.

I'd like to check if players own a particular item without resorting to sending a message for the client to check. That is, I want to be able to check for a purchase serverside. Correct me if I'm wrong, but I don't see any way to do this.

Not a big deal, because I can just find out through the client, but it would be a nice feature to have.

2.
I'm imagining a scenario: I have a one-time use "resource" which players will consistently want to buy more of, say grenades for a platform-action game, or gold for an RTS.
The way the store is laid out, I see no real way to accomplish this. (Again, maybe I'm just missing something.)

The simple solution would be a way to remove items which have been bought - then I could do the following:
Once the player logs in, I check to see if he has purchased a Bag O' Pineapples. If he has, I call SetData("grenades", GetData("grenades) + 5) for the player, adding 5 more grenades to his collection. Then, I remove the item, so that they don't consistently gain 5 more grenades.

I can see potential abuse of the "remove store item command," but it would help in such a situation.

--

Anyway, this site looks extremely promising. Keep up the good work.

Thanks,

mintman

zproxyzproxy

很久以前 | 帖子#2
Additionally the shop item could be described by metadata/attributes just like server options.

ChrisChris

很久以前 | 帖子#3
Hi Mintman

We are working on the serverside API to be able to access shop items.

Regarding one-time used resources each purchase has an ID attached to it. You can use the data API to determine which items have been bought already.

/Chris

回复主题

现在就注册以回复主题

5dyouxi

5dyouxi.com是一个独立的游戏网站,在这里你将可以免费玩到各种好玩的单人和多人游戏。

开发者工具

如果你是一位flash游戏开发者,我们有一些非常强大的工具来帮助你开发更加优秀的游戏。

经典游戏

为什么不试试我们这里的一些最为优秀的在线flash游戏呢?这可是完全免费的!

Copyright ©2007-2010 5dyouxi™ - All rights reserved.15,6001ms on NONOBA-WEB2
注册 或者