[GUIDE] <<How to make a Custom NPC>> [WITH PICS] menu

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 43
  1. #16
    coltrain7's Avatar Member
    Reputation
    41
    Join Date
    Mar 2008
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You sound like a good helper so im going to +rep!

    [GUIDE] <<How to make a Custom NPC>> [WITH PICS]
  2. #17
    sasoritail's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2008
    Posts
    655
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by coltrain7 View Post
    You sound like a good helper so im going to +rep!

    ty coltrain7
    It's been a while

  3. #18
    Screener's Avatar Member
    Reputation
    3
    Join Date
    Apr 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice Guide! +Rep for you!

    I do have a question though. I downloaded the Repack for 3.0.8 by Johved.

    Everything is fine with it and it's a nice Repack since all (most) the mobs are scripted which has saved me a lot of trouble. But I did find one issue. Before the 3.0.8 Repack their were several columns in the Database (under the creature_name or creature_proto) that would allow you to make that NPC wield a weapon.

    I would like to make my NPC's have weapons/shields/etc. But I can't find it anywhere in the DB. And I don't want to find another Repack because this one works so nicely. So my main question is, is their any possible way to add a Column in the DB to where I could have NPC /w weapons, and if so how?

    Thanks in advance, even if you don't answer my question. A reply would suffice. +Rep now and +Rep if you can answer my question

  4. #19
    sasoritail's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2008
    Posts
    655
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Screener View Post
    Nice Guide! +Rep for you!

    I do have a question though. I downloaded the Repack for 3.0.8 by Johved.

    Everything is fine with it and it's a nice Repack since all (most) the mobs are scripted which has saved me a lot of trouble. But I did find one issue. Before the 3.0.8 Repack their were several columns in the Database (under the creature_name or creature_proto) that would allow you to make that NPC wield a weapon.

    I would like to make my NPC's have weapons/shields/etc. But I can't find it anywhere in the DB. And I don't want to find another Repack because this one works so nicely. So my main question is, is their any possible way to add a Column in the DB to where I could have NPC /w weapons, and if so how?

    Thanks in advance, even if you don't answer my question. A reply would suffice. +Rep now and +Rep if you can answer my question



    Ok first of all the Column with the NPC wielding thingy is named "creature_spawns"
    U'll first have to spawn your NPC, like a custom NPC u made. Search for the EntryID and find him. scroll to the right and use this info:
    Code:
    bytes2: Put in 1 here.
    
    Slot1item: Use the ENTRYID not DISPLAYID for your Weapon. This is the Main-Hand.
    
    Slot2item: Use the ENTRYID not DISPLAYID for your Weapon. This is the Off-Hand
    
    Slot3item: Use the ENTRYID not DISPLAYID for your Weapon. This is the Ranged Weapon.
    You can also use Shield EntryID for the Off-Hand

    Hope that helps
    It's been a while

  5. #20
    sasoritail's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2008
    Posts
    655
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh and one more thing. You can find Your entryID of the item by going to:
    Wowhead: Working as intended.

    Search for a weapon or browse for one.
    in the URL there will be a number.
    Example:
    If i want Thunderfury then the adress is:
    http:// http: / / www.wowhead.com ?item=19019

    (just putted spaces in the URL so it wouldnt be clickable but fully displayed )

    The ?item=19019 is the thing u will be looking for.
    right behind the ?item= it will display the number.
    so the entryid of Thunderfury is 19019.

    This was just an example
    Hope it helps!
    It's been a while

  6. #21
    sasoritail's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2008
    Posts
    655
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    241 views and 19 feedbacks.....
    Didnt expect that.
    It's been a while

  7. #22
    pelgas's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how do u add loots to your boss please help!!!

  8. #23
    sasoritail's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2008
    Posts
    655
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pelgas View Post
    how do u add loots to your boss please help!!!
    Go to table "loot_creatures" or whatever it's called.
    Then make a new row by clicking on the "+".
    Now start filling it out like this:
    Code:
    index - dont touch it, it will auto generate a number after u save it.
    entryid: the entryid of ur NPC Boss or any other NPC.
    
    itemid: The item it will drop, NOTE: to add more drop then add more rows!
    
    percentchance: this is the percent chance of the loot. if u put 100 it will be 100% chance on drop. u can put any number here. recommend using a small number like 37 or something
    
    Heroicpercentchance: This is if the NPC u make is a Heroic Boss. You can make loot only aviable with heroic on items by putting normal percenchance to 0 and heroic to something more than 1. you can also make it aviable for both.
    
    mincount: This will be the minimum amount of an item wich will be dropped.
    I reccommend "1" if its gonna be a sword or armor. if it's gonna drop berries or potions and things then u can go over 1 to like 200. then it will drop 200 potions.
    
    maxcount: the maximum amount of an item to be dropped. choose 1 for swords etc armor etc. this number will be maximum amount so as an example:
    U put 8 in "mincount" and 13 in "maxcount" then the item will randomly be from 8 to 13 times dropped in the loot.
    
    ffa_loot: Leave this at 0, dont know what it is.
    Ok hope that helped
    Last edited by sasoritail; 02-12-2009 at 12:38 PM.
    It's been a while

  9. #24
    sasoritail's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2008
    Posts
    655
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Replies 22 and 443 Views.......... Bump......
    It's been a while

  10. #25
    Suderk's Avatar Member
    Reputation
    7
    Join Date
    Feb 2009
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    good guide.......thank you for sharing it.

  11. #26
    xXCharleyXx's Avatar Member
    Reputation
    10
    Join Date
    Oct 2008
    Posts
    149
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    good guide thank you for sharing

    PS: we are not on markee here, stop bumping.
    "I believe there's something out there watching over us. Unfortunately, it's the government."

  12. #27
    alj03's Avatar Contributor
    Reputation
    91
    Join Date
    Feb 2008
    Posts
    1,103
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There is a much easier way creating NPC's by using wow-v.com just FYI.
    Death to all but Metal.

  13. #28
    sasoritail's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2008
    Posts
    655
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by alj03 View Post
    There is a much easier way creating NPC's by using wow-v.com just FYI.
    Yes but this is alot more Advanced.
    + U can Get errors with a made SQL from WoW-V.
    This is if u want an Really Home made and Advanced NPC.
    U can also Activate flags with wow-v.
    wow-v is a good site but like the Item Creator u cant make any Millaciounes Items like Mounts except putting them in a wep, armor or trinket/ring.
    So WoW-V istn upgraded like the DB but easier than Manual Item and Mob Making.
    So i reccomend using the Manual in DB and its not hard + when u get used to it it goes fast to make one.
    It's been a while

  14. #29
    ~Jagris's Avatar Contributor
    Reputation
    154
    Join Date
    Apr 2007
    Posts
    1,479
    Thanks G/R
    2/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice spent a lot of time on this I can tell, +Rep

    Also you forgot these:




    Lets just have them all


    <---- OCD

    Originally Posted by Screener View Post
    . And I don't want to find another Repack because this one works so nicely. So my main question is, is their any possible way to add a Column in the DB to where I could have NPC /w weapons, and if so how?
    Don't start a sentence with the word and, compile your own core, also the Database (where all the creature info is held) is different from a repack.
    Last edited by ~Jagris; 02-14-2009 at 09:28 AM.


  15. #30
    Roflmal's Avatar Member
    Reputation
    10
    Join Date
    Mar 2009
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is a very very good tutorial!
    All what I dont understand is changing the Auras... When I click on (Memo) and want to wright something else, it happens nothing
    probably I missunderstanded the tutorial, but can you help me please?
    I give you +rep

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. How to make a custom NPC on Mangos?
    By WhiteCrow in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 08-18-2008, 09:18 AM
  2. [Guide] How To Make A Custom NPC With Pics!
    By Xtinction in forum WoW EMU Guides & Tutorials
    Replies: 4
    Last Post: 05-18-2008, 01:30 PM
  3. [question] how to make an custom npc cast spells?
    By INS4N3K1LL in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 05-18-2008, 07:45 AM
  4. [guide] newb freindly - how to make custom items
    By waggy420 in forum WoW EMU Guides & Tutorials
    Replies: 8
    Last Post: 03-24-2008, 04:31 AM
  5. [Guide] How to make a custom C++ npc!
    By berryman13 in forum WoW EMU Guides & Tutorials
    Replies: 3
    Last Post: 12-26-2007, 01:21 PM
All times are GMT -5. The time now is 04:56 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