need help OBB quest

Philippines

Moderators: waferbaron, Moderators

Forum rules
This server is currently not maintained and tables folder (including connection info) is outdated. Read the wiki for instructions on how to update those information. Please contribute your updated info. Contact Cozzie to join the team as a regular server supporter.
masterbuddha
Noob
Noob
Posts: 3
Joined: 28 May 2011, 07:57
Noob?: Yes

need help OBB quest

#1 Post by masterbuddha »

help me pls.... am i missing something.......

######### OBB Quest ########

automacro OBB {
location comodo 73 194
inventory "Cyfar" > 49
inventory "Clam Shell" > 14
inventory "Crab Shell" > 9
inventory "Brigan" > 9
run-once 1
call OBB-1
}

macro OBB-1 {
do talk @npc (68 195)
}

automacro OBB1-1 {
location comodo 73 194
console /Responses/
run-once 1
call OBB-1-1
}

macro OBB-1-1 {
do talk resp 0
release OBB1-1
}

automacro OBB2-0 {
console /with that nugget of wisdom./
run-once 1
call OBB-2-1
}

automacro OBB2-1 {
console /You feel there may be something you missed./
run-once 1
call OBB-2-1
}

automacro OBB2-2 {
console /Come back later./
run-once 1
call OBB-2-1
}

automacro OBB2-3 {
console /Do me this favor, young man./
run-once 1
call OBB-2-1
}

automacro OBB2-4 {
console /much trouble for my own good./
run-once 1
call OBB-2-1
}

automacro OBB2-5 {
console /Calculating lockMap route to:/
run-once 1
call OBB-2-1
}

automacro OBB2-6 {
timeout 60
call OBB-2-1
}

macro OBB-2-1 {
release all
}

automacro quit {
storage "cyfar" < 1000
call quit-1
}

automacro quit1 {
storage "Brigan" < 200
call quit-1
}

automacro quit2 {
storage "Clam Shell" < 300
call quit-1
}

automacro quit3 {
storage "Crab Shell" < 200
call quit-1
}

macro quit-1 {
do quit
}



this appears in openkore


[macro] automacro OBB2-6 triggered.
[macro] automacro OBB2-6 triggered.
[macro] automacro OBB2-6 triggered.



Thanks Very Much
masterbuddha
Noob
Noob
Posts: 3
Joined: 28 May 2011, 07:57
Noob?: Yes

Re: need help OBB quest

#2 Post by masterbuddha »

resolved after days of trial and error....


pls close


thanks
benj1320
Moderators
Moderators
Posts: 403
Joined: 25 Aug 2008, 14:56
Noob?: No
Location: CyberOne Building , Eastwood

Re: need help OBB quest

#3 Post by benj1320 »

may you tell us how you manage to resolve your problem?? .. for future references for our fellow users.
“The moon shines to both guilty and innocent alike..”
The Openkore Manual---Global Forum Rules--The Template
masterbuddha
Noob
Noob
Posts: 3
Joined: 28 May 2011, 07:57
Noob?: Yes

Re: need help OBB quest

#4 Post by masterbuddha »

hmmm not perfect but working...

macro OBB-1 {
do talk @npc (68 195)
do talk resp 0 <------ i added this
}

problem is toon do not respond to NPC when it comes to a certain dialog actually first 2.... he spam this whenever the "toon" talks to NPC..... =)
joy
Noob
Noob
Posts: 1
Joined: 25 Jun 2011, 23:03
Noob?: No

Re: need help OBB quest

#5 Post by joy »

Ahh..okey. Now, I have an idea. Thanks for the info.