Help with guards menu

User Tag List

Results 1 to 12 of 12
  1. #1
    swiftserver's Avatar Member
    Reputation
    3
    Join Date
    Oct 2007
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Help with guards

    My server has a mall in neutral area so horde and alli are there. I tried upping the level of a booty bay guard and spawning him at mall but didn't work. Any Ideas? plz help.

    Help with guards
  2. #2
    Tsai's Avatar Member
    Reputation
    5
    Join Date
    Sep 2006
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with guards

    Ideas: Why dont you make it a sanctuary?
    uhm, the bad part about this idea... Is that I don't know how, if I find out I'll edit this and tell you
    I bet you do.

  3. #3
    swiftserver's Avatar Member
    Reputation
    3
    Join Date
    Oct 2007
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with guards

    Ya i tried to make it that but co8uldnt find it out.

  4. #4
    777devil777's Avatar Member
    Reputation
    66
    Join Date
    Sep 2007
    Posts
    396
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with guards

    Sanctuary is complex DB editing, if you really want good guards dont modify level, modify their attack speed, run speed, and damage.

    "I am a hacker, and this is my manifesto. You may stop this individual, but you can't stop us all... after all, we're all alike."

  5. #5
    havak's Avatar Member
    Reputation
    8
    Join Date
    Sep 2007
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with guards

    but how do u get them to attack they only stand there =x

  6. #6
    Illidan1's Avatar Banned
    Reputation
    244
    Join Date
    Jul 2007
    Posts
    2,251
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with guards

    You will need to make a new Npc it is allot Easer i will do it for you in a Sql Query

    They will Attack when a Alliance goes to a Horde one and when a horde goes to a Alliance one

    Alliance Guard \/

    Code:
    INSERT INTO `creature_names` (`entry`,`creature_name`,`Subname`,`type`,`Family`,`Rank`,`unk4`,`displayid`,`unk2`,`unk3`,`unknown_float1`,`unknown_float2`,`Civilian`,`Leader`) VALUES ('505050','Stronge One','Mall Guard','7','0','0','0','3167','0','0','1','1','0','1')
    INSERT INTO `creature_proto` (`entry`,`minlevel`,`maxlevel`,`faction`,`minhealth`,`maxhealth`,`mana`,`scale`,`npcflags`,`attacktime`,`mindamage`,`maxdamage`,`rangedattacktime`,`rangedmindamage`,`rangedmaxdamage`,`mountdisplayid`,`item1slotdisplay`,`item1info1`,`item1info2`,`item2slotdisplay`,`item2info1`,`item2info2`,`item3slotdisplay`,`item3info1`,`item3info2`,`respawntime`,`resistance0_armor`,`resistance1`,`resistance2`,`resistance3`,`resistance4`,`resistance5`,`resistance6`,`combat_reach`,`bounding_radius`,`boss`,`money`,`invisibility_type`,`death_state`,`walk_speed`,`run_speed`,`fly_speed`,`extra_a9_flags`) VALUES ('505050','200','200','11','9999','9999','9999','1','1','10','9999','9999','0','0','0','0','0','0','0','0','0','0','0','0','0','15000','0','0','0','0','0','0','0','0','0','1','0','0','0','50','80','90','0')
    .npc spawn 505050 For Alliance Guard

    Horde Guard \/

    Code:
    INSERT INTO `creature_names` (`entry`,`creature_name`,`Subname`,`Flags1`,`type`,`Family`,`Rank`,`unk4`,`SpellDataID`,`displayid`,`unk2`,`unk3`,`unknown_float1`,`unknown_float2`,`Civilian`,`Leader`) VALUES ('606060','Grunter','Mall Guard','0','7','0','0','0','0','4259','0','0','0','0','0','1')
    INSERT INTO `creature_proto` (`entry`,`minlevel`,`maxlevel`,`faction`,`minhealth`,`maxhealth`,`mana`,`scale`,`npcflags`,`attacktime`,`mindamage`,`maxdamage`,`rangedattacktime`,`rangedmindamage`,`rangedmaxdamage`,`mountdisplayid`,`item1slotdisplay`,`item1info1`,`item1info2`,`item2slotdisplay`,`item2info1`,`item2info2`,`item3slotdisplay`,`item3info1`,`item3info2`,`respawntime`,`resistance0_armor`,`resistance1`,`resistance2`,`resistance3`,`resistance4`,`resistance5`,`resistance6`,`combat_reach`,`bounding_radius`,`boss`,`money`,`invisibility_type`,`death_state`,`walk_speed`,`run_speed`,`fly_speed`,`extra_a9_flags`) VALUES ('606060','200','200','85','9999','9999','9999','1','1','10','9999','9999','0','0','0','0','0','0','0','0','0','0','0','0','0','15000','0','0','0','0','0','0','0','0','0','1','0','0','0','50','80','90','0')
    .npc spawn 606060 for Horde Guard

    Good luck have fun
    Last edited by Illidan1; 10-29-2007 at 06:44 PM.

  7. #7
    swiftserver's Avatar Member
    Reputation
    3
    Join Date
    Oct 2007
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with guards

    Thxs a lot for your help but is there any way to make a neutral one or do I have to move mall and everything?

  8. #8
    Illidan1's Avatar Banned
    Reputation
    244
    Join Date
    Jul 2007
    Posts
    2,251
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with guards

    yes, use one of my Npc i made and target him and press
    .npc faction 475
    that Faction will attack and kill any one that is PvPing or killing the vendors

  9. #9
    swiftserver's Avatar Member
    Reputation
    3
    Join Date
    Oct 2007
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with guards

    You have a link to where I can upgrade my SQL .....my SQL cant take your data. Thxs sio much for the help !!!!!
    You think we could talk to me in ventrilo or something?
    Last edited by swiftserver; 10-29-2007 at 10:10 PM.

  10. #10
    Illidan1's Avatar Banned
    Reputation
    244
    Join Date
    Jul 2007
    Posts
    2,251
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with guards

    Na dude i dont know were you could Update your Database you
    could go to Ac-Web And download Repack 7.1
    it has everything you need trust me Mangoes is really old

  11. #11
    swiftserver's Avatar Member
    Reputation
    3
    Join Date
    Oct 2007
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with guards

    I have antrix ...but there is like a new rev out or something ...im 1 update behind.

  12. #12
    Illidan1's Avatar Banned
    Reputation
    244
    Join Date
    Jul 2007
    Posts
    2,251
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with guards

    New Rev :
    Rev 1994
    Download Link >
    Revsion 1994

    Search for Rev 2035 i can't search because of Lazy
    Leecher Bug

Similar Threads

  1. need help with shammy talents
    By jason in forum World of Warcraft General
    Replies: 5
    Last Post: 07-19-2006, 02:02 AM
  2. Help with wowglider
    By Voldaroi in forum World of Warcraft General
    Replies: 6
    Last Post: 06-17-2006, 08:54 PM
  3. Help with Ranks!!
    By Krazzee in forum Community Chat
    Replies: 7
    Last Post: 06-16-2006, 06:58 PM
  4. Help with Auto-it!!
    By Krazzee in forum World of Warcraft General
    Replies: 7
    Last Post: 06-12-2006, 09:22 PM
All times are GMT -5. The time now is 01:28 PM. 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