How to make custom npc's In the easy way! menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    Synthio's Avatar Member
    Reputation
    10
    Join Date
    May 2008
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How to make custom npc's In the easy way!

    I promised u i would make and guide for npc's so here it is (i hope not this is and if it is its ok if u delete it)

    Step One: First u need heidiSQL (If u have seen my other guide u probably have it
    Anyways if u dont link is here HeidiSQL - MySQL made easy

    Step Two: Finding the id of the npc u want it to look like. in game go find and npc u want it to look like etc. Stormwind city Gaurd the id for that is 68 but u dont have to find them in game u can just use youre heidisql database to it

    Step Three:Now log into HeidiSQL then go into ascent and find ''Creature Names''
    Then there will come alot of options up there will be many well now click the ''+'' that is located in the left upper corner then there will come and blank of the straight lines up now u need to edit them if u are having very hard to edit them try find and npc that u can follow the info's in now i will show u how to here i have made and ''stormwind royal elite'' This is only the important things i show i dont show all of the options

    Entry Name Type Male_Displayid --------->
    90000 Stormwind 7 3167
    Royal
    Elite
    unknown_float1 Unknown_float2
    2 1

    This was first step

    Now find the one named creature_proto

    when u come there remember the id of u unit (90000)

    Entry Minlevel Maxlevel Faction Minhealth Maxhealth Mana
    90000 100 100 14 1000000 1000000 100000

    Scale Npcflags Attacktime Attacktype MinDamage Maxdamage
    1 4224 1000(1sec) 10000 2000 3000

    Respawntime Armor Combat_Reach Bounding_Radius Money
    60sec 5000 1 1 900000000

    Invisibility_Type Death_State Walk_Speed Run_speed
    0 0 2,5 10

    Fly_Speed
    14

    This is all the things u need to make and fully working custom npc but u can upgrade it by doing all the other things that is in there

    now just restart u server and go in again and say .npc spawn <id>

    And there u go ! u own custom NPC !!
    Owner/Developer of WoW Rising

    How to make custom npc's In the easy way!
  2. #2
    Synthio's Avatar Member
    Reputation
    10
    Join Date
    May 2008
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry for the bad letters i made i hope u can see what they belong to....
    Owner/Developer of WoW Rising

  3. #3
    project anthrax's Avatar Contributor
    Reputation
    180
    Join Date
    Nov 2007
    Posts
    993
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks helpfull
    removed by Unholy

  4. #4
    Mikmas's Avatar Member
    Reputation
    0
    Join Date
    Apr 2008
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    berentum creasentk

  5. #5
    wolf1212's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how do you equipe your npcs whith weapons its equip display something then equip teype i wanna quip my npc with a sword (glaive)

  6. #6
    Synthio's Avatar Member
    Reputation
    10
    Join Date
    May 2008
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There is something named

    Equipmodel1
    This shall be the weapon or armor id (3797)
    Equipinfo1 (33489154)
    Its not needed but u can make it
    Equipslot1 (273)

    This should give u npc and axe in the hands
    Owner/Developer of WoW Rising

  7. #7
    bsyburra's Avatar Active Member
    Reputation
    21
    Join Date
    Jan 2008
    Posts
    225
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can u make a morpher npc outa this?

  8. #8
    Synthio's Avatar Member
    Reputation
    10
    Join Date
    May 2008
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes u can but it requires alot more work
    Owner/Developer of WoW Rising

  9. #9
    wolf1212's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanx m8 can u give us a list of wat equip slots u need to equipe wat wep and wat armour or is it all the same? +rep

    oh and do u just put same things in equip1s and equip2s to make em dual wield? soz bit noob on this part i can compile a server and everything make scripts but cant do this lol sad init
    Last edited by wolf1212; 05-11-2008 at 02:47 PM.

  10. #10
    Synthio's Avatar Member
    Reputation
    10
    Join Date
    May 2008
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok first u need to find and npc that has a weapon u like... when u done that remember its Name and level (u need the level later) now go into HeidiSQL and then into Creature_Names then put the creatures name in then there should pop and creature up copy its entry id when u done that go into Creature_Proto and there u either search the entry id or Level when u find the npc u want then there should be some Equip things.... now just make a new unit or put it into a old unit then u got some new id from another unit thats how it works if this is to hard to understand tell me
    Owner/Developer of WoW Rising

  11. #11
    Synthio's Avatar Member
    Reputation
    10
    Join Date
    May 2008
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Btw if u wanna dual wield its not the same u need another Equip slot i dont know yet cus i havent made any dual wield npc's yet
    Owner/Developer of WoW Rising

  12. #12
    wolf1212's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanx m8 +rep again lol

  13. #13
    Synthio's Avatar Member
    Reputation
    10
    Join Date
    May 2008
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Np, Tell me if there is more.
    Owner/Developer of WoW Rising

  14. #14
    b!atch's Avatar Member
    Reputation
    118
    Join Date
    Oct 2007
    Posts
    726
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    USE ADE 1mob//1sec..
    Spectrum-X is win! Rep People That Help You and Candybones Wont Eat Your Brain:>

  15. #15
    Etho's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey ya nicko, didnt u quit WoW Rising? :P it's still on ur sign, btw nice guide m8

Page 1 of 2 12 LastLast

Similar Threads

  1. How to Root and overclock your droid the easy way
    By Scr4t in forum Community Chat
    Replies: 0
    Last Post: 02-01-2010, 12:49 AM
  2. How to make Custom NPC's
    By WowUltimate in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 03-10-2009, 04:18 PM
  3. [Guide] How to make custom npcs,quests,etc
    By c0ddingt0n in forum WoW EMU Guides & Tutorials
    Replies: 26
    Last Post: 10-01-2008, 07:01 AM
  4. How to make custom npcs, quests ect
    By nigthy in forum WoW EMU Guides & Tutorials
    Replies: 8
    Last Post: 05-24-2008, 02:09 PM
  5. [Question] how to make custom NPCS?
    By sonnyd666 in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 03-30-2008, 10:21 AM
All times are GMT -5. The time now is 11:11 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