Jump to content

marwan

Banned
  • Posts

    774
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by marwan

  1. After my bad coding in the last one, i decided to rework it idea fully taken from here : http://l2jesios.org/index.php?topic=2210.0 you will need to add two new columns to your character.sql rank , text , length : 20 , allow null wins , tinyint , length : 100 , allow null loses, tinyint , length : 100 , allow null and excute this to your dp CREATE TABLE `rankedteams` ( `name` text, `leader` text, `member1` text, `member2` text, `member3` text, `member4` text, `wins` int, `loses` int, ) ENGINE=InnoDB DEFAULT CHARSET=latin1; to add new rank go to Ranks.java and add after Rank("Ranked", 100), Rank2("Unrnked", 0); this Rank3("rank name here ", rank pts here), code : http://pastebin.com/jKdPQDLK
  2. :okey:
  3. when you get your way to eclipse ,you will need to edit Enterworld.java which is in package com.l2jserver.gameserver.network.clientpackets.enterworld.java when you open it you will find something like this Announcements.getInstance().announceToAll("server admin is too lame to change"); just remove it or edit it as you want
  4. less code = better
  5. and what is talent system ? we don't read minds
  6. Stop being an idiot....if you can't
  7. :okey:
  8. marwan

    Theme

    :okey:
  9. omg guys just edit data/announcements.xml
  10. prea leneș pentru a merge și pipi
  11. eu am pro, sunt eu? 8)
  12. dupa 10 de ani de învățare i se poate vorbi acum română
  13. cum sunteti voi ?
  14. Eu pot vorbi românește
  15. No , when you create diff it gets the current rev which you created it, so if its aCis then its 9 tho
  16. see the diff , (revision 9)
  17. I didn't say that u insulted me anyway thanks
  18. I updated it but dont know why da -beep- it didn't change about the points +105 because of testing http://pastebin.com/r28zP7m2 anyway yes I sucked at this
  19. vs5reg() is not static I will update code later Changed all non-static methods to static also added res method in dodie method in pc instance http://pastebin.com/g7CdtnwB
  20. ok code update , and as i said code is messy
  21. And what's the point of removing the error log ? In reality its not removed
  22. 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
  23. just add if stats for enchant level in doAttack() and doCast() method in L2PcInstance
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock