Release Scarlet Hold Dungeon! menu

User Tag List

Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 54
  1. #31
    svedin's Avatar Contributor
    Reputation
    124
    Join Date
    Jun 2008
    Posts
    557
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Magike.

    Scarlet Hold Praetorian i didn't make a script for him, for they hit harder then other mobs.

    Scarlet Hold Guards... thanks for the feedback, i will look into it .

    Release Scarlet Hold Dungeon!
  2. #32
    hanzo19's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Pure Pwnage just hope it works for me lol +Rep

  3. #33
    MagiKe's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Post here when bugfix is done please =D

  4. #34
    Mircast's Avatar Member
    Reputation
    14
    Join Date
    Sep 2008
    Posts
    139
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MagiKe View Post
    You missed Scarlet Hold Praetorian in you're Trash mob LUA's

    And Scarlet hold Guard cast spell 29711 on themselves, they shoul cast it on players (it's a stun effect)

    Casters trash should cast more damage spell than withe hit if it's a Blizzlike script

    But like these scripts
    The Scarlet Hold Guard stun is easy to fix

  5. #35
    MagiKe's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if you are very good to lua

  6. #36
    Mircast's Avatar Member
    Reputation
    14
    Join Date
    Sep 2008
    Posts
    139
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MagiKe View Post
    if you are very good to lua
    Here you go.. I fixed some things.

    Code:
    function Scarlet_Hold_Guard_OnCombat(Unit, Event) 
    Unit:SendChatMessage(12, 0, "Stand back!")
    Unit:RegisterEvent("Scarlet_Hold_Guard_phase",1000,0)
    Unit:RegisterEvent("Scarlet_Hold_Guard_shield", 32000, 0)
    Unit:RegisterEvent("Scarlet_Hold_Guard_knock", 54000, 0)
    end
    
    function Scarlet_Hold_Guard_shield(pUnit, Event) 
    pUnit:CastSpell(47488, pUnit:GetMainTank()) 
    end
    
    function Scarlet_Hold_Guard_knock(pUnit, Event) 
    pUnit:CastSpell(34510, pUnit:GetMainTank()) 
    end
    
    function Scarlet_Hold_Guard_shield(pUnit, Event) 
    pUnit:CastSpell(47488, pUnit:GetMainTank()) 
    end
    
    function Scarlet_Hold_Guard_knock(pUnit, Event) 
    pUnit:CastSpell(34510, pUnit:GetMainTank()) 
    end
    
    function Scarlet_Hold_Guard_phase(pUnit, Event) 
    if pUnit:GetHealthPct() < 100 then 
    pUnit:RemoveEvents(); 
    pUnit:FullCastSpell(0)
    pUnit:RegisterEvent("Scarlet_Hold_Guard_shield", 32000, 0)
    pUnit:RegisterEvent("Scarlet_Hold_Guard_knock", 54000, 0)
    end 
    end
    
    function Scarlet_Hold_Guard_OnLeaveCombat(Unit, Event) 
    Unit:RemoveEvents() 
    Unit:SendChatMessage(12, 0, "I serve the Scarlet Crusade!") 
    end
    
    function Scarlet_Hold_Guard_OnDied(Unit, Event) 
    Unit:RemoveEvents() 
    Unit:SendChatMessage(12, 0, "I have failed you my lord!") 
    end
    
    RegisterUnitEvent(940812, 1, "Scarlet_Hold_Guard_OnCombat")
    RegisterUnitEvent(940812, 2, "Scarlet_Hold_Guard_OnLeaveCombat")
    RegisterUnitEvent(940812, 3, "Scarlet_Hold_Guard_OnDied")

  7. #37
    svedin's Avatar Contributor
    Reputation
    124
    Join Date
    Jun 2008
    Posts
    557
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks Josh253, i will stop scripting for a month maby.

    So +Rep to Josh253 for helping me with the bug.

    Reason: I play Warcraft III The Frozen Throne with some friends and we need to be better.

  8. #38
    MagiKe's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    They also cast shieldslam on they're self =o

  9. #39
    larzzon's Avatar Member
    Reputation
    6
    Join Date
    May 2008
    Posts
    70
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I succsesfully added whole instance but when im adding the script trough navicat ill get this


    [Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'function Lord_Mataus_Shadowbreaker_OnCombat(Unit, Event)
    Unit:SendChatMessage(' at line 1
    [Err] function Lord_Mataus_Shadowbreaker_OnCombat(Unit, Event)
    Unit:SendChatMessage(12, 0, "I am the greatest of my father's sons! Your end has come!")
    Unit:PlaySoundToSet(14149)
    On evry boss i try to add script on :/

    Help me please

  10. #40
    MagiKe's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    LUA script should be added to the Script folder =)

  11. #41
    larzzon's Avatar Member
    Reputation
    6
    Join Date
    May 2008
    Posts
    70
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well...Cant i add them this way

  12. #42
    Mitron's Avatar Contributor
    Reputation
    127
    Join Date
    Jun 2008
    Posts
    1,326
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice work will try it out

    ----------------------------------------------------------------

  13. #43
    Mircast's Avatar Member
    Reputation
    14
    Join Date
    Sep 2008
    Posts
    139
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by larzzon View Post
    well...Cant i add them this way
    Go into your repack, wherever your logon and world applications are located, there should be a scripts folder, place it in here. If there is no scripts folder then create one. Remember to check your script is a '.lua' file.
    Last edited by Mircast; 03-10-2009 at 04:40 PM.

  14. #44
    hanzo19's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this place rocks i have a question though can you message me how to make an instance like this i mean like an acuale instance plz ty oh and i +reped you already

  15. #45
    Ashyda's Avatar Active Member
    Reputation
    18
    Join Date
    Jan 2007
    Posts
    100
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice release

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [RELEASE] Violet Hold - Custom Style
    By Hardball in forum WoW EMU General Releases
    Replies: 49
    Last Post: 06-03-2009, 09:50 AM
  2. [Release] World Port dungeon + Location coords
    By Jonthe838 in forum WoW EMU General Releases
    Replies: 6
    Last Post: 12-29-2008, 04:22 AM
  3. [Release] Illidan's 2.3.3 Custom Instances [ Scarlets Hand ]
    By Illidan1 in forum World of Warcraft Emulator Servers
    Replies: 60
    Last Post: 04-14-2008, 03:02 PM
  4. [Release] Burning Cenarion Hold
    By Cursed in forum World of Warcraft Emulator Servers
    Replies: 11
    Last Post: 01-30-2008, 12:45 PM
All times are GMT -5. The time now is 04:58 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