[Request] Queries menu

Shout-Out

User Tag List

Results 1 to 6 of 6
  1. #1
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Request] Queries

    I need a few queries! +Rep if you can provide the query for me.

    First, I need that mouseflags query.

    Second, I need a query that will set, for ids X through Y, the heroicpercentchance to 100% in the itemloot table.

    Third, I need a query to set, for ids X through Y, the amount to 0 for min and max, for the vendors table.

    Thats all I need for now! Thanks.

    [Request] Queries
  2. #2
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    come on... the mouseflags one is the easiest

  3. #3
    Spartansp's Avatar Member
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you meen this one?
    Code:
    ALTER TABLE creature_names CHANGE mouseFlags info_str VARCHAR(500) NOT NULL;
    UPDATE creature_names set info_str=""

  4. #4
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes sir +rep

  5. #5
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well, i cant.
    but here is what i needed:
    every entry in mouseflags changed to 0

  6. #6
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wareagle920 View Post
    I need a few queries! +Rep if you can provide the query for me.

    First, I need that mouseflags query.

    Second, I need a query that will set, for ids X through Y, the heroicpercentchance to 100% in the itemloot table.

    Third, I need a query to set, for ids X through Y, the amount to 0 for min and max, for the vendors table.

    Thats all I need for now! Thanks.
    2nd:
    Code:
    UPDATE itemloot SET heroicpercentchance = '1' WHERE itemid IN (select entry from items where entry between X and Y );
    change X and Y to itemIDs so for example from itemID 0 to 1000 you must change x to 0 and Y to 1000

    3th:
    there is no min and max column in there?
    if you mean change amount to 0 for itemID X to Y then use this:
    Code:
    UPDATE vendors SET amount = '0' WHERE item IN (select entry from items where entry between X and Y );
    again change X and Y to itemIDs (same as 2nd query)




    grtz
    Last edited by latruwski; 01-16-2008 at 11:28 AM.

Similar Threads

  1. [SQL] [REQUEST] ArcEmu All Race All Class SQL queries
    By Tommyruin in forum WoW EMU Questions & Requests
    Replies: 8
    Last Post: 04-15-2013, 11:08 AM
  2. [Request] A fix to SQL query..
    By Maisteri in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 07-10-2008, 03:46 PM
  3. [Request] SQL Query for starting out with all spells/skills
    By w21froster in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 05-28-2008, 09:36 AM
  4. [REQUEST] Chat Query
    By lilvic12 in forum World of Warcraft Emulator Servers
    Replies: 8
    Last Post: 03-21-2008, 10:26 PM
  5. [Request] Query.
    By ~ViVo~ in forum World of Warcraft Emulator Servers
    Replies: 8
    Last Post: 03-21-2008, 06:00 PM
All times are GMT -5. The time now is 05:57 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