Hello & Welcome to our community. Is this your first visit? Register
Follow us on
Follow us on Facebook Follow us on Twitter Watch us on YouTube


MMOCoin

Likes Likes:  0
Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17
  1. #11
    Contributor
    Cocain's Avatar
    Join Date
    Mar 2010
    Posts
    208
    Post Thanks / Like
    Rep Power
    16
    Reputation
    92

    Register to remove this ad
    Please TEST this on a alt database first though. I don't want it on my conscience to **** your server up. However the batch works. So. ^^


    › See More: [Request]Pet Scaling Fix

  2. #12
    Contributor
    Cocain's Avatar
    Join Date
    Mar 2010
    Posts
    208
    Post Thanks / Like
    Rep Power
    16
    Reputation
    92
    Updated, for all the pet family's.

    Code:
    UPDATE `creature_template` SET `scale`='1.0' where `family` = 1
    UPDATE `creature_template` SET `scale`='1.0' where `family` = 2
    UPDATE `creature_template` SET `scale`='1.0' where `family` = 3
    UPDATE `creature_template` SET `scale`='1.0' where `family` = 4
    UPDATE `creature_template` SET `scale`='1.0' where `family` = 5
    UPDATE `creature_template` SET `scale`='1.0' where `family` = 6
    UPDATE `creature_template` SET `scale`='1.0' where `family` = 7
    UPDATE `creature_template` SET `scale`='1.0' where `family` = 8
    UPDATE `creature_template` SET `scale`='1.0' where `family` = 9
    Set the '1.0' to your desired scale.

  3. #13
    Banned

    Join Date
    Jan 2010
    Location
    Baltimore,Maryland
    Posts
    260
    Post Thanks / Like
    Rep Power
    0
    Reputation
    87
    [SQL] creature_template` SET `scale`='1.0' where `family` = 2
    creature_template` SET `scale`='1.0' where `family` = 7
    creature_template` SET `scale`='1.0' where `family` = 45
    creature_template` SET `scale`='1.0' where `family` = 39
    creature_template` SET `scale`='1.0' where `family` = 25
    creature_template` SET `scale`='1.0' where `family` = 37
    creature_template` SET `scale`='1.0' where `family` = 11
    creature_template` SET `scale`='1.0' where `family` = 46
    creature_template` SET `scale`='1.0' where `family` = 12
    creature_template` SET `scale`='1.0' where `family` = 44
    creature_template` SET `scale`='1.0' where `family` = 1
    creature_template` SET `scale`='1.0' where `family` = 24
    creature_template` SET `scale`='1.0' where `family` = 26
    creature_template` SET `scale`='1.0' where `family` = 38
    creature_template` SET `scale`='1.0' where `family` = 30
    creature_template` SET `scale`='1.0' where `family` = 34
    creature_template` SET `scale`='1.0' where `family` = 31
    creature_template` SET `scale`='1.0' where `family` = 35
    creature_template` SET `scale`='1.0' where `family` = 41
    creature_template` SET `scale`='1.0' where `family` = 3
    creature_template` SET `scale`='1.0' where `family` = 33
    creature_template` SET `scale`='1.0' where `family` = 27
    creature_template` SET `scale`='1.0' where `family` = 4
    creature_template` SET `scale`='1.0' where `family` = 5
    creature_template` SET `scale`='1.0' where `family` = 8
    creature_template` SET `scale`='1.0' where `family` = 6
    creature_template` SET `scale`='1.0' where `family` = 9
    creature_template` SET `scale`='1.0' where `family` = 43
    creature_template` SET `scale`='1.0' where `family` = 20
    creature_template` SET `scale`='1.0' where `family` = 21
    creature_template` SET `scale`='1.0' where `family` = 32
    creature_template` SET `scale`='1.0' where `family` = 42





    [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_template` SET `scale`='1.0' where `family` = 2
    creature_template` SET ' at line 1
    what am i doing wrong tahts what i did and has all classes




  4. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

  5. #14
    Contributor
    Cocain's Avatar
    Join Date
    Mar 2010
    Posts
    208
    Post Thanks / Like
    Rep Power
    16
    Reputation
    92
    You missed a

    Code:
    `
    Infront of all your Creature_Templates. Let me fix it.

  6. #15
    Contributor
    Cocain's Avatar
    Join Date
    Mar 2010
    Posts
    208
    Post Thanks / Like
    Rep Power
    16
    Reputation
    92
    Code:
    `creature_template` SET `scale`='1.0' where `family` = 2
    `creature_template` SET `scale`='1.0' where `family` = 7
    `creature_template` SET `scale`='1.0' where `family` = 45
    `creature_template` SET `scale`='1.0' where `family` = 39
    `creature_template` SET `scale`='1.0' where `family` = 25
    `creature_template` SET `scale`='1.0' where `family` = 37
    `creature_template` SET `scale`='1.0' where `family` = 11
    `creature_template` SET `scale`='1.0' where `family` = 46
    `creature_template` SET `scale`='1.0' where `family` = 12
    `creature_template` SET `scale`='1.0' where `family` = 44
    `creature_template` SET `scale`='1.0' where `family` = 1
    `creature_template` SET `scale`='1.0' where `family` = 24
    `creature_template` SET `scale`='1.0' where `family` = 26
    `creature_template` SET `scale`='1.0' where `family` = 38
    `creature_template` SET `scale`='1.0' where `family` = 30
    `creature_template` SET `scale`='1.0' where `family` = 34
    `creature_template` SET `scale`='1.0' where `family` = 31
    `creature_template` SET `scale`='1.0' where `family` = 35
    `creature_template` SET `scale`='1.0' where `family` = 41
    `creature_template` SET `scale`='1.0' where `family` = 3
    `creature_template` SET `scale`='1.0' where `family` = 33
    `creature_template` SET `scale`='1.0' where `family` = 27
    `creature_template` SET `scale`='1.0' where `family` = 4
    `creature_template` SET `scale`='1.0' where `family` = 5
    `creature_template` SET `scale`='1.0' where `family` = 8
    `creature_template` SET `scale`='1.0' where `family` = 6
    `creature_template` SET `scale`='1.0' where `family` = 9
    `creature_template` SET `scale`='1.0' where `family` = 43
    `creature_template` SET `scale`='1.0' where `family` = 20
    `creature_template` SET `scale`='1.0' where `family` = 21
    `creature_template` SET `scale`='1.0' where `family` = 32
    `creature_template` SET `scale`='1.0' where `family` = 42
    There you go.

  7. #16
    Contributor
    Cocain's Avatar
    Join Date
    Mar 2010
    Posts
    208
    Post Thanks / Like
    Rep Power
    16
    Reputation
    92
    Woops, just saw another error, in the Family collumn, you forgot to put your numbers in the last collumn between '

    Fixed :

    Code:
    update `creature_template` SET `scale`='1.0' where `family` = '2'
    update `creature_template` SET `scale`='1.0' where `family` = '7'
    update `creature_template` SET `scale`='1.0' where `family` = '45'
    update `creature_template` SET `scale`='1.0' where `family` = '39'
    update `creature_template` SET `scale`='1.0' where `family` = '25'
    update `creature_template` SET `scale`='1.0' where `family` = '37'
    update `creature_template` SET `scale`='1.0' where `family` = '11'
    update `creature_template` SET `scale`='1.0' where `family` = '46'
    update `creature_template` SET `scale`='1.0' where `family` = '12'
    update `creature_template` SET `scale`='1.0' where `family` = '44'
    update `creature_template` SET `scale`='1.0' where `family` = '1'
    update `creature_template` SET `scale`='1.0' where `family` = '24'
    update `creature_template` SET `scale`='1.0' where `family` = '26'
    update `creature_template` SET `scale`='1.0' where `family` = '38'
    update `creature_template` SET `scale`='1.0' where `family` = '30'
    update `creature_template` SET `scale`='1.0' where `family` = '34'
    update `creature_template` SET `scale`='1.0' where `family` = '31'
    update `creature_template` SET `scale`='1.0' where `family` = '35'
    update `creature_template` SET `scale`='1.0' where `family` = '41'
    update `creature_template` SET `scale`='1.0' where `family` = '3'
    update `creature_template` SET `scale`='1.0' where `family` = '33'
    update `creature_template` SET `scale`='1.0' where `family` = '27'
    update `creature_template` SET `scale`='1.0' where `family` = '4'
    update `creature_template` SET `scale`='1.0' where `family` = '5'
    update `creature_template` SET `scale`='1.0' where `family` = '8'
    update `creature_template` SET `scale`='1.0' where `family` = '6'
    update `creature_template` SET `scale`='1.0' where `family` = '9'
    update `creature_template` SET `scale`='1.0' where `family` = '43'
    update `creature_template` SET `scale`='1.0' where `family` = '20'
    update `creature_template` SET `scale`='1.0' where `family` = '21'
    update `creature_template` SET `scale`='1.0' where `family` = '32'
    update `creature_template` SET `scale`='1.0' where `family` = '42'

  8. #17
    Senior Sergeant
    .SalMAX™'s Avatar
    Join Date
    Mar 2010
    Location
    Miami, Florida
    Posts
    100
    Post Thanks / Like
    Rep Power
    15
    Reputation
    52

    Register to remove this ad
    Thanks Cocain for the Fix. I has been bugging me because I could never figure it Out and you helped me out friend
    Don't Forget to for useful releases!. It gives you good luck! Just Like Lucky charms!

 

 
Page 2 of 2 FirstFirst 12

Visitors found this page by searching for:

fix scaling pet

tamed pet scale mangos

pet scaling trinitycore fix

fix scaling pets

tamed pet scale trinity core

pet scaling mangos

wow trinitycore hunter pet small after taming

mangos pet scaling

wow mangos fix scale pet

trinitycore pet scaling fix

pet bug in scale trinitycore

trinitycore pets not following after taming

1064

SEO Blog

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT -5. The time now is 04:11 PM.
Powered by vBulletin® Copyright ©2000-2024, Jelsoft Enterprises Ltd.
See More links by ForumSetup.net. Feedback Buttons provided by Advanced Post Thanks / Like (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
vBulletin Licensed to: MMOPro.org