Anyone help me out? menu

User Tag List

Results 1 to 2 of 2
  1. #1
    zeil's Avatar Active Member
    Reputation
    34
    Join Date
    Aug 2007
    Posts
    223
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Anyone help me out?

    how would i do this....

    Make a query which Moves all NPCs with flag 5 from map ID: 5 to map ID: 10

    anyone show me in pastebin? ill rep+2

    Anyone help me out?
  2. #2
    stoneharry's Avatar Moderator Harry


    Reputation
    1618
    Join Date
    Sep 2007
    Posts
    4,564
    Thanks G/R
    151/150
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Always back up your database before testing these queries in case you screw it up.

    UPDATE `creature_spawns` SET `map` = '10' WHERE `map` = '5' AND `flags` = '5';

    Assuming you mean NPC flags and not creature flags:

    UPDATE `creature_spawns` SET `map` = '10' WHERE `map` = '5' AND `entry` IN (SELECT `entry` FROM `creature_proto` WHERE `npcflags` = '5');

    You may want to update X,Y,Z before the map (otherwise they will appear somewhere not on the map most likely).

    Restart your server for changes to take effect.

Similar Threads

  1. [Trinity] Can anyone help me out with adding account registration to my website?
    By Xioman in forum WoW EMU Questions & Requests
    Replies: 5
    Last Post: 04-20-2011, 05:54 PM
  2. Would anyone be willing to help me out?
    By ckinrun in forum WoW Bots Questions & Requests
    Replies: 5
    Last Post: 03-30-2010, 08:57 AM
  3. Can Anyone Help Me Out?
    By colincancer in forum WoW EMU Guides & Tutorials
    Replies: 3
    Last Post: 12-27-2007, 08:44 PM
  4. Can anyone from USA help me out
    By mchugh in forum Community Chat
    Replies: 2
    Last Post: 07-01-2007, 01:44 PM
All times are GMT -5. The time now is 07:18 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search