Heidi SQL NPC respawn + NPC's to attack each other, Not working. menu

User Tag List

Results 1 to 6 of 6
  1. #1
    Zaty's Avatar Corporal
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Heidi SQL NPC respawn + NPC's to attack each other, Not working.

    Hey there im making my server public in a few months and i want to work on it as much as possible, its a 2.4.3 server on Mangos and im using Heidi SQL to edit my Database and so far im making a server event for the dark portal in the blasted lands.

    So far i have Argent Infantry spawned around the crater near the dark portal and i have them fighting Invading Felguards, When i spawn them in they will fight perfectly with no problem. so i stopped the server and tried to edit the Invading felguards respawn time to 5seconds instead of 25 since they get killed fast and i want the fighting to be constant but i found the creature respawn table and it said "1374353596" on respawn time column i changed that to 1 since i thought it meant milisecond and just opened the server up again and it did nothing at all, same respawn time of 25 seconds and i found out that when i started the server up again the NPC's werent attacking each other, the Argent defenders were just looking at the Felguards and nothing was happening.

    If anyone could help me i'd be very grateful.

    Plus if anyone knows how to add player titles for a TBC server please tell me because the only commands i can find near to it is ,modify titles but that does nothing, or if anyone has a script for it so i can add the command to the DB that would be nice.
    IN titles i mean like Merciless Gladiator/ScarabLord/Grandmarshall etc
    Last edited by Zaty; 07-20-2013 at 04:53 PM.

    Heidi SQL NPC respawn + NPC's to attack each other, Not working.
  2. #2
    Harambeqt's Avatar Elite User CoreCoins Purchaser
    Reputation
    333
    Join Date
    Mar 2010
    Posts
    1,206
    Thanks G/R
    9/29
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Are you using CMangos?
    What database and revision are you using?


    The event could be coded wrong or some flags have been missed, if you are using cmangos, the latest rev/updates and database please do report it on the issue tracker and wait for a fix.


    A simple fix that could work:
    Go into the database and find all the creatures in that area/event and make the faction "35" (friendly towards all factions) that should prevent them from attacking each other unless there is something else telling them to go berserk.




    As for the title command:
    .title add 0
    The "0" is the title ID, alliance titles starts on 1 (private) and the horde titles on 15 (scout)


    You can find a list here:
    http://www.ownedcore.com/forums/worl...cataclysm.html ([Info] All ingame title IDs. (Including Cataclysm))
    The list is wotlk + only, my bad. I will add the tbc titles to the post tomorrow or on Monday.
    Last edited by Harambeqt; 07-20-2013 at 05:08 PM.
    Support the #1 WoW Emulator:
    http://arcemu.org/
    https://github.com/arcemu/arcemu
    - - -

  3. #3
    Zaty's Avatar Corporal
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by AfterDawn View Post
    Are you using CMangos?
    What database and revision are you using?

    As for the title command:

    The "0" is the title ID, you can find a list here:
    http://www.ownedcore.com/forums/worl...cataclysm.html ([Info] All ingame title IDs. (Including Cataclysm))

    Edit: the list is wotlk + only, my bad. I will add the tbc titles to the post tomorrow or on monday.
    Hey thanks for the reply, it just says Mangos on the database and in the config files it doesnt say Cmangos anywhere so i assume im using just Mangos, And with that command .title add i'll try that out now and edit it if it works but im just i tried that command and it didnt work.

    Edit: the .title add command doesnt work and i've found out the NPC's do attack each other after i engage a mob. So its like Mob A attacks Mob B if Mob B attacks me.
    Last edited by Zaty; 07-20-2013 at 05:07 PM.

  4. #4
    Harambeqt's Avatar Elite User CoreCoins Purchaser
    Reputation
    333
    Join Date
    Mar 2010
    Posts
    1,206
    Thanks G/R
    9/29
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zaty View Post
    Hey thanks for the reply, it just says Mangos on the database and in the config files it doesnt say Cmangos anywhere so i assume im using just Mangos, And with that command .title add i'll try that out now and edit it if it works but im just i tried that command and it didnt work.

    Edit: the .title add command doesnt work and i've found out the NPC's do attack each other after i engage a mob. So its like Mob A attacks Mob B if Mob B attacks me.
    Re wrote my post pretty much, re-read it please.
    ---
    Is it a repack or did you compile it by yourself?
    - if you know how to compile just switch core to - http://cmangos.net/ - because the "mangos" core is dead. Its either cmangos or oregoncore for 2.4.3 atm.
    afk shower.
    Support the #1 WoW Emulator:
    http://arcemu.org/
    https://github.com/arcemu/arcemu
    - - -

  5. #5
    Zaty's Avatar Corporal
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by AfterDawn View Post
    Re wrote my post pretty much, re-read it please.
    ---
    Is it a repack or did you compile it by yourself?
    - if you know how to compile just switch core to - CMaNGOS - because the "mangos" core is dead. Its either cmangos or oregoncore for 2.4.3 atm.
    afk shower.
    Its a repack and i unfortunately dont know how to compile but wouldnt switching to faction 35 kind of ruin the event since i want the Invading felguard to attack players and the Argent dawn people, where as at the moment they dont attack unless i aggro one, where i want the two NPC's constantly fighting one another, Argent dawn vs Felguard.

  6. #6
    Harambeqt's Avatar Elite User CoreCoins Purchaser
    Reputation
    333
    Join Date
    Mar 2010
    Posts
    1,206
    Thanks G/R
    9/29
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zaty View Post
    Its a repack and i unfortunately dont know how to compile but wouldnt switching to faction 35 kind of ruin the event since i want the Invading felguard to attack players and the Argent dawn people, where as at the moment they dont attack unless i aggro one, where i want the two NPC's constantly fighting one another, Argent dawn vs Felguard.
    It would but if you think that the event is annoying and destroying your gameplay its a go.

    The repack is probably out of date, the event is poorly scripted and that' cant be fixed without a non-compiled source of the emulator so I'd suggest you to take an hour or two to learn how to compile your own core. It may take some time to learn but its worth it and when you know how do it you can compile a core in no time at all. And you will get the latest updates from the developers.

    Seriously just do it, you will thank me later I promise you Find a decent tutorial and follow it, trinity->mangos same tutorials. If it doesn't work after a few tries just switch tutorial and go at it again.
    Support the #1 WoW Emulator:
    http://arcemu.org/
    https://github.com/arcemu/arcemu
    - - -

Similar Threads

  1. [Bug] NPC's wont attack back?
    By ic3cr34m in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 04-30-2016, 05:30 AM
  2. [Repack] Make npc attack each other
    By 6rimReaper in forum WoW EMU Questions & Requests
    Replies: 6
    Last Post: 02-27-2011, 04:31 PM
  3. [Lua Script] how do i make so a npc attack a other npc? in middle of a battle
    By mariobox in forum WoW EMU Questions & Requests
    Replies: 5
    Last Post: 09-20-2010, 12:43 AM
  4. Faction attacking each other
    By Iaccidentallytwink in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 05-26-2009, 02:32 AM
  5. Spawn NPC not working..
    By Volcomchamp in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 10-01-2007, 04:27 AM
All times are GMT -5. The time now is 01:39 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search