Hunting/ Elven Arrow Quivers Crafting [Solved]

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Message
Author
palancho
Human
Human
Posts: 39
Joined: 28 Mar 2017, 03:08
Noob?: Yes

Hunting/ Elven Arrow Quivers Crafting [Solved]

#1 Post 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?
Last edited by palancho on 20 Apr 2017, 14:21, edited 1 time in total.

palancho
Human
Human
Posts: 39
Joined: 28 Mar 2017, 03:08
Noob?: Yes

NPC's dialogs abbreviations understanding

#2 Post 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!!!

Mortimal
Developers
Developers
Posts: 389
Joined: 01 Nov 2008, 15:31
Noob?: No

Re: NPC's dialogs abbreviations understanding

#3 Post by Mortimal »

Please use pin function for uploading your file contents!

Locked