Issue information

Issue ID
#5910
Status
Invalid
Severity
None
Started
Hercules Elf Bot
Jun 3, 2012 7:36
Last Post
Haru
May 1, 2016 12:59
Confirmation
N/A

Hercules Elf Bot - Jun 3, 2012 7:36

Originally posted by [b]Chevansaa[/b]
Hi.

I just got new bug, Twilight alchemy III not working..

Hercules Elf Bot - Jun 3, 2012 11:44

Originally posted by [b]malufett[/b]
what do you mean by not working??

did the requirements satisfied? like soul link, taekwon, party???

Hercules Elf Bot - Jun 3, 2012 15:55

Originally posted by [b]Chevansaa[/b]
@malufett

i got 1 link, me (genetic), and 1 taekwonboy in 1party
i have all the requirements like potion manual, and the catalyst(i was checked based on ratemyserver) aswell
but its written "Skill has failed"

Hercules Elf Bot - Jun 4, 2012 12:41

Originally posted by [b]Scheven7[/b]
how malufett ? X_X
i'm very confused ~_~

------------------------------

EDIT : working aswell
i miss the catalyst.
Thanks for your attention malufett!

This post has been edited by Scheven7 on Jun 4, 2012 15:42

chatchanunn - Apr 1, 2015 19:50

i have this problem too.
i have all ingradian , super novice, taekwon boy and soul linker in party but response from server is false to use skill.

************************************************************************
case AM_TWILIGHT3:
if (sd) {
int ebottle = pc->search_inventory(sd,ITEMID_EMPTY_BOTTLE);
if (ebottle != INDEX_NOT_FOUND)
ebottle = sd->status.inventory[ebottle].amount;
//check if you can produce all three, if not, then fail:
if (!skill->can_produce_mix(sd,ITEMID_ALCHOL,-1, 100) //100 Alcohol <<< i have all ingradian
|| !skill->can_produce_mix(sd,ITEMID_ACID_BOTTLE,-1, 50) //50 Acid Bottle <<< i have all ingradian
|| !skill->can_produce_mix(sd,ITEMID_FIRE_BOTTLE,-1, 50) //50 Flame Bottle <<< i have all ingradian
|| ebottle < 200 //200 empty bottle are required at total. <<< i have all ingradian
) {
clif->skill_fail(sd,skill_id,USESKILL_FAIL_LEVEL,0); <<< if i have all ingradian it impossible to be TRUE
break;
}
clif->skill_nodamage(src,bl,skill_id,skill_lv,1);
skill->produce_mix(sd, skill_id, ITEMID_ALCHOL, 0, 0, 0, 100);
skill->produce_mix(sd, skill_id, ITEMID_ACID_BOTTLE, 0, 0, 0, 50);
skill->produce_mix(sd, skill_id, ITEMID_FIRE_BOTTLE, 0, 0, 0, 50);
}
************************************************************************
i have all of these.
[color=#000000][img]http://www.area168.net/images/stories/mix/pic_howto_twilight_ro1/905.gif[/img][font=Arial, Helvetica, sans-serif][size=3]STEM [/size][/font][/color]2000[color=#000000][font=Arial, Helvetica, sans-serif][size=3] EA[/size][/font]
[img]http://www.area168.net/images/stories/mix/pic_howto_twilight_ro1/7033.gif[/img][font=Arial, Helvetica, sans-serif][size=3]POISON SPORE [/size][/font][/color]2000[color=#000000][font=Arial, Helvetica, sans-serif][size=3] EA[/size][/font]
[img]http://www.area168.net/images/stories/mix/pic_howto_twilight_ro1/970.gif[/img][font=Arial, Helvetica, sans-serif][size=3]ALCOHOL [/size][/font][/color]50[color=#000000][font=Arial, Helvetica, sans-serif][size=3] EA [/size][/font]
[img]http://www.area168.net/images/stories/mix/pic_howto_twilight_ro1/929.gif[/img][font=Arial, Helvetica, sans-serif][size=3]IMMORTAL HEART [/size][/font][/color]200[color=#000000][font=Arial, Helvetica, sans-serif][size=3] EA[/size][/font]
[img]http://www.area168.net/images/stories/mix/pic_howto_twilight_ro1/1059.gif[/img][font=Arial, Helvetica, sans-serif][size=3]FABRIC [/size][/font][/color]200[color=#000000][font=Arial, Helvetica, sans-serif][size=3] EA[/size][/font]
[img]http://www.area168.net/images/stories/mix/pic_howto_twilight_ro1/1092.gif[/img][font=Arial, Helvetica, sans-serif][size=3]EMPTY TEST TUBE[/size][/font][b] [/b][/color]400[color=#000000][font=Arial, Helvetica, sans-serif][size=3] EA[/size][/font]
[img]http://www.area168.net/images/stories/mix/pic_howto_twilight_ro1/713.gif[/img][font=Arial, Helvetica, sans-serif][size=3]EMPTY BOTTLE [/size][/font][/color]800[color=#000000][font=Arial, Helvetica, sans-serif][size=3] EA[/size][/font]
[img]http://www.area168.net/images/stories/mix/pic_howto_twilight_ro1/7134.gif[/img][font=Arial, Helvetica, sans-serif][size=3]MEDICINE BOWL [/size][/font][/color]800[color=#000000][font=Arial, Helvetica, sans-serif][size=3] EA[/size][/font][/color]



thank you for suggestion

i am so sorry about my english.