Jump to content

Flash™

Legendary Member
  • Posts

    2,865
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Flash™

  1. Se ayto edw EnterWorld.java einai ayto pou tha sbiseis..
  2. File mou ama theleis kai ta 2 event full fix prepei na ta ftia3eis.. H ama ta agoraseis...
  3. 1. den thelei java einai multisell...einai poly efkolo pragmatika ama psaxtis ligw.. 2.oriste <skill id="7029" levels="4" name="Super Haste"> <!-- GM Skill --> <table name="#pAtkSpd"> 2 3 4 5 </table> <table name="#runSpd"> 2 3 4 5 </table> <table name="#mAtkSpd"> 2 3 4 5 </table> <table name="#pAtk"> 1 1 10000 1 </table> <table name="#reuse"> 0.01 0.01 0.01 0.01 </table> <table name="#amount"> 1 1 1 2 </table> <set name="aggroPoints" val="1" /> <set name="operateType" val="OP_ACTIVE" /> <set name="skillType" val="BUFF" /> <set name="target" val="TARGET_SELF" /> <for> <effect name="Buff" abnormalTime="1200" val="0" abnormalLvl="99" abnormalType="attack_time_down"> <mul order="0x30" stat="pAtkSpd" val="#pAtkSpd" /> <mul order="0x30" stat="runSpd" val="#runSpd" /> <mul order="0x30" stat="mAtkSpd" val="#mAtkSpd" /> <mul order="0x30" stat="pAtk" val="#pAtk" /> <mul order="0x30" stat="pReuse" val="#reuse" /> <mul order="0x30" stat="mReuse" val="#reuse" /> <mul order="0x30" stat="regMp" val="#amount" /> <mul order="0x30" stat="regMp" val="#amount" /> <mul order="0x30" stat="maxMp" val="#amount" /> <mul order="0x30" stat="maxLoad" val="#amount" /> </effect> </for> </skill> [/code
  4. Oti zwo uparxei se ayto ton kosmo exei kai Facebook.... Maxtor na steilw ta filarakia mou kamia volta ama ton broune eeee?
  5. axaxxaxaxaxaxaxaxaxaxaxaxaxa.. mporoume na mathoume pou menei akrivos exw duo palikaria pou ta eixa 4 xronia sto κιν μποξ kai einai fantari ekei twra :)
  6. pou menei to mouni ? ama einai kai exw kanena kalo aytoma na paei mia bolta :)
  7. Ama paei kapoios na spasi to kefalh se ayton ton blaka pou exoun dosei to link apo to fc tou mesa eimai :)
  8. emena kanonika anigi pantos
  9. tin ip tin deyterh ayth edw 192.168.2.2 tin briskeis me to cmd otan grapseis ipconfig
  10. file sto freya pas se ayto edw to config/ipconfig <?xml version="1.0" encoding="UTF-8"?> <!-- Externalhost here (Internet IP) or Localhost IP for local test --> <gameserver address="no-ip" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd"> <!-- Localhost here --> <define subnet="127.0.0.0/8" address="no-ip" /> <!-- Internalhosts here (LANs IPs) --> <define subnet="10.0.0.0/8" address="10.0.0.0" /> <define subnet="172.16.0.0/19" address="172.16.0.0" /> <define subnet="192.168.0.0/16" address="192.168.2.2" /> </gameserver> ekei pou sou ebala no-ip bazeis tin ip sou kai edw <define subnet="192.168.0.0/16" address="192.168.2.2" /> sto 192.168.2.2 bazeis tin ip tou pc na mpeneis ..
  11. exeis kanei to firewall locked ? exeis ftia3ei tis port sto mobem sou na dixnei apo poia ip tou pc na tis kanei locked ?
  12. eisai sigouros file mou oti tha doulepsei ? kanena kalo kai empisto site na kano dowload game gia to xbox 360 ama mporite kaneto post
  13. poia mysql exeis ? ektos apo ayto ta exei perasei ola sosta stis data ? gia koitato kalutera
  14. File mou l2jfree den einai me eclipse einai me maven.. oriste kai to svn tis l2jfree
  15. se ti client milas file mou oti ginete ayto to thema ?
  16. To java code einai 100% ok test sto pack mou :) to ekana giati to ithela gia ton server mou gi ayto eipa na to doso edw oste na to exoun kai osi theloun na exoun freya server :)
  17. to link prepei na einai etsi http://l2.hopzone.net/lineage2/moreinfo/Namever/74078.html diladi na exei to moreinfo oste na blepei ta vote kai na mporei na kanei reload ta vote
  18. File mou.. 1: kaneis den tha katsei na asxolithi oste na min exei kanena kerdos 2: den les se ti client theleis na doulepsete.. 3: aplos les kapoia pragmata pou theleis tpt allo... 4: ama theleis developer kaneis edw post [Request] Dev Help [L2J] En
  19. Hi magkes eipa na kano ena [share] me to code gia ta CrystalEnchant giati to Freya den to exei kai kapoih mporeis na theloun Character.properties BlessedEnchantChanceJewelry = 66 +# DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT +# Default: 66,66,66 +CrystalEnchantChanceWeaponWarrior = 70 +CrystalEnchantChanceWeaponMage = 40 +CrystalEnchantChanceArmor = 66 +CrystalEnchantChanceJewelry = 66 + config.java public static int BLESSED_ENCHANT_CHANCE_ARMOR; public static int BLESSED_ENCHANT_CHANCE_JEWELRY; + public static int CRYSTAL_ENCHANT_CHANCE_WEAPON_WARRIOR; + public static int CRYSTAL_ENCHANT_CHANCE_WEAPON_MAGE; + public static int CRYSTAL_ENCHANT_CHANCE_ARMOR; + public static int CRYSTAL_ENCHANT_CHANCE_JEWELRY; @@ -1599,6 +1603,10 @@ BLESSED_ENCHANT_CHANCE_JEWELRY = Integer.parseInt(Character.getProperty("BlessedEnchantChanceJewelry", "66")); + CRYSTAL_ENCHANT_CHANCE_WEAPON_WARRIOR = Integer.parseInt(Character.getProperty("CrystalEnchantChanceWeaponWarrior", "70")); + CRYSTAL_ENCHANT_CHANCE_WEAPON_MAGE = Integer.parseInt(Character.getProperty("CrystalEnchantChanceWeaponMage", "40")); + CRYSTAL_ENCHANT_CHANCE_ARMOR = Integer.parseInt(Character.getProperty("CrystalEnchantChanceArmor", "66")); + CRYSTAL_ENCHANT_CHANCE_JEWELRY = Integer.parseInt(Character.getProperty("CrystalEnchantChanceJewelry", "66")); AbstractEnchantPacket.java } else + if (_isCrystal) + { + // Crystal scrolls does not use support items + if (supportItem != null) + return -1; + + if (_isWeapon) + { + if (enchantItem.getWeaponItem().isMagicWeapon()) + chance = Config.CRYSTAL_ENCHANT_CHANCE_WEAPON_MAGE; + else + chance = Config.CRYSTAL_ENCHANT_CHANCE_WEAPON_WARRIOR; + } + else if (isAccessory) + chance = Config.CRYSTAL_ENCHANT_CHANCE_JEWELRY; + else + chance = Config.CRYSTAL_ENCHANT_CHANCE_ARMOR; + } + else { if (_isWeapon) {
  20. einai java provlima ayto to exoun kanei update i l2j. gia emena to kalutero einai na kaneis acc stin l2j kai na kaneis ena search ekei oste na ta breis ola ayta pou theleis..
  21. File mou katarxas.. 1. exeis lathos ayto edw VotesSiteHopZoneUrl=http://l2.hopzone.net/vote.php?site=77566 2: ama theleis kalhterh douleia kai na min exeis ayta ta provlimata xwris config prepei na einai to Reward vote 3: ti pack exeis ?
  22. Hi magkes tha ithela na rwtisw gia to Xbox 360. to exei enas filos mou kai thelei na kanei ena game download kai na to grapsei se DvD. se ti morfi prepei na to grapsei oste na to paizei kai na min exei kanena provliam ?
  23. ths CriticalError..:) locked
  24. what is the id
×
×
  • Create New...