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