[Help] Teleporter NPC SQL menu

Shout-Out

User Tag List

Results 1 to 4 of 4
  1. #1
    Performer's Avatar Contributor
    Reputation
    212
    Join Date
    Nov 2007
    Posts
    874
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Help] Teleporter NPC SQL +REP For Person That Fixes It!

    Hello All,

    I have this Teleporter NPC SQL file but i get an error message.

    The SQL File is:

    Code:
    insert into `creature_names`(`entry`,`name`,`subname`,`Flags1`,`type`,`family`,`rank`,`unk4`,`spelldataid`,`male_displayid`,`female_displayid`,`male_displayid2`,`female_displayid2`,`unknown_float1`,`unknown_float2`,`civilian`,`leader`) values (123456,'Mor\'Thas','Teleporter',0,0,0,0,4,0,0,15945,0,0,0,0,0,0,1);
    
    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 ('123456','90','90','35','9999','9999','9999','1','5','10','999','9999','0','0','0','0','0','0','0','0','0','0','0','0','0','15000','0','0','0','0','0','0','0','0','0','0','1','0','0','0','20','40','50','0');
    And the error is:

    Code:
    [Err] 1136 - Column count doesn't match value count at row 1
    [Err] insert into `creature_names`(`entry`,`name`,`subname`,`Flags1`,`type`,`family`,`rank`,`unk4`,`spelldataid`,`male_displayid`,`female_displayid`,`male_displayid2`,`female_displayid2`,`unknown_float1`,`unknown_float2`,`civilian`,`leader`) values (123456,'Mor\'Thas','Teleporter',0,0,0,0,4,0,0,15945,0,0,0,0,0,0,1);
    [Msg] Finished - Unsuccessfully
    --------------------------------------------------
    Please Help

    If anyone could correct that SQL for me i will give you rep

    thanks,
    mtthwclinton
    Last edited by Performer; 12-24-2007 at 12:09 PM.

    [Help] Teleporter NPC SQL
  2. #2
    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)
    its a problem with the rev you are using cause there have been updates in the tables tell me which one you are using maybe that can help a little bit not sure but can be

  3. #3
    Moederkoek's Avatar Member
    Reputation
    9
    Join Date
    Oct 2007
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You've got 17 colum's, there are 18. One sec while I look it up.

    EDIT: insert into `creature_names`(`entry`,`name`,`subname`,`mouseflags`,`Flags1`,`type`,`family`, `rank`,`unk4`,`spelldataid`,`male_displayid`,`female_displayid`,`male_displayid2 `,`female_displayid2`,`unknown_float1`,`unknown_float2`,`civilian`,`leader`) values (123456,'Mor\'Thas','Teleporter',0,0,0,0,0,4,0,0,15945,0,0,0,0,0,0,1);

    Should work

  4. #4
    King Shaun's Avatar Member
    Reputation
    419
    Join Date
    Dec 2007
    Posts
    1,305
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I know what is wrong. I have the exact same file but I fixed it. If you still want to know what to do then read this below, I put a new code there!

    insert into `creature_names`(`entry`,`name`,`subname`,`Flags1`,`type`,`family`,`rank`,`unk4` ,`spelldataid`,`male_displayid`,`female_displayid`,`male_displayid2`,`female_dis playid2`,`unknown_float1`,`unknown_float2`,`civilian`,`leader`) values (99890,'Mor\'Thas','Teleporter',0,0,0,0,4,0,0,15945,0,0,0,0,0,0,1);

    INSERT INTO `creature_proto` (`entry`,`minlevel`,`maxlevel`,`faction`,`minhealth`,`maxhealth`,`mana`,`scale`, `npcflags`,`attacktime`,`mindamage`,`maxdamage`,`rangedattacktime`,`rangedmindam age`,`rangedmaxdamage`,`mountdisplayid`,`equipmodel1`,`equipinfo1`,`equipslot1`, `equipmodel2`,`equipinfo2`,`equipslot2`,`equipmodel3`,`equipinfo3`,`equipslot3`, `respawntime`,`armor`,`resistance1`,`resistance2`,`resistance3`,`resistance4`,`r esistance5`,`resistance6`,`combat_reach`,`bounding_radius`,`auras`,`boss`,`money `,`invisibility_type`,`death_state`,`walk_speed`,`run_speed`,`fly_speed`,`extra_ a9_flags`) VALUES ('99890','90','90','35','9999','9999','9999','1','5','10','999','9999','0','0',' 0','0','0','0','0','0','0','0','0','0','0','15000','0','0','0','0','0','0','0',' 0','0','0','1','0','0','0','20','40','50','0');

    There is the new code. Just execute that, it should work.

    If it does please rep me like you said. Because I need to get out of this ****ing leecher status. Lmao!

Similar Threads

  1. [help] ascent teleport npc for horde
    By dubi123 in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 06-18-2008, 02:34 PM
  2. (Help) teleporter NPC
    By lol88998 in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 04-26-2008, 12:45 PM
  3. Custom teleport npcs question please help
    By friendofdar in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 09-24-2007, 09:35 PM
  4. Teleport NPC help!
    By Daxo in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 09-22-2007, 01:24 PM
  5. Help with NPC Teleporters
    By KnownReason in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 09-11-2007, 05:22 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