User Tools

Site Tools



acr

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
acr [2016/04/07 17:23] aceacr [2016/04/15 15:30] ace
Line 1: Line 1:
-===== Features =====+===== About =====
  
 ACR (Advanced Combat Routines) is a platform for highly customizable combat routines that are written in lua.   ACR (Advanced Combat Routines) is a platform for highly customizable combat routines that are written in lua.  
 Routines built on this platform can use a custom GUI, have access to a special multi-clickable Party Interface, and the routines are not bound by the same generic rules that SkillManager routines use. Routines built on this platform can use a custom GUI, have access to a special multi-clickable Party Interface, and the routines are not bound by the same generic rules that SkillManager routines use.
  
-==== Usage ==== +===== Features =====
- +
-----+
  
 === ACR Main Interface === === ACR Main Interface ===
Line 71: Line 69:
         local spinningEdge = ActionList:Get(2240,1,currentTarget.id)         local spinningEdge = ActionList:Get(2240,1,currentTarget.id)
         if (spinningEdge and spinningEdge.isready) then         if (spinningEdge and spinningEdge.isready) then
-            spinningEdge:Cast(currentTarget.id+            spinningEdge:Cast(currentTarget.id)
             return true             return true
         end         end
Line 85: Line 83:
             ACR_MyProfile_MySavedVar = GUI:Checkbox("AOE",ACR_MyProfile_MySavedVar)             ACR_MyProfile_MySavedVar = GUI:Checkbox("AOE",ACR_MyProfile_MySavedVar)
         end         end
 +        GUI:End()
     end      end
 end end
acr.txt · Last modified: 2022/08/25 08:06 by anyone