Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Training dummy Testing DPS

Newbie Spellweaver
Joined
Sep 26, 2011
Messages
24
Reaction score
0
Hello to all I need some help from you I make fun server TBC but I can not find my ID


of this if it some help

I just want players to be able to test dmg
 
Lord of the Legion
Joined
Jul 28, 2005
Messages
426
Reaction score
35
Added in patch 3.0.2

That specific training dummy was added after TBC. You need to find one that was added in v2.4.3 or prior. If you know to get into the MySQL terminal, look for one like this:

Code:
USE world;
SELECT id FROM creature_template WHERE name LIKE '%dummy%';

And use that. You'll probably get a lot of matches, so look through them until you find one that is actually used in-game.
 
Back
Top