Jump to content

Recommended Posts

Posted

Hello Everybody ! As I see theres no Event Engines In MxC " Working Links "

 

So I Decided To Share Something !

 

Credits : In Read-Me.txt Inside the files :)

 

1 ) Fully Working CTF Event ! ( Core, DP, Part Inside The File )

 

    Download Link : Leech Me

 

    Review :

 

# players there not participated in ctf can target ctf participants?
CTFAllowInterference=false
# ctf participants can use potions?
CTFAllowPotions=true
# ctf participants can summon by item?
CTFAllowSummon=false
# remove all effects of ctf participants on event start?
CTFOnStartRemoveAllEffects=true
# unsummon pet of ctf participants on event start?
CTFOnStartUnsummonPet=true

 

 

 

 

2 ) Fully Working VIP Event !

 

    Download Link : Leech Me  

 

    Review :

 

-- --------------------------------------------------------

-- 
-- Table structure for table `VIPinfo`
-- 

CREATE TABLE `VIPinfo` (
 `teamID` int(11) NOT NULL,
 `endx` int(11) NOT NULL,
 `endy` int(11) NOT NULL,
 `endz` int(11) NOT NULL,
 `startx` int(11) NOT NULL,
 `starty` int(11) NOT NULL,
 `startz` int(11) NOT NULL,
 PRIMARY KEY  (`teamID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- 
-- Dumping data for table `VIPinfo`
-- 

INSERT INTO `VIPinfo` VALUES (1, -84583, 242788, -3735, -101319, 213272, -3100);
INSERT INTO `VIPinfo` VALUES (2, 45714, 49703, -3065, 55782, 81597, -3610);
INSERT INTO `VIPinfo` VALUES (3, 11249, 16890, -4667, -22732, 12586, -2996);
INSERT INTO `VIPinfo` VALUES (4, -44737, -113582, -204, 27053, -88454, -3286);
INSERT INTO `VIPinfo` VALUES (5, 116047, -179059, -1026, 121145, -215673, -3571);

 

 

 

1 ) Fully Working Town War Event ![/i] ( Core Part Inside The File )

 

    Download Link : Leech Me

 

    Review :

 

+#----------------------------------
+#Town War
+#----------------------------------
+# //townwar_start - Starts town war in Giran
+# //townwar_end - Ends townwar in Giran
+# Town id
+#2: // Talking Island
+#3: // Elven village
+#1: // Dark elf village
+#4: // Orc village
+#6: // Dwarven village
+#7: // Gludio
+#5: // Gludin
+#8: // Dion
+#9: // Giran
+#10: // Oren
+#12: // Aden
+#11: // Hunters village
+#9: // Giran Harbour
+#15: // Heine
+#14: // Rune
+#13: // Goddard
+#17: // Schuttgart
+#16: // Floran
+#20: //Kamael Village
+TWTownId = 9
+
+#Set all towns?
+TWAllTowns = False
+
+#Reward for each kill:
+
+TownWarItemId = 57
+TownWarItemAmount = 5000
+
+# Give PKers karma during townwar?
+AllowKarma = False
+
+# Disable GK while in event?
+DisableGK = True
+
+# If yes it will send a ressurect ask on death.
+# If no when you die youll be there dead until the event ends.
+# Set to false if you want KOTH town.
+SendRessOnDeath = false

 

 

1 ) Fully Working TvT Event " Commands " ![/i] ( Core )

 

         Download Link : Leech Me

         

         Review :  

 

"tvtjoin", "join", "tvtleave", "leave", "tvtinfo"

Posted

seems cool.. i will check if vip and definitely war town if  are working in l2j gracia final and post here!... thanks for the share..

Town War Is 100% Working On Gracia Final ! As Well as CTF, VIP With some modifications :)

Already shared, but ok.

Matim Only Commands for tvt are already shared ! I Was searching 3 days in MxC :)

.. They are already share ... xaxaxa BUT ! No Working Links

 

Theres a but :)

Posted

nice! i added town war just fine (it was a bit outdated and needed some modifcations but thats normal) but as i see in the vip patch file.. it was originaly made for c5 ..... hmm i will try it later.. but i doubt it will work properly.

 

oh i also added the tvt voiced commands.. they are ok (just needed to correct first line and remove an unused import) ;)

 

thanks again for share

 

ps: im talking about gracia final l2j latest revision for anyone who wonders

Posted

Hi there,

Sorry for this post but .. can i only add this with java?

Because i have only added stuff to my server using my Gameserver map and Navicat (never worked with Java before)

Because i can't find a guide how to use it properly

Thanks in advance ...

 

Tuzane

Guest
This topic is now closed to further replies.



  • Posts

    • LIVE VERIFICATION? SUMSUB? “IMPOSSIBLE”? ▪ Spoiler: it is possible — if you know who to work with. A client came in with a task to pass **live verification** on **WantToPay**, a Telegram virtual card service. On the platform side — **Sumsub**: liveness check, SMS, manual review. “Fast” and “by eye” simply don’t work here. › What was done: → analyzed the verification scenario and Sumsub requirements → built the correct flow: phone number, email, timing → **completed live verification remotely, without account handover** → handled SMS and confirmation codes → brought the process to final approval ▪ Result: → verification passed → access granted → no flags or repeat requests ▪ Live verification is not luck. It’s scenario-based preparation — not hope. › TG: @mustang_service ( https:// t.me/ mustang_service ) › Channel: Mustang Service ( https:// t.me/ +6RAKokIn5ItmYjEx ) *All data is published with the client’s consent.* #verification #sumsub #livecheck #kyc #case
    • IMPORTANT INFO: In a few days, I will switch to completely new code, written from scratch with a new download system, patch building and management system. The Updater will become true 2026 code with "foolproof systems". I'm going to create a Discord server for customers to request new ideas and features. FIRST CUSTOMERS ARE ALREADY USING THE NEW UPDATER ON LIVE SERVERS! Watch this topic for upcoming info because the new updater is around the corner! Yes, you can still use self-update on the previous updater! No, the new updater won't be compatible with the old patch system! A new build is required, but players who already have game files won't have to download the entire patch again! New templates and updates to existing templates are coming soon! Sneak peek:  
    • i used guytis IL project and source. i found in his project there are 3 Client version source... 1,CliExt_H5   --->this one cant be compiled in VS2005,i did know why..is it for H5 client? 2,CliExtNew  --->this one is IL version ,but when i compiled it and use it.player cant login game,MD5Checksum wrong.i check the source code,but not found any hints. 3,L2Server    --->this one for HB client?im not sure...   so my question is what are the differences between these three versions of cliext.dll?how can i fix the issue of the MD5Checksum not matching problem?   01/29/2026 21:04:11.366, [CCliExt::HandleCheckSum] Invalid Checksum[1130415144] vs [-721420287] packet[dd] len[29] sum[2698] key[30] HWID[] Account[]! 01/29/2026 21:04:11.366, SocketLimiter::UserSocketBadunknownprotocol 11111111111 01/29/2026 21:04:11.366, [usersocket]unknown protocol from ip[113.137.149.115]!      
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..