Page 1 of 1

Hunting/ Elven Arrow Quivers Crafting [Solved]

Posted: 17 Apr 2017, 08:01
by palancho
Hello guys, anyone got macros for any of this and could share? BIG thx in advance!!!

As for now I am trying to solve the npc dialogs abbreviations couse I don't understand them:

################# Triggerlist #####################
automacro HuntingArrow {
map mora
zeny > 150000
timeout 170
call Arrowbuy
}

automacro Quiver {
map mora
zeny > 75000
timeout 190
call getquiver
}



################ Macrolist ##############################

macro Arrowbuy {
pause 1
do move 101 118 mora
pause 1
do talknpc 100 118 b b8,5000 e
pause 1
do talknpc 87 65 b b1,5000 e
pause 1
do talknpc 59 69 c r0 w1 n
pause 1
do storage add Hunting Arrow 10000
pause 3
do storage close
pause 2
do conf char 0
pause 5
do relog
release Arrowbuy
}

I'm gonna make this macro but need to understand npc's dialog abbreviations :) Anyone could help me?

NPC's dialogs abbreviations understanding

Posted: 17 Apr 2017, 09:52
by palancho
Hello guys!!! I am trying to edit/make a macro and I need to understand the meaning of npc's dialog stages abbreviations :)
do talknpc 87 65 b b1,10000 e
c w1 r0 w1 n
do talknpc 5 134 c w1 c w1 c w1 c w1 r5 w1 c w1 r0 w1 c w1 c w1 r0 w1 c w1 c

ETC.

Thank You for any help!!!

Re: NPC's dialogs abbreviations understanding

Posted: 17 Apr 2017, 16:45
by Mortimal