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

User Tag List

Page 3 of 3 FirstFirst 123
Results 31 to 45 of 45
  1. #31
    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)
    I made an SQL File with it mate.

    hey i need a phew commands for Ether HeidiSQL Or navicat
  2. #32
    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)
    but did you save all your queries or SQL's with your custom content? if so do the following to make a new working DB. keep in mind this will only replace your world DB, so keep all your other ones. and after you are dun just rerun your queries or make new ones if you just have the SQl files saved, but if you don't have either your queries or SQL files then i wouldn't suggest doing this because you will lose all your custom content

    Originally Posted by Elidan0 View Post
    it's pretty simple.

    1. download tortoisesvn
    2. make a new folder anywhere
    3. right click the folder and choose SVN checkout
    4. where is says URL of repository put: lhdb - Revision 87: /
    5. leave everything else the same and press ok
    6. wait for it to do it's thing.
    7. once it's done go into the folder and run tool and type in ur MySQL info

    support Eatos and his DB here

  3. #33
    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)
    Ermmm...

    UPDATE `creature_proto`
    ^
    were using the creature_proto table.

    SET `minlevel` = '80'
    ^
    Were changing the column called minlevel to 80. Make sure this is the correct column name, I didn't check.

    AND `maxlevel` = '80'
    ^ See above

    ;
    ^ Allows us to execute more than one row basically.

    If that is still giving you errors even though you changed the column name:

    UPDATE `creature_names` SET `minlevel` = '80';
    UPDATE `creature_proto` SET `maxlevel` = '80';

    Also queries do not execute if they return an error, so when you executed this it should not have done anything.


  4. #34
    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)
    Originally Posted by stoneharry View Post
    Ermmm...

    UPDATE `creature_proto`
    ^
    were using the creature_proto table.

    SET `minlevel` = '80'
    ^
    Were changing the column called minlevel to 80. Make sure this is the correct column name, I didn't check.

    AND `maxlevel` = '80'
    ^ See above

    ;
    ^ Allows us to execute more than one row basically.

    If that is still giving you errors even though you changed the column name:

    UPDATE `creature_names` SET `minlevel` = '80';
    UPDATE `creature_proto` SET `maxlevel` = '80';

    Also queries do not execute if they return an error, so when you executed this it should not have done anything.

    it worked, he didn't get any errors, he just forgot to include UPDATE the first time, but apperently it set the levels of all his custom NPC's to 30-31, that has to be something wrong with the DB

  5. #35
    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)
    Right okay, but our DB is F**ked
    and i dunno how to fix it agin :s

  6. #36
    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)
    look a couple posts back, i told you how

  7. #37
    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)
    Ston do you got an MSN i can contact you on ?

    ---------- Post added at 02:53 PM ---------- Previous post was at 02:37 PM ----------

    We changed the commands to
    UPDATE `creature_proto` SET `minlevel` = '80';
    UPDATE `creature_proto` SET `maxlevel` = '80';
    and it worked (: ..

  8. #38
    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)
    Probably because it should of been:

    UPDATE `creature_proto` SET `minlevel` = '80' AND SET `creature_proto` = '80';

    Or maybe the use of brackets was required, my SQL knowledge has never been that vast.

  9. #39
    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)
    hehehe meybe :P

  10. #40
    shadowknight513's Avatar Knight
    Reputation
    11
    Join Date
    Apr 2008
    Posts
    197
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bloodprince View Post
    Right okay, but our DB is F**ked
    and i dunno how to fix it agin :s
    Told you. I still don't understand the point in having every creature 80, can you please explain it to me?

  11. #41
    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)
    Honestly, leave him alone. It's up to him whether he wants to change it, hell he could make it so that all mobs were invincible, and it would still be none of your business.
    Maybe he has it planned so that it's difficult to work out which mobs will give decent loot, or make it so that travelling around is not as easy as it once was. Whatever the reason, is it really your place to question his ideas?

    The question has been answered, now drop it.

  12. #42
    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)
    hahaha thnx stone,
    Stone do you got an msn i can contact you on if im looking for some commands or stuff like that etc ?

  13. #43
    Dynashock's Avatar Contributor

    Reputation
    176
    Join Date
    Nov 2007
    Posts
    203
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The SQL query provided by Stoneharry was not working because he included the AND statement in it, which only works in filtering situations. A comma instead would've done the trick. (Or of course splitting the query in two seperate queries.)
    Ignorance is bliss.

  14. #44
    Zaxer's Avatar Contributor
    Reputation
    92
    Join Date
    Sep 2008
    Posts
    159
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bloodprince, I actually don't think you understand what happens when you change a mobs level, what you are looking for is to make all mobs lvl 80 and have about the same stats.
    When a player level up the player gets new stats, but when a NPC level up nothing happens except the level changes.

  15. #45
    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)
    yea i know zax, but really what im looking for now, im underconstructing my own server atm , and im looking for haste/weapon speed cap in the core and i cant find it anywhere any ideas?.

Page 3 of 3 FirstFirst 123

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 01:35 AM. 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