US20070155508A1 - Method for Processing Data of Game Virtual Items, Game Platform System and Game System - Google Patents

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

Info

Publication number
US20070155508A1
US20070155508A1 US11/612,181 US61218106A US2007155508A1 US 20070155508 A1 US20070155508 A1 US 20070155508A1 US 61218106 A US61218106 A US 61218106A US 2007155508 A1 US2007155508 A1 US 2007155508A1
Authority
US
United States
Prior art keywords
virtual item
game
interface
virtual
interface parameters
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US11/612,181
Inventor
Qian Sun
Quan Qi
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Huawei Technologies Co Ltd
Original Assignee
Huawei Technologies Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Huawei Technologies Co Ltd filed Critical Huawei Technologies Co Ltd
Assigned to HUAWEI TECHNOLOGIES CO., LTD. reassignment HUAWEI TECHNOLOGIES CO., LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: QI, QUAN, SUN, QIAN
Publication of US20070155508A1 publication Critical patent/US20070155508A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F13/00Video games, i.e. games using an electronically generated display having two or more dimensions
    • A63F13/70Game security or game management aspects
    • A63F13/79Game security or game management aspects involving player-related data, e.g. identities, accounts, preferences or play histories
    • A63F13/10
    • A63F13/12
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F13/00Video games, i.e. games using an electronically generated display having two or more dimensions
    • A63F13/30Interconnection arrangements between game servers and game devices; Interconnection arrangements between game devices; Interconnection arrangements between game servers
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F13/00Video games, i.e. games using an electronically generated display having two or more dimensions
    • A63F13/45Controlling the progress of the video game
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F13/00Video games, i.e. games using an electronically generated display having two or more dimensions
    • A63F13/60Generating or modifying game content before or while executing the game program, e.g. authoring tools specially adapted for game development or game-integrated level editor
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F13/00Video games, i.e. games using an electronically generated display having two or more dimensions
    • A63F13/85Providing additional services to players
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F2300/00Features of games using an electronically generated display having two or more dimensions, e.g. on a television screen, showing representations related to the game
    • A63F2300/40Features of games using an electronically generated display having two or more dimensions, e.g. on a television screen, showing representations related to the game characterised by details of platform network
    • A63F2300/407Data transfer via internet
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F2300/00Features of games using an electronically generated display having two or more dimensions, e.g. on a television screen, showing representations related to the game
    • A63F2300/50Features of games using an electronically generated display having two or more dimensions, e.g. on a television screen, showing representations related to the game characterized by details of game servers
    • A63F2300/57Features of games using an electronically generated display having two or more dimensions, e.g. on a television screen, showing representations related to the game characterized by details of game servers details of game services offered to the player
    • A63F2300/575Features of games using an electronically generated display having two or more dimensions, e.g. on a television screen, showing representations related to the game characterized by details of game servers details of game services offered to the player for trading virtual items

Definitions

  • 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.
  • online network game has become a kind of key data service for communication operators.
  • 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.
  • 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.
  • 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.
  • 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.
  • a method for processing data of game virtual items comprises:
  • 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.
  • 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.
  • 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. 7 a is a flow chart illustrating a user selling virtual items to the game system in accordance with an embodiment of the present invention.
  • FIG. 7 b is a flow chart illustrating a user buying virtual items from the game in accordance with an embodiment of the present invention.
  • FIG. 8 a is a flow chart illustrating the bestowal of virtual items in accordance with an embodiment of the present invention.
  • FIG. 8 b is a flow illustrating the share of virtual items in accordance with an embodiment of the present invention.
  • FIG. 8 c is a flow chart illustrating the exchange of virtual items in accordance with an embodiment of the present invention.
  • FIG. 9 a is a flow chart illustrating the first mode of virtual item inquiry in accordance with an embodiment of the present invention.
  • FIG. 9 b is a flow chart illustrating the second mode of virtual item inquiry in accordance with an embodiment of the present invention.
  • FIG. 9 c 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. 11 a is a schematic diagram illustrating the structure of the game system in accordance with an embodiment of the present invention.
  • FIG. 11 b 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.
  • FIG. 2 is a flow chart illustrating the data processing of virtual items in accordance with an embodiment of the present invention.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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
  • 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
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • the price of the virtual item may be not included in the interface parameters.
  • 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.
  • FIG. 7 a 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.
  • 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.
  • 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. 7 b 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.
  • 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.
  • FIG. 8 a 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.
  • 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.
  • FIG. 8 b 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.
  • 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.
  • FIG. 8 c 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.
  • 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.
  • the virtual item inquiry in the present invention comprises three modes:
  • Second mode Inquiry of the specified virtual item's detailed information
  • Third mode Inquiry of the virtual items owned by a specified user.
  • FIG. 9 a 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.
  • FIG. 9 b 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.
  • FIG. 9 c 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.
  • 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).
  • API Application Program Interlace
  • DLL Dynamic Link Library
  • MML Man-Machine Interaction Language
  • 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. 11 a 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • GUI graphics user interface
  • 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
  • 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.
  • 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.
  • FIG. 11 b is a schematic diagram illustrating the structure of the game system in accordance with an embodiment of the present invention.
  • 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 .
  • 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.
  • 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.
  • the call instruction issued by Game Module 121 is the same as that in the embodiment illustrated in FIG. 11 .
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.

