Page 1 of 1

A way to get inside bra_dun01

Posted: 04 Oct 2019, 19:34
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
}

Re: A way to get inside bra_dun01

Posted: 05 Oct 2019, 01:34
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

Re: A way to get inside bra_dun01

Posted: 05 Oct 2019, 22:55
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.