How to make a wow instance!!! menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 29
  1. #1
    naturaunglosar's Avatar Member
    Reputation
    9
    Join Date
    Mar 2009
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How to make a wow instance!!!

    I joined MMOwned a year ago and i thought i need to help some people here:
    This is my first guide so you can FLAME/FACEPALM/KILL me...
    Ok let me start:

    Making a WoW custom Instance:

    1.Think...this is the hardest thing to do...think about a story of your instance.What NPCs will contain,will be a 5-man or a 40-man instance,what loot...and more

    2.Choose a wow instance:for example Deadmines,Stockades or Scarlet Monastery...

    3.After choosing the instance,enter in it and start .npc del everything in there(if you want)...and place some objects at the places where the bosses will stay(if you don't want to place some objects...DON'T DO IT!)

    4.Start creating the bosses,mobs.
    a)First go to WoW-V.com and make an account
    b)Click on Create-Mob/NPC creator
    c)Start making a boss or any type of creature
    d)after you completed filling the stats,name of the(boss,guard,etc.) press on submit-DOWNLOAD-and choose your(Mangos,Ascent,Arcemu...) and download it
    e).Enter your wow server folder(usually located in C:/wowservername) and start your database
    f)TO CREATE A NPC FOR YOUR WOW SERVER YOU NEED MySQL,Navicat installed(I hope you have it,and you know how to install it).
    g)Click on your downloaded NPC and a window will appear and you will need to enter the name and password of your wow-DB(usually root-root or...)
    h).After doing this a new window will appear---just press F9.You are done your NPC is in-game.Use your NPC spawn ID to spawn it in-game


    5.Creating items
    It's simple just enter wow-v.com again press create-armor/weapon/jewerly creator-sumbit-download-start DB-enter password/name-press F9


    6.Adding loot to your WoW bosses
    WoW-V.com-loot creator-and fill there your NPC spawn ID/item id/drop chance...-sumbit-download-.....-press F9


    7.After you are done with this just start spawning the bosses/mobs in your chosen instance.You're done


    MORE TIPS:
    -don't make overpowered bosses(if you are making the instance for your server players and not for yourself)
    -try to make the mobs hostile so your players don't pass them and go directly to boss
    -don't add level 70 loot to a boss and add custom GM items to another(remember only if you make the instance for players)
    -you can spawn some gameobjects in there to make things more funny,scary,etc...

    Thank you!
    Last edited by naturaunglosar; 04-23-2010 at 11:00 AM.

    How to make a wow instance!!!
  2. #2
    fugit1ve's Avatar Private
    Reputation
    12
    Join Date
    Feb 2010
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oooh very nice guide, never thought about deleting monsters of a current instance ( wow, i know ).

    Will be using this on my server. +Rep

    And also, i havnt created the npc yet, but when i try to make the boss, whenever i spawn it , it is always dead already, and it will usually miss. can you send me one of your created bosses so i can look at it?

    haha

  3. #3
    naturaunglosar's Avatar Member
    Reputation
    9
    Join Date
    Mar 2009
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What emulator do you use?
    Did you put the damage of your boss? example 1200-3400 and the speed(1.20)...
    And the Death State?
    I don't know what's wrong but I can make bosses and they are...OK
    Make sure your GM char is not overpowered when he tries to hit you(you have +1000 dodge rating or +1000 defense rating)...

  4. #4
    fugit1ve's Avatar Private
    Reputation
    12
    Join Date
    Feb 2010
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I use ArcEmu 3.3.2
    I put 12000 - 120000
    death state - alive

    i used it on a normal char with full gladiators for his class.

  5. #5
    naturaunglosar's Avatar Member
    Reputation
    9
    Join Date
    Mar 2009
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Try to use a lower damage like 1024-7234 and the speed 1600

    Here:
    insert into `creature_names` (`entry`, `name`, `subname`, `info_str`, `Flags1`, `type`, `family`, `rank`, `killcredit1`, `killcredit2`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `leader`)
    values ('44232', "Lord Nerekus", "The Lord", '', '0', '6', '0', '1', '0', '0', '16582', '0', '0', '0', '1', '1', '0');

    insert into `creature_proto` (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `can_ranged`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `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`, `spell1`, `spell2`, `spell3`, `spell4`, `spell_flags`, `modImmunities`, `summonguard`)
    values ('44232', '80', '80', '14', '120000', '120000', '80000', '1', '0', '1600', '0', '1025', '7024', '0', '0', '0', '0', '600000', '23000', '0', '0', '0', '0', '0', '0', '0', '0', "0", '1', '3450000', '0', '0', '2.50', '8.00', '14.00', '0', '0', '0', '0', '0', '0', '0', '0');
    Copy and Paste it into a notepad and rename it to boss.sql

  6. #6
    naturaunglosar's Avatar Member
    Reputation
    9
    Join Date
    Mar 2009
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    almost 100 views and just 4-5 replies...no one likes it ( ?
    Last edited by naturaunglosar; 03-10-2010 at 01:13 PM.

  7. #7
    ZXD's Avatar Private
    Reputation
    1
    Join Date
    Nov 2009
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not really, sorry

  8. #8
    Ragonz's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    not a bad guide, add some pictures and break the text up a bit and you will be onto a winner

  9. #9
    fugit1ve's Avatar Private
    Reputation
    12
    Join Date
    Feb 2010
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ill make some screenshots for you when i do this to my server

  10. #10
    Endbringer's Avatar Knight-Lieutenant
    Reputation
    31
    Join Date
    Jul 2007
    Posts
    258
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice guide, really

  11. #11
    naturaunglosar's Avatar Member
    Reputation
    9
    Join Date
    Mar 2009
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ty...i will make more guides...with pictures too
    I need some ideas for guides too(I don't want to make guide that already exist on MMOwned-i mean ,,How to make a item or something''...there are millions of these on the internet)...

  12. #12
    Hjustin2's Avatar Member
    Reputation
    2
    Join Date
    Jul 2009
    Posts
    48
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    reply

    I thought this would be for making the cave also.. dang

  13. #13
    uberkiller3000's Avatar Private
    Reputation
    1
    Join Date
    Feb 2010
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    A good tip is, that instead of just deleting the mobs maually, then delete from DB :P Its alot faster and, then youre sure that every mob is gone

    Peace out, uberkiller3k :Z

  14. #14
    naturaunglosar's Avatar Member
    Reputation
    9
    Join Date
    Mar 2009
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good tip...
    But if I have the custom mobs added in the DB,i can spawn them directly after deleting the original mobs in the instance...it' a lil' bit faster...

  15. #15
    rusfighter's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You should add a C++ tut because only melee bosses are boring

Page 1 of 2 12 LastLast

Similar Threads

  1. HOW TO MAKE A WOW 2.3.X PRIVATE SERVER!!! for nooobs
    By pooooo132 in forum WoW EMU Guides & Tutorials
    Replies: 6
    Last Post: 04-15-2008, 06:46 PM
  2. How to make a WoW 2.3.X Private Server + Making it public!
    By Megadeadlord in forum WoW EMU Guides & Tutorials
    Replies: 13
    Last Post: 04-06-2008, 02:57 AM
  3. How To Make A WoW Movie Using WMM
    By klen in forum World of Warcraft General
    Replies: 5
    Last Post: 11-25-2007, 01:17 PM
  4. How to make a Wow server using ac web ultimate reapck
    By spleee101 in forum WoW EMU Guides & Tutorials
    Replies: 1
    Last Post: 11-22-2007, 01:46 PM
  5. How to make a WoW Video!
    By Amedis in forum World of Warcraft Guides
    Replies: 6
    Last Post: 12-09-2006, 10:23 PM
All times are GMT -5. The time now is 03:30 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