Method for Processing Data of Game Virtual Items, Game Platform System and Game System

A method is disclosed for processing data of virtual items by setting a unified virtual item data processing interface and a unified virtual item database. Processing data of virtual items includes: calling by a game the unified virtual item data processing interface; interacting by the unified virtual item data processing interface with the unified virtual item database, to process the data of virtual items. Also disclosed is a game platform system in which the unified virtual item data processing interface and the unified virtual item database are set. Also disclosed is a game system including a virtual item serving module. Also disclosed is a game system including a virtual item server. The present invention achieves unified processing of the virtual item data in the game systems, and solves the problems in the prior art such as high development cost, data chaos, maintenance difficulties and poor security.

Skip to: Description  ·  Claims  · Patent History  ·  Patent History
Description
CROSS-REFERENCES TO RELATED APPLICATIONS

This is a continuation of International Application No. PCT/CN2005/000860, which was filed on Jun. 15, 2005, and which, in turn, claimed the benefit of Chinese Patent Application No. 200410048777.1, which was filed on Jun. 18, 2004, the entire disclosures of which are hereby incorporated herein by reference.

BACKGROUND OF THE DISCLOSURE

1. Field of the Technology

The present invention relates to data processing technology in network games, and more particularly to a method for processing data of game virtual items, game platform system and game system.

2. Background of the Invention

Along with the rapid development of Internet and mobile communication technologies, online network game has become a kind of key data service for communication operators. Generally, one system of online network game includes one game, and the game and system are developed by the game developer and mobile terminal device manufacturer respectively, following different standards. The technological development trend is that the operator provides a unified game platform to run different games provided by game developers. The game platform supplies the functions of billing, timer, score management and session management. The game platform shields the specific telecommunication equipment protocols and the telecommunication network environments at service deployment for the game developers to simplify the development work at the server side. The Game Task Force of Open Mobile Association (OMA) is dedicated to the mobile online game platform standards.

On the other hand, various problems of the game virtual items are becoming increasingly distinct along with the popularization of online network game. Special laws have been enacted against network virtual item thefts in some countries with developed network game business. The virtual items refer to the equipments or pets in the games. The game players generally should spend a lot of time and pay a large sum of communication bills to obtain the virtual items. Therefore, it may greatly affects users' satisfactory and even arouse legal disputes if the game system is unable to properly process the data of virtual items or well manage the virtual items. It is urgent both in legislation and technology to effectively solve the various problems associated with the virtual items. At present, some companies suggest to install firewall or anti-hiker software at client to guarantee the security of virtual items and prevent the virtual items from being, stolen. But there is so far no technological improvement scheme for the game system is put forward to solve the problems associated with the virtual items.

Generally, multiple games provided by plural game developers run on one game platform. Each game is an independent system, and runs together with the game platform on the same computer server.

For instance, the virtual item data processing interfaces defined by OMA's game platform standards include the interface between game and game platform and the interface between client and game platform. A schematic diagram illustrating the architecture of game system in related art is shown in FIG. 1. The interfaces between Game Module 101 and Game Platform 102 include session management interface, communication interface, billing interface, score and match management interface, log interface, and timer interface, etc. And the interfaces between Client 100 and Game Platform 102 include logon and registration interface, game creation and match arrangement interface, game playing interface, score interface and message interface, etc.

Game Platform 102 maybe not provide the unified interfaces for processing data of virtual items, and the game's virtual item data processing is performed by respective Game Module 101 independently. Each Game Module 101 may have its own processing program of virtual item data and database for storing the data of virtual items with different data storage formats. The processing programs and storage formats may differ greatly from each other, especially when the games are developed by different game developers. Since the operator is generally unable to know the virtual item processing programs and data storage formats, the maintenance may be performed by the respective game developers independently. Since the operator cannot carry out unified maintenance, when a large number of games running at the same time, it may be very difficult to perform backup, statistics and analysis of the virtual items of these games respectively. The security and reliability of the processing programs completely rely on the respective game developers, and if a processing program of virtual item data developed by a game developer has security problems and leads to loss of game player's virtual items or data chaos, the operator may suffer from heavy loss. Moreover, the virtual items are virtual item data available in respective games, and they cannot be shared, circulated or transferred across different games, which may constrain the system functions.

SUMMARY OF THE INVENTION

A method for processing data of game virtual items comprises:

setting a unified virtual item data processing interface and a unified virtual item database;

calling, by a game, the unified virtual item data processing interface;

interacting, by the unified virtual item data processing interface, with the unified virtual item database, to process the data of virtual items.

A game platform system comprises a unified virtual item data processing interface and a unified virtual item database. The unified virtual item data processing interface receives a call instruction containing interface parameters sent by a game module supported by the game platform system, interacts with the unified virtual item database according to the call instruction and the interface parameters to process data of virtual items, and returns processing result to the game module that issued the call instruction. The unified virtual item database stores the virtual item data of the game module supported by the game platform system.

A game system comprises a client, a game module, a game platform, and a virtual item serving module. The virtual item serving module comprises a unified virtual item data processing interface and a unified virtual item database. The unified virtual item data processing interface receives a call instruction containing the interface parameters from the game module, and interacts with the unified virtual item database according to the call instruction and the interface parameters to process data of virtual items, and returns processing result to the game module that issued the call instruction. The virtual item database stores the data of virtual items of the game system.

In an alternative embodiment, a game system comprises a client, a game module and a virtual item server. The virtual item server comprises a unified virtual item data processing interface and a unified virtual item database. The unified virtual item data processing interface receives a call instruction containing the interface parameters from the game module, and interacts with the unified virtual item database according to the call instruction and the interface parameters to process data of virtual items, and returns processing result to the game module that issued the call instruction. The virtual item database stores the virtual item data of the game module.

BRIEF DESCRIPTION OF THE DRAWINGS

FIG. 1 is a schematic diagram illustrating the architecture of game system in the prior art.

FIG. 2 is a flow chart illustrating data processing of virtual items in accordance with an embodiment of the present invention.

FIG. 3 is a flow chart illustrating the creation of virtual items in accordance with an embodiment of the present invention.

FIG. 4 is a flow chart illustrating the distribution of virtual items in accordance with an embodiment of the present invention.

FIG. 5 is a flow chart illustrating the modification of virtual items in accordance with an embodiment of the present invention.

FIG. 6 is a flow chart illustrating the trade of virtual items between users in accordance with an embodiment of the present invention.

FIG. 7a is a flow chart illustrating a user selling virtual items to the game system in accordance with an embodiment of the present invention.

FIG. 7b is a flow chart illustrating a user buying virtual items from the game in accordance with an embodiment of the present invention.

FIG. 8a is a flow chart illustrating the bestowal of virtual items in accordance with an embodiment of the present invention.

FIG. 8b is a flow illustrating the share of virtual items in accordance with an embodiment of the present invention.

FIG. 8c is a flow chart illustrating the exchange of virtual items in accordance with an embodiment of the present invention.

