-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fix podwojny spec barba - wspinanie sie na otwarte bramy prawidlowo cofnie pozycje - /postepy2+ [id] [ile] dodane - leczenie magikow + tasak dodane jako prefix
- Loading branch information
1 parent
356fac7
commit 204d9f6
Showing
7 changed files
with
69 additions
and
18 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
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
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
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,21 +1,29 @@ | ||
local function magic_prefix(text) | ||
text = string.format("[ %s ] ", text) | ||
prefix(text) | ||
if selectString(text, 1) > -1 then | ||
fg("orange") | ||
end | ||
resetFormat() | ||
end | ||
|
||
function trigger_func_skrypty_inventory_magic_weapons_widelec_leczy() | ||
cecho("<orange>\n Widelec leczy\n") | ||
magic_prefix("HP+") | ||
end | ||
|
||
function trigger_func_skrypty_inventory_magic_weapons_amu_leczy() | ||
cecho("<orange>\n Amulet leczy\n") | ||
magic_prefix("HP+") | ||
end | ||
|
||
function trigger_func_skrypty_inventory_magic_weapons_tasak_dziala() | ||
resetFormat() | ||
cecho("<orange>\n Tasak dziala\n") | ||
magic_prefix("Tasak") | ||
end | ||
|
||
function trigger_func_skrypty_inventory_magic_weapons_gadacz_leczy() | ||
cecho("<orange>\n Gadacz leczy\n") | ||
magic_prefix("HP+") | ||
end | ||
|
||
function trigger_func_skrypty_inventory_magic_weapons_plaszcz_leczy() | ||
cecho("<orange>\n Plaszcz leczy\n") | ||
magic_prefix("HP+") | ||
end | ||
|
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
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
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