Formula Card Event problem

Results 1 to 7 of 7
  1. #1
    Account Upgraded | Title Enabled! luis R is offline
    MemberRank
    Nov 2015 Join Date
    467Posts

    sad Formula Card Event problem

    Hi! I created new Formula Card Event like Awakened Leth, I've just copied the line of it and change the needs but I got a message "You have failed to craft the item" but my material is gone for requirement.

    cabal.dec
    Spoiler:
    <recipe id="4160" name="recipe4160" name_suffix="" craft_lv="1" craft_exp="0" reputation_cost="0" useflag="True" result_id="3610" result_name="result4113" result_slot="0" icon_id="J_icn_craft914" > <material order="1" id="3611" level="0" option="0" count="3" /> </recipe>


    craft.scp in the line of [RecipeCommon]

    Spoiler:
    325 4160 1 0 0 3611 0 3 0 0 0 0 0 0 0 0 0


    Last edited by luis R; 11-04-17 at 05:38 AM.


  2. #2
    UtakAso Drav3n is offline
    MemberRank
    Aug 2011 Join Date
    PHLocation
    919Posts

    Re: Formula Card Event problem

    Of course you failed the crafting, material will be reduced.

  3. #3
    Account Upgraded | Title Enabled! luis R is offline
    MemberRank
    Nov 2015 Join Date
    467Posts

    Re: Formula Card Event problem

    Quote Originally Posted by Drav3n View Post
    Of course you failed the crafting, material will be reduced.
    I wanted to craft same like Awakened Leth that can craft easily success, how can I do that? And is my config fine?

    - - - Updated - - -

    I found this line on Craft.scp

    Spoiler:

    [RecipeCommonEvaluation] RecipeID Order EXP ItemIdx ItemOption Class1 Class1F Class2F Class3F Class4F Class5F Class6F Class7F Class8F


    and I added this in the last line of my Craft.scp

    Spoiler:

    1831 4160 1 0 0 0 100 0 0 0 0 0 0 0 0
    1832 4160 2 0 3610 0 100 0 0 0 0 0 0 0 0
    1833 4160 3 0 3610 0 100 100 100 100 100 100 100 100 100
    1834 4160 4 0 3610 0 100 100 100 100 100 100 100 100 100
    1835 4160 5 0 3610 0 100 100 100 100 100 100 100 100 100


    may I know for what is that Class1 >>> Class8F for?

    - - - Updated - - -

    it's already around 20 FC I've crafted but still "You have failed in crafting the item."

  4. #4
    Banned GODSKIN is offline
    BannedRank
    Aug 2011 Join Date
    กรุงเLocation
    1,433Posts

    Re: Formula Card Event problem

    Code:
    1916	4160	1	0	3610	0	99	99	99	99	99	99	99	99	99
    1917	4160	2	0	0	0	100	100	100	100	100	100	100	100	100

  5. #5
    Account Upgraded | Title Enabled! luis R is offline
    MemberRank
    Nov 2015 Join Date
    467Posts

    Re: Formula Card Event problem

    how about this bro?

    Code:
    1831    4160    1    0    3610    0    100    100    100    100    100    100    100    100    100
    1832    4160    2    0    3610    0    100    100    100    100    100    100    100    100    100
    1833    4160    3    0    3610    0    100    100    100    100    100    100    100    100    100
    1834    4160    4    0    3610    0    100    100    100    100    100    100    100    100    100
    1835    4160    5    0    3610    0    100    100    100    100    100    100    100    100    100

  6. #6
    Banned GODSKIN is offline
    BannedRank
    Aug 2011 Join Date
    กรุงเLocation
    1,433Posts

    Re: Formula Card Event problem

    Quote Originally Posted by luis R View Post
    how about this bro?

    Code:
    1831    4160    1    0    3610    0    100    100    100    100    100    100    100    100    100
    1832    4160    2    0    3610    0    100    100    100    100    100    100    100    100    100
    1833    4160    3    0    3610    0    100    100    100    100    100    100    100    100    100
    1834    4160    4    0    3610    0    100    100    100    100    100    100    100    100    100
    1835    4160    5    0    3610    0    100    100    100    100    100    100    100    100    100
    Why stupid use more x5 same LOL ( x5 x6 x7 use with have option Now you no Use otption )
    i made it for u x2 it work




    True MemberRank
    Nov 2015 Join Date
    448Posts
    19Likes (Received)
    Re: Formula Card Event problem
    how about this bro?

    Code:
    1831    4160    1    0    3610    1111    44    44    44    44    44    44    44    44    44
    1832    4160    2    0    3610    1112    55    55    55    55    55    55    55    55    55
    1833    4160    3    0    3610    1113    66    66    66    66    66    66    66    66    66
    1834    4160    4    0    3610    1114    77    77    77    77    77    77    77    77    77
    1835    4160    5    0    0    0    100    100    100    100    100    100    100    100    100

  7. #7
    Account Upgraded | Title Enabled! luis R is offline
    MemberRank
    Nov 2015 Join Date
    467Posts

    Re: Formula Card Event problem

    how about I want the result is 3610 Effector with 5x inside, like the photo below I wanted to add something like item count.

    Last edited by luis R; 11-04-17 at 11:57 AM.



Advertisement