FIG. 9a is a flow chart illustrating the first mode of virtual item inquiry in accordance with an embodiment of the present invention.

FIG. 9b is a flow chart illustrating the second mode of virtual item inquiry in accordance with an embodiment of the present invention.

FIG. 9c is a flow chart illustrating the third mode of virtual item inquiry in accordance with an embodiment of the present invention.

FIG. 10 is a flow chart illustrating the statistics of virtual items in accordance with an embodiment of the present invention.

FIG. 11a is a schematic diagram illustrating the structure of the game system in accordance with an embodiment of the present invention.

FIG. 11b is a schematic diagram illustrating the structure of the game system in accordance with an embodiment of the present invention.

FIG. 12 is a schematic diagram illustrating the structure of the game system in accordance with an embodiment of the present invention.

DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS

FIG. 2 is a flow chart illustrating the data processing of virtual items in accordance with an embodiment of the present invention. As shown in FIG. 2, after the unified virtual item data processing interface (referred to as the virtual item data processing interface hereinafter) and the unified virtual item database (referred to as the virtual item database hereinafter) are set in the game systems, the procedure of processing data of virtual items may be realized by the following two major steps:

Step 201: The game in the game system may call the virtual item data processing interface during its running process.

Step 202: The virtual item data processing interface interacts with the virtual item database to realize data processing of virtual items.

A detailed description of the specific data processing of virtual items is provided hereinafter.

First of all, a brief description of virtual item is provided. The virtual items may be brought with the virtual money owned by users, and the virtual items owned by users may be sold to get virtual money. A user may carry out virtual item trade with other users or with the game system. The virtual items and virtual money may be gained or lost due to users' certain behaviors according to the game rules, or may be gained or lost under certain conditions of the game system.

Next, a description of the virtual item database is given.

According to the present invention, the virtual item database may include multiple database tables associated with virtual item data, wherein the most elementary three tables are the game information table, the user information table and the virtual item table.

The game information table, includes game ID, game name and game version.

The user information table includes user ID and quantity of virtual money.

The virtual item table includes virtual item ID, virtual item attribution, and attributive user ID. Multiple fields are reserved in the virtual item table for each of the games to decide the definitions of the fields according to its needs so as to facilitate the extension of game functions and data contents. Wherein, the virtual item attribution generally occupies multiple fields, including common attributions of the same type virtual items such as item sort and the attributive game ID, as well as the special attribution of an individual virtual item, such as status.

The above three tables are the elementary tables of the virtual item data. Database tables may be added into the database when the above database's design is modified to reduce data redundancy and achieve more virtual item processing functions. The modified database may include the following database tables:

The game information table includes game ID, game name and game version. For instance, the game information table is shown in Table. 1.

TABLE 1 Game Information Table PK Game ID Game name Game version

The user information table includes user ID and quantity of virtual money. For instance, the user information table is shown in Table. 2.

TABLE 2 User Information Table PK User ID Quantity of virtual money

Virtual item sort table includes fields of virtual item sort ID, attributive game ID, value, undistributed quantity, and distributed quantity. Multiple fields may be reserved for each game to decide the definitions of the fields according to the game's needs so as to facilitate the extension of game functions and data contents. For instance, the virtual item sort table is shown in Table 3.

TABLE 3 Virtual Item Sort Table PK Virtual item sort ID Virtual item sort ID Sort name Attributive game ID Value Undistributed quantity Distributed quantity Reserved field 1 Reserved field 2

This table includes the elementary information of virtual item attribution such as the fields of item sort and the attributive game ID which is originally included in the virtual item table, reducing data redundancy. Obviously, the value of virtual item may also be defined in the virtual item sort table, i.e., the same sort of virtual items are of the same value. The way of determining the value of virtual item is: when determining the value of a virtual item, search the virtual item table first, and the value of the virtual item is the value of the value field associated with the virtual item if this field is not null, or the value of the virtual item is the value of the value field in the associated virtual item sort table if the value field associated with the virtual item is null. In this way, two charging modes are compatible simultaneously so as to meet the needs of different games.

The virtual item attributive table includes fields of the virtual item ID, and attributive user ID. For instance, the virtual item attributive table is shown in Table 4.

TABLE 4 Virtual Item Attributive Table PK Virtual item sort ID PK User ID

In Table 4, the relationship between virtual items and attributive users is multiple-to-multiple relationship, therefore multiple users may share one virtual item.

With the above two tables associated with virtual items, the structure of the virtual item table may be modified flexibly, e.g., the virtual item table may include fields of virtual item ID, virtual item sort ID, value, and the special attribution of an individual virtual item such as status. Plural fields may be reserved for each of the games to decide the definitions of the reserved fields according to its needs so as to facilitate the extension of game functions and data contents.

The virtual item table includes fields of virtual item ID, virtual item sort ID, value and status. Plural fields may be reserved for each of the games to decide the definitions of the reserved fields according to its needs so as to facilitate the extension of game functions and data contents. The virtual item table records the information of the distributed virtual items. One virtual item has a unique virtual item ID, so the field of virtual item ID may be configured as auto numbering type in the database to ensure the unique of the virtual item ID easily. For instance, the virtual item table is shown in Table 5.

TABLE 5 Virtual Item Table PK Virtual item ID Virtual item sort ID Value Status Reserved field 1 Reserved field 2

In the above tables, the fields marked with PK are the primary keys of the database tables respectively.

The virtual item database may be arranged in a distributed mode or in a cluster mode so as to prevent individual computer from overloading.

A description of the virtual item data processing interface is given hereunder. The virtual item data processing interface may be achieved completely with software, for instance, a virtual item data processing interface is designed according to the game's rules.

The virtual item data processing interface is divided into several parts such as virtual item creation, virtual item distribution, virtual item modification, virtual item trade, virtual item transfer, virtual item inquiry and virtual item statistics. Each of the parts comprises one or more interfaces. The game system may provide all or part of the interfaces as required.

The virtual item data processing method adopted by all the interfaces includes three basic steps: checking the validity of the interface parameters, interacting with the virtual item database to implement data processing of virtual items, and returning the data processing results of virtual items.

The processing interfaces of virtual item data associated with different designs of virtual item database are achieved in different ways. In light of the virtual item database with the game information table, the user information table, the virtual item table, the virtual item sort table and the virtual item attributive table, a detailed description is made hereinafter for data processing procedures comprising virtual item creation, virtual item distribution, virtual item modification, virtual item trade, virtual item transfer, virtual item inquiry and virtual item statistics.

FIG. 3 is a flow chart illustrating the creation of virtual items in accordance with an embodiment of the present invention. The creation of virtual items relates to the virtual item sort table. In this embodiment, the creation of virtual items comprises the following steps:

Step 301: A virtual item data processing interface receives the creation instruction containing the interface parameters from the game, checks the validity of interface parameters, and if the interface parameters are valid, proceed to Step 302; otherwise, proceed to Step 307.

The interface parameters include the virtual item sort ID, the sort name, the attributive game ID, the value of the virtual and the quantity of the virtual item.

