吾爱尚玩资源基地

标题: 决战服务端合区教程 [打印本页]

作者: admin    时间: 2018-10-18 16:42
标题: 决战服务端合区教程
   内容介绍

2区账号:
  1. update NGSCUSER set stRUSERID=stRUSERID+-02
复制代码
2区综合仓库:
  1. update ACCOUNT_BANK set strAccount=strAccount+-02
复制代码
2区帐号信息:
  1. update CHARS set strAccount=strAccount+-02
  2. update CHARS set strChar01=strChar01+[A]
  3. WHERE (StrChar01 <> NULL)
  4. update CHARS set strChar02=strChar02+[A]
  5. WHERE (StrChar02 <> NULL)
  6. update CHARS set strChar03=strChar03+[A]
  7. WHERE (StrChar03 <> NULL)
复制代码
2区100帐号:
  1. update EVER_USER set strUserID=strUserID+[A]
复制代码
2区角色信息:
  1. update GameUser set strUserID=strUserID+[A]
复制代码
2区个人仓库:
  1. update USER_BANK set strAccount=strAccount+[A]
复制代码
然后把表导出。导入即可。

作者: 支付宝领红包xbn    时间: 2018-12-9 20:25
谢谢分享!!




欢迎光临 吾爱尚玩资源基地 (http://bbs.523play.com/) Powered by Discuz! X3.4