[MaNGOS] All NPCs -> Level 19 menu

User Tag List

Results 1 to 4 of 4
  1. #1
    Facerolling's Avatar Contributor
    Reputation
    116
    Join Date
    Mar 2007
    Posts
    307
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [MaNGOS] All NPCs -> Level 19

    This was posted before as modifying the creature_proto table, could anyone tell me which table I need to execute this script in to make all NPCs level 19?

    I'm using the
    Elder's Repack if this helps, the world table is called "Elder2" and the Logon table is called "Elder2Logon" if this helps.

    Sorry for my foolish nature, i'm quite new to Scripting/Coding and can't think of where the NPCs are stored.
    Last edited by Facerolling; 04-08-2010 at 02:33 PM.

    [MaNGOS] All NPCs -> Level 19
  2. #2
    stoneharry's Avatar Moderator Harry

    Authenticator enabled
    Reputation
    1613
    Join Date
    Sep 2007
    Posts
    4,554
    Thanks G/R
    151/146
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    You need to run a SQL query, I am not familiar with the mangos database structure so you will need to alter it to your needs. This is one I would use for Ascent based emulators:

    UPDATE `creature_proto` SET `minlevel` = '19';
    UPDATE `creature_proto` SET `maxlevel` = '19';

    Just change the table names and the column names.

    Edit: Just read that you don't know yourself the table, look for something like creature_structure or something, and see if it contains npc levels.

  3. #3
    hunuza's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    In MaNGOS the table is called "creature_template".
    So:
    Code:
    UPDATE creature_template SET minlevel = 19, maxlevel = 19;
    But if you want this to be really useful, you probably also need to adjust at least health, mana and damage.

  4. #4
    Ground Zero's Avatar ★ Elder ★
    Reputation
    1132
    Join Date
    Aug 2008
    Posts
    3,504
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hunuza View Post
    In MaNGOS the table is called "creature_template".
    So:
    Code:
    UPDATE creature_template SET minlevel = 19, maxlevel = 19;
    But if you want this to be really useful, you probably also need to adjust at least health, mana and damage.
    Last time I checked MaNGOS/Trinity automatically scaled HP to the NPC's level so that shouldn't be a problem.

Similar Threads

  1. Jeuties Repack: Level up all NPC to 80 (HP only)
    By Ashikdhakal in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 10-25-2013, 04:17 AM
  2. [request] Update all npc's to level 19
    By Pedregon in forum WoW EMU Questions & Requests
    Replies: 5
    Last Post: 04-25-2010, 04:18 PM
  3. Replies: 13
    Last Post: 02-18-2008, 09:52 AM
  4. [List] All NPC Factions/Types
    By Pragma in forum World of Warcraft Emulator Servers
    Replies: 12
    Last Post: 02-17-2008, 01:17 AM
  5. PICTURE Tutorial: Extract a list of all NPCS/ITEMS with ID and Display ID!
    By selulancie in forum WoW EMU Guides & Tutorials
    Replies: 2
    Last Post: 09-26-2007, 08:26 AM
All times are GMT -5. The time now is 02:28 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