Search found 14 matches
- Sat Mar 11, 2017 2:03 am
- Forum: General Discussion
- Topic: how do check on/off skill in script ?
- Replies: 14
- Views: 212
Re: how do check on/off skill in script ?
ho do know a skill is on or off as: auto looot; buff mster ....
- Fri Mar 10, 2017 10:10 am
- Forum: General Discussion
- Topic: how do check on/off skill in script ?
- Replies: 14
- Views: 212
- Fri Mar 10, 2017 2:08 am
- Forum: General Discussion
- Topic: my script! function
- Replies: 0
- Views: 75
my script! function
Write my skill name
Code: Select all
function sknm()
local sklist={};
for ID, Skill in DictionaryIterator( AbilityList:GetList()) do
if(seach(Skill:GetName(),sklist)==false) then
table.insert(sklist,Skill:GetName());
Write('"'..Skill:GetName()..'",');
end
end
end
- Thu Mar 09, 2017 3:16 am
- Forum: General Discussion
- Topic: i have a pet , how do summon it in script?
- Replies: 4
- Views: 70
Re: i have a pet , how do summon it in script?
i hava question, i see Aionscript .pdf , i find a lot funtion is read , what have different?
GetAddress ; SetLegion; Click; SetAttackRange; ...... not safe ?
GetAddress ; SetLegion; Click; SetAttackRange; ...... not safe ?
- Thu Mar 09, 2017 2:08 am
- Forum: General Discussion
- Topic: i have a pet , how do summon it in script?
- Replies: 4
- Views: 70
Re: i have a pet , how do summon itin script?
ah thangk but this dialog is error! not have summon pet function no in dialog ?
- Wed Mar 08, 2017 5:08 pm
- Forum: General Discussion
- Topic: i have a pet , how do summon it in script?
- Replies: 4
- Views: 70
i have a pet , how do summon it in script?
i have a pet , but when my char die go back , how do summon itin script? have this function? i look for dialog inspector , but not find . and i dont know how do use Dialog inspector. i find : DialogList:GetDialog( "support_shortcut_dialog/skill_cond_1" ) so can use DialogList:GetDialog( "support_sho...
- Wed Mar 08, 2017 10:00 am
- Forum: General Discussion
- Topic: have shortcut key finction in script?
- Replies: 11
- Views: 100
Re: have shortcut key finction in script?
My mean is script have a function use game shorthcut key? as: sendkey(3); --- loot sendkey(1); --- accatk sendkey(2); --- skill*** sendkey(F1); --- select self sendkey(Tab); --- next target i use PlayerInput:Ability( "Loot" ); alway have error , cant loot items . when i close window , char dont stan...
- Wed Mar 08, 2017 5:24 am
- Forum: General Discussion
- Topic: have shortcut key finction in script?
- Replies: 11
- Views: 100
- Tue Mar 07, 2017 3:46 pm
- Forum: General Discussion
- Topic: how do use sleep or delay?
- Replies: 4
- Views: 60
Re: how do use sleep or delay?
ok i see. thank for help .
i see function " PlayerInput:Escape(); " so can i use a other key ? as: PlayerInput:Tab(); or PlayerInput:F1(); or PlayerInput:1();
i see function " PlayerInput:Escape(); " so can i use a other key ? as: PlayerInput:Tab(); or PlayerInput:F1(); or PlayerInput:1();
- Tue Mar 07, 2017 8:16 am
- Forum: General Discussion
- Topic: how do use sleep or delay?
- Replies: 4
- Views: 60
how do use sleep or delay?
how do use sleep or delay?
as:
as:
Code: Select all
Move(1778, 1669, 197);
Sleep(1000);
Move(1699, 1769, 189);
Sleep(1000);
Move(1592, 1769, 194);