Renewal Server MVP Tome

Discussion about everything RO and OpenKore related. This place is NOT for ANY kind of support questions.

Moderator: Moderators

Message
Author
kittysfan
Noob
Noob
Posts: 7
Joined: 11 Dec 2011, 17:51
Noob?: Yes

Renewal Server MVP Tome

#1 Post by kittysfan »

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

kangtuji
Noob
Noob
Posts: 7
Joined: 19 May 2010, 09:17
Noob?: No

Re: Renewal Server MVP Tome

#2 Post by kangtuji »

Macro


But I cann't figure how to write that in txt just like shoplog...

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

Re: Renewal Server MVP Tome

#3 Post by 4epT »

example:

Code: Select all

automacro autotalk {
  console /Tomb: Has met its demise/
  delay 3
  call {
    do talk 0
  }
}
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image

kittysfan
Noob
Noob
Posts: 7
Joined: 11 Dec 2011, 17:51
Noob?: Yes

Re: Renewal Server MVP Tome

#4 Post by kittysfan »

4epT wrote:example:

Code: Select all

automacro autotalk {
  console /Tomb: Has met its demise/
  delay 3
  call {
    do talk 0
  }
}
where do i put that text?

and do i have to have some kinda macro installed to run it?

Post Reply