In this process, the data type of parameter, the range of value and null field may be checked. Some wrong or illegal operations may be filtered through elementary check to enhance the security and reliability of the system and raise the efficiency of the system. For instance, if the virtual item ID is defined as 10-bit character in the database, and the value of a virtual item ID in an interface parameter is a 5-bit character, an error prompt may be returned after checking the validity of interface parameters, instead of returning the error prompt after searching the virtual item database and failing to find the desired virtual item. Since the database operations are time consuming and occupy system resources, invalid database operations should be avoided as much as possible.

Step 302: Search the virtual item sort table based on the virtual item sort ID in the interface parameters.

Step 303: Decide whether the record associated with the virtual item sort ID in the interface parameters exists in the virtual item sort table, if exists, proceed to Step 304; otherwise, proceed to Step 306.

Step 304: Modify the values of the associated fields in the existing record, e.g., modify the values of the sort name field, the attributive game ID field and the value field in the record to the values of the corresponding interface parameters.

Step 305: Modify the field of undistributed quantity in the existing record by adding quantity of the virtual item in the interface parameters to the original value of the field of undistributed quantity, and then proceed to Step 307.

Step 306: Add a record in the virtual item sort table directly. The values of the fields in the created record are corresponding values of the interface parameters respectively.

Step 307: Return the creation result to the game which called this interface. The creation result may contain the success or failure information, or the creation result may further contain an error description if creation failure.

FIG. 4 is a flow chart illustrating the distribution of virtual items in accordance with an embodiment of the present invention. The distribution of virtual items relates to three database tables: the virtual item sort table, the virtual item table and the virtual item attributive table. In this embodiment, the distribution of virtual items comprises the following steps:

Step 401: A virtual item data processing interface receives the virtual item distribution instruction containing the interface parameters from, the game, and checks the validity of the interface parameters, and if the interface parameters are valid, proceed to Step 402; otherwise, proceed to Step 408.

The interface parameters include the virtual item sort ID, the user ID and the quantity of the virtual item. The process of checking the validity is as same as Step 301.

Step 402: Search the virtual item sort table based on the virtual item sort ID in the interface parameters.

Step 403: Decide whether the record associated with the virtual item sort ID in the interface parameters exists in the virtual item sort table, and if exists, proceed to Step 404; otherwise, proceed to Step 408.

Step 404: Decide whether the quantity of the virtual item in the interface parameters is not greater than the undistributed quantity in the associated record, and if yes, proceed to Step 405; otherwise, proceed to Step 408.

Step 405: Modify the associated record in the virtual item sort table by subtracting the quantity of the virtual item in the interface parameters from the original value of the undistributed quantity field, and adding the quantity of the virtual item in the interface parameters to the original value of the distributed quantity field.

Step 406: Add records in the virtual item table. The quantity of the created records equals to the quantity of the virtual item parameter in the interface parameters. The virtual item ID in the created record is generated by the program or database.

In this embodiment, the virtual item ID is generated in two ways. One way is that the field of virtual item ID in the virtual item table is configured as auto numbering type of the database. The other way is that the virtual item ID is generated by the program with a certain algorithm under the precondition of unique virtual item ID, for instance, obtaining the maximum value of the virtual item ID in the virtual item table, and then taking the maximum maximum plus 1 as the generated virtual item ID. There are also many other algorithms well known by the skilled in the art, and no more description for these algorithms is given here.

The above mentioned auto generating methods for the virtual item ID are applicable to all the processing interfaces of virtual item data having the function of generating virtual item ID in the present invention.

Step 407: Add the association relationship between the above mentioned virtual item ID and the user ID of the interface parameters, i.e., the attributive record, in the virtual item attributive table.

Step 408: Return the distribution result to the game which called the processing interface. The distribution result may contain the success or failure information, or the distribution result may further contain an error description if distribution failure.

FIG. 5 is a flow chart illustrating the modification of virtual items in accordance with the present invention. The modification of virtual items relates to the virtual item table. In this embodiment, the modification of virtual items comprises the following steps:

Step 501: A virtual item data processing interface receives the virtual item modification instruction containing the interface parameters from the game, checks the validity of the interface parameters, and if the interface parameters are valid, proceed to Step 502; otherwise, proceed to Step 505.

The interface parameters include the virtual item ID, the attribution field name and the attribution field value. The attribution field name may be a list of attribution fields, and the attribution field value is also an associated list of attribution values, thus plural attributions of virtual items may be modified simultaneously. The step of checking the validity of the interface parameters is as same as Step 301.

Step 502: Search the virtual item table based on the virtual item ID in the interface parameters.

Step 503: Decide whether the record associated with the virtual item sort ID in the interface parameters exists in the virtual item table, if exists, proceed to Step 504; otherwise, proceed to Step 505.

Step 504: Modify the values of the fields in the existing record in the virtual item table according to the attribution field names and attribution field values in the interface parameters.

Step 505: Return the modification result to the game which called the processing interface. The modification result may contain the success or failure information, or the modification result may further contain an error description if modification failure.

The trade of virtual items includes the trade between users and the trade between users and the system. The descriptions are given respectively hereinafter.

The trade between users includes two cases: a user sells the virtual items that he owns, or the user buys virtual items from other users. The data processing procedures are identical in these two cases.

FIG. 6 is a flow chart illustrating the trade of virtual items between users in accordance with the present invention. The trade of virtual items between users relates to four database tables: the virtual item sort table, the virtual item table, the virtual item attributive table and the user information table. In this embodiment, the trade of virtual items comprises the following steps:

Step 601: A virtual item data processing interface receives the virtual item trade instruction containing the interface parameters from the game, checks the validity of the interface parameters, and if the interface parameters are valid, proceed to Step 602; otherwise, proceed to Step 608.

The interface parameters include the virtual item ID, the seller's user ID and the buyer's user ID, and price of the virtual item.

Step 602: Search the virtual item table based on the virtual item ID in the interface parameters.

Step 603: Decide whether the record associated with the virtual item sort ID in the interface parameters exists in the virtual item table, if exists, proceed to Step 604; otherwise, proceed to Step 608

Step 604: Delete the record with which the virtual item ID is associated in the virtual item attributive table. Before deleting the record, decide whether the record associated with the virtual item ID and the seller's user ID of the interface parameters exists in the virtual item attributive table, if exists, proceed to Step 604; otherwise, proceed to Step 608.

Step 605: Insert the record of virtual item attributive data associated with the virtual item ID and the buyer's user ID of the interface parameters into the virtual item attributive table.

Step 606: Modify the user information table by subtracting the value of the virtual item from the virtual money quantity in the record associated with the buyer's user ID of the interface parameters.

Step 607: Modify the user information table by adding the value of the virtual item to the virtual money quantity in the record associated with the original attributive seller's user ID. If the virtual item was owned by multiple users, its value is averaged by the number of the owners and the averaged value is added into the virtual money quantity of each of the owners.

