macro auto deal

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

Moderator: Moderators

Message
Author
mrmtsuruya
Human
Human
Posts: 21
Joined: 30 Oct 2011, 06:27
Noob?: No
Location: Philippines

macro auto deal

#1 Post by mrmtsuruya »

hi devs out there, can you help me macro an auto deal request to specific player.

what i want is..if wizard inventory will reach 500 credits, it will auto deal to my player name: Hiro
and then put the credits in deal.

another problem is, credits was not recognize by openkore...it shows that credit is unknown "#"
thank you in advance.
help is greatly appreciated and will also help others.

User avatar
4epT
Developers
Developers
Posts: 617
Joined: 30 Apr 2008, 14:17
Noob?: No
Location: Moskow (Russia)
Contact:

Re: macro auto deal

#2 Post by 4epT »

which server? Give me a link.

see config options dealAuto and dealAuto_names
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image

mrmtsuruya
Human
Human
Posts: 21
Joined: 30 Oct 2011, 06:27
Noob?: No
Location: Philippines

Re: macro auto deal

#3 Post by mrmtsuruya »

4epT wrote:which server? Give me a link.

see config options dealAuto and dealAuto_names
server is SpartanRO which i gave you days ago.
i believe you already have the server config inside your server.txt, just assuming.

moving on, i think deal auto in config is not possible, but still im not sure.
so maybe macro is the best tool for this.

when my wizard reaches 500pcs of credit inside inventory, it will automatically deal my another character in prontera and transfer 500pcs of credit and voila, that's it.

i already configured, my wizard to change zeny to credits using macro.
so it would be handy if it will transfer credits immediately to my another account to avoid account block.

thank you for the fast reply.

User avatar
4epT
Developers
Developers
Posts: 617
Joined: 30 Apr 2008, 14:17
Noob?: No
Location: Moskow (Russia)
Contact:

Re: macro auto deal

#4 Post by 4epT »

What is Credit? This item?

Tru:

Code: Select all

automacro credit {
	inventory "Credit" > 499
	timeout 60
	delay 2
	call {
		do move prontera 100 100
		do deal @player(mrmtsuruya)
		pause 3
		do deal add @inventory(Credit)
		do deal
		pause 3
		do deal
	}
}
tru use this items.txt
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image

mrmtsuruya
Human
Human
Posts: 21
Joined: 30 Oct 2011, 06:27
Noob?: No
Location: Philippines

Re: macro auto deal

#5 Post by mrmtsuruya »

thank you sir!

wizard(the one who will transfer credits to my main char: i already copied and paste in my macros.txt

champion(the one who will receive credits transferred by my wizard): i set dealauto 1 and dealautonames "wizard name"

correct me sir if i'm doing it correctly :)

Credit description: 10million zeny is equal to 1pc. Credit.

openkore: i checked my inventory and credit was unknown item. it was not recognized by openkore.
by the way here is the credit i was talking about, see image below:
Image

can you help me with this?
tried autostorage macro (Credit) it was not recognize by openkore.
thank you...

User avatar
4epT
Developers
Developers
Posts: 617
Joined: 30 Apr 2008, 14:17
Noob?: No
Location: Moskow (Russia)
Contact:

Re: macro auto deal

#6 Post by 4epT »

mrmtsuruya wrote:openkore: i checked my inventory and credit was unknown item. it was not recognized by openkore.
4epT wrote:tru use this items.txt
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image

mrmtsuruya
Human
Human
Posts: 21
Joined: 30 Oct 2011, 06:27
Noob?: No
Location: Philippines

Re: macro auto deal

#7 Post by mrmtsuruya »

4epT wrote:tru use this items.txt
[/quote]

ok thank you for now sir, will post soon if it's good and working.

Post Reply