开决战这么久了,要合区怎么办呢,区多人少,合在一起不是更多点吗?要是一个区一个服务器,那不是太浪费了么?如何合区呢?
大家跟着做:
2区账号
update NGSCUSER set stRUSERID=stRUSERID+-02
2区综合仓库
update ACCOUNT_BANK set strAccount=strAccount+-02
2区帐号信息
update CHARS set strAccount=strAccount+-02
update CHARS set strChar01=strChar01+[A]
WHERE (StrChar01 <> NULL)
update CHARS set strChar02=strChar02+[A]
WHERE (StrChar02 <> NULL)
update CHARS set strChar03=strChar03+[A]
WHERE (StrChar03 <> NULL)
2区100帐号
update EVER_USER set strUserID=strUserID+[A]
2区角色信息
update GameUser set strUserID=strUserID+[A]
2区个人仓库
update USER_BANK set strAccount=strAccount+[A]
然后把表导出。导入即可
合区如此简单,五分钟就可以搞定!