-
Content Count
54 -
Joined
-
Last visited
-
Feedback
0%
Community Reputation
6 NeutralAbout JackCerutti

-
Rank
Heir
Profile Information
-
Current Mood
Confused
-
Gender
Male
-
Country
Argentina
-
Location
General Villegas
-
Interests
tu hermana
-
Help ExpOn ExpOff L2JServer
JackCerutti replied to Urbanhack's question in Request Server Development Help [L2J]
Did u try to add this DISABLE_EXP_GAIN(16, "Overrides EXP Gain conditions"); below DROP_ALL_ITEMS(15, "Overrides item drop conditions"), in the package: package com.l2jserver.gameserver.model.PcCondOverride -
Hello community, i never write anything here, i just wonder, how can i set some code to check if the members of a clan are dualboxing, because i adapted reborn12 Clan reward from acis, and the rewards are working good, this is the code i can manage to make it work: (Also i don't know how to make a list to add all clan lvl 6 skills.) Once is finished i want to share it with the htmls. Dont know why do not add the skills to the clan package com.l2jserver.gameserver.model.actor.instance; import java.util.Map; import java.util.StringTokenizer; import com.l2jserver.g
-
L2JSERVER MOST PRECISE DROP STRATEGY
JackCerutti replied to Cherish's topic in Server Shares & Files [L2J]
Hey, what's up, applying this patch works better, but raidboss drops shows it rare, like this: https://prnt.sc/weftxv NVM fixed: https://prnt.sc/weg22g- 1 reply
-
- 1
-
-
package handlers.voicedcommandhandlers; import com.l2jserver.gameserver.handler.IVoicedCommandHandler; import com.l2jserver.gameserver.model.actor.instance.L2PcInstance; import com.l2jserver.gameserver.model.quest.QuestState; import com.l2jserver.gameserver.network.serverpackets.NpcHtmlMessage; public class SevenRB implements IVoicedCommandHandler { private static final String QUEST_NAME = "Q00254_LegendaryTales"; private static final String SERVER_NAME = "(NAME)"; private static final String[] commands = { "7rb", }; @Override public boolean useVoicedCommand(St
-
JackCerutti started following aCis rev 370 Clan Quest
-
JackCerutti changed their profile photo
-
h5 L2j ZeusEngine on sunrise compiled
JackCerutti replied to Sacrificial's topic in Server Shares & Files [L2J]
Didn't found any backdoor, but without source could be hard to use.- 7 replies
-
- 1
-
-
- zeusengine
- sunrise
-
(and 1 more)
Tagged with:
-
Hello ppl of mxc, i never post anything or ask for anything,but this last few days i almost melt my brain trying to get to work Clan quest for acis, i dont care about the rev in this case 370 i've got the code without errors, quest started all ok, but mobs don't drop the items, or when killed Grave Guards, grave keymaster isnt spawning,the same happen with the box when imperal gravekeeper is killed. this is the code im trying to get to work. alsoi i had to add some lines to Quest but those are not improtant, just a few typos i had form the code below. package net.sf.l2j.
-
Sorry about that, didn't know, i found another without password based on aCis 315. the same Trance's project LINK
-
This is what i found, using google. L2Gold Project L2Gold L2Gold TheOne L2Gold Trance's Project L2Gold Patch L2Gold Another Patch Web L2Gold.cc Web L2Gold.biz maybe?
-
Demo [ M M O R P G ] Updater Launcher Ida-Pro )
JackCerutti replied to ALISA-INFINITE's topic in Hacking Tutorials & Guides
Did anyone saw the HENTAI Folder? xD https://prnt.sc/t35ncz -
Code Autofarm server bot like L2Warland
JackCerutti replied to Elfocrash's topic in Server Shares & Files [L2J]
Really good @Elfocrash i wouldn't use it, but maybe someone will, keep on working ! Sorry for my english. -
Discussion DragonEye CacheD
JackCerutti replied to ahie47's topic in Server Development Discussion [L2OFF]
Sorry for revive this old post, but i got these files maybe someone needs them: Dragon Eye 1.2 -
what should i do after compile? i have iss running, but dont know what to do with the files. and where to put them. sorry. new to l2off or all visual related things.