Step 608: Return the selling result to the game which called the processing interface. The selling result may contain the success or failure information, or the selling result may further contain error description if selling failure.

In this embodiment, the way of determining the value of a virtual item is that the price input in the interface parameters is the value of virtual item. In practical terms, the price of the virtual item may be not included in the interface parameters. In this case, the value field of the associated record in the virtual item table may be found through database retrieve, and this value is the value of the virtual item. If there is no value in the value field of the associated record in the virtual item table, the virtual item sort table is searched, and the value of the virtual item is the value of the value field of the associated record in virtual item sort table.

The above mentioned way of determining the value of virtual item is applicable to all the processing interfaces of virtual item data which having function of processing data of value in the present invention.

FIG. 7a is a flow chart illustrating a user selling virtual items to the game system in accordance with an embodiment of the present invention. The sale of virtual items to the system relates to four database tables as well: the virtual item sort table, the virtual item table, the virtual item attributive table and the user information table. In this embodiment, the sale of virtual items to the system comprises the following steps:

Step 701: A virtual item data processing interface receives the virtual item selling instruction containing the interface parameters from the game, checks the validity of the interface parameters, and if the interface parameters are valid, proceed to Step 702; otherwise, proceed to Step 709.

The interface parameters include the virtual item ID, the user ID and the price of the virtual item. The user ID in this embodiment refers to the seller ID.

Step 702: Search the virtual item attributive table based on the virtual item ID and the user ID in the interface parameters.

Step 703: Decide whether the associated record exists in the virtual item attributive table i.e., whether the seller owns the virtual item, and if exists, proceed to Step 704; otherwise, proceed to Step 708.

Step 704: Modify the associated record in the virtual item sort table by adding 1 to the value of the undistributed quantity field while subtracting 1 from the value of the distributed quantity field.

It is generally the case that the user owns one virtual item of the same sort and he sells this one virtual item to the system. If the user owns multiple virtual items of the same sort and he desires to sell them all, it may be realized by repeated calling this virtual item data processing interface.

Step 705: Delete the associated record from the virtual item table based on the virtual item ID in the interface parameters.

Step 706: Delete the association relationship between the above mentioned virtual item ID and seller's user ID of the interface parameters, i.e., the attributive record, from the virtual item attributive table.

Step 707: Modify the user information table by adding the value of the virtual item to the virtual money in the record associated with the seller's user ID of the interface parameters.

Step 708: Return the selling result to the game which called the processing interface. The selling result may contain the success or failure information, or the selling result may further contain an error description if selling failure.

FIG. 7b is a flow chart illustrating a user buying virtual items from the system in accordance with the present invention. The buying from the system relates to four database tables as well: the virtual item sort table, the virtual item table, the virtual item attributive table and the user information table. In this embodiment, the buying from the system comprises the following steps:

Step 711: A virtual item data processing interface receives the virtual item buying instruction containing the interface parameters from the game, checks the validity of the interface parameters, and if the interface parameters are valid, proceed to Step 712; otherwise, proceed to Step 719.

The interface parameters include the virtual item sort ID, the user ID, the price and the quantity of the virtual item. The user ID in this embodiment refers to the buyer's ID, and the buyer may be singular or plural.

Step 712: Search the virtual item sort table based on the virtual item sort ID in the interface parameters.

Step 713: Decide whether the record associated with the virtual item sort ID in the interface parameters exists in the virtual item sort table, i.e., if there is the virtual item of this sort in the database, if exists, proceed to Step 714; otherwise, proceed to Step 719.

Step 714: Decide whether the quantity of the virtual item in the interface parameters is not greater than the undistributed quantity in the corresponding record, and if yes, proceed to Step 715; otherwise, proceed to Step 719.

Step 715: Modify the corresponding record in the virtual item sort table by subtracting the quantity of the virtual item in the interface parameters from the value of the undistributed quantity field while adding the quantity of the virtual item in the interface parameters to the value of the distributed quantity field.

Step 716: Add a record in the virtual item table. The value of quantity field of the added record equals to the quantity of the virtual item in the interface parameters. The virtual item ID of the added record is generated by the program or database.

Step 717: Add the association relationship between the above mentioned virtual item ID and the user ID of the interface parameters, i.e., the attributive record, into the virtual item attributive table.

Step 718: Modify the user information table by subtracting the value of the virtual item from the virtual money quantity in the record associated with the user ID of the buyer in the interface parameters.

Step 719: Return the buying result to the game which called the interface program. The buying result may contains the success or failure information, or the buying result may further contains an error description if buying failure.

The present invention may conveniently achieve the transfer of virtual items. The transfer of virtual items includes virtual item bestowal, virtual item share, and virtual item exchange. Their descriptions are given respectively hereinafter.

1. Virtual item bestowal. FIG. 8a is a flow chart illustrating the virtual item bestowal in accordance with an embodiment of the present invention. The virtual item bestowal relates to the virtual item attributive table. In this embodiment, the virtual item bestowal comprises the following steps:

Step 801: A virtual item data processing interface receives the virtual item bestowal instruction containing the interface parameters from the game, checks the validity of the interface parameters, and if the interface parameters are valid, proceed to Step 802; otherwise, proceed to Step 805.

The interface parameters include the virtual item ID, the original attributive user ID, and the bestowed user ID.

Step 802: Search the virtual item attributive table based on the original the attributive user ID, the bestowed user ID and the virtual item ID in the interface parameters.

Step 803: Decide whether the original attributive user owns the virtual item associated with the virtual item ID in the interface parameters, if the original attributive user owns the virtual item, proceed to Step 804; otherwise, proceed to Step 805.

Step 804: Delete the record of attributive relationship between the original attributive user and the virtual item ID, and add the record of attributive relationship between the bestowed user and the virtual item ID in the interface parameters.

Step 805: Return the bestowal result to the game which called the processing interface. The bestowal result may contain the success or failure information, or the bestowal result may further contain an error description if bestowal failure.

2. Virtual item share. FIG. 8b is a flow chart illustrating the virtual item share in accordance with an embodiment of the present invention. The virtual item share relates to the virtual item attributive table. In this embodiment, the virtual item share comprises the following steps:

Step 811: A virtual item data processing interface receives the virtual item share instruction containing the interface parameters from the game, checks the validity of the interface parameters, and if the interface parameters are valid, proceed to Step 812; otherwise, proceed to Step 815.

The interface parameters include the virtual item ID, the attributive user ID, and the sharing users ID list.

Step 812: Search the virtual item attributive table based on the virtual item ID and the attributive user ID in the interface parameters.

Step 813: Decide whether the associated record exists in the virtual item attributive table, i.e., if the user associated with the attributive user ID in the interface parameters owns the virtual item, and if exists, proceed to Step 814; otherwise, proceed to Step 815.

Step 814: Add the record of share relationship between the sharing users ID list and the virtual item ID in the interface parameters into the virtual item attributive table.

Step 815: Return the share result to the game which called the processing interface. The share result may contain the success or failure information, or the share result may further contain an error description in share failure.

