Advertisement
kronixusa

Modify New Player Starting Area Skyfire Core

Oct 21st, 2012
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.47 KB | None | 0 0
  1. UPDATE `playercreateinfo` SET map="", zone=0, position_x="", position_y="", position_z="", orientation="" WHERE race=1 or race=2 or race=3 or race=4 or race=5 or race=6 or race=7 or race=8 or race=9 or race=10 or race=11 or race=22;
  2.  
  3. /*
  4. This is a SQL Command to change the starting locations for a Skyfire Cataclysm Server.
  5.  
  6. Just modify the blanked areas("") with the data it needs and execute it to your World DB.
  7.  
  8. Created by Anthony V - http://youtube.com/kronixusa
  9. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement