How to make a custom City/Instance/Area Detailed and advanced! menu

User Tag List

Page 7 of 10 FirstFirst ... 345678910 LastLast
Results 91 to 105 of 137
  1. #91
    Panda94's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice work^^ i will try it

    How to make a custom City/Instance/Area Detailed and advanced!
  2. #92
    Desinate's Avatar Active Member
    Reputation
    46
    Join Date
    Mar 2007
    Posts
    195
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I get an error when i try execute the batch file.. "[Err] 1136 - Column count doesn't match value count at row 1" and something. Got any ideas?
    I dont help, i spam!

  3. #93
    04watkinsg's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi! i'm a bit of a noob to all of this i got the HeidiSQL everytime i do password and username root it just says error cant conect why can you help me! and btw this guide looks awsome if i under stood it!! thank yo so much

  4. #94
    04watkinsg's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ahh ma bad didnt have sql running! everytime i pess f9 it says please secent a data base... but i dont understand, can someone help!!

  5. #95
    breaksthings1's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    dude this is a crazy guide but i keep haveing a problem. after i load the sql. i have to execute sql and when i do that it says: SQL error: Column count doesn't match value count at row 1: dude plz help

  6. #96
    sasoritail's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2008
    Posts
    655
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What repack u guys got?
    It's been a while

  7. #97
    fer182's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Desinate View Post
    I get an error when i try execute the batch file.. "[Err] 1136 - Column count doesn't match value count at row 1" and something. Got any ideas?
    i have same problem.

  8. #98
    culo's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Error.

    [Err] 1136 - Column count doesn't match value count at row 1
    [Err] INSERT INTO `gameobject_names` VALUES ('99871', '5', '7266', 'Spike', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
    [Msg] Finished - Unsuccessfully

  9. #99
    Matochio's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Really detailed but its good.
    Yew just gots.. :banned:

  10. #100
    doomed461's Avatar Member
    Reputation
    2
    Join Date
    Jul 2007
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Everytime i try to execute the batch file, or query them in Heidisql it just says Column count doesn't match value count at row 1 can anyone help me?

  11. #101
    winddragon's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the problem some are having is that the gameobject table structure has changed since the release of these SQLs. this is the current readout of the structure.

    /*
    SQLyog Community Edition- MySQL GUI
    MySQL - 5.0.27-community-nt
    *********************************************************************
    */
    /*!40101 SET NAMES utf8 */;

    create table `gameobject_custom` (
    `entry` double ,
    `Type` double ,
    `DisplayID` double ,
    `Name` varchar (300),
    `Name2` varchar (300),
    `Name3` varchar (300),
    `Name4` varchar (300),
    `Category` varchar (300),
    `CastBarText` varchar (300),
    `UnkStr` varchar (300),
    `spellfocus` double ,
    `sound1` double ,
    `sound2` double ,
    `sound3` double ,
    `sound4` double ,
    `sound5` double ,
    `sound6` double ,
    `sound7` double ,
    `sound8` double ,
    `sound9` double ,
    `unknown1` double ,
    `unknown2` double ,
    `unknown3` double ,
    `unknown4` double ,
    `unknown5` double ,
    `unknown6` double ,
    `unknown7` double ,
    `unknown8` double ,
    `unknown9` double ,
    `unknown10` double ,
    `unknown11` double ,
    `unknown12` double ,
    `unknown13` double ,
    `unknown14` double
    );


    if you add the missing columes it should work.

  12. #102
    kingofwc's Avatar Member
    Reputation
    2
    Join Date
    Sep 2008
    Posts
    92
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this is good man..keep up the good work

  13. #103
    kingofwc's Avatar Member
    Reputation
    2
    Join Date
    Sep 2008
    Posts
    92
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thx for the pictures man =D

  14. #104
    Hellami1's Avatar Member
    Reputation
    3
    Join Date
    May 2009
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ty +Rep this really helped

  15. #105
    Kreach's Avatar Member
    Reputation
    1
    Join Date
    Jun 2009
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is a sweet guide so +rep!

Page 7 of 10 FirstFirst ... 345678910 LastLast

Similar Threads

  1. Does anyone know how to make a custom instance portal
    By blink359 in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 10-15-2009, 02:42 PM
  2. How to make a custom starting area
    By spleee101 in forum WoW EMU Guides & Tutorials
    Replies: 10
    Last Post: 09-12-2008, 02:03 PM
  3. [guide] How to make a custom instance!
    By ***Munchy*** in forum WoW EMU Guides & Tutorials
    Replies: 10
    Last Post: 06-20-2008, 06:31 AM
  4. How to Make a Custom Graveyard
    By JulianX in forum WoW EMU Guides & Tutorials
    Replies: 15
    Last Post: 11-16-2007, 09:32 PM
  5. How to Make A Custom Mob
    By JulianX in forum WoW EMU Guides & Tutorials
    Replies: 22
    Last Post: 09-26-2007, 10:48 AM
All times are GMT -5. The time now is 05:14 PM. 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