Jump to content

tresorek

Members
  • Posts

    81
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About tresorek

Profile Information

  • Gender
    Not Telling

tresorek's Achievements

Newbie

Newbie (1/16)

0

Reputation

  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. 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
  10. 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
  11. 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
  12. 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?
  13. 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.
×
×
  • Create New...