• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

How to delete a mob or replace or add a mob

N1k0_VE

Member
Can anyone provide me with a clear guide how to remove a mob from the server/ add a mob/ replace a mob / reposition a mob?

Don't know if there's an easy addon like for example, you run around as GM and you see mob that you don't want at the place where it is now that you can delete it or replacing it somehow from ingame? Or do I need to find it in the database?

Thx in advance if someone can provide me with clear instructions.
 
Last edited:

Tommy

Founder
Can anyone provide me with a clear guide how to remove a mob from the server/ add a mob/ replace a mob / reposition a mob?

Don't know if there's an easy addon like for example, you run around as GM and you see mob that you don't want at the place where it is now that you can delete it or replacing it somehow from ingame? Or do I need to find it in the database?

Thx in advance if someone can provide me with clear instructions.

I assume you are using TC? Guess I need to force prefixes in this section. :/

If you want to know commands you could go to "src/scripts/Commands" folder and view the file via commands you want to use, or you can search "Commands" in the TC tutorial section and I'm sure there's a list somewhere.

However, here are the commands you want:

Delete: .npc delete (make sure you are targeting it)
Add: .npc add <entryId>

I'm not sure what you mean by replace and reposition as there's no such commands. You can replace by deleting and adding a new npc.
 

Syphex

Exalted Member
To reposition a mob inside the world you have to write .npc move (while the npc is targeted)
To replace a mob in the world you have to first delete the npc and then spawn the npc you want instead.

There is 1 addon that you can use partly that works for spawning mobs and stuff like that, it's called Trinity Admin you can download it by clicking the link
-> http://trinityadmin.googlecode.com/files/TrinityAdmin332_r19.rar

Extract the folder TrinityAdmin inside the zip file to your World of warcraft foler in "Interface\AddOns"
 

N1k0_VE

Member
I assume you are using TC? Guess I need to force prefixes in this section. :/

If you want to know commands you could go to "src/scripts/Commands" folder and view the file via commands you want to use, or you can search "Commands" in the TC tutorial section and I'm sure there's a list somewhere.

However, here are the commands you want:

Delete: .npc delete (make sure you are targeting it)
Add: .npc add <entryId>

I'm not sure what you mean by replace and reposition as there's no such commands. You can replace by deleting and adding a new npc.

Yeah sorry, i'm using trinity core :)
 

N1k0_VE

Member
I tried some commands on npc's. But have a question. To delete a waypoint for an NPC how do I do that? I want for example that an NPC stops at a certain point instead of going further. So I need to delete a waypoint. But in the commands I found .waypoint delete , but I don't know how to select the waypoint I want to delete. Anyone know how I select a waypoint?
 

N1k0_VE

Member
Ok allready found out how to select a waypoint. Forgot to enable GM mode.. :). But my game crashes when trying to delete a waypoint now...
 
Top