i was wondering if using the bot to teleport hunt MVP's, if there is a way for the bot to click on the Tomb when it sees it on screen
NPC Exists : Tomb (000, 000) (ID 00000) -(0)
Tomb: [ MVP NAME ]
Tomb: Has met its demise
Tomb: Time of death : 0:00
Tomb: Defeated by
Tomb: [CHARACTER NAME]
Tomb: Done talking
Renewal Server MVP Tome
Moderator: Moderators
-
- Noob
- Posts: 7
- Joined: 19 May 2010, 09:17
- Noob?: No
Re: Renewal Server MVP Tome
Macro
But I cann't figure how to write that in txt just like shoplog...
But I cann't figure how to write that in txt just like shoplog...
-
- Developers
- Posts: 627
- Joined: 30 Apr 2008, 14:17
- Noob?: No
- Discord: ya4ept#8494
- Location: Moskow (Russia)
Re: Renewal Server MVP Tome
example:
Code: Select all
automacro autotalk {
console /Tomb: Has met its demise/
delay 3
call {
do talk 0
}
}
-
- Noob
- Posts: 7
- Joined: 11 Dec 2011, 17:51
- Noob?: Yes
Re: Renewal Server MVP Tome
where do i put that text?4epT wrote:example:Code: Select all
automacro autotalk { console /Tomb: Has met its demise/ delay 3 call { do talk 0 } }
and do i have to have some kinda macro installed to run it?