Search found 29 matches

by Glikadin
09 Mar 2018, 21:02
Forum: Macro Plugin
Topic: Dont stop attack if macro run, pls!
Replies: 2
Views: 3288

Re: Dont stop attack if macro run, pls!

Thank you so much.

Code: Select all

macro test {
	set overrideAI 0
	pause @rand(10,120)
	do relog 7200
}
That's what I need
by Glikadin
09 Mar 2018, 18:41
Forum: Macro Plugin
Topic: Dont stop attack if macro run, pls!
Replies: 2
Views: 3288

Dont stop attack if macro run, pls!

Hello! i Have a question. This elementary macro (not EventMacro) when this macro starts he forces the character to stop and stop the attack. Is there any way to continue the normal operation of the bot? Me just need to execute the command after a random time. macro test { pause @rand(10,120) do relo...
by Glikadin
06 Mar 2018, 21:05
Forum: Macro Plugin
Topic: Check equiped items in within EventMacro
Replies: 6
Views: 4089

Re: Check equiped items in within EventMacro

I found a workaround: macro HatQuests { if (&eval(($::questList->{62963}->{time})?1:0) == 1) { $QuestEndTime = &eval($::questList->{62963}->{time}) if ($QuestEndTime > $.time) { stop } $QuestEndTime = undef } if (CheckHaveItem(5403) == 1) { pause 1 } else { #here instruction stop } if (CheckHaveItem...
by Glikadin
06 Mar 2018, 19:19
Forum: Macro Plugin
Topic: Check equiped items in within EventMacro
Replies: 6
Views: 4089

Re: Check equiped items in within EventMacro

I try:

Code: Select all

$Item = &eval($::players{$::playersID[$::char->{charID}]}->{headgear}{top})
and take result: 33

T__T
by Glikadin
06 Mar 2018, 18:15
Forum: Macro Plugin
Topic: Check equiped items in within EventMacro
Replies: 6
Views: 4089

Re: Check equiped items in within EventMacro

I try to use:

Code: Select all

macro test {
	$Item = &eval($::char->{headgear}{top})
	[
		log =================
		log ITEM = $Item
		log =================
	]
}
But i get wrong ID :
Criatura Academy Hat (ID:18730) , i get : 341
=\
by Glikadin
06 Mar 2018, 17:16
Forum: Macro Plugin
Topic: Check equiped items in within EventMacro
Replies: 6
Views: 4089

Check equiped items in within EventMacro

Hello. Me need help to create a macro. macro HatQuests { if (&eval(($::questList->{62963}->{time})?1:0) == 1) { $QuestEndTime = &eval($::questList->{62963}->{time}) if ($QuestEndTime > $.time) { stop } $QuestEndTime = undef } if (???IsEquippedID???lowHead??? == 5403) { pause 1 } else { #here instruc...
by Glikadin
15 Dec 2017, 19:31
Forum: iRO
Topic: IP banned?
Replies: 4
Views: 3507

Re: IP banned?

They will not block the ip without blocking the account.
by Glikadin
12 Dec 2017, 10:52
Forum: Macro Plugin
Topic: What is wrong with this macro?
Replies: 11
Views: 8768

Re: What is wrong with this macro?

eventMacros.txt : macro GoGetGreenLive { do tele 2 pause &rand(4,5) do autosell # If you need to release inventory with the help of a sale, delete this line if not do move &rand(85,89) &rand(154,157) umbala do ai manual do move &rand(85,89) &rand(154,157) umbala while (&storamount(Great Nature) > 1)...
by Glikadin
22 Nov 2017, 21:51
Forum: iRO
Topic: bounty board juno
Replies: 2
Views: 3671

Re: bounty board juno

eventMacros.txt : automacro QuestControl { SimpleHookEvent target_died timeout 300 call { if (&questStatus(62557) == "incomplete") { stop } do ai manual do tele 2 pause 5 do move &rand(177,186) &rand(139,143) yuno do move &rand(177,186) &rand(139,143) yuno if (&questStatus(62557) == "complete") { do...
by Glikadin
08 Nov 2017, 00:23
Forum: iRO
Topic: How to call AutoSell
Replies: 1
Views: 1693

Re: How to call AutoSell