Jump to content

Flash™

Legendary Member
  • Posts

    2,865
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Flash™

  1. [important] Σχετικά με τα live projects [L2J - Brazil, Teon, Eclipse κτλπ.]
  2. exeis peraseis ta to sql ton teleport file mou ?
  3. den itan to tpt diskolo ama 8eleis kati mporeis na to ftia3eis kai mono sou
  4. exw valei video na to blepete
  5. i perisoterh me 3eroun edw mesa :P den einai buffer eleos einai ena npc pou to ekana apo idea tou matim
  6. file den litourgi etsi einai ston official gi ayto to ekana etsi ama 8eleis na kaneis gmspeed 4 mporeis na ftia3eis to skill kai na eisai ok den mporo na katalavw giati skalonete sta poio mikra :) +++ b/trunk/Flash/data/stats/skills/7000-7099.xml @@ -199,16 +199,16 @@ <skill id="7029" levels="4" name="Super Haste"> <!-- GM Skill --> - <table name="#pAtkSpd"> 2 3 3 2 </table> - <table name="#runSpd"> 2 3 3 1 </table> - <table name="#mAtkSpd"> 2 3 3 2 </table> + <table name="#pAtkSpd"> 1.2 1.5 2 3 </table> + <table name="#runSpd"> 1.5 2 3 4 </table> + <table name="#mAtkSpd"> 1.5 1.8 3 4 </table> <table name="#pAtk"> 1 1 10000 1 </table> - <table name="#reuse"> 0.01 0.01 0.01 1 </table> + <table name="#reuse"> 1 2 4 30 </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" time="1200" val="0" stackOrder="99" stackType="attack_time_down"> + <set name="aggroPoints" val="4" /> + <set name="operateType" val="OP_ACTIVE" /> + <set name="skillType" val="CONT" /> + <set name="target" val="TARGET_SELF" /> + <for> + <effect name="Buff" time="14400" val="0" stackOrder="99" stackType="attack_time_down"> <mul order="0x30" stat="pAtkSpd" val="#pAtkSpd" /> <mul order="0x30" stat="runSpd" val="#runSpd" />
  7. file ayto mporeis na to ftia3eis esu na to valeis se alh grami.
  8. file mou egw sou edwsa ena java code pou to eixa perasei se gracia final pack kai einai full fix kai to exei paratimeno aplos sou edosa ayto pou i8eles
  9. apo pou pires to java code gia to townwar event ?
  10. kai den sou dinei mp 8eleis na mou peis ? poia version exeis file mou >
  11. tote ma8e file mou kai arxise na kaneis edit oste na ma8eis kai 8a eisai ok :P
  12. file ama 8eleis na mporeis na ele3eis ola ayta pou 8eleis prepei na exeis pack compile na kaneis edit java oste na mporeis na kaneis me ayto ton tropo ton elenxo sou.
  13. file to pack mou kano fix alla ekana download ena ka8aro freya kai pali den exei provlima sta mana potion dokimase mipws exeis kanei tpt la8os
  14. file mou den ginete na sou dosoume kati sigkekrimeno giati to ka8e pack o ka8e enas exei kanei kapoia edit pou sto diko sou pack 8a ta dixnei san error
  15. file mou egw pou ftiaxno to pack to freya kai kano kati fix douleyei mia xara </skill> <skill id="10001" levels="1" name="Custom Mana Potion"> <set name="itemConsumeId" val="728" /> <set name="itemConsumeCount" val="1" /> <set name="isPotion" val="true" /> <set name="magicLvl" val="1" /> <set name="operateType" val="OP_ACTIVE" /> <set name="power" val="800" /> <set name="skillType" val="MANAHEAL" /> <set name="target" val="TARGET_SELF" /> <cond msgId="113" addName="1"> <player flyMounted="False" /> </cond> </skill> # --------------------------------------------------------------------------- # Mana Drugs/Potions # --------------------------------------------------------------------------- # This option will enable core support for: # Mana Drug (item ID 726), using skill ID 10000. # Mana Potion (item ID 728), using skill ID 10001. EnableManaPotionSupport = True Create Item id : 728
  16. file sou edwsa ena java code pou einai gia gracia final peraseto kai pes mou.. i l2jfree den exei build logiko einai na sas pedepsi giati einai me maven alla einai klauteri genika:P
  17. look man here
  18. dose perisoteres plirofories file mou na mporesoume na se boi8isoume.. bale photo ti error sou bgazei. to pack to pires se zip i se svn na exeis kai ta javA ?
  19. pare Index: /trunk/lin2srv/java/config/pvp.properties =================================================================== --- /trunk/lin2srv/java/config/pvp.properties (revision 757) +++ /trunk/lin2srv/java/config/pvp.properties (revision 776) @@ -59,2 +59,32 @@ # Default: 60000 PvPVsPvPTime = 60000 + +# --------------------------------------- +# Section: PvP Nick Color System +# --------------------------------------- +# Each Amount will set The proper Color +# Ex: PvpAmmount1 = 10, when character reaches 10 pvps, will get Name Color correspondent to ColorForAmmount1 and Title Color correspondent to TitleForAmmount1 +# WARN: Colors Must Use BGR format +# Default : False +PvPColorSystem = False + +# Pvp Ammounts +PvpAmmount1 = 50 +PvpAmmount2 = 100 +PvpAmmount3 = 150 +PvpAmmount4 = 250 +PvpAmmount5 = 500 + +# Name Colors +ColorForAmmount1 = 00FF00 +ColorForAmmount2 = 00FF00 +ColorForAmmount3 = 00FF00 +ColorForAmmount4 = 00FF00 +ColorForAmmount5 = 00FF00 + +# Title Colors +TitleForAmmount1 = 00FF00 +TitleForAmmount2 = 00FF00 +TitleForAmmount3 = 00FF00 +TitleForAmmount4 = 00FF00 +TitleForAmmount5 = 00FF00 Index: /trunk/lin2srv/java/net/sf/l2j/gameserver/network/clientpackets/EnterWorld.java =================================================================== --- /trunk/lin2srv/java/net/sf/l2j/gameserver/network/clientpackets/EnterWorld.java (revision 626) +++ /trunk/lin2srv/java/net/sf/l2j/gameserver/network/clientpackets/EnterWorld.java (revision 776) @@ -46,4 +46,5 @@ import net.sf.l2j.gameserver.model.L2World; import net.sf.l2j.gameserver.model.actor.L2Character; +import net.sf.l2j.gameserver.model.actor.appearance.PcAppearance; import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance; import net.sf.l2j.gameserver.model.entity.ClanHall; @@ -188,4 +189,37 @@ GmListTable.getInstance().addGm(activeChar, true); } + + if (Config.PVP_COLOR_SYSTEM && !activeChar.isGM()) + { + int pvpAmmount = activeChar.getPvpKills(); + PcAppearance charAppearance = activeChar.getAppearance(); + + if (pvpAmmount >= Config.PVP_AMMOUNT1 && pvpAmmount < Config.PVP_AMMOUNT2) + { + charAppearance.setNameColor(Config.COLOR_FOR_AMMOUNT1); + charAppearance.setTitleColor(Config.TITLE_COLOR_FOR_AMMOUNT1); + } + else if (pvpAmmount >= Config.PVP_AMMOUNT2 && pvpAmmount < Config.PVP_AMMOUNT3) + { + charAppearance.setNameColor(Config.COLOR_FOR_AMMOUNT2); + charAppearance.setTitleColor(Config.TITLE_COLOR_FOR_AMMOUNT2); + } + else if (pvpAmmount >= Config.PVP_AMMOUNT3 && pvpAmmount < Config.PVP_AMMOUNT4) + { + charAppearance.setNameColor(Config.COLOR_FOR_AMMOUNT3); + charAppearance.setTitleColor(Config.TITLE_COLOR_FOR_AMMOUNT3); + } + + else if (pvpAmmount >= Config.PVP_AMMOUNT4 && pvpAmmount < Config.PVP_AMMOUNT5) + { + charAppearance.setNameColor(Config.COLOR_FOR_AMMOUNT4); + charAppearance.setTitleColor(Config.TITLE_COLOR_FOR_AMMOUNT4); + } + else if (pvpAmmount >= Config.PVP_AMMOUNT5) + { + charAppearance.setNameColor(Config.COLOR_FOR_AMMOUNT5); + charAppearance.setTitleColor(Config.TITLE_COLOR_FOR_AMMOUNT5); + } + } // Set dead status if applies Index: /trunk/lin2srv/java/net/sf/l2j/Config.java =================================================================== --- /trunk/lin2srv/java/net/sf/l2j/Config.java (revision 771) +++ /trunk/lin2srv/java/net/sf/l2j/Config.java (revision 776) @@ -647,4 +647,20 @@ public static int[] KARMA_LIST_NONDROPPABLE_PET_ITEMS; public static int[] KARMA_LIST_NONDROPPABLE_ITEMS; + public static int COLOR_FOR_AMMOUNT1; + public static int COLOR_FOR_AMMOUNT2; + public static int COLOR_FOR_AMMOUNT3; + public static int COLOR_FOR_AMMOUNT4; + public static int COLOR_FOR_AMMOUNT5; + public static int PVP_AMMOUNT1; + public static int PVP_AMMOUNT2; + public static int PVP_AMMOUNT3; + public static int PVP_AMMOUNT4; + public static int PVP_AMMOUNT5; + public static boolean PVP_COLOR_SYSTEM; + public static int TITLE_COLOR_FOR_AMMOUNT1; + public static int TITLE_COLOR_FOR_AMMOUNT2; + public static int TITLE_COLOR_FOR_AMMOUNT3; + public static int TITLE_COLOR_FOR_AMMOUNT4; + public static int TITLE_COLOR_FOR_AMMOUNT5; @@ -2006,4 +2022,22 @@ PVP_NORMAL_TIME = Integer.parseInt(pvpSettings.getProperty("PvPVsNormalTime", "120000")); PVP_PVP_TIME = Integer.parseInt(pvpSettings.getProperty("PvPVsPvPTime", "60000")); + + // ------ PVP Color System By Level ---------------- + PVP_COLOR_SYSTEM = Boolean.parseBoolean(pvpSettings.getProperty("PvPColorSystem", "False")); + COLOR_FOR_AMMOUNT1 = Integer.decode("0x" + pvpSettings.getProperty("ColorForAmmount1", "00FF00")); + COLOR_FOR_AMMOUNT2 = Integer.decode("0x" + pvpSettings.getProperty("ColorForAmmount2", "00FF00")); + COLOR_FOR_AMMOUNT3 = Integer.decode("0x" + pvpSettings.getProperty("ColorForAmmount3", "00FF00")); + COLOR_FOR_AMMOUNT4 = Integer.decode("0x" + pvpSettings.getProperty("ColorForAmmount4", "00FF00")); + COLOR_FOR_AMMOUNT5 = Integer.decode("0x" + pvpSettings.getProperty("ColorForAmmount5", "00FF00")); + TITLE_COLOR_FOR_AMMOUNT1 = Integer.decode("0x" + pvpSettings.getProperty("TitleForAmmount1", "00FF00")); + TITLE_COLOR_FOR_AMMOUNT2 = Integer.decode("0x" + pvpSettings.getProperty("TitleForAmmount2", "00FF00")); + TITLE_COLOR_FOR_AMMOUNT3 = Integer.decode("0x" + pvpSettings.getProperty("TitleForAmmount3", "00FF00")); + TITLE_COLOR_FOR_AMMOUNT4 = Integer.decode("0x" + pvpSettings.getProperty("TitleForAmmount4", "00FF00")); + TITLE_COLOR_FOR_AMMOUNT5 = Integer.decode("0x" + pvpSettings.getProperty("TitleForAmmount5", "00FF00")); + PVP_AMMOUNT1 = Integer.parseInt(pvpSettings.getProperty("PvpAmmount1", "50")); + PVP_AMMOUNT2 = Integer.parseInt(pvpSettings.getProperty("PvpAmmount2", "100")); + PVP_AMMOUNT3 = Integer.parseInt(pvpSettings.getProperty("PvpAmmount3", "150")); + PVP_AMMOUNT4 = Integer.parseInt(pvpSettings.getProperty("PvpAmmount4", "250")); + PVP_AMMOUNT5 = Integer.parseInt(pvpSettings.getProperty("PvpAmmount5", "500")); } catch (Exception e)
  20. tin idea tin pira apo ton Matim kai ola ta alla ta eftia3a egw
  21. ma fou den mporeis na doseis tpt kai aplos to kaneis post gia na sou poume ama einai oraio tote gia ekanes to post?
  22. aa kala pires kai esu ena pack me polla provlimata file mou. to backup perases ?
  23. ti pack exeis file mou ? exeis perasei sosta tin data ?
×
×
  • 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