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 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    The Beautiful Abomination
    CthulhuFtagn's Avatar
    Join Date
    Jan 2010
    Location
    R'lyeh
    Posts
    526
    Post Thanks / Like
    Rep Power
    20
    Reputation
    397

    Arrow [MaNGOS] Warrior start with full DPS Gear


    Register to remove this ad
    Code:
    /* Warrior Gear */
    insert into `playercreateinfo_item` (`race`, `class`, `itemid`, `amount`) 
    values
    /* Bag */
    ('1','1','51809','3'), /* Human */
    ('2','1','51809','3'), /* Orc */
    ('3','1','51809','3'), /* Dwarf */
    ('4','1','51809','3'), /* Night Elf */
    ('5','1','51809','3'), /* Undead */
    ('6','1','51809','3'), /* Tauren */
    ('7','1','51809','3'), /* Gnome */
    ('8','1','51809','3'), /* Troll */
    ('11','1','51809','3'), /* Draenei */
    /* Ammo Pouch */
    ('1','1','44447','1'), /* Human */
    ('2','1','44447','1'), /* Orc */
    ('3','1','44447','1'), /* Dwarf */
    ('4','1','44447','1'), /* Night Elf */
    ('5','1','44447','1'), /* Undead */
    ('6','1','44447','1'), /* Tauren */
    ('7','1','44447','1'), /* Gnome */
    ('8','1','44447','1'), /* Troll */
    ('11','1','44447','1'), /* Draenei */
    /* Head */
    ('1','1','51227','1'), /* Human */
    ('2','1','51227','1'), /* Orc */
    ('3','1','51227','1'), /* Dwarf */
    ('4','1','51227','1'), /* Night Elf */
    ('5','1','51227','1'), /* Undead */
    ('6','1','51227','1'), /* Tauren */
    ('7','1','51227','1'), /* Gnome */
    ('8','1','51227','1'), /* Troll */
    ('11','1','51227','1'), /* Draenei */
    /* Neck */
    ('1','1','50728','1'), /* Human */
    ('2','1','50728','1'), /* Orc */
    ('3','1','50728','1'), /* Dwarf */
    ('4','1','50728','1'), /* Night Elf */
    ('5','1','50728','1'), /* Undead */
    ('6','1','50728','1'), /* Tauren */
    ('7','1','50728','1'), /* Gnome */
    ('8','1','50728','1'), /* Troll */
    ('11','1','50728','1'), /* Draenei */
    /* Shoulder */
    ('1','1','51229','1'), /* Human */
    ('2','1','51229','1'), /* Orc */
    ('3','1','51229','1'), /* Dwarf */
    ('4','1','51229','1'), /* Night Elf */
    ('5','1','51229','1'), /* Undead */
    ('6','1','51229','1'), /* Tauren */
    ('7','1','51229','1'), /* Gnome */
    ('8','1','51229','1'), /* Troll */
    ('11','1','51229','1'), /* Draenei */
    /* Back */
    ('1','1','47545','1'), /* Human */
    ('2','1','47546','1'), /* Orc */
    ('3','1','47545','1'), /* Dwarf */
    ('4','1','47545','1'), /* Night Elf */
    ('5','1','47546','1'), /* Undead */
    ('6','1','47546','1'), /* Tauren */
    ('7','1','47545','1'), /* Gnome */
    ('8','1','47546','1'), /* Troll */
    ('11','1','47545','1'), /* Draenei */
    /* Chest */
    ('1','1','50965','1'), /* Human */
    ('2','1','50965','1'), /* Orc */
    ('3','1','50965','1'), /* Dwarf */
    ('4','1','50965','1'), /* Night Elf */
    ('5','1','50965','1'), /* Undead */
    ('6','1','50965','1'), /* Tauren */
    ('7','1','50965','1'), /* Gnome */
    ('8','1','50965','1'), /* Troll */
    ('11','1','50965','1'), /* Draenei */
    /* Wrist */
    ('1','1','46967','1'), /* Human */
    ('2','1','47414','1'), /* Orc */
    ('3','1','46967','1'), /* Dwarf */
    ('4','1','46967','1'), /* Night Elf */
    ('5','1','47414','1'), /* Undead */
    ('6','1','47414','1'), /* Tauren */
    ('7','1','46967','1'), /* Gnome */
    ('8','1','47414','1'), /* Troll */
    ('11','1','46967','1'), /* Draenei */
    /* Hands */
    ('1','1','50977','1'), /* Human */
    ('2','1','50977','1'), /* Orc */
    ('3','1','50977','1'), /* Dwarf */
    ('4','1','50977','1'), /* Night Elf */
    ('5','1','50977','1'), /* Undead */
    ('6','1','50977','1'), /* Tauren */
    ('7','1','50977','1'), /* Gnome */
    ('8','1','50977','1'), /* Troll */
    ('11','1','50977','1'), /* Draenei */
    /* Waist */
    ('1','1','47002','1'), /* Human */
    ('2','1','47429','1'), /* Orc */
    ('3','1','47002','1'), /* Dwarf */
    ('4','1','47002','1'), /* Night Elf */
    ('5','1','47429','1'), /* Undead */
    ('6','1','47429','1'), /* Tauren */
    ('7','1','47002','1'), /* Gnome */
    ('8','1','47429','1'), /* Troll */
    ('11','1','47002','1'), /* Draenei */
    /* Legs */
    ('1','1','49903','1'), /* Human */
    ('2','1','49903','1'), /* Orc */
    ('3','1','49903','1'), /* Dwarf */
    ('4','1','49903','1'), /* Night Elf */
    ('5','1','49903','1'), /* Undead */
    ('6','1','49903','1'), /* Tauren */
    ('7','1','49903','1'), /* Gnome */
    ('8','1','49903','1'), /* Troll */
    ('11','1','49903','1'), /* Draenei */
    /* Feet */
    ('1','1','50639','1'), /* Human */
    ('2','1','50639','1'), /* Orc */
    ('3','1','50639','1'), /* Dwarf */
    ('4','1','50639','1'), /* Night Elf */
    ('5','1','50639','1'), /* Undead */
    ('6','1','50639','1'), /* Tauren */
    ('7','1','50639','1'), /* Gnome */
    ('8','1','50639','1'), /* Troll */
    ('11','1','50639','1'), /* Draenei */
    /* Ring */
    ('1','1','50657','1'), /* Human */
    ('2','1','50657','1'), /* Orc */
    ('3','1','50657','1'), /* Dwarf */
    ('4','1','50657','1'), /* Night Elf */
    ('5','1','50657','1'), /* Undead */
    ('6','1','50657','1'), /* Tauren */
    ('7','1','50657','1'), /* Gnome */
    ('8','1','50657','1'), /* Troll */
    ('11','1','50657','1'), /* Draenei */
    /* Ring */
    ('1','1','50693','1'), /* Human */
    ('2','1','50693','1'), /* Orc */
    ('3','1','50693','1'), /* Dwarf */
    ('4','1','50693','1'), /* Night Elf */
    ('5','1','50693','1'), /* Undead */
    ('6','1','50693','1'), /* Tauren */
    ('7','1','50693','1'), /* Gnome */
    ('8','1','50693','1'), /* Troll */
    ('11','1','50693','1'), /* Draenei */
    /* Trinket */
    ('1','1','47131','1'), /* Human */
    ('2','1','47464','1'), /* Orc */
    ('3','1','47131','1'), /* Dwarf */
    ('4','1','47131','1'), /* Night Elf */
    ('5','1','47464','1'), /* Undead */
    ('6','1','47464','1'), /* Tauren */
    ('7','1','47131','1'), /* Gnome */
    ('8','1','47464','1'), /* Troll */
    ('11','1','47131','1'), /* Draenei */
    /* Trinket */
    ('1','1','50343','1'), /* Human */
    ('2','1','50343','1'), /* Orc */
    ('3','1','50343','1'), /* Dwarf */
    ('4','1','50343','1'), /* Night Elf */
    ('5','1','50343','1'), /* Undead */
    ('6','1','50343','1'), /* Tauren */
    ('7','1','50343','1'), /* Gnome */
    ('8','1','50343','1'), /* Troll */
    ('11','1','50343','1'), /* Draenei */
    /* Ranged */
    ('1','1','47521','1'), /* Human */
    ('2','1','47523','1'), /* Orc */
    ('3','1','47521','1'), /* Dwarf */
    ('4','1','47521','1'), /* Night Elf */
    ('5','1','47523','1'), /* Undead */
    ('6','1','47523','1'), /* Tauren */
    ('7','1','47521','1'), /* Gnome */
    ('8','1','47523','1'), /* Troll */
    ('11','1','47521','1'), /* Draenei */
    /* Main Hand */
    ('1','1','49623','1'), /* Human */
    ('2','1','49623','1'), /* Orc */
    ('3','1','49623','1'), /* Dwarf */
    ('4','1','49623','1'), /* Night Elf */
    ('5','1','49623','1'), /* Undead */
    ('6','1','49623','1'), /* Tauren */
    ('7','1','49623','1'), /* Gnome */
    ('8','1','49623','1'), /* Troll */
    ('11','1','49623','1'), /* Draenei */
    /* Off Hand */
    ('1','1','50709','1'), /* Human */
    ('2','1','50709','1'), /* Orc */
    ('3','1','50709','1'), /* Dwarf */
    ('4','1','50709','1'), /* Night Elf */
    ('5','1','50709','1'), /* Undead */
    ('6','1','50709','1'), /* Tauren */
    ('7','1','50709','1'), /* Gnome */
    ('8','1','50709','1'), /* Troll */
    ('11','1','50709','1'), /* Draenei */
    /* Tabard */
    ('1','1','45574','1'), /* Human */
    ('2','1','45581','1'), /* Orc */
    ('3','1','45577','1'), /* Dwarf */
    ('4','1','45579','1'), /* Night Elf */
    ('5','1','45583','1'), /* Undead */
    ('6','1','45584','1'), /* Tauren */
    ('7','1','45578','1'), /* Gnome */
    ('8','1','45582','1'), /* Troll */
    ('11','1','45580','1'); /* Draenei */

    I placed this here because you can use it as a template to start your class with full gear.

    The only one missing from the Warrior class, of course, is the Blood elf which is Race 10.

    Code:
    Class
    1 = Warrior
    2 = Paladin
    3 = Hunter
    4 = Rogue
    5 = Priest
    6 = Death Knight
    7 = Shaman
    8 = Mage
    9 = Warlock
    11 = Druid
    
    Race
    1 = Human
    2 = Orc
    3 = Dwarf
    4 = Night Elf
    5 = Undead
    6 = Tauren
    7 = Gnome
    8 = Troll
    10 = Blood Elf
    11 = Draenei





    › See More: [MaNGOS] Warrior start with full DPS Gear



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

  3. #2
    Beginner
    LordMonky1's Avatar
    Join Date
    Dec 2009
    Posts
    8
    Post Thanks / Like
    Rep Power
    15
    Reputation
    1
    hmmm wher do post that code ? hmm ^^

  4. #3
    The Beautiful Abomination
    CthulhuFtagn's Avatar
    Join Date
    Jan 2010
    Location
    R'lyeh
    Posts
    526
    Post Thanks / Like
    Rep Power
    20
    Reputation
    397
    As a SQL query into your mangos or evox database.

  5. #4
    Beginner
    LordMonky1's Avatar
    Join Date
    Dec 2009
    Posts
    8
    Post Thanks / Like
    Rep Power
    15
    Reputation
    1

    Hi

    is only for warrior right...can you make that is for all class?

  6. #5
    Beginner
    LordMonky1's Avatar
    Join Date
    Dec 2009
    Posts
    8
    Post Thanks / Like
    Rep Power
    15
    Reputation
    1
    if you have time ofc ^^

  7. #6
    The Beautiful Abomination
    CthulhuFtagn's Avatar
    Join Date
    Jan 2010
    Location
    R'lyeh
    Posts
    526
    Post Thanks / Like
    Rep Power
    20
    Reputation
    397
    That's why I posted this, so that you could make your own using the template.

  8. #7
    Beginner
    LordMonky1's Avatar
    Join Date
    Dec 2009
    Posts
    8
    Post Thanks / Like
    Rep Power
    15
    Reputation
    1
    Quote Originally Posted by TheRealMethuselah View Post
    That's why I posted this, so that you could make your own using the template.


    ok ^^

  9. #8
    The Beautiful Abomination
    CthulhuFtagn's Avatar
    Join Date
    Jan 2010
    Location
    R'lyeh
    Posts
    526
    Post Thanks / Like
    Rep Power
    20
    Reputation
    397

    Arrow TRM Pack [272] with DPS Starter Gear

    Well, I changed my mind and added the DPS starter gear for all classes as an optional update in my revision [272] repack.

    Update:
    Code:
    evo-X:
    [272] Fixed inconstence in one from recently added AI events name 
    [271] Implement AI/EventAI calls at summoned creature die/despawn 
    [270] Implement spell 24834. 
    [269] Apply second part of spell 50397. 
    [268] New Scripts for Halls of Stone 
    [267] Update spell 15286 work to current funtionality. 
    [266] Ulduar Change 
    [265] More Ulduar Stuff
    
    Optional:
    DPS Starter Gear Scripts

  10. #9
    Beginner
    LordMonky1's Avatar
    Join Date
    Dec 2009
    Posts
    8
    Post Thanks / Like
    Rep Power
    15
    Reputation
    1
    Quote Originally Posted by TheRealMethuselah View Post
    Well, I changed my mind and added the DPS starter gear for all classes as an optional update in my revision [272] repack.

    Update:
    Code:
    evo-X:
    [272] Fixed inconstence in one from recently added AI events name 
    [271] Implement AI/EventAI calls at summoned creature die/despawn 
    [270] Implement spell 24834. 
    [269] Apply second part of spell 50397. 
    [268] New Scripts for Halls of Stone 
    [267] Update spell 15286 work to current funtionality. 
    [266] Ulduar Change 
    [265] More Ulduar Stuff
    
    Optional:
    DPS Starter Gear Scripts


    ^^ nice done ^^

  11. #10
    The Beautiful Abomination
    CthulhuFtagn's Avatar
    Join Date
    Jan 2010
    Location
    R'lyeh
    Posts
    526
    Post Thanks / Like
    Rep Power
    20
    Reputation
    397

    Arrow Likey lots


    Register to remove this ad
    Thought you'd like that one

 

 
Page 1 of 2 12 LastLast

Visitors found this page by searching for:

change starting gear mangos

mangos playercreateinfo_item sql

mangos edit equipment

add starter gear for mangos

mangos wow start with gear

mangos change starting gear

change dps trinitycore

mangos start gear

mangos wow edit new starting equipment

mangos starter gear

playercreateinfo_item gear at start

wow mangos change starter gear

editing starter gear wow mangos

wow trinity add playercreateinfo_item all classes

mangos edit starting gear

insert into playercreateinfo_items (race class itemid amount) values (1 1 51809 4);

mangos gm gear

startgear trinitycore

wow trinity start with gear

wow 45581:1

wow mangos gm gear

tinity how to change starting gear

gm mangos how to change dps

mangos gm modify dps

how to change start gear MANGOS

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 07:16 AM.
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