Jump to content
  • 0

Question

Posted

I made a mob for adena farm. But I have 1 problem - I need the drop chance to be 100%. I added an entry in `droplist` with chance=1000000, but it still isn't 100%. My idea is to EARN the adena - like quest items in quests. How can I do that?

 

P.S. I use L2j (Gracia Final)

Recommended Posts

  • 0
Posted

No. I want the adena to be obtain not by drop - but to be earned. I don't want the mob to drop the adena, I want it to appear in your inventory - that way it will be 100%

  • 0
Posted

NO. My problem is that the drop isn't 100%. I have auto-loot turned on. I had a different idea, but nevermind. How can I fix the drop chance?

When u make the drop list of the mob u can put the drop chance...it is in %, so put it 100%

EDIT: if its not in %,put 9999999999999999 :P

  • 0
Posted

dont use 99999999999 cause its wont work....

 

max is 1 000 000 if im right means 100%

 

your prob is probably u use the same category for adena and another item (if more then one item is set up with the same category only one of them will drop).... so try to set for adena a category which isn't exist in the drop list....

 

 

hope its what u want...

  • 0
Posted

dont use 99999999999 cause its wont work....

 

max is 1 000 000 if im right means 100%

 

your prob is probably u use the same category for adena and another item (if more then one item is set up with the same category only one of them will drop).... so try to set for adena a category which isn't exist in the drop list....

 

 

hope its what u want...

Yes you are right about chance

 

and for baiumbg you should to read the files

 

-- Category Explanation (non-RaidBoss & non-GrandBoss)

--  -1 is sweep

--    0 is adena and one of the seal stones (your choice)

--    1 is any item that is in weapon.sql, any item in armor.sql, and some of the items from etcitem. Before dropping the column, I had those marked in etcitem.sql. However, you can recognize them easily. If they are parts unique for crafting equipable items, it's category 1.

--    2 is almost all of the other items except:

--    3 and 4 are used for the other two seal stones (1 category each).

  • 0
Posted

mobId | itemId | min | max | category | chance

5555 | 57 | 200000000 | 200000000 | 0 | 1000000

 

Drops 100kk but not 100%

What should I change?

Category is 0

Chance is 1 mil

  • 0
Posted

mobId | itemId | min | max | category | chance

5555 | 57 | 200000000 | 200000000 | 0 | 1000000

 

Drops 100kk but not 100%

What should I change?

Category is 0

Chance is 1 mil

 

do u have some other items in the drop list too ? as i said before its need to be a category which isn't used from any other item and should be bigger then 0....  just change the category and its will drop 100% its also the only thing i can see which is maybe wrong...

  • 0
Posted

My idea is to EARN the adena - like quest items in quests. How can I do that?

you want to make adenas not tradeable like quests items?

  • 0
Posted

@Skynet & @Madboy

Only 1 item - the adena

 

@Erol

Nevermind. I started again from the beginning. Still trying to connect to my server. When I get to the NPC part, then I'll start trying again.

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...