[Guide] Random Guides By - Herleybob menu

User Tag List

Results 1 to 5 of 5
  1. #1
    Herleybob's Avatar Contributor
    Reputation
    178
    Join Date
    Jul 2007
    Posts
    663
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Guide] Random Guides By - Herleybob

    -=Guides=-
    Note Everything is Color Coded
    • Creating BC Account
    • Creating NPC
    • Creating Server
    • Creating Public Server
    • Connecting to A Server
    • Adding more...

    -=Creating a BC Account=-
    -=Accounts=-

    Entry
    The entry number for the account

    Username
    The login Username of the Account

    Password
    The Password of the Account

    GM
    Az = Full GM

    Banned
    '1' For full Banned

    LastLogin
    The Las Login Date and Time


    Flags
    '8' = BC | '0' = Non BC

    INSERT INTO accounts VALUES
    ("1", "Admin", "12345", "az", 0, "0000-00-00 00:00:00", "", "", 8, "enUS");
    Download


    -=Creating a Npc=-
    -=Creature_Name=-

    Entry
    The entry number for the NPC

    Name
    The name of the NPC

    Subname
    The subname of the NPC, Its Below the name.

    MouseFlags
    Leave it '0'

    Flags1
    Leave it '0'


    Type

    1-Beast
    2-Dragonkin
    3-Demon
    4-Elemental
    5-Giant
    6-Undead
    7-Humanoid
    8-Critter
    9-Mechanical
    10-Not Specified
    11-Totem

    Family
    1-Wolf
    2-Cat
    3-Spider
    4-Bear
    5-Boar
    6-Crocolisk
    7-Carrion Bird
    8-Crab
    9-Gorilla
    11-Raptor
    12-Tallstrider
    15-Felhunter
    16-Voidwalker
    17-Succubus
    19-Doomguard
    20-Scorpid
    21-Turtle
    23-Imp
    24-Bat
    25-Hyena
    26-Owl
    27-Wind Serpent
    28-Remote Control
    29-Felguard
    30-Dragonhawk
    31-Ravager
    32-Warp Stalker
    33-Sporebat
    34-Nether Ray
    35-Serpent


    Rank
    0-Normal
    1-Elite
    2-RareElite
    3-WorldBoss
    4-Rare

    unk4
    Leave it '0'

    Spelldataid
    Leave it 'null'

    Male_DisplayID
    The Display ID of the NPC. To find it go in game and target a Npc and type .Npc info and look for 'DispalyID: ####' ANd that is your display id.

    Female_DisplayID Leave it '0'

    Male_DisplayID2 Leave it '0'

    Female_DisplayID2 Leave it '0'

    Unknown_float1
    Leave it '1'

    Unknown_float2
    Leave it '1'

    Civilian
    0 = Regular Creature | 1 = City Creature

    Leader
    Leave it '0'

    INSERT INTO creature_names VALUES
    (Entry, "Name", "Subname",Mouseflags, Flags1, Type, Family, Rank, unk4, Spelldataid, DisplayID, 0, 0, 0, 1, 1, 0, 0);
    -=Creature_Proto=-

    Entry
    The entry number for the NPC

    Min level
    The level of the Creature, Same as Max Level


    Max Level
    The level of the Creature, Same as Min Level

    Faction
    To find the faction, Go Here and Find a faction you want and then look in the URL box and find '/?faction=<Faction id here>' and then use that ID.

    Min Health
    The health of the NPC, Same as Max Health

    Max Health
    The health of the NPC, Same as Min Health

    Mana
    The amount of mana the NPC has


    Scale
    1 = Normal size | 2 = Double size


    NpcFlags
    0-you can't speak with npc
    1-you can only speak with npc
    2-this npc can give you quest
    4-vendor
    8-Flight Master
    16-Npc Trainer
    32-Graveyard Spirit Master
    64-Battleground Spirit Master
    128-Innkeeper
    256-Bank
    512-Guild Master
    1024-Tabard Creator
    2048-Battleground Master
    4096-Auction Master
    8192-Stable Master
    16384-Repiar
    65536-Guard


    Attacktime
    This is the Time between their Attacks.

    Mindamage
    The minimum amount of damage they will do.

    MaxDamage
    The Maximum amount of damage they will do.

    rangedattacktime - mountdisplayid
    Leave it '0'

    equipmodel1 - equipmodel3
    Leave it '0'


    equipinfo1 - equipinfo3
    Leave it '0'


    equipslot1 - equipslot3
    Leave it '0'

    respawntime
    The NPC respawn time in MS

    Armor
    The ammounr of Armor the NPC has

    resistance1 - resistance6
    Leave it '0'

    combat_reach
    The radius that he can attack, Set to 1 and he will attack you when he stands next to you


    bounding_radius
    The range that he can see you, 1 for normal.


    Auras
    Leave it '0'


    Boss
    0 = No boss | 1 = A boss


    Money
    The ammount of money he drops, Its is in Copper so, 1s = 100, 10000 = 1g


    invisibility_type
    Leave it '0'


    death_state
    Leave it '0'


    walk_speed
    The walk speed of the NPC, Normal = 2.5


    run_speed
    The Run speed of the NPC, Normal = 8


    fly_speed
    The Fly speed of the NPC, Normal = 14


    extra_a9_flags
    Leave it '0'

    INSERT INTO creature_proto VALUES
    (entry, minlevel, maxlevel, faction, minhealth, maxhealth, mana, scale, npcflags, attacktime, mindamage, maxdamage, rangedattacktime, rangedmindamage, rangedmaxdamage, mountdisplayid, equipmodel1, equipinfo1, equipslot1, equipmodel2, equipinfo2, equipslot2, equipmodel3, equipinfo3, equipslot3, 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);
    -=Creating a Server=-
    http://www.mmowned.com/forums/ascent...ver-setup.html

    -=Creating a Public Server=-
    http://www.mmowned.com/forums/antrix...-tutorial.html

    -=
    Connecting to a server=-
    Open My computer, Go to C:\Program files\World of Warcraft\ and open Realmlist.WTF with Notepad, Once open, Set it to
    Set Realmlsit <Server Address here>
    Set Patchlist <Server Address here>
    Now save that and Start up WoW and login!


    Nom Nom Nom :P

    [Guide] Random Guides By - Herleybob
  2. #2
    kanqaz's Avatar Banned
    Reputation
    235
    Join Date
    Oct 2007
    Posts
    410
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice. +rep

  3. #3
    Herleybob's Avatar Contributor
    Reputation
    178
    Join Date
    Jul 2007
    Posts
    663
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I will be updating it with more things later on.

    Nom Nom Nom :P

  4. #4
    Dragonscale's Avatar Member
    Reputation
    26
    Join Date
    Dec 2007
    Posts
    110
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is toatlly Legit
    Don't advertise in your signature.

  5. #5
    Herleybob's Avatar Contributor
    Reputation
    178
    Join Date
    Jul 2007
    Posts
    663
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    =D Thanks.

    Nom Nom Nom :P

Similar Threads

  1. [GUIDE] Fixing Random Server Crashes and having to press enter repeatedly
    By kreegoth in forum WoW EMU Guides & Tutorials
    Replies: 1
    Last Post: 08-23-2008, 06:39 PM
  2. [GUIDE BY HERLEYBOB] 2.4.2 Private Server
    By Herleybob in forum WoW EMU Guides & Tutorials
    Replies: 104
    Last Post: 08-08-2008, 02:42 AM
  3. Re-Write of Herleybob's Antrix 2.1.3 guide
    By rukkus in forum WoW EMU Guides & Tutorials
    Replies: 235
    Last Post: 01-24-2008, 01:22 AM
  4. need help on herleybobs Guide.
    By shindaustin in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 09-02-2007, 10:49 AM
  5. Random WoW Guide ($9.00)
    By Amedis in forum World of Warcraft Guides
    Replies: 14
    Last Post: 01-02-2007, 05:14 PM
All times are GMT -5. The time now is 05:54 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