UOGamers Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • To obtain new Razor updates, please reinstall Razor from our new website.

[COMPLETE] Swamp Dragon Barding

Status
Not open for further replies.

Nikki_Demise

Bug Hunter
[COMPLETE] Swamp Dragon Barding

Problem: Doesn't work if AOS is enabled.

Fix

Code:
Index: Misc/AOS.cs
===================================================================
--- Misc/AOS.cs    (revision 319)
+++ Misc/AOS.cs    (working copy)
@@ -100,7 +100,7 @@
             }
 
             #region Dragon Barding
-            if( (!Core.AOS || from == null || !from.Player) && m.Player && m.Mount is SwampDragon )
+            if( (from == null || !from.Player) && m.Player && m.Mount is SwampDragon )
             {
                 SwampDragon pet = m.Mount as SwampDragon;
 

Attachments

  • DragonBarding.zip
    339 bytes · Views: 3
Status
Not open for further replies.
Top