[Question] .sql file for mob loot menu

Shout-Out

User Tag List

Results 1 to 4 of 4
  1. #1
    Pufftrees's Avatar Member
    Reputation
    14
    Join Date
    May 2007
    Posts
    78
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Question] .sql file for mob loot

    Could anyone tell me what i did wrong with this batch file?

    Code:
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 29434, 1, 0, 7, 21, 0)
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 29076, .04, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 29040, .04, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 29028, .04, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 29035, .04, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 29081, .04, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 29049, .04, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 29058, .04, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 29068, .04, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 29073, .04, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 29061, .04, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 29098, .04, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 29086, .04, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 29093, .04, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 29044, .04, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 28963, .04, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 29011, .04, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 29021, .04, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 66009, .001, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 66913, .001, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 66011, .001, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 66007, .001, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 66012, .001, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 66010, .001, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 66014, 1, 0, 1, 1, 0)


    I have also tried it as:
    Code:
    INSERT INTO creatureloot (index, entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (80000, 13419, 29434, 1, 0, 7, 21, 0)
    
    INSERT INTO creatureloot (index, entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (80001, 13419, 29076, .04, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (index, entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (80002, 13419, 29040, .04, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (index, entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (80003, 13419, 29028, .04, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (index, entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (80004, 13419, 29035, .04, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (index, entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (80005, 13419, 29081, .04, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (index, entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (80006, 13419, 29049, .04, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (index, entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (80007, 13419, 29058, .04, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (index, entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (80008, 13419, 29068, .04, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (index, entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (80009, 13419, 29073, .04, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (index, entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (80010, 13419, 29061, .04, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (index, entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (80011, 13419, 29098, .04, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (index, entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (80012, 13419, 29086, .04, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (index, entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (80013, 13419, 29093, .04, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (index, entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (80014, 13419, 29044, .04, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (index, entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (80015, 13419, 28963, .04, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (index, entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (80016, 13419, 29011, .04, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (index, entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (80017, 13419, 29021, .04, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (index, entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (80018, 13419, 66009, .001, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (index, entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (80019, 13419, 66913, .001, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (index, entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (80020, 13419, 66011, .001, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (index, entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (80021, 13419, 66007, .001, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (index, entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (80022, 13419, 66012, .001, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (index, entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (80023, 13419, 66010, .001, 0, 1, 1, 0)
    
    INSERT INTO creatureloot (index, entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (80024, 13419, 66014, 1, 0, 1, 1, 0)


    Srry i am a noob XD

    I am getting this:
    Code:
    [Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, m' at line 4
    [Msg] Finished - Unsuccessfully
    Last edited by Pufftrees; 07-04-2008 at 05:11 AM.

    [Question] .sql file for mob loot
  2. #2
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You need to terminate each line with a semicolon ( ; ) if you want to execute multiple queries

  3. #3
    Pufftrees's Avatar Member
    Reputation
    14
    Join Date
    May 2007
    Posts
    78
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    ty

    I used this code:


    Code:
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 29434, 1, 0, 7, 21, 0);
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 29076, .04, 0, 1, 1, 0);
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 29040, .04, 0, 1, 1, 0);
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 29028, .04, 0, 1, 1, 0);
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 29035, .04, 0, 1, 1, 0);
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 29081, .04, 0, 1, 1, 0);
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 29049, .04, 0, 1, 1, 0);
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 29058, .04, 0, 1, 1, 0);
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 29068, .04, 0, 1, 1, 0);
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 29073, .04, 0, 1, 1, 0);
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 29061, .04, 0, 1, 1, 0);
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 29098, .04, 0, 1, 1, 0);
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 29086, .04, 0, 1, 1, 0);
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 29093, .04, 0, 1, 1, 0);
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 29044, .04, 0, 1, 1, 0);
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 28963, .04, 0, 1, 1, 0);
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 29011, .04, 0, 1, 1, 0);
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 29021, .04, 0, 1, 1, 0);
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 66009, .001, 0, 1, 1, 0);
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 66913, .001, 0, 1, 1, 0);
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 66011, .001, 0, 1, 1, 0);
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 66007, .001, 0, 1, 1, 0);
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 66012, .001, 0, 1, 1, 0);
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 66010, .001, 0, 1, 1, 0);
    
    INSERT INTO creatureloot (entryid, itemid, percentchance, heroicpercentchance, mincount, maxcount, ffa_loot)  
    VALUES (13419, 66014, 1, 0, 1, 1, 0)


    and i got this error:

    Code:
    [Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
    [Msg] Finished - Unsuccessfully
    Last edited by Pufftrees; 07-04-2008 at 06:33 PM. Reason: didn't work XD

  4. #4
    Pufftrees's Avatar Member
    Reputation
    14
    Join Date
    May 2007
    Posts
    78
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    bump, still need help plz

Similar Threads

  1. looking for sunwell/magisters spawns .sql file!!!
    By epic twig in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 05-30-2008, 08:31 PM
  2. SQL files for rev 4329?
    By MisterEMU in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 04-19-2008, 09:49 AM
  3. [Release] Sql file for Neutral Trainers/Proffs
    By kanqaz in forum World of Warcraft Emulator Servers
    Replies: 13
    Last Post: 02-24-2008, 12:32 AM
  4. Noob SQL file question.
    By foxfire in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 02-13-2008, 08:20 PM
  5. [Question] How to make the solo files for model change?
    By TheAussieTroll in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 10-09-2007, 01:14 PM
All times are GMT -5. The time now is 09:52 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