I think it refers to items that can drop only once. First number is quanity, second is? Third is the chance. Are they mutually exclusive, so only one item can drop at once?
3 .ex_item_drop_list={{{{[herb_of_hp_a];1;1;20};
The ex_item_drop_list refers to herbs only, that they have added for easier control? So the drops are nto mutually exclusive, the % chances of one item dropping doesnt affect the chance of others. The first number refers to the quanity, the second number refers to? The third number is the drop rate.
Can anyone explain what the ;100 refers too? 4098-8367 is the quanity, and 70% is the chance of it dropping, 100 would be the chance of that value happening? Seems illogical.
This one isnt mutually exclusive. Does the chance of one item dropping lower the chance of another? I think that if I wanted to modify a table, this should be the chosen one.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Based on all your comments, I realized that you are a complete beginner who doesn't understand anything about programming or even the basic concepts of the Java language.
Go study, gain some basic knowledge about the subject, and after you've studied and acquired at least a minimal understanding, you can come back here and ask for clarifications, and I’ll help you with all your questions. 🤣🤣🤣🤣
@Möbius
You should start a comedy show on television, you're very funny, and for those who know your face as well as I do, I can say you'd make a great clown.
The more you try to explain yourself and claim you're the god of L2j, actually, I believe you think of yourself as this god of L2j, but you forget that in this world, there are many programmers better than you who don't engage in fraudulent scams against people.
just like you are doing
Question
ericvini
Hello,
I have some pretty newbie questions and info to confirm about the npcdata script that I plan on modifying. If anyone could help =)
I will put a line as an example:
1. What is additional_make_list={} ? Any reference to the quest items on the AI file?2. corpse_make_list={{[sealed_draconic_leather_armor_part];1;1;4.1193}
I think it refers to items that can drop only once. First number is quanity, second is? Third is the chance. Are they mutually exclusive, so only one item can drop at once?
3 .ex_item_drop_list={{{{[herb_of_hp_a];1;1;20};
The ex_item_drop_list refers to herbs only, that they have added for easier control? So the drops are nto mutually exclusive, the % chances of one item dropping doesnt affect the chance of others. The first number refers to the quanity, the second number refers to? The third number is the drop rate.
4. additional_make_multi_list={{{{[adena];4098;8367;100}};70}
Can anyone explain what the ;100 refers too? 4098-8367 is the quanity, and 70% is the chance of it dropping, 100 would be the chance of that value happening? Seems illogical.
This one isnt mutually exclusive. Does the chance of one item dropping lower the chance of another? I think that if I wanted to modify a table, this should be the chosen one.
Thank you.
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.