3. Virtual item exchange. FIG. 8c is a flow chart illustrating the virtual item exchange in accordance with an embodiment of the present invention. The virtual item exchange relates to the virtual item attributive table. In this embodiment, the virtual item exchange comprises the following steps:

Step 821: A virtual item data processing interface receives the virtual item exchange instruction containing the interface parameters from the game, checks the validity of the interface parameters, and if the interface parameters are valid, proceed to Step 822; otherwise, proceed to Step 825.

The interface parameters include the virtual item ID 1, the virtual item ID 2.

Step 822: Search the attributive user IDs respectively associated with the virtual item ID 1 and the virtual item ID 2 in the interface parameters in the virtual item attributive table.

Step 823: Decide whether the users associated with the virtual item ID 1 and the virtual item ID 2 are the same, if same, proceed to Step 825; otherwise, proceed to Step 824.

Step 824: Modify the user ID associated with the virtual item ID 1 in the virtual item attributive table into the user ID associated with the virtual item ID 2, and modify the user ID associated with the virtual item ID 2 into the user ID associated with the virtual item ID 1.

Step 825: Return the exchange result to the game which called the processing interface. The exchange result may contain the success or failure information, or the exchange result may further contain an error description in exchange failure.

A description of virtual item inquiry process is given hereinafter. The virtual item inquiry in the present invention comprises three modes:

First mode: Inquiry of the specified virtual item's sort information;

Second mode: Inquiry of the specified virtual item's detailed information;

Third mode: Inquiry of the virtual items owned by a specified user.

The descriptions for the three modes are given respectively hereinafter.

1. Inquiry of the specified virtual item's sort information. FIG. 9a is a flow chart illustrating the first mode of virtual item inquiry in accordance with an embodiment of the present invention. The virtual item inquiry relates to the virtual item table and virtual item sort table, and comprises the following steps:

Step 901: A virtual item data processing interface receives the virtual item inquiry instruction containing the interface parameters from the game, checks the validity of the interface parameters, and if the interface parameters are valid, proceed to Step 902; otherwise, proceed to Step 905.

The interface parameters include the virtual item ID

Step 902: Search the virtual item table based on the virtual item ID in the interface

Step 903: Decide whether the associated record exists in the virtual item table, if exists, proceed to Step 904; otherwise, proceed to Step 905.

Step 904: Search the virtual item sort table based on the value of virtual item sort ID field in the retrieved record to obtain the sort information of the virtual item.

Step 905: Return the inquiry result to the game which called the processing interface. The inquiry result may contain the success or failure information, or the inquiry result may further contain an error description in inquiry failure.

2. Inquiry of the specified virtual item's detailed information. FIG. 9b is a flow chart illustrating the second mode of virtual item inquiry in accordance with an embodiment of the present invention. The virtual item inquiry relates to the virtual item table, and comprises the following steps:

Step 911: A virtual item data processing interface receives the virtual item inquiry instruction containing the interface parameters from the game, checks the validity of the interface parameters, and if the interface parameters are valid, proceed to Step 912; otherwise, proceed to Step 914.

The interface parameters include the virtual item ID.

Step 912: Search the virtual item table based on the virtual item ID in the interface parameters.

Step 913: Decide whether the associated record exists in the virtual item table, if exist, obtain the values of fields of the associated record in the virtual item table before proceed to Step 914; otherwise, proceed to Step 914 directly.

Step 914: Return the inquiry result to the game which called the interface. The inquiry result may contain the success or failure information, or the inquiry result may further contain error description if inquiry failure.

3. Inquiry of the virtual items owned by a specified user. FIG. 9c is a flow chart illustrating the third mode of virtual item inquiry in accordance with an embodiment of the present invention. The virtual item inquiry relates to virtual item attributive table, and comprises the following steps:

Step 921: A virtual item data processing interface receives the virtual item inquiry instruction containing the interface parameters from the game, checks the validity of the interface parameters, and if the interface parameters are valid, proceed to Step 922; otherwise, proceed to Step 924.

The interface parameters include the user ID.

Step 922: Search the virtual item attributive table based on the user ID in the interface parameters.

Step 923: Retrieve the virtual item ID list associated with the user ID.

Step 924: Return the inquiry result to the game which called the processing interface. The inquiry result may contain the success or failure information, or the inquiry result may further contain an error description if inquiry failure.

The present invention is able to achieve the statistics of virtual items.

FIG. 10 is a flow chart illustrating of the statistics of virtual items in accordance with an embodiment of the present invention. The statistics of virtual items relates to the virtual item sort table and the virtual item table, and comprises the following steps:

Step 10: A virtual item data processing interface receives the virtual item statistics instruction containing the interface parameters from the game, checks the validity of the interface parameters, and if the interface parameters are valid, proceed to Step 11; otherwise, proceed to Step 12.

The interface parameters include the game ID.

Step 11: Search the virtual item sort table based on the game ID to retrieve the information of virtual item sort associated with the game ID, e.g., the distributed quantity and undistributed quantity of each virtual item sort.

Step 12: Return the statistics result to the game which called the processing interface. The statistics result may contain the success or failure information, or the statistics result may further contain an error description if statistics failure.

The foregoing is a detailed description of the functions of the processing interfaces of virtual item data. In practical terms, the specific type of processing interface may be an Application Program Interlace (API), e.g., JAVA API, C++ Dynamic Link Library (DLL), or may be an interface with message instructions, such as a progress of Man-Machine Interaction Language (MML).

In the present invention, the existing game system is modified according to the idea of storing all virtual item data of a game system in one database and processing the data in a unified way. A detailed description is given hereinafter with three embodiment of the game system.

FIG. 11a is a schematic diagram illustrating the structure of the game system in accordance with an embodiment of the present invention. The game system includes Client 110, Game Module 111 and Game Platform 112. The Game Platform 112 includes Virtual Item Serving Module 113, and Virtual Item Management Module 116 which includes Virtual item data processing interface 114 and Virtual Item Database 115.

The Game Platform 112 including Virtual Item Serving Module 113 and Virtual Item Management Module 116 is the new game platform system put forward by this embodiment of the present invention.

In this embodiment, Game Module 111 sends to Virtual item data processing interface 114 in Game Platform 113 a call instruction containing interface parameters. Having received the instruction, Virtual Item Data Processing Interface 114 interacts with Virtual Item Database 115 to process the virtual item data according to the instruction and the interface parameters therein, and then returns the processing result to Game Module 111 that has issued the call instruction.

In this embodiment, the call instruction issued by Game Module 111 may be a virtual item creation instruction, a virtual item distribution instruction, a virtual item modification instruction, a virtual item trade instruction, a virtual item transfer instruction, a virtual item inquiry instruction and a virtual item statistics instruction.

The virtual item trade instruction may include the instruction of virtual item trade between users, the instruction of a user selling virtual items to the system and the instruction of a user buying virtual items from the system.

The virtual item transfer instruction may include the instructions of virtual item bestowal, virtual item share, and virtual item exchange.

