Move universe

    This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

    • Move universe

      Hi~
      My ENGLISH is no good. sorry.

      There are currently two universe.
      I want to move planets and moon from 1 server to 2 servers for a user.
      Is it possible code?
      Because of universe consolidation ..
      --------------------------------------------------------------------------------------
    • какие то определенные планеты и определенных игроков? или всех скопом?
      Кто к нам с чем зачем, тот от того и того! :D
    • My english is no good. :D :D
      I want to move all the planets and moon of a certain user into another universe.
      --------------------------------------------------------------------------------------
    • If you use 2moons multiuniverse system, simply change uni column from 1 to 2 or vice-versa. id's are unique, thats why you run uni column.
    • run a query like this

      Update uni2_planets.galaxy = uni1_planets.galaxy + uni2_planets.galaxy

      Then re insert those planets to uni1 db.

      Your problem is gone