How to make a pet?? menu

User Tag List

Results 1 to 12 of 12
  1. #1
    jokerjokes's Avatar Active Member
    Reputation
    75
    Join Date
    Apr 2007
    Posts
    902
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How to make a pet??

    Can anyone explain to me how to make a new pet like lets say a horse or a undead?? Please and thanks.

    How to make a pet??
  2. #2
    Meltoor's Avatar Contributor
    Reputation
    146
    Join Date
    Jan 2007
    Posts
    292
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to make a pet??

    I'm not sure, but if you use Ascent, then .pet create #petid
    search for creatures on thottbot, and get their IDs.

  3. #3
    jokerjokes's Avatar Active Member
    Reputation
    75
    Join Date
    Apr 2007
    Posts
    902
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to make a pet??

    Well thats not what i ment im sry if i was a little to breif. I meant if there is a way to create a pet in the db and have it so other can tame it, so its like spawned and stuff, but yes i use ascent

  4. #4
    Meltoor's Avatar Contributor
    Reputation
    146
    Join Date
    Jan 2007
    Posts
    292
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to make a pet??

    Then you have to do another creature in creature_proto and creature_names table!
    To do so, here are some value guides.
    Creature names - Ascent Wiki
    Creature proto - Ascent Wiki
    There is a slot in Creature_names "maledisplayid", if you want a displayid, go in game, find a creature which's model fits to your bidding, do .npc info, and type the "modelid" to "maldedisplayid" which you found there.

  5. #5
    weaselking1973's Avatar Member
    Reputation
    30
    Join Date
    Oct 2007
    Posts
    332
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to make a pet??

    the fast easy way

    tame a pet

    log out

    open your playerpet table in navcat

    locate table - playerpet table

    modify the ID to the animal type you want

    then change the loyaltey points to 7800

    log back in

    now you the pet you want at loyaltey level of 6 with 780 points to give for pet skills
    "In the event of an emergency, dont ask me, I crashed my server a few hundered times before I realized kicking the CPU wont make it work"


    pet mod guide Maps For Blondes creating weapons Hunter set

  6. #6
    Meltoor's Avatar Contributor
    Reputation
    146
    Join Date
    Jan 2007
    Posts
    292
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to make a pet??

    Well, my experience with pet tables that pets can dissappear easily, and it's just temporal, but it's a good solution what Weasel described too.
    It depends on what you want to do.

  7. #7
    jokerjokes's Avatar Active Member
    Reputation
    75
    Join Date
    Apr 2007
    Posts
    902
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to make a pet??

    well yea i did the creature crap and stuff before, and when i spawn that npc i dont see it but it attacks me. Like i wanted to make an undead pet and i got the displayid of a undead guy and made it the cat family and the otehr thing 1 for creature, and then boom i cant see him...

  8. #8
    weaselking1973's Avatar Member
    Reputation
    30
    Join Date
    Oct 2007
    Posts
    332
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to make a pet??

    Originally Posted by jokerjokes View Post
    well yea i did the creature crap and stuff before, and when i spawn that npc i dont see it but it attacks me. Like i wanted to make an undead pet and i got the displayid of a undead guy and made it the cat family and the otehr thing 1 for creature, and then boom i cant see him...

    try more details, your discription of what you did is confusing

    what commands did you do
    whats the toon class
    and what did you modify
    "In the event of an emergency, dont ask me, I crashed my server a few hundered times before I realized kicking the CPU wont make it work"


    pet mod guide Maps For Blondes creating weapons Hunter set

  9. #9
    jokerjokes's Avatar Active Member
    Reputation
    75
    Join Date
    Apr 2007
    Posts
    902
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to make a pet??

    Lol ok so lets make this very basic. I opened my sqlyog and then went to the table Creature_names I put entry 100001 the dam name no sub name 0 for flag1 i put the type, 1, family 2, rank 0, and displayid 6922 (leapergnome) and then i went to creature_proto the same entry min level 10 max level 10 faction 44, min health 200, max health 250,mana 250 scale 1, attack time 500, min damage 10 max damage 10 and thats it.

  10. #10
    weaselking1973's Avatar Member
    Reputation
    30
    Join Date
    Oct 2007
    Posts
    332
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to make a pet??

    okay so you just created a whole new creater type for it.

    sorry haven't checked or tried that

    instead of creating a new one

    take all the data from a exsisting pet type of creater that is tamable, and ad dit to the database as a new line, with a new name and the displayID you want

    then add that creature ID as the one in the playerpet table
    "In the event of an emergency, dont ask me, I crashed my server a few hundered times before I realized kicking the CPU wont make it work"


    pet mod guide Maps For Blondes creating weapons Hunter set

  11. #11
    jokerjokes's Avatar Active Member
    Reputation
    75
    Join Date
    Apr 2007
    Posts
    902
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to make a pet??

    Lol i was thinking that before lol but +rep lol help gets +rep thats how mmowned rolls.

  12. #12
    weaselking1973's Avatar Member
    Reputation
    30
    Join Date
    Oct 2007
    Posts
    332
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How to make a pet??

    i will see what i can design for a modified pet and see if i can get it to work

    i have been working on creating a owl based creature with a display ID of a scaled down dragon
    "In the event of an emergency, dont ask me, I crashed my server a few hundered times before I realized kicking the CPU wont make it work"


    pet mod guide Maps For Blondes creating weapons Hunter set

Similar Threads

  1. [Gold] How to Make Gold from Battle Pets (No Leveling or Farming)
    By Romath in forum World of Warcraft Guides
    Replies: 4
    Last Post: 11-12-2015, 07:02 AM
  2. MaNGOS: How to make a custom hunter pet giver?
    By Mercdx in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 12-25-2014, 07:28 PM
  3. New pets in 3.3 and how to make money
    By TheLastEmperor in forum World of Warcraft Guides
    Replies: 5
    Last Post: 10-25-2009, 10:05 AM
  4. How To: Make a pet-army
    By Vanilla in forum World of Warcraft Exploits
    Replies: 29
    Last Post: 11-12-2007, 04:29 PM
  5. How to Make a Character with Cool Letters
    By Cyboi in forum World of Warcraft Guides
    Replies: 62
    Last Post: 08-21-2007, 01:52 PM
All times are GMT -5. The time now is 06:09 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