MMOCoin

Likes Likes:  0
Results 1 to 2 of 2
  1. #1
    Graphics Guru

    Join Date
    Feb 2009
    Posts
    1,377
    Post Thanks / Like
    Rep Power
    24
    Reputation
    382

    Starting Area SQL - MaNGOS/Trinity/SkyFire

    SkyFire



    Code:
    UPDATE `playercreateinfo` SET `map`='MAP A', `zone`='ZONE A', `position_x`='X A', `position_y`='Y A', `position_z`='Z A', `orientation`='O A' WHERE `race` IN (1,3,4,7,11,22);
    UPDATE `playercreateinfo` SET `map`='MAP H', `zone`='ZONE H', `position_x`='X H', `position_y`='Y H', `position_z`='Z H', `orientation`='O H' WHERE `race` IN (2,5,6,8,9,10);

    MaNGOS/Trinity 3.3.5
    Code:
    UPDATE `playercreateinfo` SET `map`='MAP A', `zone`='ZONE A', `position_x`='X A', `position_y`='Y A', `position_z`='Z A', `orientation`='O A' WHERE `race` IN (1,3,4,7,11);
    UPDATE `playercreateinfo` SET `map`='MAP H', `zone`='ZONE H', `position_x`='X H', `position_y`='Y H', `position_z`='Z H', `orientation`='O H' WHERE `race` IN (2,5,6,8,10);



    › See More: Starting Area SQL - MaNGOS/Trinity/SkyFire



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

  3. #2
    Premium

    Join Date
    Apr 2011
    Posts
    32
    Post Thanks / Like
    Rep Power
    15
    Reputation
    33

    Register to remove this ad
    lol thanks

 

 

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •