Guide,Make npcs wield stuff menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 24
  1. #1
    ***Munchy***'s Avatar Member
    Reputation
    13
    Join Date
    Jun 2008
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Guide,Make npcs wield stuff

    This is just how to add working weapons that appear on the NPC's side and let them attack with it.

    Ok then lets get started!

    1. Make sure you have your NPC actually made

    2. Also find the Display ID of the item you would like to add to that creature.

    3. Go to you database whether it is Navicat, SQLyog or whatever it is and find
    "creature_proto", once you have done that find your NPC's ID in the Entry ID column.

    4. When you have found your creature scroll along to the right a bit and find the column named "equipmodel1" this is your left hand and so it is your off-hand, the hand you hold a shield in if you want to equip one to your creature

    5. Now use the item ID you would like in your off hand here, for example a sheild, and type it into "equipmodel1".

    6. Next to "equipmodel1" should be "equipinfo1", now like most guides say 'put something random', don't do that. You want to put in a blizzlike code, so for a shield you would put "218171138" with out the quotes of course.
    For a weapon put '50267138'.

    7.Now this is your off-hand weapon so in the next column 'equipslot1' you want to put '3'.

    8. Finally you can do your main-hand. Once again in the "equipmodel2"
    column put the Display ID of the weapon you want.

    9. In "equipinfo2" put '50267138' for a main-hand weapon.

    10. And last but not least in "equipslot2" you want to put '768'

    Tada, you are done.

    Now just go to your game and type ".reload creature_names" and ".reload creature_proto", or simply restart your server.

    Have fun with your new creatures!

    Here is a list of slot ID's:
    Equipinfo Equipslot Description
    50268674 - 529 - Two-handed(stave)that stays in hand.
    33490946 - 256 - Two-handed(sword/Axe/mace) stays in hand.
    33490690 - 781 - One-handed that stays in hand.
    50267138 - 768 - One-handed that sheaths and attacks with.
    218171138 - 3 - Sheild.
    33490436 - 1038 - Shield Held in hand.
    50267394 - 273 - Two-handed not sheathed.

    Guide,Make npcs wield stuff
  2. #2
    The Dragon Lord's Avatar Member
    Reputation
    2
    Join Date
    Jun 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    very nice guide

  3. #3
    Appled's Avatar Contributor
    Reputation
    105
    Join Date
    Apr 2007
    Posts
    568
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    +rep 2 Nice guide

  4. #4
    Fiegn's Avatar Member
    Reputation
    5
    Join Date
    Jun 2008
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sweet Guide, I tried making something before but you would only see the weapons when the Creep is attacking, but thanks to you it will always work =D
    + rep

  5. #5
    biggsy's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sweet thanks

  6. #6
    lurky12345's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice work mate 1rep

  7. #7
    Ezikielth's Avatar Banned
    Reputation
    43
    Join Date
    Aug 2007
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I used it... thanks +Rep if I could

  8. #8
    Ollox's Avatar Member
    Reputation
    5
    Join Date
    Oct 2007
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    goody goody guide

  9. #9
    da10's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im on Ascent (ArcEmu) and I tried making a boss wielding a 2 handed axe but when he dont attack I dont see the weapon. Is there any way to fix this?

    Here is my equip info.

    equipmodel1: 31857
    equipinfo1: 33490946
    equipslot1: 256

    the equip2 are empty

    Please help. My boss look sooo stupid like this.

  10. #10
    kourne's Avatar Member
    Reputation
    18
    Join Date
    Mar 2007
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very nice, thank you for these ID's


  11. #11
    Wolverine77's Avatar Member
    Reputation
    9
    Join Date
    Dec 2007
    Posts
    213
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  12. #12
    Wolverine77's Avatar Member
    Reputation
    9
    Join Date
    Dec 2007
    Posts
    213
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by da10 View Post
    Im on Ascent (ArcEmu) and I tried making a boss wielding a 2 handed axe but when he dont attack I dont see the weapon. Is there any way to fix this?

    Here is my equip info.

    equipmodel1: 31857
    equipinfo1: 33490946
    equipslot1: 256

    the equip2 are empty

    Please help. My boss look sooo stupid like this.
    restart server and delete cache folder

  13. #13
    _DEFiANT's Avatar Member
    Reputation
    44
    Join Date
    Aug 2008
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sweet, definitely using this for my mall guards

    Need help? add me on MSN - [email protected]
    Have questions? email me - [email protected]

  14. #14
    phantom5992's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is really kool, I'll try it.

  15. #15
    ***Munchy***'s Avatar Member
    Reputation
    13
    Join Date
    Jun 2008
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Cool Thanks and Kourne are u from wow-legends admin by any chance?
    2 Words guys dont like enless you put them together "dont" and "stop".

Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 12
    Last Post: 03-20-2010, 06:07 PM
  2. [Guide]How to make NPC casting spells(LUA)
    By paulbechtold in forum WoW EMU Guides & Tutorials
    Replies: 2
    Last Post: 12-30-2009, 07:44 PM
  3. [Guide] Make a NPC talk. No Scripting.
    By nether drake in forum WoW EMU Guides & Tutorials
    Replies: 15
    Last Post: 10-30-2008, 12:54 PM
  4. [GUIDE]:How to make npc drop item!
    By Kazard123 in forum WoW EMU Guides & Tutorials
    Replies: 3
    Last Post: 03-06-2008, 05:32 PM
  5. Replies: 14
    Last Post: 10-31-2007, 01:17 PM
All times are GMT -5. The time now is 07:00 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