玩家面板TODO

玩家面板TODO 查看账号信息 Account表中主要是CustomerID, email, dataregistered,lastloginip,lastlogindata UserData表中主要是AccountType, AccountStatus,GamePoints,GameDollors

玩家面板TODO

查看账号信息

  • Account表中主要是CustomerID, email, dataregistered,lastloginip,lastlogindata

  • UserData表中主要是AccountType, AccountStatus,GamePoints,GameDollors,timeplayed,PremiumExpireTime,ResWood,ResStone,ResMetal

查看角色

  • UsersChars表筛选当前账号CustomerID的所有行,需要用到的字段Gamertag,HeroItemID,HeadIdx,BodyIdx,LegsIdx,Alive,XP,TimePlayed,GamePos,Health,Food,Water,Toxic,Reputation,BackpackID,Stat00,Stat01,Stat02,ClanID,Skills,ClanJoinDate

查看仓库

  • UsersInventory表筛选当前账号CustomerID的所有行,需要用到的字段ItemID,Quantity, Var1, Var2, Var3

  • 仓库分类显示这个需要后续添加

交易记录

  • 游戏内功能没做完。。。。这个等下再做

LICENSED UNDER CC BY-NC-SA 4.0
Comment