hey guys , I stoped coding this of lack of time (exams) so decided to share
I took the idea from here http://l2jesios.org/index.php?topic=2210.0
the code is totally in complete i just finished the 5vs5 solo match , need 10 players to register there is 2 teams blue and red
event area in coliseum , once event start there are 2 turrets in each team and 1 nexus spawned
if you get inside radius 400 from the turrets you will get -1000 hp , if all enemy teams are dead turret wont do anything
you need to kill nexus in order to win
there are 2 ranks (ranked , unranked)
for each match you win you get +15 points in order to be ranked you need to have 100 pionts
the code is messy and there may be bugs
Patch :
You will ned to add new column in character and name it rank text and allow null
and excute this in your db
INSERT INTO `npc` VALUES
('10201', '29006', 'Blue Nexus', '1', '', '1', 'LineageMonster4.Divine_Rogue', '140', '75.00', '80', 'male', 'L2Npc', '40', '523', '87238', '378378', '378', '40', '43', '30', '21', '20', '20', '0', '0', null, null, null, null, '230', '1', '333', '0', '0', '0', '60', '120', '0', '0');
('10202', '29006', 'Red Nexus', '1', '', '1', 'LineageMonster4.Divine_Rogue', '140', '75.00', '80', 'male', 'L2Npc', '40', '523', '87238', '378378', '378', '40', '43', '30', '21', '20', '20', '0', '0', null, null, null, null, '230', '1', '333', '0', '0', '0', '60', '120', '0', '0')
('10203', '31690', 'Turret', '1', '', '1', 'LineageMonster4.Divine_Rogue', '24', '69', '80', 'male', 'L2Npc', '40', '523', '87238', '378378', '378', '40', '43', '30', '21', '20', '20', '0', '0', null, null, null, null, '230', '1', '333', '0', '0', '0', '60', '120', '0', '0')
('10204', '31690', 'Turret', '1', '', '1', 'LineageMonster4.Divine_Rogue', '24', '69', '80', 'male', 'L2Npc', '40', '523', '87238', '378378', '378', '40', '43', '30', '21', '20', '20', '0', '0', null, null, null, null, '230', '1', '333', '0', '0', '0', '60', '120', '0', '0')
and the code
http://pastebin.com/r28zP7m2