In this embodiment, Virtual Item Data Processing Interface 114 may include the virtual item creation interface, the virtual item distribution interface, the virtual item modification interface, the virtual item trade interface, the virtual item transfer interface, the virtual item inquiry interface, and the virtual item statistical interface.

The procedure of Virtual Item Data Processing Interface 114 processing data of virtual items according to the call instructions issued by Game Module 111 is identical to those illustrated in FIG. 3 to FIG. 10, therefore no further description is provided here any longer.

In this embodiment, Virtual Item Management Module 116 of Game Platform 112 is an interface for the operator to carry out management and maintenance. It may either be a program with graphics user interface (GUI), or a program with command line interface. Like the game module, Virtual Item Management Module 116 may send to Virtual Item Data Processing Interface 114 in Virtual Item Serving Module 113 the call commands containing interface parameters issued by the operator and received via the graphic user interface or command line interface. Upon receiving the instruction, Virtual Item Data Processing Interface 114 interacts with Virtual Item Database 115 according to the instruction and the interface parameters therein to carry out virtual item data processing, and then returns the processing result to Virtual Item Management Module 116 that has issued the call instruction. Virtual Item Management Module 116 displays the call result to facilitate the operator's management and maintenance. In practical terms, whether the virtual item management module should be set is determined according to the operator's demand.

In this embodiment, the instruction issued by Virtual Item Management Module 116 may be the virtual item creation instruction, the virtual item inquiry instruction and the virtual item statistics instruction.

When a new game module is added in the game system, new virtual items may be added by sending virtual item creation instructions to Virtual Item Data Processing Interface 114 in Virtual Item Serving Module 113 via Virtual Item Management Module 116. The operator may issue virtual item inquiry instructions or statistics instructions to Virtual Item Data Processing Interface 124 in Virtual Item Server 123 via Virtual Item Management Module 126 to obtain the desired information of the virtual item stock in the virtual item database.

Obviously, Virtual Item Management Module 116 may be set independently. FIG. 11b is a schematic diagram illustrating the structure of the game system in accordance with an embodiment of the present invention. In this embodiment, Virtual item Management 116 is set independently instead of being set in Game Platform 112.

FIG. 12 is a schematic diagram illustrating the structure of the game system in accordance with an embodiment of the present invention. The game system in this embodiment includes an independent Virtual Item Server 123 and Virtual Item Management Module 126 besides Client 120, Game Module 121 and Game Platform 122. Virtual Item Server 123 includes Virtual Item Data Processing Interface 124 and Virtual item Database 125.

In this embodiment, Game Module 121 sends to Virtual Item Data Processing Interface 124 in Virtual Item Server 123 a call instruction containing interface parameters according to the game rules. Upon receiving the instruction, Virtual Item Data Processing Interface 124 interacts with Virtual Item Database 125 to process the virtual item data according to the instruction and the interface parameters therein, and then returns the processing result to Game Module 121 that has issued the call instruction.

In this embodiment, the call instruction issued by Game Module 121 is the same as that in the embodiment illustrated in FIG. 11.

In this embodiment, Virtual Item Management Module 126 is an independent module, and it may also be set in Game Platform 122 as illustrated in FIG. 11, or in Virtual Item Server 123. The operating principles of Virtual Item Management Module 126 are the same as those of Virtual Item Management Module 116 illustrated in FIG. 11, and no more description is given here.

Virtual Item Data Server 124 may also adopt dual-set mode or cluster mode to ensure security and reliability of the game system.

In addition, the quantity and sort of the games on the game platform need not fixed if the games adopt the interfaces and data storage format defined in the present invention. When a new game is added on the game platform, the quantity of virtual items in the game may be decided according to the game's capacity, anticipated user population and the game's characteristics. The game developer puts the information and quantity of all the virtual items into a form in the same format with that of the virtual item sort table, and provides the form to the operator. The operator reviews the form and imports the data into the virtual item database. Virtual items may be added with similar operations afterward. When a game is out of date or the game's benefit is poor, the operator has ability to delete the game with a period of time reserved before deleting so that users may be notified and change their virtual items into virtual money. The game's virtual items are checked when the game is deleted. If there is/are any virtual item(s) still owned by the user(s), the virtual item(s) is/are converted into equivalent virtual money for the user(s), and then the data records associated with all the virtual items of the game are deleted. The above mentioned management and maintenance operations may be carried out via the virtual item management module.

In practical terms, in the case of a game system that runs one game, an independent virtual item server may be set as illustrated in the embodiment in FIG. 12 used for processing virtual item data if the quantity of virtual items are huge, and the processing method is the same as that of the embodiment in FIG. 12 except that the functions of the game platform are all accomplished by the game module.

In addition, it is also permitted to run the games that do not use the unified virtual item data processing interfaces and virtual item database on the game platform for compatibility.

The above mentioned embodiments show that the method for processing game virtual item data, the game platform system and game systems in the present invention achieve unified processing of virtual item data in the game systems as well as share, circulation and transfer of virtual item data among the games, and solve the problems in prior art such as data chaos, maintenance difficulties and poor security, and simultaneously lower the development cost.

Claims

1. A method for processing data of virtual items used in a game system, comprising:

setting a unified virtual item data processing interface and a unified virtual item database;
calling, by a game, the unified virtual item data processing interface;
interacting, by the unified virtual item data processing interface, with the unified virtual item database, to process the data of virtual items.

2. The method of claim 1, wherein the unified virtual item data processing interface and the unified virtual item database are set in a game platform or a virtual item server.

3. The method of claim 1, wherein:

the process of calling comprises: calling, by the game, the unified virtual item data processing interface with a call instruction containing interface parameters; and
the process of interacting by the unified virtual item data processing interface with the unified virtual item database to process the data of virtual items comprises:
upon receiving the call instruction containing the interface parameters, checking, by the unified virtual item data processing interface, the validity of the interface parameters; and
if the interface parameters are valid, interacting, by the unified virtual item data processing interface, with the unified virtual item database according to the call instruction and the interface parameters to process the data of virtual items, and returning a virtual item data processing result to the game that issued the call instruction; and
if the interface parameters are invalid, returning a result of call failure to the game that issued the call instruction.

4. The method of claim 1, wherein the unified virtual item database comprises one or more of a game information table, a user information table, a virtual item table, a virtual item sort table and a virtual item attributive table.

5. The method of claim 4, wherein:

