[Release] Event - Crystal Labyrinth menu

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 26 of 26
  1. #16
    pepsi1x1's Avatar Member
    Reputation
    26
    Join Date
    Jul 2007
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There were a few errors in the sql file, i took the time to fix them and have uploaded it to filebeam, heres the fixed sql

    DOWNLOAD

    Fyi when you write out the sql anywhere there is a column called Unique (ususally found in the items table) you need to wrap it with `` because its recognised as a sql function otherwise, also same goes for range wrap it with ``

    e.g INSERT into items (`unique`, `range`) VALUES ('1', '1000');

    its best practice to do this anyway so its a good habit to get into

    I also removed the id's from the creature spawns section so it doesnt give duplicate key error's

    EDIT: Ill +rep you when ive spread some more around!
    Last edited by pepsi1x1; 01-27-2008 at 06:59 AM.

    [Release] Event - Crystal Labyrinth
  2. #17
    TheZaronz's Avatar Active Member
    Reputation
    97
    Join Date
    Dec 2007
    Posts
    567
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Coockiez Are you Llama6?

  3. #18
    y2kss66's Avatar Member
    Reputation
    104
    Join Date
    Jan 2008
    Posts
    778
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why do i still receive this error:
    Query:
    INSERT INTO gameobject_names
    (entry, Type, DisplayID, Name, spellfocus, sound1, sound2, sound3, sound4, sound5, sound6, sound7, sound8, sound9, unknown1, unknown2, unknown3, unknown4, unknown5, unknown6, unknown7, unknown8, unknown9, unknown10, unknown11, unknown12, unknown13, unknown14)
    VALUES
    (300000, 8, 7210, "Crystal", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)

    Error occured at:2008-03-18 17:30:16
    Line no.:4
    Error Code: 1062 - Duplicate entry '300000' for key 1

    Query:
    INSERT INTO gameobject_names
    (entry, Type, DisplayID, Name, spellfocus, sound1, sound2, sound3, sound4, sound5, sound6, sound7, sound8, sound9, unknown1, unknown2, unknown3, unknown4, unknown5, unknown6, unknown7, unknown8, unknown9, unknown10, unknown11, unknown12, unknown13, unknown14)
    VALUES
    (300000, 8, 7210, "Crystal", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)

    Error occured at:2008-03-18 17:30:21
    Line no.:4
    Error Code: 1062 - Duplicate entry '300000' for key 1

    Query:
    INSERT INTO gameobject_names
    (entry, Type, DisplayID, Name, spellfocus, sound1, sound2, sound3, sound4, sound5, sound6, sound7, sound8, sound9, unknown1, unknown2, unknown3, unknown4, unknown5, unknown6, unknown7, unknown8, unknown9, unknown10, unknown11, unknown12, unknown13, unknown14)
    VALUES
    (300000, 8, 7210, "Crystal", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)

    Error occured at:2008-03-18 17:48:19
    Line no.:4
    Error Code: 1062 - Duplicate entry '300000' for key 1

    Query:
    INSERT INTO gameobject_names
    (entry, Type, DisplayID, Name, spellfocus, sound1, sound2, sound3, sound4, sound5, sound6, sound7, sound8, sound9, unknown1, unknown2, unknown3, unknown4, unknown5, unknown6, unknown7, unknown8, unknown9, unknown10, unknown11, unknown12, unknown13, unknown14)
    VALUES
    (300000, 8, 7210, "Crystal", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)

    Error occured at:2008-03-18 17:48:34
    Line no.:4
    Error Code: 1062 - Duplicate entry '300000' for key 1

    Query:
    INSERT INTO creature_proto
    (entry, minlevel, maxlevel, faction, minhealth, maxhealth, mana, scale, npcflags, attacktime, mindamage, maxdamage, rangedattacktime, rangedmindamage, rangedmaxdamage, mountdisplayid, equipmodel1, equipinfo1, equipslot1, equipmodel2, equipinfo2, equipslot2, equipmodel3, equipinfo3, equipslot3, respawntime, armor, resistance1, resistance2, resistance3, resistance4, resistance5, resistance6, combat_reach, bounding_radius, auras, boss, money, invisibility_type, death_state, walk_speed, run_speed, fly_speed, extra_a9_flags)
    VALUES
    (40001, 70, 70, 35, 12000, 12000, 0, 1, 3, 2800, 100, 200, 2800, 100, 200, 0, 31543, 0, 0, 0, 0, 0, 10178, 0, 0, 360000, 0, 0, 0, 0, 0, 0, 0, 1, 0, "0", 0, 0, 0, 0, "2,5", 8, 14, 0)

    Error occured at:2008-03-18 18:10:22
    Line no.:11958
    Error Code: 1265 - Data truncated for column 'walk_speed' at row 1

  4. #19
    *Alexz*'s Avatar Member
    Reputation
    105
    Join Date
    May 2007
    Posts
    521
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    because its old

  5. #20
    y2kss66's Avatar Member
    Reputation
    104
    Join Date
    Jan 2008
    Posts
    778
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how do i update it then?

  6. #21
    wurstbr0t's Avatar Member
    Reputation
    104
    Join Date
    Jan 2008
    Posts
    139
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Stop bumping this old thread.. zomg.. -_-'

    /close please

  7. #22
    Succy's Avatar Banned
    Reputation
    40
    Join Date
    Jun 2007
    Posts
    804
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Was really nice! To bad that you didn't update it
    Last edited by Succy; 03-18-2008 at 06:02 PM.

  8. #23
    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)
    Originally Posted by y2kss66 View Post
    Why do i still receive this error:

    Error Code: 1062 - Duplicate entry '300000' for key 1

    Umm, duplicate entry perhaps?

    This is old. If you want you can salvage it manually though.

  9. #24
    y2kss66's Avatar Member
    Reputation
    104
    Join Date
    Jan 2008
    Posts
    778
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I cannot really update the sql code but I really liked this and was wondering if someone else could? Thank you and sorry if I am a noob and sorry for bumping.

  10. #25
    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)
    Perhaps the OP will

  11. #26
    y2kss66's Avatar Member
    Reputation
    104
    Join Date
    Jan 2008
    Posts
    778
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok thanks for the help!

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Release] Event Commands
    By TheSpidey in forum World of Warcraft Emulator Servers
    Replies: 15
    Last Post: 05-19-2008, 09:05 PM
  2. [Release] Event - Happy Treehouse
    By wurstbr0t in forum World of Warcraft Emulator Servers
    Replies: 28
    Last Post: 05-06-2008, 05:27 AM
  3. [RELEASE/EVENT] The MMOWNED Faire.
    By Tobii in forum World of Warcraft Emulator Servers
    Replies: 12
    Last Post: 02-26-2008, 11:57 AM
  4. [Release] Illidan Stormrage Event Script
    By wowcomputer in forum World of Warcraft Emulator Servers
    Replies: 15
    Last Post: 02-06-2008, 12:57 PM
  5. [RELEASE] Venice Database Revision 121 [ +Video Included on Upcoming Event's]
    By ~SaiLyn~ in forum World of Warcraft Emulator Servers
    Replies: 21
    Last Post: 01-15-2008, 06:39 PM
All times are GMT -5. The time now is 06:44 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