Page 1 of 1
Charm 4 fibby
Posted: Fri Nov 06, 2009 7:10 pm
by Topsy
Last night I got my warrior Petutankz down to fibby With the intent on finishing my charm 4 quest. I had assumed i already chated with him but alas... I was wrong. I gave him the 4 items he requires and much to my dismay the bastage gobbled them up. I Shouted angrily at him, made rude jestures and even kicked dirt in his eye. Alas, it didn't change the fact that i neglected to ask him for the quest.
Would it be possible to make him give back the items if you do not have the quest. And, if i'm not asking for to much may i have my items back so i can complete this.
Re: Charm 4 fibby
Posted: Fri Nov 06, 2009 7:39 pm
by Jeido
Ew, yeah I did this on Shig accidently too a few months ago. It'd be great if he gave the items back if you didnt have the task imo.
Re: Charm 4 fibby
Posted: Fri Nov 06, 2009 10:53 pm
by Lillu
fixed..and some explanation for the geeks...
if turn in itemID 9547 and 6533 without having the qglobal flag == 9, the npc will eat the 2 item..regardless the plugin::return_items(\%itemcount); code at the end of the script..
Code: Select all
elsif (plugin::check_handin(\%itemcount,9547 => 1, 6533 => 1) && $qglobals{$globalname} ==9) {
if I change the order, it works..
Code: Select all
elsif ($qglobals{$globalname} == 9 && plugin::check_handin(\%itemcount,9547 => 1, 6533 => 1)) {
I need to review now like 100 scripts.. lol

p.s. Check your bags Topsy, charm and Antidote replaced
Re: Charm 4 fibby
Posted: Fri Nov 06, 2009 11:53 pm
by Koeril
Lillu wrote:p.s. Check your bags Topsy, charm and Antidote replaced
Fibby is the ToV goblin for charm 4 with the drake essence (id 1384) and charm (id 4630). Antidote is charm 5 from ST.
Re: Charm 4 fibby
Posted: Sat Nov 07, 2009 12:14 am
by Lillu
Thanks.. doublefixed. Let me know if need triplefix..
Re: Charm 4 fibby
Posted: Sat Nov 07, 2009 8:26 pm
by Topsy
worked perfect thnx lillu
Re: Charm 4 fibby
Posted: Wed Apr 21, 2010 5:57 pm
by khaliss
I am not sure if anything has changed recently, but last night my rogue (Khamirr) handed out the 4 drake parts (I made sure he had the quest before turn-in) to Fibby... I got the notification that the quest was completed, but instead of the goblin giving the drake essence, he gave me back the 4 drake parts... tried again couple of times, same result. Dunno if my toon is bugged, or if the quest itself is... just letting the server management know. WTB fix

Thanks!
Re: Charm 4 fibby
Posted: Wed Apr 21, 2010 6:30 pm
by Lillu
it's a task. if you turn in the proper items, the task will get updated. and when you turn in the 4th item (doesnt matter which one), you'll get the task reward.
I've just tested it and it works perfectly. Get the task and try the turn in again plz.
Re: Charm 4 fibby
Posted: Wed Apr 21, 2010 6:51 pm
by khaliss
Okay, will try it again tonight Lillu, thanks for the tip

Re: Charm 4 fibby
Posted: Wed Apr 21, 2010 7:02 pm
by Koeril
Maybe put in a quest::istaskactive or quest::istaskactivityactive in there then? This will prohibit people from getting a confirmation that the items are write before they have the task.