when creating a virtual item, the process of calling comprises: calling, by the game, the unified virtual item data processing interface with a virtual item creation instruction containing interface parameters; and
the interface parameters comprise a virtual item sort ID, a virtual item sort name, an attributive game ID, price of the virtual item and quantity of the virtual item; and
the process of interacting by the unified virtual item data processing interface with the unified virtual item database to process the data of virtual items comprises:
upon receiving the interface parameters from the game, checking, by the unified virtual item data processing interface, the validity of the interface parameters, and if the interface parameters are not valid, returning creation failure information to the game that issued the call instruction and terminating the processes; if the interface parameters are valid, continuing following processes;
searching the virtual item sort table based on the virtual item sort ID in the interface parameters;
deciding whether a record associated with the virtual item sort ID exists in the virtual item sort table, and if not exists, adding a record in the virtual item sort table, with value of each field in the record being the corresponding value in the interface parameters, and returning the creation success information to the game that issued the call instruction and terminating the processes; and if exits, continuing following processes;
modifying values of sort name field, an attributive game ID field and a price field in the record into corresponding values in the interface parameters;
modifying an undistributed quantity field in the record by adding the quantity of the virtual item in the interface parameters to value of the undistributed quantity field, returning creation success information to the game that issued the call instruction, and terminating the current procedure; adding a record in the virtual item sort table, with value of each field in the record being the corresponding value in the interface parameters, and returning the creation success information to the game that issued the call instruction.

6. The method of claim 4, wherein:

when distributing a virtual item, the process of calling comprises: calling, by the game, the unified virtual item data processing interface with a virtual item distribution instruction containing the interface parameters; and
the interface parameters comprises a virtual item sort ID, a user ID and quantity of the virtual item; and
the process of interacting by the unified virtual item data processing interface with the unified virtual item database to process the data of virtual items comprises:
upon receiving the interface parameters from the game, checking, by the unified virtual item data processing interface, the validity of the interface parameters, and if the interface parameters are not valid, returning distribution failure information to the game that issued the call instruction and terminating the processes; if the interface parameters are valid, continuing following processes;
searching the virtual item sort table based on the virtual item sort ID in the interface parameters;
deciding whether a record associated with the virtual item sort ID exists in the virtual item sort table, and if not exists, returning distribution failure information to the game that issued the call instruction and terminating the processes; if exists, continuing following processes;
deciding whether the quantity of the virtual item in the interface parameters is no more than a value of an undistributed quantity field in the associated record and if the quantity of the virtual item is no more than the value of the undistributed quantity, proceeding to step b5; otherwise, returning distribution failure information to the game that issued the call instruction and terminating the current procedure;
modifying the associated record in the virtual item sort table by subtracting the quantity of the virtual item in the interface parameters from the value of the original undistributed quantity field, and adding the quantity of the virtual item in the interface parameters to a value of a distributed quantity field;
adding records in the virtual item table, with the quantity of the records being the quantity of the virtual item in the interface parameters and the virtual item ID in the added records being generated by the game system or the unified virtual item database;
adding an attributive record of association relationship between the virtual item ID and the user ID of the interface parameters in the virtual item attributive table, and returning distribution success information to the game that issued the call instruction.

7. The method of claim 4, wherein:

when trading virtual items, the process of calling comprises: calling, by the game, the unified virtual item data processing interface with a virtual item trade instruction containing the interface parameters; and
the interface parameters comprise a virtual item ID, a seller's user ID, a buyer's user ID and price of the virtual item; and
the process of interacting by the unified virtual item data processing interface with the unified virtual item database to process the data of virtual items comprises:
upon receiving the interface parameters from the game, checking, by the unified virtual item data processing interface, the validity of the interface parameters, and if the interface parameters are not valid, returning trade failure information to the game that issued the call instruction and terminating the processes; if the interface parameters are valid, continuing following processes;
searching the virtual item table based on the virtual item ID in the interface parameters;
deciding whether a record associated with the virtual item ID in the interface parameters exists in the virtual item table, and if not exists, returning table failure information to the game that issued the call instruction and terminating the processes; if exists, continuing following processes;
deleting the record with which the virtual item ID is associated in the virtual item attributive table;
inserting virtual item attributive data associated with the virtual item ID and the buyer's user ID in the interface parameters into the virtual item attributive table;
modifying the user information table by subtracting the price of virtual item from the virtual money quantity in the record associated with the buyer's user ID in the interface parameters;
adding the price of the virtual item to the virtual money quantity in the record associated with the seller's user ID, and returning trade success information to the game that issued the call instruction.

8. The method of claim 4, wherein:

when a user selling a virtual item to the game system, the process of calling comprises: calling, by the game, the unified virtual item data processing interface with a virtual item selling instruction containing the interface parameters; and
the interface parameters comprise a virtual item ID, a seller's user ID and a price of the virtual item; and
the process of interacting by the unified virtual item data processing interface with the unified virtual item database to process the data of virtual items comprises:
upon receiving the interface parameters from the game, checking, by the unified virtual item data processing interface, the validity of the interface parameters, and if the interface parameters are not valid, returning selling failure information to the game that issued the call instruction and terminating the processes; if the interface parameters are valid, continuing following processes;
searching the virtual item attributive table based on the virtual item ID and the seller's user ID in the interface parameters;
deciding whether the seller owns the virtual item in the virtual item attributive table, if the seller does not own the virtual item, returning selling failure information to the game that issued the call instruction and terminating the processes; if the seller owns the virtual item, continuing following processes;
modifying the associated record in the virtual item sort table by adding 1 to an undistributed quantity while subtracting 1 from an distributed quantity;
deleting the associated record from the virtual item table according to the virtual item ID in the interface parameters;
deleting an attributive record of association relationship between the virtual item ID and the seller's user ID in the interface parameters from the virtual item attributive table;
modifying the user information table by adding the price of the virtual item to a value of a virtual money quantity field in the record associated with the seller's user ID in the interface parameters, and returning selling success information to the game that issued the call instruction; and
when a user buying a virtual item from the game system, the process of calling comprises: calling, by the game, the unified virtual item data processing interface with a virtual item buying instruction containing the interface parameters;
the interface parameters comprise the virtual item sort ID, a buyer's user ID, the price of the virtual item and a quantity of the virtual item; and
the process of interacting by the unified virtual item data processing interface with the unified virtual item database to process the data of virtual items comprises:
upon receiving the interface parameters from the game, checking, by the unified virtual item data processing interface, the validity of the interface parameters, and if the interface parameters are not valid, returning buying failure information to the game that issued the call instruction and terminating the current procedure; if the interface parameters are valid, continuing following processes;
searching the virtual item sort table based on the virtual item sort ID in the interface parameters;
deciding whether a virtual item sort record associated with the virtual item sort ID in the interface parameters exists in the virtual item sort table, if not exists, returning buying failure information to the game that issued the call instruction and terminating the processes; if exists, continuing following processes;
deciding whether the quantity of the virtual item in the interface parameters is no more than a value of an undistributed quantity field in the record, if the quantity of the virtual item is more than the value of the undistributed quantity field, returning buying failure information to the game that issued the call instruction and terminating the processes; if the quantity of the virtual item is no more than the value of the undistributed quantity field, continuing following processes;
modifying corresponding record in the virtual item sort table by subtracting the quantity of the virtual item in the interface parameters from the value of the undistributed quantity field, and adding the quantity of the virtual item in the interface parameters to the value of the distributed quantity field;
adding records in the virtual item table, with the quantity of the added records being the quantity of the virtual item in the interface parameters and the virtual item ID in the added records being generated by the game system or the unified virtual item database;
adding an attributive record of the association relationship between the virtual item ID and the buyer's user ID in the virtual item attributive table;
modifying the user information table by subtracting the price of the virtual item from a value of a virtual money quantity in the record associated with the buyer's user ID in the interface parameters, and returning buying success information to the game that issued the call instruction.

