A way to get inside bra_dun01

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

Moderator: Moderators

Message
Author
bookbk
Noob
Noob
Posts: 2
Joined: 28 Apr 2017, 17:59
Noob?: No

A way to get inside bra_dun01

#1 Post by bookbk »

For someone who looking for getting inside bra_dun01, in brasilus map.

My topic > https://github.com/OpenKore/openkore/issues/2925

because bot didn't get inside automaticly. it's stuck at "open manhole" NPC

Now this is a solution for someone who looking for
First step => Delete the line "bra_in01 148 57 bra_in01 31 72" at tables\portal.txt
Second step => fix the line "bra_in01 144 187 bra_in01 0 206 102 c r0 n" to "bra_in01 144 187 bra_in01 206 102 c r0 n"
and the last step => put a script to eventMacros as below

automacro Bra_DunEntrance {
NpcNear /Open manhole/
call {
do talknpc 206 188
}
timeout 15
}
Last edited by bookbk on 05 Oct 2019, 22:56, edited 1 time in total.

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: A way to get inside bra_dun01

#2 Post by fadreus »

bookbk wrote:it's stuck at "open manhole" NPC
You can just adjust the npc steps tho.
Different servers might have different steps.
AFAIR, it just 1 click and then close > warped; from my old server.
So the step is

Code: Select all

c n

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

bookbk
Noob
Noob
Posts: 2
Joined: 28 Apr 2017, 17:59
Noob?: No

Re: A way to get inside bra_dun01

#3 Post by bookbk »

fadreus wrote:
bookbk wrote:it's stuck at "open manhole" NPC
You can just adjust the npc steps tho.
Different servers might have different steps.
AFAIR, it just 1 click and then close > warped; from my old server.
So the step is

Code: Select all

c n
I've tried it but it didn't work. bot still stuck it even if I put c, n, r0, or whatever.

Post Reply