Jump to content

tresorek

Members
  • Posts

    81
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by tresorek

  1. WTF? http://l2santoria.webs.com/donations.htm
  2. Beyond my competence? Ok, but give me some arguments, give me some real reasons because i really don`t care about people who post his topics here like you.
  3. l2 heavens wtf is that? even if u like it or no i`ll start this server you don`t need to play on it. Old Heaven's Wail is off and i don't care that u thinking i'am stole some features, BTW the same features is only monsterplay and farming areas, name is heaven's Wail memories because it was the best pvp server for me, and this feature maybe brig up together old players from HW to play together once more time.
  4. Server is not ready but works are still in progress. If you like this idea check our forum daily for fresh info. http://hwmemories.heavenforum.com Gracia Epilogue XP/SP rate - x250 Adena - x3 Safe enchant - 6 Max enchant - 25 All skills are autolearn scheme buffer AIo item Aio npc Custom areas - COT and pagan Custom pvp system (godlike) custom raids TVT event some jevels have qustom stats Tattoos Freya items only for pvp points Anti-farm pvp system Olympiad max enchant +4 And much more i don`t remember all at now, fell free to ask.
  5. i know this solution and it`s not answer for my request. I want to change only provate stores price NOT ALL SERVER
  6. vista? lol yes u can, but in my opinion vista is the worst solution even for testing. good luck
  7. I trying to find working code for this but without any succes. Maybe someone have code or can give me a little "how to" howe to do this feature.
  8. Linezeus >>> www.linezeus.gr all about this server is here http://f3l4d0mx.freeweb.hu/ and i don`t know why people still playing on this serv
  9. why not? yeah it works, i made it plz /loc
  10. Hello. I find on maxcheaters code ### Eclipse Workspace Patch 1.0 #P L2J_CT3 Index: java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java =================================================================== --- java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java (revision 3433) +++ java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java (working copy) @@ -35,6 +35,7 @@ import javolution.util.FastMap; import net.sf.l2j.Config; import net.sf.l2j.L2DatabaseFactory; +import net.sf.l2j.gameserver.Announcements; import net.sf.l2j.gameserver.GameTimeController; import net.sf.l2j.gameserver.GeoData; import net.sf.l2j.gameserver.GmListTable; @@ -543,9 +544,13 @@ /** Bitmask used to keep track of one-time/newbie quest rewards*/ private int _newbie; + /**Quake System*/ + private int quakeSystem = 0; + private boolean _noble = false; private boolean _hero = false; - + + /** The L2FolkInstance corresponding to the last Folk wich one the player talked. */ private L2Npc _lastFolkNpc = null; @@ -5410,6 +5415,7 @@ { reviveRequest(this, null, false); } + quakeSystem = 0; return true; } @@ -5621,6 +5627,42 @@ { // Add karma to attacker and increase its PK counter setPvpKills(getPvpKills() + 1); + quakeSystem++; + + switch(quakeSystem) { + case 4: + Announcements.getInstance().announceToAll("" + this.getName()+ " is Dominating!"); + break; + case 6: + Announcements.getInstance().announceToAll("" + this.getName()+ " is on a Rampage!"); + break; + case 8: + Announcements.getInstance().announceToAll("" + this.getName()+ " is on a Killing Spree!"); + break; + case 10: + Announcements.getInstance().announceToAll("" + this.getName()+ " is on a Monster Kill!"); + break; + case 12: + Announcements.getInstance().announceToAll("" + this.getName()+ " is Unstoppable!"); + break; + case 14: + Announcements.getInstance().announceToAll("" + this.getName()+ " is on an Ultra Kill!"); + break; + case 16: + Announcements.getInstance().announceToAll("" + this.getName()+ " is Godlike"); + break; + case 18: + Announcements.getInstance().announceToAll("" + this.getName()+ " is Wicked Sick!"); + break; + case 20: + Announcements.getInstance().announceToAll("" + this.getName()+ " is on a Ludricrous Kill!"); + break; + case 24: + Announcements.getInstance().announceToAll("" + this.getName()+ " is on a Holy Shit!"); + default: + ; + } + // Send a Server->Client UserInfo packet to attacker with its Karma and PK Counter sendPacket(new UserInfo(this)); Credits to MaestroLuke And i want to add sounds to all this announcements. I was also trying to apply this: http://www.maxcheaters.com/forum/index.php?topic=78081.0 But it don`t work:/ Compiled succesfully but i don`t hear sounds. and yes i put sounds to music folder. Can someone help me to get this feature working on gracia epilogue last rev I only want to play one sound when player reach 24 kills. Thanks for advice
  11. Hello! I`am thinking about formula hot to calculate prices on server server rates X200 drop x1 or 10 With farm areas with custom drop, i don`t want to allow people to get 999999999 adena per kill two mobs i know that if i made drop the most important for me that is to calculate prices for items a+grade Thx for advice
  12. Hello I have dyndns domain for example: lineage.dyndns.com And i need to modify host file for friends, because i cant edit l2.ini in epilogue (fileedit for epilogue) cant read file If i post in host file lineage.dyndns.com l2testauthd.lineage2.com lineage.dyndns.com l2authd.lineage2.com it`ll be work? iam in lan network thats why i need to tunel my connection
  13. I trying to add it to epilogue and i stuck on part Index: /Server/GameServer/java/net/sf/l2j/gameserver/clientpackets/RequestEnchantItem.java =================================================================== I have file RequestEnchantItem.java , but i don`t have values like: private static final int[] ENCHANT_SCROLLS = { 729, 730, 947, 948, 951, 952, 955, 956, 959, 960 }; private static final int[] CRYSTAL_SCROLLS = { 731, 732, 949, 950, 953, 954, 957, 958, 961, 962 }; private static final int[] BLESSED_SCROLLS = { 6569, 6570, 6571, 6572, 6573, 6574, 6575, 6576, 6577, 6578 }; so where i need to add all values from this patch?
  14. Nice share thx but i have question. It is posibly to add more options etc for 25 kills, for 50 kills, for 75 kills ...? If someone know how to do t please give me some instructions, or made it. Thx for advice.
  15. ok all works now please /lock
  16. Hello I configure my server files: LOGIN and gameserver properties ExternalHostname = mydomain.in.dyndns InternalHostname = 127.0.0.1 iam in network so i call my network admin and ask im to forward ports: 2106, 7777, and 3306. Ports are forwarded correctly. And i edit l2.ini servaddres:mydomain.in.dyndns my friends can`t connect to server, what i do wrong?
  17. healer i like to own with my friend in 2 ppl all party :)
  18. Heavens Wail (closed :( ) l2 galactica
  19. yeah he`s looks like gay:) i think we don`t have that monster in L2
  20. don`t work on my server and on some servers i`ve tried
  21. very good share i was looking for it, now i have it, i just need to change sounds and implement it to gracia epilogue:) thx man
  22. it`s old like hell i was using it since interlude, and if are not in clan it`s better for u because some servers don`t allow to delete clan members char.
  23. i think the best solution is dark because necro have got dark attacks, even when oponent have dark resist max lvl u give him more dmg with ur dark atrack and stones dark it`s comapre.
  24. ok thx i asked about change because i have two other ports opened now and i wanna try, tommorow i`ll call my network admin to forward ports:) Thx a lot:)
×
×
  • Create New...