Abstract

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.

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. 7 a is a flow chart illustrating a user selling virtual items to the game system in accordance with an embodiment of the present invention.
  • FIG. 7 b is a flow chart illustrating a user buying virtual items from the game in accordance with an embodiment of the present invention.
  • FIG. 8 a is a flow chart illustrating the bestowal of virtual items in accordance with an embodiment of the present invention.
  • FIG. 8 b is a flow illustrating the share of virtual items in accordance with an embodiment of the present invention.
  • FIG. 8 c is a flow chart illustrating the exchange of virtual items in accordance with an embodiment of the present invention.
  • FIG. 9 a is a flow chart illustrating the first mode of virtual item inquiry in accordance with an embodiment of the present invention.
  • FIG. 9 b is a flow chart illustrating the second mode of virtual item inquiry in accordance with an embodiment of the present invention.
  • FIG. 9 c 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. 11 a is a schematic diagram illustrating the structure of the game system in accordance with an embodiment of the present invention.
  • FIG. 11 b 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. 7 a 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. 7 b 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. 8 a 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. 8 b 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. 8 c 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. 9 a 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. 9 b 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. 9 c 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. 11 a 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. 11 b 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 (19)

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.
US11/612,181 2004-06-18 2006-12-18 Method for Processing Data of Game Virtual Items, Game Platform System and Game System Abandoned US20070155508A1 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
CNB2004100487771A CN1319008C (en) 2004-06-18 2004-06-18 Game virtual-article data processing method, game platform system and game system
CN200410048777.1 2004-06-18
PCT/CN2005/000860 WO2005124608A1 (en) 2004-06-18 2005-06-15 A data processing method for game virtual article, game platform system and game system

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2005/000860 Continuation WO2005124608A1 (en) 2004-06-18 2005-06-15 A data processing method for game virtual article, game platform system and game system

Publications (1)

Publication Number Publication Date
US20070155508A1 true US20070155508A1 (en) 2007-07-05

Family

ID=35509909

Family Applications (1)

Application Number Title Priority Date Filing Date
US11/612,181 Abandoned US20070155508A1 (en) 2004-06-18 2006-12-18 Method for Processing Data of Game Virtual Items, Game Platform System and Game System

Country Status (3)

Country Link
US (1) US20070155508A1 (en)
CN (1) CN1319008C (en)
WO (1) WO2005124608A1 (en)

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080220876A1 (en) * 2006-10-17 2008-09-11 Mehta Kaushal N Transaction systems and methods for virtual items of massively multiplayer online games and virtual worlds
US20080288530A1 (en) * 2007-01-17 2008-11-20 Sparta Systems, Inc. User-Defined Fields with Automatic Numbering
US20090117996A1 (en) * 2007-08-31 2009-05-07 Death Joshua James Virtual asset equivalency method and system
US20090253475A1 (en) * 2008-04-02 2009-10-08 Thompson Scott Edward System and Method for Providing Real World Value in a Virtual World Environment
US20090307110A1 (en) * 2008-06-09 2009-12-10 Boas Betzler Management of virtual universe item returns
US20120115597A1 (en) * 2007-03-01 2012-05-10 Sony Computer Entertainment Europe Limited Apparatus and method of modifying an online environment
US20130130802A1 (en) * 2011-11-21 2013-05-23 Institute For Information Industry Method and System for Processing Virtual Treasures of Online Game and Computer Readable Storage Medium
US20140213351A1 (en) * 2012-03-29 2014-07-31 DeNA Co., Ltd. Non-transitory computer-readable record medium, game system and information processing device
US9053196B2 (en) 2008-05-09 2015-06-09 Commerce Studios Llc, Inc. Methods for interacting with and manipulating information and systems thereof
US9183560B2 (en) 2010-05-28 2015-11-10 Daniel H. Abelow Reality alternate
CN105553708A (en) * 2015-12-14 2016-05-04 江苏名通信息科技有限公司 Mobile game platform management system
US20180117476A1 (en) * 2016-11-01 2018-05-03 Square Enix Holdings, Co., Ltd Video game apparatus and game program
US10765948B2 (en) 2017-12-22 2020-09-08 Activision Publishing, Inc. Video game content aggregation, normalization, and publication systems and methods
US10981069B2 (en) 2008-03-07 2021-04-20 Activision Publishing, Inc. Methods and systems for determining the authenticity of copied objects in a virtual environment
CN113253976A (en) * 2021-06-16 2021-08-13 武汉卧友网络科技有限公司 Game record analysis-based research and development module construction method and system
KR20220002419A (en) * 2020-04-24 2022-01-06 텐센트 테크놀로지(센젠) 컴퍼니 리미티드 Method and apparatus, device, and storage medium for processing avatar usage data
TWI800218B (en) * 2021-02-09 2023-04-21 大陸商騰訊科技(深圳)有限公司 Virtual object control method, device, apparatus, storage medium and program product
US11712627B2 (en) 2019-11-08 2023-08-01 Activision Publishing, Inc. System and method for providing conditional access to virtual gaming items

