[Release] Master First Aid Trainer! SQL menu

User Tag List

Results 1 to 11 of 11
  1. #1
    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)

    [Release] Master First Aid Trainer! SQL




    Information
    I have made a "Master First Aid" that summarize all the Bandage and Anti-Venom.

    So no more books and no quests to get 450 in First Aid.
    (The Tent and the other stuffs if from my mall that i'm working on to release)

    Tested with ArcEmu_rev.2003
    *************************

    Screen Shot



    And so the Sqls:
    Code:
    /*---------------------------------------------------------*/;
    /*------- Sql mabe by Svedin  -----------------------------*/;
    /*------- This will not be removed from the script --------*/;
    /*---------------------------------------------------------*/;
    
    delete from trainer_spells where entry = '930812';
    
    /*First aid*/;
    insert into `trainer_spells`(`entry`,`cast_spell`,`learn_spell`,`spellcost`,`reqspell`,`reqskill`,`reqskillvalue`,`reqlevel`,`deletespell`,`is_prof`) values (930812,0,3273,1000,0,0,0,12,0,0), (930812,0,3275,1000,3273,0,0,12,0,0), (930812,0,3276,1000,3275,50,0,12,0,0), (930812,0,3274,1000,3276,50,0,12,0,0), (930812,0,3277,1000,3276,80,0,12,0,0), (930812,0,3278,1000,3277,115,0,12,0,0), (930812,0,7928,1000,3278,150,0,12,0,0), (930812,0,7924,1000,7928,150,0,12,0,0), (930812,0,7929,1000,7924,180,0,12,0,0), (930812,0,10840,1000,7929,210,0,12,0,0),
    (930812,0,10846,1000,7929,200,0,12,0,0), (930812,0,10841,1000,10846,240,0,12,0,0), (930812,0,18629,1000,10841,260,0,12,0,0), (930812,0,18630,1000,18629,290,0,12,0,0), (930812,0,27028,1000,18630,290,0,12,0,0), (930812,0,27032,1000,27028,330,0,12,0,0), (930812,0,45545,1000,27032,350,0,12,0,0), (930812,0,27033,1000,45542,360,0,12,0,0),
    (930812,0,45542,1000,45545,350,0,12,0,0), (930812,0,45546,1000,45542,400,0,12,0,0), (930812,0,7934,1000,3273,80,0,12,0,0), (930812,0,7935,1000,7934,130,0,12,0,0), (930812,0,23787,1000,7935,300,0,12,0,0);
    The second Sql:
    Code:
    /*---------------------------------------------------------*/;
    /*------- Sql mabe by Svedin  -----------------------------*/;
    /*------- This will not be removed from the script --------*/;
    /*---------------------------------------------------------*/;
    delete from trainer_defs where entry = '930812';
    
    insert into trainer_defs (entry, required_skill, required_skillvalue, req_class, trainer_type, trainer_ui_window_message, can_train_gossip_textid, cannot_train_gossip_textid) values ('930812', '0', '0', '0', '0', 'Hello $N! Ready for some First Aid!', '0', '0');
    The 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 ('930812', "Doc Quick", "Master Doctor", '', '0', '16', '0', '0', '0', '0', '6446', '0', '0', '0', '1', '1', '0', '0');
    
    insert 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 ('930812', '80', '80', '7', '6000', '6000', '1000', '1', '17', '1200', '0', '70', '1000', '0', '0', '0', '0', '3600', '700', '0', '0', '0', '0', '0', '0', '0', '0', "0", '0', '0', '0', '0', '2.50', '8.00', '14.00', '0', '0', '0', '0', '0', '0', '0');
    Last edited by svedin; 01-18-2009 at 04:55 PM.

    [Release] Master First Aid Trainer! SQL
  2. #2
    defqonone's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very nice I like

  3. #3
    Bunster's Avatar Active Member
    Reputation
    19
    Join Date
    May 2008
    Posts
    553
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Haha i likes +Rep if i cud

  4. #4
    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)
    Thanks, i start to thought that no one like this one.. ^^

  5. #5
    Lilltimmy's Avatar Member
    Reputation
    20
    Join Date
    Jun 2007
    Posts
    275
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice, you named him well. Not like all the other NPC's out there, they're named like "LOL PROFFESION TRANER IIIVVVXX" xD +Rep x2.

  6. #6
    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)
    Thanks Motivet262 =)

    oh dear, 85 views and only 3 reply? Leechers?
    Last edited by svedin; 01-19-2009 at 04:55 PM.

  7. #7
    Lilltimmy's Avatar Member
    Reputation
    20
    Join Date
    Jun 2007
    Posts
    275
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Still you cannot beat my release... 2 comments and one said +Rep but i didnt gain any rep, and leeched 2000 Downloads...

  8. #8
    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)
    haha Motivet262, no i can't beat that. but what did you think about the npc?

  9. #9
    heytoj's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks, svedin! this is just great!
    btw, how do i spawn the tent and other stuff? plz answer.
    Last edited by heytoj; 01-20-2009 at 06:49 PM.

  10. #10
    Lilltimmy's Avatar Member
    Reputation
    20
    Join Date
    Jun 2007
    Posts
    275
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Its great, and good for PvP Servers since First Aid is good in PVP + Arena.

  11. #11
    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)
    The tents and other stuffs you need to add a sql file, but i dont have that one right now i maby upload it when i come home, thanks for the comments

Similar Threads

  1. [Selling] Hand done Lore master + Explorer. Max First Aid. + Professions. Cheap!
    By panthzer in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 08-04-2015, 12:26 PM
  2. [Release]My Mountain Climb Trainer Version 2.0.6
    By Zxain in forum World of Warcraft Bots and Programs
    Replies: 44
    Last Post: 02-01-2007, 07:06 AM
  3. [Release]My Mountain Climb Trainer
    By Zxain in forum World of Warcraft Bots and Programs
    Replies: 36
    Last Post: 02-01-2007, 06:52 AM
  4. 1-300 first aid powerlvling
    By Snor11 in forum World of Warcraft Guides
    Replies: 8
    Last Post: 08-19-2006, 07:24 AM
  5. First Aid 1-300 (Alliance)
    By Amedis in forum World of Warcraft Guides
    Replies: 0
    Last Post: 06-19-2006, 04:16 PM
All times are GMT -5. The time now is 03:48 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