-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
23b1982
commit 5287ce3
Showing
3 changed files
with
2 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,3 @@ | ||
-- ========================================= | ||
-- Author : Eroica ([email protected]) | ||
-- Desc : Abyssal Blade Helper | ||
-- Date : 2017.3.14 | ||
-- Version : 1.0 | ||
-- ========================================= | ||
|
||
local AbyssalHelper = {} | ||
|
||
AbyssalHelper.option = Menu.AddOption({"Utility"}, "Abyssal Blade Helper", "auto use blink dagger, AM's blink, or PA's strike if out of range") | ||
|
@@ -65,4 +58,4 @@ function AbyssalHelper.OnPrepareUnitOrders(orders) | |
return true | ||
end | ||
|
||
return AbyssalHelper | ||
return AbyssalHelper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,4 @@ | ||
-- =========================================== | ||
-- Economic Panel (Version 2.0) | ||
-- Author : Eroica ([email protected]) | ||
-- Date : 2017.2.22 | ||
-- =========================================== | ||
-- | ||
-- Usage: | ||
-- 1. Place this script to ./scripts/ folder | ||
-- 2. Navigate in menu : "Awareness" -> "Economic Panel" (On/Off) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,4 @@ | ||
-- =========================================== | ||
-- Item Cooldown Display (Version 1.0) | ||
-- Author : Eroica ([email protected]) | ||
-- Date : 2017.2.20 | ||
-- =========================================== | ||
-- | ||
-- Usage: | ||
-- 1. Place this script to ./scripts/ folder | ||
-- 2. Navigate in menu : "Awareness" -> "Item Cooldown Display" (On/Off) | ||
|
@@ -117,4 +112,4 @@ function ItemCooldown.DrawDisplay(hero) | |
|
||
end | ||
|
||
return ItemCooldown | ||
return ItemCooldown |