Auto Logout after the Bot found a specific Card?

France

Moderator: Moderators

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

Auto Logout after the Bot found a specific Card?

#1 Post by Sarophrawn »

hey guys,


i want to farm a specific card, maybe for example peco peco egg.

after the bot take it, maybe amount of 1 or 2 he should logout automaticly.

how i have to do it? over macro? and how? can anybody help me please

greeTz

otaku
Human
Human
Posts: 28
Joined: 29 Nov 2013, 21:50
Noob?: No
Location: Brazil
Contact:

Re: Auto Logout after the Bot found a specific Card?

#2 Post by otaku »

https://github.com/jefferson-dab/plugin ... GetItem.pl

You just need to save that code as dcOnGetItem.pl on your plugins folder and follow the instructions in it. ;)
I'm watching my TV or is it watching me?

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

Re: Auto Logout after the Bot found a specific Card?

#3 Post by Sarophrawn »

thank you otaku :)

if its a card?

just write
dcOnGetItem_name Marc Card
dcOnGetItem_amount 1

or i have to put "Marc Card" ?

otaku
Human
Human
Posts: 28
Joined: 29 Nov 2013, 21:50
Noob?: No
Location: Brazil
Contact:

Re: Auto Logout after the Bot found a specific Card?

#4 Post by otaku »

You don't need those quotation marks. (If you use them it won't work actually)
I'm watching my TV or is it watching me?

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

Re: Auto Logout after the Bot found a specific Card?

#5 Post by Sarophrawn »

ok :)

Dark Airnel
Been there done that!
Been there done that!
Posts: 133
Joined: 09 Oct 2009, 01:43
Noob?: No

Re: Auto Logout after the Bot found a specific Card?

#6 Post by Dark Airnel »

Just in case you want it simple.

Code: Select all

doCommand quit {
	notWhileSitting 0
	timeout 10
	disabled 0
	inInventory Pecopeco Egg Card > 0
	manualAI 2
}
Just make sure to disable it before you start the bot again or else it will quit since you already have the card.

Post Reply