
tresorek
Members-
Posts
81 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by tresorek
-
WTF? http://l2santoria.webs.com/donations.htm
-
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.
-
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.
-
agree
-
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.
-
[Request DeV Help] Private store custom price
tresorek replied to tresorek's question in Request Server Development Help [L2J]
i know this solution and it`s not answer for my request. I want to change only provate stores price NOT ALL SERVER -
-------Server-Test----------
tresorek replied to tomy123's question in Request Server Development Help [L2OFF]
vista? lol yes u can, but in my opinion vista is the worst solution even for testing. good luck -
[Request DeV Help] Private store custom price
tresorek posted a question in Request Server Development Help [L2J]
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. -
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
-
[HELP] PVP announcements+sounds
tresorek replied to tresorek's question in Request Server Development Help [L2J]
why not? yeah it works, i made it plz /loc -
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
-
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
-
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
-
[Share] How Create your Owns Enchant Scroll
tresorek replied to CrazyDeagle's topic in Server Shares & Files [L2J]
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? -
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.
-
ok all works now please /lock
-
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?
-
Why you play your favorite class???
tresorek replied to Koyuki's topic in General Discussion [English]
healer i like to own with my friend in 2 ppl all party :) -
Heavens Wail (closed :( ) l2 galactica
-
yeah he`s looks like gay:) i think we don`t have that monster in L2
-
Gold Bar Exploit Not fixed in most servers.
tresorek replied to moirakos's topic in Hacks & Cheats [English]
don`t work on my server and on some servers i`ve tried -
[SHARE]CounterStrike sounds during pvp.
tresorek replied to Vago's topic in Server Shares & Files [L2J]
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 -
[BUG]No Reuse Time...With SS... :D
tresorek replied to Unℓiмιтє∂'s topic in Hacks & Cheats [English]
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. -
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.
-
Server and network IP need help
tresorek replied to tresorek's question in Request Server Development Help [L2J]
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:)