Beispiel #1
0
 def save(self, store, forced=False, no_let=False):
     StoreObj.save(self, store, forced=forced, no_let=no_let)
     self.owner.base.cleanDirty()  # 角色基础信息
     self.owner.attr.cleanDirty()  # 角色属性
     self.owner.history.cleanDirty()  # 历史统计
     self.owner.bag.cleanDirty()  # 角色背包
     self.owner.wallet.cleanDirty()  # 角色钱包
     self.owner.rank.cleanDirty()  # 角色排行
     self.owner.battle_array.cleanDirty()  # 角色出战阵型
     self.owner.map.cleanDirty()  # 地图
     self.owner.niudan.cleanDirty()  # 扭蛋
     self.owner.charge.cleanDirty()  # 充值
     self.owner.chargeDaily.cleanDirty()  # 充值日常
     self.owner.zhuanpan.cleanDirty()  # 转盘
     self.owner.shop.cleanDirty()  # 商店
     self.owner.rescue.cleanDirty()  # 救援队
     self.owner.vip.cleanDirty()  # vip
     self.owner.totem.cleanDirty()  # 图腾
     self.owner.pet.cleanDirty()  # 角色宠物
     self.owner.marry.cleanDirty()  #婚姻
     self.owner.house.cleanDirty()  #房子
     self.owner.exam.cleanDirty()  # 答题
     self.owner.boss.cleanDirty()  # boss 四合一
     self.owner.chenghao.cleanDirty()  # 称号
     self.owner.myhead.cleanDirty()  # 头像
     self.owner.relationship.cleanDirty()  # 连协 羁绊 队伍加成
     self.owner.daoguan.cleanDirty()  # 道馆
     self.owner.fuben.cleanDirty()  # 副本
     self.owner.zhudaoxunli.cleanDirty()  # 诸岛巡礼
     self.owner.daylypvp.cleanDirty()  # 日常pvp抢夺
     self.owner.heti.cleanDirty()  # 合体
     self.owner.chat.cleanDirty()  # 玩家聊天
     self.owner.gongcheng.cleanDirty()  # 攻城
     self.owner.guild.cleanDirty()  # 公会
     self.owner.yabiao.cleanDirty()  # 押镖
     self.owner.diaoyu.cleanDirty()  # 钓鱼
Beispiel #2
0
 def save(self, store, forced=False, no_let=False):
     StoreObj.save(self, store, forced=forced, no_let=no_let)
     self.owner.cleanDirty()