Interesting fun server trainer, Have a vanity pet spell trainer menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    Kuraria's Avatar Member
    Reputation
    11
    Join Date
    Jul 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Interesting fun server trainer, Have a vanity pet spell trainer

    you can have a trainer teach you all vanity pet summons =D let me know what you guys think. eliminates the need for a pet item vendor plus there are some pets you'd have to make custom items to summon because they have a summon spell but no retail item. includes some pets you can't get normally like the corrupted kitten from the horde quest in felwood.

    http://i320.photobucket.com/albums/n...208_044523.jpg

    if you have any issues when you try and summon odds are there isn't a creature_proto for that pet which I ran into a lot so you just use.

    Code:
    REPLACE INTO `creature_proto` (`entry`,`minlevel`,`maxlevel`,`faction`,`minhealth`,`maxhealth`,`mana`,`scale`,`npcflags`,`attacktime`,`attacktype`,`mindamage`,`maxdamage`,`can_ranged`,`rangedattacktime`,`rangedmindamage`,`rangedmaxdamage`,`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`,`spell1`,`spell2`,`spell3`,`spell4`,`spell_flags`,`modImmunities`) VALUES (<<put creature entry here>>,1,1,35,64,64,0,1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.5,0.35,'',0,0,0,0,2.5,8,14,0,0,0,0,0,0,0);
    Filebeam - Free Fast File Hosting

    **** useful mysql query to flesh out missing proto's in your database ****

    alot of times it fixes spells you didn't know were broken or how they were =D

    Code:
    SELECT creature_names.entry, creature_proto.entry FROM creature_names
    LEFT JOIN creature_proto ON creature_names.entry = creature_proto.entry WHERE creature_proto.entry IS NULL
    using this will give you a list of any missing creature_proto in your database.. I used it to weed out the pets that wouldn't summon because of the missing data. if anyone needs help let me know and I'll do my best.
    Last edited by Kuraria; 12-28-2008 at 03:53 PM.

    Interesting fun server trainer, Have a vanity pet spell trainer
  2. #2
    Hellgawd's Avatar Account not activated by Email
    Reputation
    710
    Join Date
    Jun 2007
    Posts
    2,480
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That's pretty cool! =]

  3. #3
    yrref's Avatar Active Member
    Reputation
    42
    Join Date
    Dec 2006
    Posts
    376
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    coooooooooooooooool

    https://www.ownedcore.com/forums/wow-guides/226193-total-beginners-guide-world-warcraft.html

  4. #4
    Warwenw's Avatar Active Member
    Reputation
    37
    Join Date
    Feb 2007
    Posts
    228
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That is AWESOME!
    I'll truly use this thanks a bunch!
    +Rep (my second and last for today)

    Regards WarWenW


  5. #5
    Kuraria's Avatar Member
    Reputation
    11
    Join Date
    Jul 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ty for all the replies and I'm happy everyone enjoys it... if you have any suggestions just let me know... I know a little bit about stuff so if anyone have a idea and needs some help with it lemme know.

  6. #6
    Ezio's Avatar Active Member
    Reputation
    58
    Join Date
    Nov 2007
    Posts
    141
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Uhmm , Good Release , Have Mini Tyrael? All mini pets?

    Web Designer Professional.

  7. #7
    Kuraria's Avatar Member
    Reputation
    11
    Join Date
    Jul 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Useful MYSQL query

    *edit* added sql query to first posting =D
    Last edited by Kuraria; 12-28-2008 at 03:51 PM.

  8. #8
    Kuraria's Avatar Member
    Reputation
    11
    Join Date
    Jul 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Erkael View Post
    Uhmm , Good Release , Have Mini Tyrael? All mini pets?
    147 mini pets in all some of which you can't get other then learning the spell to summon them. and yes Mini Tyrael is included. I think it's a uhmmm... great release for someone that didn't copy and paste it from a svn or repack. this was both a learning task and labor of love enjoying blizz's in game non-combat pets.
    Last edited by Kuraria; 12-28-2008 at 07:14 AM.

  9. #9
    Ascent[Tech]'s Avatar Member
    Reputation
    16
    Join Date
    Dec 2008
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol, nice done dude! :]

    +Rep cookie to you.

  10. #10
    Kuraria's Avatar Member
    Reputation
    11
    Join Date
    Jul 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ascent[Tech] View Post
    Lol, nice done dude! :]

    +Rep cookie to you.

    *bow* thank you... thank you... any corrections, additions or suggestions are greatly appreciated. this would include new vendors, trainers or maybe even bosses.

  11. #11
    Stevengeek's Avatar Member
    Reputation
    5
    Join Date
    Dec 2008
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hehe, nice

  12. #12
    svedin's Avatar Contributor
    Reputation
    124
    Join Date
    Jun 2008
    Posts
    557
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thats nice

  13. #13
    Sounddead's Avatar Contributor
    Reputation
    160
    Join Date
    Sep 2007
    Posts
    1,126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great job +rep x2

    I live in a shoe

  14. #14
    Kuraria's Avatar Member
    Reputation
    11
    Join Date
    Jul 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm currently working a new mall location... working really hard on it with original spawns, vendors and quests. hopefully its this well received =D

  15. #15
    Aelus's Avatar Active Member
    Reputation
    72
    Join Date
    Jan 2007
    Posts
    687
    Thanks G/R
    0/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Haha, cool stuff.



Page 1 of 2 12 LastLast

Similar Threads

  1. New to private servers and have a question?
    By zone2424 in forum World of Warcraft Emulator Servers
    Replies: 18
    Last Post: 11-14-2007, 08:04 AM
  2. World Of Legions :: Private Server | No Hamachi | Mid Fun Server | Customs! |
    By jokerjokes in forum WoW Emulator Server Listings
    Replies: 0
    Last Post: 11-12-2007, 09:32 PM
  3. WoWEvolution Fun server
    By nether drake in forum WoW Emulator Server Listings
    Replies: 0
    Last Post: 11-08-2007, 05:06 PM
  4. 50hq Fun Server!| All Testers become GM's| Dedicated Adress| No Hamachi!
    By acdcfan2332 in forum WoW Emulator Server Listings
    Replies: 0
    Last Post: 11-07-2007, 05:07 PM
  5. What is a good 1.12 fun server?
    By Mike3667 in forum World of Warcraft General
    Replies: 0
    Last Post: 04-07-2007, 05:16 PM
All times are GMT -5. The time now is 01:45 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