Jump to content
  • 0

[Help] L2jServer MODS


dachi15

Question

i want some help with l2jserver freya mods i want to change drop but i dont know how to do this exactly  because i edit

 

// Drop data

private static final int[][] DROPLIST =

{

{  6622, 80,  1, 1 }, // Giant's Codex

{ 20034, 80,  1, 1 }, // Revita Pop

{    57, 80,  50000000, 500000000 }, // Energy Ginseng

{  4356, 80,  1, 1 }, // Energy Ginseng

{  6578, 80,  1, 1 }, // Energy Ginseng

{  6577, 80,  1, 1 }, // Energy Ginseng

};

and drop is always Giant's codex :| whatever i change on 2nd line drop is always giant's codex and can anyone tell me what i need to change for the drops to work?

thanks

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

:| mobs have no drop its java side drop so i need to edit here :| + if i make mob drop then you will gain drop in inventory and i want on ground like its in event so can anyone tell me what i need to change to make it work? oh and i like your work criticalerror :)

Link to comment
Share on other sites

  • 0

Hi...

 

You need to find option "AutoLoot=True" into your gameserver/config folder altsettings.properties... Here you can disable that feature of autopickup items...

Change value to false will allow drop fall on ground and after fickup manually...

 

Also there is another config "AutoLootAdena=True" that you maybe need to try...

 

Any other stuff just ask ^_^!

 

Good luck...

Link to comment
Share on other sites

  • 0

Generally check at your configs,there which speaking for AutoLoot

AutoLoot = True //you will have the items from droplist to your inv

AutoLoot = False //the items will be dropped on the ground

Link to comment
Share on other sites

  • 0

Show me code responsible for this loot/drop/item gain or what ever is that.

 

You said it drops giant codex so it means that all the time is something like this (from 2d array)

 

DROPLIST[0][0] (Since bracelet is  // Giant's Codex)

Link to comment
Share on other sites

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...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock