Support "Thanks" Macro wont work, why?

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

Sarophrawn
Noob
Noob
Posts: 5
Joined: 19 Jun 2014, 22:54
Noob?: No

Support "Thanks" Macro wont work, why?

#1 Post by Sarophrawn »

Hey guys,


i copied a macro out and wondering why it dont works :)
automacro supportr {
location not prontera,morocc,lighthalzen,payon,alberta,geffen
exclusive 1
console /uses Blessing on you/uses Increase AGI on you/uses Assumptio on you/i
call thanks
timeout 30
run-once 1
}

macro thanks {
$accolade = @random ("e thx","c thanks po","c ty","c thanks ^^","c ^^","c ty po!","c thanks!","e ok","c ty ^^","e kis",e "kis2")
pause 1
do $accolade
release supportr
}
can anybody help me? it just dont work, tested with a friend, he buffed me couple of times but yeah... wont work.

play on france ro (euro)

greetz
MiDaM
Human
Human
Posts: 35
Joined: 20 Jan 2010, 09:07
Noob?: Yes

Re: Support "Thanks" Macro wont work, why?

#2 Post by MiDaM »

this macro is good
[15:55:57] Player ***** (0) is casting Blessing on you (Delay: 0ms)
[15:55:58] You are now: Blessing (Duration: 240s)
[15:55:58] Player ***** (0) uses Blessing on you (Lv: 10)
[macro] automacro supportr triggered.
**** : ty ^^
Image
Sarophrawn
Noob
Noob
Posts: 5
Joined: 19 Jun 2014, 22:54
Noob?: No

Re: Support "Thanks" Macro wont work, why?

#3 Post by Sarophrawn »

but why its not working for me?

which server you tested?
MiDaM
Human
Human
Posts: 35
Joined: 20 Jan 2010, 09:07
Noob?: Yes

Re: Support "Thanks" Macro wont work, why?

#4 Post by MiDaM »

on Fro but maybe it's aleatory
Image
User avatar
4epT
Developers
Developers
Posts: 627
Joined: 30 Apr 2008, 14:17
Noob?: No
Discord: ya4ept#8494
Location: Moskow (Russia)

Re: Support "Thanks" Macro wont work, why?

#5 Post by 4epT »

try this:

Code: Select all

automacro supportr {
	location not prontera
	location not morocc
	location not lighthalzen
	location not payon
	location not alberta
	location not geffen
	exclusive 1
	console /uses (Blessing|Increase AGI|Assumptio) on you/
	call thanks
	timeout 30
}

macro thanks {
	$accolade = @random ("e thx","c thanks po","c ty","c thanks ^^","c ^^","c ty po!","c thanks!","e ok","c ty ^^","e kis",e "kis2")
	pause 1
	do $accolade
}
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image