Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[HELP] Professional Craft 100% fail.

Junior Spellweaver
Joined
Jul 15, 2020
Messages
100
Reaction score
15
Hi,

Since we have two craft system in transmuter, Professional and Basic Craft, basic craft works fine for me. There are success and there are fails. Professional craft always give me fail. Let say I craft 30 Ring of Fighter Level 1, all will fail.

Heres what in my original craft.scp
Code:
9780    1856    1    1    0    0    0    0    10    9    8    7    6    5    4    3    1
9781    1856    2    5    287    0    0    0    40    36    33    29    25    21    17    14    15
9782    1856    3    10    288    0    0    0    80    77    74    70    67    63    59    55    50
9783    1856    4    15    289    0    0    0    99    97    95    93    91    88    85    83    80
9784    1856    5    20    290    0    0    0    100    100    100    100    100    100    100    100    100
This give me fails. So I changed this to a new craft.scp with 100% chance success

Code:
9784    1856    1    20    290    0    0    0    [COLOR=#ff0000]100    100    100    100    100    100    100    100    100[/COLOR]

Also failing. What did I miss?
 
RaGEZONE VIP
[VIP] Member
Joined
Oct 10, 2019
Messages
198
Reaction score
457
I had a problem like this when I lost one value per line.
Copy the table to Excel and carefully look at all the rows - there are no empty cells.
 
Upvote 0
Junior Spellweaver
Joined
Jul 15, 2020
Messages
100
Reaction score
15
I had a problem like this when I lost one value per line.
Copy the table to Excel and carefully look at all the rows - there are no empty cells.

Hari, thanks for your feedback. Since artifact have 4 sub category, I am not using orb and crystal under artifact, thus I removed it from Specialized Craft. Do you think that causes this? I mean ring and amulet under different sub category, my logic thinking, it shouldnt affect, but who knows. Anyway ill try to restore back the default the changes I made and see if its ok.
 
Upvote 0
Back
Top