hey i need a phew commands for Ether HeidiSQL Or navicat menu

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 45
  1. #16
    stoneharry's Avatar Moderator Harry

    Authenticator enabled
    Reputation
    1613
    Join Date
    Sep 2007
    Posts
    4,554
    Thanks G/R
    151/146
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    UPDATE `creature_proto` SET `minlevel` = '80' AND `maxlevel` = '80';

    hey i need a phew commands for Ether HeidiSQL Or navicat
  2. #17
    Bloodprince's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2010
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thnx harry,
    That query command is for navicat right or both? =D

  3. #18
    Elidan0's Avatar Master Sergeant
    Reputation
    11
    Join Date
    May 2010
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it's not a Navicat command, i guess you can call it an SQL command, meaning you put it in an SQL file and run it as a query, and yeah, it will work on Navicat or anything you use.

  4. #19
    Bloodprince's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2010
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So how do i make an SQL file ? =p
    without using Wow-v.

  5. #20
    Elidan0's Avatar Master Sergeant
    Reputation
    11
    Join Date
    May 2010
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    simply open up a notepad file, paste the code in there, and save as XXX.sql (the XXX is a filler)

  6. #21
    Bloodprince's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2010
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hm okay thnx ill try that ^^ i will let ya know if it works (:

    ---------- Post added at 02:00 PM ---------- Previous post was at 01:56 PM ----------

    [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 '`creature_proto` SET `minlevel` = '80' AND `maxlevel` = '80'' at line 1
    [Err] `creature_proto` SET `minlevel` = '80' AND `maxlevel` = '80';
    [Msg] Finished - Unsuccessfully
    --------------------------------------------------
    This is what i get :S i can SS it too

    ---------- Post added at 02:02 PM ---------- Previous post was at 02:00 PM ----------

    Got it now D:

  7. #22
    Elidan0's Avatar Master Sergeant
    Reputation
    11
    Join Date
    May 2010
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    then either it's the wrong command (which i doubt, since it was given to you by Stoneharry) or there's something wrong with your DB.

    oh wait, are you sure you used the whole code? it looks like you missed the UPDATE

  8. #23
    Bloodprince's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2010
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeah i did xD , i added UPDATE and it worked, but im checking every mobs now to see if it REALLY worked :P

  9. #24
    Elidan0's Avatar Master Sergeant
    Reputation
    11
    Join Date
    May 2010
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    k, but keep in mind, this is not really a solution, you still have level 80 creatures with lvl 1 stats

  10. #25
    Bloodprince's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2010
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well it didtint change the creatures level's :S ive added with navicat AND heidiSQL

  11. #26
    Elidan0's Avatar Master Sergeant
    Reputation
    11
    Join Date
    May 2010
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    try restarting MySQL

  12. #27
    Bloodprince's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2010
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it changed their levels to bloody 31 - 32 instead o.O

  13. #28
    Elidan0's Avatar Master Sergeant
    Reputation
    11
    Join Date
    May 2010
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    every single NPC? then that's a problem with your DB, not with the command/code.

  14. #29
    Bloodprince's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2010
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Aight will try that =p hope it bloody works or else i got a fcking loads of typing to do it the DB -.-

    ---------- Post added at 02:16 PM ---------- Previous post was at 02:14 PM ----------

    Not every single it only did with our custom mobs o.O
    yup there's something wrong with our DB <.< Omfg

  15. #30
    Elidan0's Avatar Master Sergeant
    Reputation
    11
    Join Date
    May 2010
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    did you save all your queries?

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Core] How do I spawn items? Just need the command for ascent.
    By Atheyst in forum WoW EMU Questions & Requests
    Replies: 8
    Last Post: 10-29-2010, 09:17 PM
  2. Need a helm fix for human male to blood elf male.
    By Dhagon in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 06-10-2007, 04:26 AM
  3. Need a little help for free time of WoW =(
    By Pwnnned in forum World of Warcraft General
    Replies: 3
    Last Post: 06-09-2007, 11:40 AM
  4. I need some better info for my computer upgrade.
    By Wheeze201 in forum Community Chat
    Replies: 0
    Last Post: 06-07-2007, 07:43 PM
  5. need a druid skin for cat form...
    By catwomhan in forum WoW ME Questions and Requests
    Replies: 5
    Last Post: 04-23-2007, 07:11 PM
All times are GMT -5. The time now is 10:55 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search