Jump to content

Emrys

Legendary Member
  • Posts

    3,198
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Emrys

  1. This topic has been moved to World of Warcraft Develop (Beta). [iurl]http://www.maxcheaters.com/forum/index.php?topic=138770.0[/iurl]
  2. This topic has been moved to World of Warcraft Develop (Beta). [iurl]http://www.maxcheaters.com/forum/index.php?topic=139058.0[/iurl]
  3. Ώραια τώρα που έγινε unlocked.θα σου πω την γνώμη μου γιαυτό το video. Ντρέπομαι που υπάρχουν Έλληνες σαν εσένα ... συγκεκριμένα με πείραξε αυτό ----> Καταρχάς μαθε τι είναι η ελληνική σημαία κι μετά μίλα. Μάθε λοιπόν ότι τα 5 κυανές γραμμές σημβολίζουν την ''Ε-ΛΕΥ-ΘΕ-ΡΙ-Α'' κι οι λευκές ''ΘΑ-ΝΑ-ΤΟΣ'' δλδ «ελευθερία ή θάνατος». Χαίρομαι που είμαι έλληνας αν και οι '' αντιπρώσοποι'' μας είναι ...(να μην σχολειάσω). Και αφού έχεις πρόσβαση σε πληροφορίες , μάθε γιατί πρέπει να αγαπάς την Ελλάδα κι όχι τους '' αντιπρώσοπους'' μας. Ένα εξαιρετικο video. -TheEnd
  4. Emrys

    gf

    I am gonna make an organised HoN tournament this or next week..
  5. In monday we will have 2 good things : 1. Adobe suite CS5 2.Visual Studio 2010
  6. public void onKillUpdatePvPKarma(L2Character target) { if (target == null) return; if (!(target instanceof L2Playable)) return; L2PcInstance targetPlayer = target.getActingPlayer(); if (targetPlayer == null) return; // Target player is null if (targetPlayer == this) return; // Target player is self if (isCursedWeaponEquipped()) { CursedWeaponsManager.getInstance().increaseKills(_cursedWeaponEquippedId); // Custom message for time left // CursedWeapon cw = CursedWeaponsManager.getInstance().getCursedWeapon(_cursedWeaponEquipedId); // SystemMessage msg = new SystemMessage(SystemMessageId.THERE_IS_S1_HOUR_AND_S2_MINUTE_LEFT_OF_THE_FIXED_USAGE_TIME); // int timeLeftInHours = (int)(((cw.getTimeLeft()/60000)/60)); // msg.addItemName(_cursedWeaponEquipedId); // msg.addNumber(timeLeftInHours); // sendPacket(msg); return; } // If in duel and you kill (only can kill l2summon), do nothing if (isInDuel() && targetPlayer.isInDuel()) return; // If in Arena, do nothing if (isInsideZone(ZONE_PVP) || targetPlayer.isInsideZone(ZONE_PVP)) return; // Check if it's pvp if ( ( checkIfPvP(target) && // Can pvp and targetPlayer.getPvpFlag() != 0 // Target player has pvp flag set ) || // or ( isInsideZone(ZONE_PVP) && // Player is inside pvp zone and targetPlayer.isInsideZone(ZONE_PVP) // Target player is inside pvp zone ) ) increasePvpKills(target); else // Target player doesn't have pvp flag set { // check about wars if (targetPlayer.getClan() != null && getClan() != null && getClan().isAtWarWith(targetPlayer.getClanId()) && targetPlayer.getClan().isAtWarWith(getClanId()) && targetPlayer.getPledgeType() != L2Clan.SUBUNIT_ACADEMY && getPledgeType() != L2Clan.SUBUNIT_ACADEMY) { // 'Both way war' -> 'PvP Kill' increasePvpKills(target); return; } // 'No war' or 'One way war' -> 'Normal PK' if (targetPlayer.getKarma() > 0) // Target player has karma { if (Config.KARMA_AWARD_PK_KILL) increasePvpKills(target); } else if (targetPlayer.getPvpFlag() == 0) // Target player doesn't have karma { increasePkKillsAndKarma(target); //Unequip adventurer items checkItemRestriction(); } } } Here you can config PvP kills...
  7. Ok My list which is 100% the best xD Btw I am searching for the episode of house's dad death. 4.15-4.16 10/10 One Of the best episode in house history + --> 6.1-6.2 Broken 11/10 Best of the best! I like the music on the start :D 1.21. The House History about his leg! 9.9/10 5.24 11/10 One of the best episodes :D Best of the Best Episode 19 - House vs God 9/10 Rly Nice episode Episode 20 - Euphoria 1 If I remember right , it is with forman , 8/10 Episode 21 - Euphoria 2 -- Episode 1 - Dying changes everything Episode 2 - Not cancer 9.0/10 ----
  8. Gia tin akribia to phx dn einai tpt allo para ena packet sniffer, ara dn iparxi tropos na ton blockaris gt dn xrisimopioi kapia sigekrimena packets alla auta tou client...
  9. Now it works, the site was down.
  10. Mode doesnt work in garena and ban as I remember so I am gonna fix it :D Go in options about the welcome messages
  11. Yes I had these problems too. If you w8 I will develop it in a way that it will work ;)
  12. I need to get access to my other HDD, w8 until tomorrow or the day after tomorrow to fix the link. -relocked
  13. I have a guide in MxC, Do the steps as I told you and it will work,...
  14. Why in VB? I can make you a BruteForce in Java/C++, which will be faster than VB...
  15. To tell you the truth I have read a couple of different tutorials/books, The best of all was : http://www.cplusplus.com/files/tutorial.pdf I have 2 Greek books , if you want them PM me.
  16. So do u recommend me to start learning C#? is it has more possibilities than C++? Ps.(I know Java)
  17. After all the time of studying C++ and in a little time my C++ program will be ready for be shared here... I want to ask opinions about C#, Why so many programs are in C#? It's similar to C++, so I am thinking of study it. What's your opinion?
  18. This topic has been moved to Junkyard Posts. Already posted by me. [iurl]http://www.maxcheaters.com/forum/index.php?topic=134453.0[/iurl]
  19. If you check the FPS , you will see a difference.
  20. Try WoWRobot
  21. Emrys

    Lockerz

    is there a trick for that?
  22. Emrys

    Lockerz

    It is needed anything except e-mail in regist.? Send me an invite but I am not sure If I will use it... You have my e-mail...
  23. didnt work
  24. I want to now how to improve my FPS, I have too low.. in cod4 only 40-60 .... And I have GeForce 8600GT 512mb.. Thx
  25. Post to see... It's the source code means thqat you can change hardcoded settings or change the code...
×
×
  • 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