Custom Pet Trainer Script menu

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 34
  1. #1
    vb4evr's Avatar Member
    Reputation
    22
    Join Date
    Oct 2007
    Posts
    113
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Release] Custom Pet Trainer Script

    Afternoon everyone,
    Thought I would release my first customized script I have made. This is a customer pet trainer script which will teach every pet skill available while checking to make sure the player meets level and money requirements. While this script was completely coded by myself I used such scripts as Warpnpc and MorphNPC as guides to help teach myself (So if the creator of these reads this, thank you so much) This was compiled and works with Ascent v3449 so please let me know if you have any problems with it.

    Download File
    Pet trainer (compiled for v3449)

    Pet trainer ( compiled for ascent v3905 & works with latest trunk)

    Screenshots of menus
    *First screenshot shows pet food as an option which i removed for time being.



    SQL code for NPC
    Code:
    INSERT INTO creature_names
       (`entry`, `name`, `subname`, `info_str`, `Flags1`, `type`, `family`, `rank`, `unk4`, `spelldataid`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `civilian`, `leader`)
    VALUES
       (60000, 'Animal Magnetism', 'Custom Pet Trainer', '', 1, 0, 0, 0, 0, 0, 12749, 0, 0, 0, 12, 1, 1, '');
     
     
     
    INSERT INTO creature_proto
       (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `mountdisplayid`, `equipmodel1`, `equipinfo1`, `equipslot1`, `equipmodel2`, `equipinfo2`, `equipslot2`, `equipmodel3`, `equipinfo3`, `equipslot3`, `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`)
    VALUES
       (60000, 70, 70, 35, 10000, 10000, 10000, 1, 1, 100, 11, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 5, 5, 5, 5, 5, 5, 1, 1, 0, '0', 0, 0, 0, 3, 8, 14, 0, 0);
    * Hope this Pet trainer helps. If you find it useful please feel free to use if credit is given
    ** Source available upon request.
    Last edited by vb4evr; 02-18-2008 at 12:43 AM. Reason: Added [DLL] for recent versions of ascent

    Custom Pet Trainer Script
  2. #2
    Creepfold's Avatar Contributor
    Reputation
    176
    Join Date
    Jul 2007
    Posts
    536
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    FIRST nice +repz looks promesing
    RickAstley LUA Boss! (Rickroll)
    mmowned.com/forums/emulator-server-releases/171755-epic-release-rick-astley-rickroll-boss-lua.html#post1119442

  3. #3
    vb4evr's Avatar Member
    Reputation
    22
    Join Date
    Oct 2007
    Posts
    113
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank Zerglord, just hope people can find a use for it.

  4. #4
    beltic's Avatar Member
    Reputation
    9
    Join Date
    May 2007
    Posts
    127
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Forgive the noob question - but I want to make sure -
    The ID you use, 60000, is hard-coded into the dll, correct?

    Could you post the source? My database is already using this ID, and I would love to implement your trainer.

    tia

  5. #5
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is this C++ or LUA?

  6. #6
    Clain's Avatar Banned
    Reputation
    179
    Join Date
    Jan 2008
    Posts
    1,396
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Has to be a C++ one since the npc has menus

  7. #7
    Gastricpenguin's Avatar Legendary
    Reputation
    980
    Join Date
    Feb 2007
    Posts
    2,236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Its C++, good job
    Life Puzzler WoW - Website | Forums

  8. #8
    chaoticd35's Avatar Site Donator
    Reputation
    44
    Join Date
    Jun 2007
    Posts
    337
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is great. I have been looking for something like this. +Rep

  9. #9
    roguesownu's Avatar Member
    Reputation
    10
    Join Date
    Nov 2006
    Posts
    189
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    SQl error

    INSERT INTO creature_names
    (`entry`, `name`, `subname`, `info_str`, `Flags1`, `type`, `family`, `rank`, `unk4`, `spelldataid`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `civilian`, `leader`)
    VALUES
    (60000, 'Animal Magnetism', 'Custom Pet Trainer', '', 1, 0, 0, 0, 0, 0, 12749, 0, 0, 0, 12, 1, 1, );


    I get an error here that says "Error Code : 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 ')' at line 4
    (0 ms taken)"






    INSERT INTO creature_proto
    (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `mountdisplayid`, `equipmodel1`, `equipinfo1`, `equipslot1`, `equipmodel2`, `equipinfo2`, `equipslot2`, `equipmodel3`, `equipinfo3`, `equipslot3`, `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`)
    VALUES
    (60000, 70, 70, 35, 10000, 10000, 10000, 1, 1, 100, 11, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 5, 5, 5, 5, 5, 5, 1, 1, 0, '0', 0, 0, 0, 3, 8, 14, 0, 0);


    This works just fine


    any ideas why and how to fix?

    Nice job by the way!
    The following statement is true
    The previous statement is false

  10. #10
    vb4evr's Avatar Member
    Reputation
    22
    Join Date
    Oct 2007
    Posts
    113
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you for all the support and kind words, It means a lot and glad there is a need for it.

    wareagle920
    It is coded in C++

    Beltic
    the npc is coded as 60000. It is a fairly large script base coding all the case structures so i'm not sure if i can or how easily it would show. But I would be happy to compile up a custom one for you with whatever npc id you would like.

    roguesownu
    try this insert statement, this should work.
    Code:
    INSERT INTO creature_names
    (`entry`, `name`, `subname`, `info_str`, `Flags1`, `type`, `family`, `rank`, `unk4`, `spelldataid`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `civilian`, `leader`)
    VALUES
    (60000, 'Animal Magnetism', 'Custom Pet Trainer', '', 1, 0, 0, 0, 0, 0, 12749, 0, 0, 0, 12, 1, 1, '');
    Last edited by vb4evr; 02-18-2008 at 12:43 AM.

  11. #11
    beltic's Avatar Member
    Reputation
    9
    Join Date
    May 2007
    Posts
    127
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vb4evr View Post
    Thank you for all the support and kind words, It means a lot and glad there is a need for it.

    wareagle920
    It is coded in C++

    Beltic
    the npc is coded as 60000. It is a fairly large script base coding all the case structures so i'm not sure if i can or how easily it would show. But I would be happy to compile up a custom one for you with whatever npc id you would like.
    Awsome - if at all possible, ID # 113911 would be perfect!
    Beltic
    Former Admin/Owner/Developer - Dead n Pissed PVP

  12. #12
    vb4evr's Avatar Member
    Reputation
    22
    Join Date
    Oct 2007
    Posts
    113
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sure thing. Will be a bit, will try to get it uploaded by tonight but all the code is on my laptop and I have company over at the moment. Will upload and compile as soon as I can.

  13. #13
    vb4evr's Avatar Member
    Reputation
    22
    Join Date
    Oct 2007
    Posts
    113
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Beltic here is the download link for entry 113911

    Filebeam download link

  14. #14
    Hellgawd's Avatar Member
    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)
    Looks like good, quality work. Not sure if its fully yours or not (Lots of site leeching happens lately.) But, i think it is, so 4Rep fro you! Nice work!

  15. #15
    vb4evr's Avatar Member
    Reputation
    22
    Join Date
    Oct 2007
    Posts
    113
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks Hellgawd, I put alot of work into it.. so it is nice to share it with the community and start sharing. As for the leeching I have noticed that , but I can say this is 100% my coding, with inspiration from warpnpc and morphnpc as I noted above. You have my word on that.

Page 1 of 3 123 LastLast

Similar Threads

  1. [Release][C++] Custom Pet Script
    By mager1794 in forum WoW EMU General Releases
    Replies: 3
    Last Post: 12-14-2009, 05:09 PM
  2. [Guide]How to make Custom Class Trainers and Npc.
    By Xcynic in forum WoW EMU Guides & Tutorials
    Replies: 56
    Last Post: 07-28-2009, 02:43 PM
  3. custom pet trainer script
    By glh290 in forum WoW EMU General Releases
    Replies: 5
    Last Post: 01-01-2009, 07:39 AM
  4. [Help] Custom Pet trainer.
    By the_venom in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 05-10-2008, 11:57 AM
  5. Pet Trainer in IF Airport
    By locoman997 in forum World of Warcraft Exploration
    Replies: 3
    Last Post: 12-31-2007, 08:29 AM
All times are GMT -5. The time now is 05:34 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search