9. The method of claim 4, wherein:

when a user carrying out virtual item bestowal, the process of calling comprises: calling, by the game, the unified virtual item data processing interface with a virtual item bestowal instruction containing the interface parameters; and
the interface parameters comprise a virtual item ID, an original attributive user ID, and a bestowed user ID; and
the process of interacting by the unified virtual item data processing interface with the unified virtual item database to process the data of virtual items comprises:
upon receiving the interface parameters from the game, checking, by the unified virtual item data processing interface, the validity of the interface parameters, and if the interface parameters are not valid, returning bestowal failure information to the game that issued the call instruction and terminating the processes; if the interface parameters are valid, continuing following processes;
searching the virtual item attributive table based on the original attributive user ID, the bestowed user ID and the virtual item ID in the interface parameters;
deciding whether the original attributive user owns the virtual item associated with the virtual item ID in the interface parameters, if the original attributive user does not own the virtual item, returning bestowal failure information to the game that issued the call instruction and terminating the processes;
if the original attributive user owns the virtual item, deleting an attributive record of the relationship between the original attributive user and the virtual item ID, adding an attributive record of the relationship between the bestowed user and the virtual item ID in the interface parameters, and returning bestowal success information to the game that issued the call instruction.

10. The method of claim 4, wherein:

when the users sharing a virtual item, the process of calling comprises: calling, by the game, the unified virtual item data processing interface with a virtual item share instruction containing the interface parameters; and
the interface parameters comprise a virtual item ID, an attributive user ID, and a sharing user ID list; and
the process of interacting by the unified virtual item data processing interface with the unified virtual item database to process the data of virtual items comprises:
upon receiving the interface parameters from the game, checking, by the unified virtual item data processing interface, the validity of the interface parameters, and if the interface parameters are not valid, returning share failure information to the game that issued the call instruction and terminating the processes; if the interface parameters are valid, continuing following processes;
searching the virtual item attributive table based on the virtual item ID and the attributive user ID in the interface parameters;
deciding whether the user with the attributive user ID in the interface parameters owns the virtual item, if the user does not own the virtual item, returning share failure information to the game that issued the call instruction and terminating the processes;
if the user owns the virtual item, adding an attributive record of the relationship between each user ID in the sharing user ID list and the virtual item ID in the interface parameters into the virtual item attributive table, and returning share success information to the game that issued the call instruction.

11. The method of claim 4, wherein:

when the users exchanging virtual items, the process of calling comprises: calling, by the game, the unified virtual item data processing interface with a virtual item exchange instruction containing the interface parameters; and
the interface parameters comprise a first virtual item ID and a second virtual item ID; and
the process of interacting by the unified virtual item data processing interface with the unified virtual item database to process the data of virtual items comprises:
upon receiving the interface parameters from the game, checking, by the unified virtual item data processing interface, the validity of the interface parameters, and if the interface parameters are not valid, returning exchange failure information to the game that issued the call instruction and terminating the processes; if the interface parameters are valid, continuing following processes;
searching an attributive user ID associated with the first virtual item ID and an attributive user ID associated with the second virtual item ID in the interface parameters in the virtual item attributive table;
deciding whether the user associated with the first virtual item ID and the user associated with second virtual item ID are the same, if the users are the same one, returning exchange failure information to the game that issued the call instruction and terminating the processes;
if the users are not the same one, modifying the user ID associated with the first virtual item ID in the virtual item attributive table into the user ID associated with the second virtual item ID, modifying the user ID associated with the second virtual item ID into the user ID associated with the first virtual item ID, and returning exchange success information to the game that issued the call instruction.

12. A game platform system, comprising a unified virtual item data processing interface and a unified virtual item database;

wherein, the unified virtual item data processing interface receives a call instruction containing interface parameters sent by a game module supported by the game platform system interacts with the unified virtual item database according to the call instruction and the interface parameters to process data of virtual items, and returns processing result to the game module that issued the call instruction; and
the unified virtual item database stores the virtual item data of the game module supported by the game platform system.

13. The game platform system of claim 12, wherein the unified virtual item data processing interface comprises at least one of: a virtual item creation interface, a virtual item distribution interface, a virtual item modification interface, a virtual item trade interface, a virtual item transfer interface, a virtual item inquiry interface and a virtual item statistics interface.

14. The game platform system of claim 12, further comprising a virtual item data management module;

wherein the virtual item data management module has a management and maintenance interface for receiving the call instruction containing the interface parameters and transmitting the call instruction to the unified virtual item data processing interface in the virtual item serving module;
upon receiving the call instruction, the unified virtual item data processing interface interacts with the unified virtual item database according to the call instruction and the interface parameters to process data of virtual items, and returns processing result to the virtual item data management module that issued the call instruction; the virtual item data management module displays the process result.

15. A game system, comprising a client, a game module, a game platform, and a virtual item serving module including a unified virtual item data processing interface and a unified virtual item database;

wherein, the unified virtual item data processing interface receives a call instruction containing interface parameters from the game module, and interacts with the unified virtual item database according to the call instruction and the interface parameters to process data of virtual items, and returns processing result to the game module that issued the call instruction;
the unified virtual item database stores the data of virtual items of the game module.

16. The game system of claim 15, wherein the unified virtual item data processing interface comprises at least one of: a virtual item creation interface, a virtual item distribution interface, a virtual item modification interface, a virtual item trade interface, a virtual item transfer interface, a virtual item inquiry interface and a virtual item statistics interface.

17. The game system of claim 15, wherein the virtual item serving module is set in the game platform or a virtual item server independent from the game platform.

18. A game system, comprising a client, a game module, and a virtual item server including a unified virtual item data processing interface and a unified virtual item database;

wherein, the unified virtual item data processing interface receives a call instruction containing the interface parameters from the game module, interacts with the unified virtual item database according to the call instruction and the interface parameters to process data of virtual items, and returns processing result to the game module that issued the call instruction;
the unified virtual item database stores the data of virtual items of the game module.

19. The game system of claim 18, wherein the unified virtual item data processing interface comprises at least one of: a virtual item creation interface, a virtual item distribution interface, a virtual item modification interface, a virtual item trade interface a virtual item transfer interface, a virtual item inquiry interlace and a virtual item statistics interface.

Patent History
Publication number: 20070155508
Type: Application
Filed: Dec 18, 2006
Publication Date: Jul 5, 2007
Applicant: Huawei Technologies Co., Ltd. (Shenzhen)
Inventors: Qian Sun (Shenzhen), Quan Qi (Shenzhen)
Application Number: 11/612,181
Classifications
Current U.S. Class: 463/42.000
International Classification: A63F 9/24 (20060101);