BoF NPC defect...?

Custom Title Activated
Loyal Member
Joined
Oct 6, 2006
Messages
1,490
Reaction score
3
Hey
I got a problem with our BoF NPC (Vladi reapack) ^^
normaly you need 100 Purple beed. but now just 1 is enough ...
this is the quest of it:
PHP:
(quest (index 5010 1)
 (case (if (level 50)) (then (html 352005)))
 (case (then (html 352000))))
(quest (index 5010 2)
 (case (if (item (322 0 1) (2999 0 100))) (then (item (out 2999 100) (out 322 1) (in 3000 0 1)) (html 352002)))
 (case (then (html 352003)))
)
(quest (index 5010 3)
 (case (if (item (322 0 1) (2999 0 150))) (then (item (out 2999 150) (out 322 1) (in 3001 0 1)) (html 352002)))
 (case (then (html 352003)))
)
(quest (index 5010 4)
 (case (if (item (324 0 1) (2999 0 100))) (then (item (out 2999 100) (out 324 1) (in 3002 0 1)) (html 352002)))
 (case (then (html 352003)))
)
(quest (index 5010 5)
 (case (if (item (324 0 1) (2999 0 150))) (then (item (out 2999 150) (out 324 1) (in 3003 0 1)) (html 352002)))
 (case (then (html 352003)))
)
(quest (index 5010 6)
 (case (if (item (323 0 1) (2999 0 100))) (then (item (out 2999 100) (out 323 1) (in 3004 0 1)) (html 352002)))
 (case (then (html 352003)))
)
(quest (index 5010 7)
 (case (if (item (323 0 1) (2999 0 150))) (then (item (out 2999 150) (out 323 1) (in 3005 0 1)) (html 352002)))
 (case (then (html 352003)))
)
(quest (index 5010 8)
 (case (if (item (325 0 1) (2999 0 100))) (then (item (out 2999 100) (out 325 1) (in 3006 0 1)) (html 352002)))
 (case (then (html 352003)))
)
(quest (index 5010 9)
 (case (if (item (325 0 1) (2999 0 150))) (then (item (out 2999 150) (out 325 1) (in 3007 0 1)) (html 352002)))
 (case (then (html 352003)))
)
(quest (index 5010 10)
 (case (if (item (326 0 1) (2999 0 100))) (then (item (out 2999 100) (out 326 1) (in 3008 0 1)) (html 352002)))
 (case (then (html 352003)))
)
(quest (index 5010 11)
 (case (if (item (326 0 1) (2999 0 150))) (then (item (out 2999 150) (out 326 1) (in 3009 0 1)) (html 352002)))
 (case (then (html 352003)))
)

don't know what is wrong^^
 
Last edited:
Joined
Sep 10, 2006
Messages
1,243
Reaction score
179
Re: BoF NPC defect...

you didnt change the if statement reqirements

 
Upvote 0
Custom Title Activated
Loyal Member
Joined
Oct 6, 2006
Messages
1,490
Reaction score
3
Re: BoF NPC defect...

Thanks^^ but must there not stay 100? :
(quest (index 5010 2)
(case (if (item (322 0 1) (2999 0 1))) (then (item (out 2999 100) (out 322 1) (in 3000 0 1)) (html 352002)))
(case (then (html 352003)))

because you need 100 of them^^ but now, when you go there you just need 1 (and this we don't want ):winky:
or must there just stay 1 and he get out 100 than ???

hm I'll go test it thanks^^

:construct
EDIT: I tested it but...
I click on NPC (I have 1ToP and 1PurpleFireBead) than the NPC get my ToP but not my PFB but i get a BoF

:construct
EDIT//: I think I know now why it don'T work^^ that I got on my mainserver:

but I don'T know how to fix I hope someone knows the problem we got
 
Upvote 0