Families Citing this family (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101127059A (en) * 2007-09-29 2008-02-20 腾讯科技(深圳)有限公司 Virtual product conversion method and system
CN102510382A (en) * 2011-11-21 2012-06-20 陈云昊 Method and system for exchanging articles and services based on place and time information
CN103176783B (en) * 2011-12-23 2017-10-20 腾讯科技(深圳)有限公司 A kind of application and development method and apparatus
CN102708290A (en) * 2012-05-10 2012-10-03 北京像素软件科技股份有限公司 Method and system for implementation of dynamic game behavior processing
TWI547899B (en) * 2012-10-30 2016-09-01 尼東奈 麥肯錫 A lottery system and methods thereof
CN104239668A (en) * 2013-06-20 2014-12-24 恩希软件株式会社 Interaction method and interaction system for interactive players during multiplayer online interaction
CN104574162B (en) * 2013-10-09 2017-07-21 腾讯科技(深圳)有限公司 The method and device of virtual article trading
CN104217337B (en) * 2014-08-26 2017-10-20 小米科技有限责任公司 The exchange numerical value of virtual objects determines method and device
CN104636460B (en) * 2015-02-04 2018-08-07 腾讯科技(深圳)有限公司 A kind of Item Information method for pushing and device
CN104751278A (en) * 2015-03-23 2015-07-01 上海航动科技有限公司 Electronic pet culture based performance assessment method and system
CN104809169A (en) * 2015-04-03 2015-07-29 北京奇虎科技有限公司 Data processing method and system based on relationship
WO2017185211A1 (en) * 2016-04-25 2017-11-02 闫凤亮 User expense data processing method and server
CN106097047A (en) * 2016-06-06 2016-11-09 上海银天下科技有限公司 The hyperphoric method and device of virtual objects
CN107812382B (en) * 2016-09-12 2020-11-20 周奇琪 Method for helping people to learn language
CN106779974B (en) * 2017-01-06 2020-12-29 重庆软岛科技股份有限公司 Article transaction method and system
CN106861188A (en) * 2017-02-15 2017-06-20 成都艾维拓思科技有限公司 The method and device that game attributes update
CN107096227A (en) * 2017-04-18 2017-08-29 腾讯科技(深圳)有限公司 A kind of e-sourcing distribution method and device
CN108434739B (en) * 2018-01-30 2019-03-19 网易(杭州)网络有限公司 The processing method and processing device of virtual resource in scene of game
CN108452528B (en) * 2018-03-29 2022-01-25 咪咕互动娱乐有限公司 Data display method and device and computer readable storage medium
CN109348248B (en) * 2018-11-27 2021-09-03 网易(杭州)网络有限公司 Data processing method, system and device for live game
CN109785178B (en) * 2019-01-31 2021-03-26 百度在线网络技术(北京)有限公司 Method and apparatus for generating information
CN111144860B (en) * 2019-12-31 2023-06-23 广州酷狗计算机科技有限公司 Order processing method, device, server and storage medium
CN111450538B (en) * 2020-03-31 2022-10-21 腾讯科技(深圳)有限公司 Virtual item transfer system, method, device, equipment and medium
CN111672111A (en) * 2020-05-28 2020-09-18 腾讯科技(深圳)有限公司 Interface display method, device, equipment and storage medium
CN113633977B (en) * 2021-08-09 2023-10-24 北京字跳网络技术有限公司 Virtual article processing method, device, equipment and storage medium
CN114493672A (en) * 2021-12-30 2022-05-13 广州趣丸网络科技有限公司 Virtual article issuing method and system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4738451A (en) * 1986-05-20 1988-04-19 Atari Games Corporation Multi-player, multi-character cooperative play video game with independent player entry and departure
US5802296A (en) * 1996-08-02 1998-09-01 Fujitsu Software Corporation Supervisory powers that provide additional control over images on computers system displays to users interactings via computer systems
US6119229A (en) * 1997-04-11 2000-09-12 The Brodia Group Virtual property system
US20040092304A1 (en) * 2001-09-28 2004-05-13 Jeffrey George System and method for processing a jackpot in a gaming system
US20040266505A1 (en) * 2003-06-30 2004-12-30 Microsoft Corporation Inventory management of virtual items in computer games
US7275987B2 (en) * 2000-10-12 2007-10-02 Sony Computer Entertainment Inc. Virtual world system, server computer and information processor

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3932462B2 (en) * 1997-05-27 2007-06-20 ソニー株式会社 Client device, image display control method, shared virtual space providing device and method, and recording medium
KR20020004203A (en) * 2000-07-04 2002-01-16 심광호 A network game system and the method thereof
WO2002054327A1 (en) * 2001-01-04 2002-07-11 Noks-Com Ltd. Method and system for a set of interrelated activities converging on a series of collectible virtual objects
KR20030020888A (en) * 2001-04-16 2003-03-10 가부시키가이샤 반프레스토 Broadus catching game system using communication network

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4738451A (en) * 1986-05-20 1988-04-19 Atari Games Corporation Multi-player, multi-character cooperative play video game with independent player entry and departure
US5802296A (en) * 1996-08-02 1998-09-01 Fujitsu Software Corporation Supervisory powers that provide additional control over images on computers system displays to users interactings via computer systems
US6119229A (en) * 1997-04-11 2000-09-12 The Brodia Group Virtual property system
US7275987B2 (en) * 2000-10-12 2007-10-02 Sony Computer Entertainment Inc. Virtual world system, server computer and information processor
US20040092304A1 (en) * 2001-09-28 2004-05-13 Jeffrey George System and method for processing a jackpot in a gaming system
US20040266505A1 (en) * 2003-06-30 2004-12-30 Microsoft Corporation Inventory management of virtual items in computer games

Cited By (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080220876A1 (en) * 2006-10-17 2008-09-11 Mehta Kaushal N Transaction systems and methods for virtual items of massively multiplayer online games and virtual worlds
US8888598B2 (en) * 2006-10-17 2014-11-18 Playspan, Inc. Transaction systems and methods for virtual items of massively multiplayer online games and virtual worlds
US20080288530A1 (en) * 2007-01-17 2008-11-20 Sparta Systems, Inc. User-Defined Fields with Automatic Numbering
US8951123B2 (en) * 2007-03-01 2015-02-10 Sony Computer Entertainment Europe Limited Apparatus and method of modifying an online environment
US20120115597A1 (en) * 2007-03-01 2012-05-10 Sony Computer Entertainment Europe Limited Apparatus and method of modifying an online environment
US20090117996A1 (en) * 2007-08-31 2009-05-07 Death Joshua James Virtual asset equivalency method and system
US11957984B2 (en) * 2008-03-07 2024-04-16 Activision Publishing, Inc. Methods and systems for determining the authenticity of modified objects in a virtual environment
US10981069B2 (en) 2008-03-07 2021-04-20 Activision Publishing, Inc. Methods and systems for determining the authenticity of copied objects in a virtual environment
US20210268389A1 (en) * 2008-03-07 2021-09-02 Activision Publishing, Inc. Determining Whether Object is Genuine or Fake in Metaverse
US20090253475A1 (en) * 2008-04-02 2009-10-08 Thompson Scott Edward System and Method for Providing Real World Value in a Virtual World Environment
US20110112662A1 (en) * 2008-04-02 2011-05-12 Thompson Scott Edward System and method for providing real world value in a virtual world environment
US7824253B2 (en) 2008-04-02 2010-11-02 Thompson Scott Edward System and method for providing real world value in a virtual world environment
US9053196B2 (en) 2008-05-09 2015-06-09 Commerce Studios Llc, Inc. Methods for interacting with and manipulating information and systems thereof
US8099338B2 (en) * 2008-06-09 2012-01-17 International Business Machines Corporation Management of virtual universe item returns
US20090307110A1 (en) * 2008-06-09 2009-12-10 Boas Betzler Management of virtual universe item returns
US9183560B2 (en) 2010-05-28 2015-11-10 Daniel H. Abelow Reality alternate
US11222298B2 (en) 2010-05-28 2022-01-11 Daniel H. Abelow User-controlled digital environment across devices, places, and times with continuous, variable digital boundaries
US20130130802A1 (en) * 2011-11-21 2013-05-23 Institute For Information Industry Method and System for Processing Virtual Treasures of Online Game and Computer Readable Storage Medium
US9345959B2 (en) * 2012-03-29 2016-05-24 DeNA Co., Ltd. Non-transitory computer-readable record medium, game system and information processing device
US20140213351A1 (en) * 2012-03-29 2014-07-31 DeNA Co., Ltd. Non-transitory computer-readable record medium, game system and information processing device
CN105553708A (en) * 2015-12-14 2016-05-04 江苏名通信息科技有限公司 Mobile game platform management system
US20180117476A1 (en) * 2016-11-01 2018-05-03 Square Enix Holdings, Co., Ltd Video game apparatus and game program
US10155169B2 (en) * 2016-11-01 2018-12-18 Square Enix Holdings, Co., Ltd. Video game apparatus for active state composition of items and game program for same
US10765948B2 (en) 2017-12-22 2020-09-08 Activision Publishing, Inc. Video game content aggregation, normalization, and publication systems and methods
US11413536B2 (en) 2017-12-22 2022-08-16 Activision Publishing, Inc. Systems and methods for managing virtual items across multiple video game environments
US11712627B2 (en) 2019-11-08 2023-08-01 Activision Publishing, Inc. System and method for providing conditional access to virtual gaming items
KR20220002419A (en) * 2020-04-24 2022-01-06 텐센트 테크놀로지(센젠) 컴퍼니 리미티드 Method and apparatus, device, and storage medium for processing avatar usage data
US11810234B2 (en) 2020-04-24 2023-11-07 Tencent Technology (Shenzhen) Company Limited Method and apparatus for processing avatar usage data, device, and storage medium
KR102610422B1 (en) 2020-04-24 2023-12-07 텐센트 테크놀로지(센젠) 컴퍼니 리미티드 Method and apparatus, device, and storage medium for processing avatar usage data
TWI800218B (en) * 2021-02-09 2023-04-21 大陸商騰訊科技(深圳)有限公司 Virtual object control method, device, apparatus, storage medium and program product
CN113253976A (en) * 2021-06-16 2021-08-13 武汉卧友网络科技有限公司 Game record analysis-based research and development module construction method and system

Also Published As

Publication number Publication date
CN1319008C (en) 2007-05-30
CN1710585A (en) 2005-12-21
WO2005124608A1 (en) 2005-12-29

Similar Documents

Publication Publication Date Title
US20070155508A1 (en) Method for Processing Data of Game Virtual Items, Game Platform System and Game System
US7836073B2 (en) Method and system for transmitting pre-formulated query to database
US6530840B1 (en) Method and system for an object architecture for a multi-user game lobby and game session
US7080051B1 (en) Internet download systems and methods providing software to internet computer users for local execution
CN100368955C (en) Method for processing rights object in digital rights management system and method and system for processing rights object using the same
US5771354A (en) Internet online backup system provides remote storage for customers using IDs and passwords which were interactively established when signing up for backup services
US8620819B2 (en) Remote feature activator feature extraction
US6298352B1 (en) Apparatus and method for managing number sources
KR100743480B1 (en) Content distributing system, content distributing service server, and community site server
US7231416B1 (en) System and method for the co-ordination and control of information supply using a distributed multi-agent platform
CN101212717B (en) Service management device, converged service system and service implementation method
CN109462574B (en) Bill-board control gateway based on block chain
CN106056437A (en) Order management method and system
CN112351392A (en) Cloud communication short message service platform
Griffeth et al. Extending telecommunications systems: The feature-interaction problem
CN101894312B (en) Information exchange/share system, method thereof
KR20110007749A (en) A server apparatus being able to provide game item rental service in on-line game and a method using the same
CN108170860A (en) Data query method, apparatus, electronic equipment and computer readable storage medium
US20070178907A1 (en) System and method for locating mobile devices
US7127522B1 (en) Message multicast method and computer
JP4191541B2 (en) Question answering system using customer information
US20050038911A1 (en) Cooperative system and method therefor
KR100389687B1 (en) Server System For On-line Game In a Network
JP2003108686A (en) Server, information processing system using communication network, and information mediating method
WO1997024687A1 (en) Method and apparatus for hierarchical control of a distributed processing network

Legal Events

Date Code Title Description
AS Assignment

Owner name: HUAWEI TECHNOLOGIES CO., LTD., CHINA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:SUN, QIAN;QI, QUAN;REEL/FRAME:019011/0678

Effective date: 20070116

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION