Jump to content

[Share] Event Engines


Recommended Posts

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"

Link to comment
Share on other sites

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 :)

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



×
×
  • Create New...