Jump to content

^Wyatt

Members
  • Posts

    1,418
  • Credits

  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by ^Wyatt

  1. Locked.
  2. With how many players Online are u having lag? How many RAM did u assigned to Gameserver? If isn't related with anything we said, I guess u could try to contact with them or with another l2srcript user for support... But problems like that can happen if your pack hasn't license, and it's shared.
  3. Gameserver clean of errors? So u just have lag with this pack? Did u test with any other?
  4. http://maxcheaters.com/forum/index.php?action=profile;area=showposts;u=80009
  5. You should post your computer characteristics. If your computer is soo good, how is your internet? P.S: Stop with the double post in different sections
  6. Stolen hair :rage:
  7. whatever, the switch u posted had errors too m8 Locked.
  8. I'm off then. It's not so difficult to add patches, if u can't do it try with a guide.
  9. This is another error... you should take care when adding codes, just delete the "+" and not delete part of the code... Give me teamviewer coz it will be the longest topic ever.
  10. Bro what i posted to you is working, I checked in my eclipse, please, is not the same. This
  11. Just delete your switch, all. And use this switch(quakeSystem) { case 4: ExShowScreenMessage case4 = new ExShowScreenMessage("You reached 4 kills in a row!", 10000); sendPacket(case4); Announcements.getInstance().announceToAll("" + this.getName()+ " is Geting Started! [4]"); MagicSkillUse MS4 = new MagicSkillUse (this, 721, 1, 5, 0); setCurrentCp(getMaxCp()); setCurrentHp(getMaxHp()); setCurrentMp(getMaxMp()); sendPacket(MS4); break; case 7: ExShowScreenMessage case7 = new ExShowScreenMessage("You reached 7 kills in a row", 10000); sendPacket(case7); Announcements.getInstance().announceToAll("" + this.getName()+ " is Dominating! [7]"); MagicSkillUse MS7 = new MagicSkillUse (this, this, 721, 1, 5, 0); setCurrentCp(getMaxCp()); setCurrentHp(getMaxHp()); setCurrentMp(getMaxMp()); sendPacket(MS7); break; case 10: ExShowScreenMessage case10 = new ExShowScreenMessage("You reached 10 kills in a row", 10000); sendPacket(case10); Announcements.getInstance().announceToAll("" + this.getName()+ " is on a Rampage! [10]"); MagicSkillUse MS10 = new MagicSkillUse (this, this, 721, 1, 5, 0); setCurrentCp(getMaxCp()); setCurrentHp(getMaxHp()); setCurrentMp(getMaxMp()); sendPacket(MS10); break; case 15: ExShowScreenMessage case15 = new ExShowScreenMessage("You reached 15 kills in a row", 10000); sendPacket(case15); Announcements.getInstance().announceToAll("" + this.getName()+ " is on a Killing Spree! [15]"); MagicSkillUse MS15 = new MagicSkillUse (this, this, 721, 1, 5, 0); setCurrentCp(getMaxCp()); setCurrentHp(getMaxHp()); setCurrentMp(getMaxMp()); sendPacket(MS15); break; case 20: ExShowScreenMessage case20 = new ExShowScreenMessage("You reached 20 kills in a row", 10000); sendPacket(case20); Announcements.getInstance().announceToAll("" + this.getName()+ " is on a Monster Kill! [20]"); MagicSkillUse MS20 = new MagicSkillUse (this, this, 721, 1, 5, 0); setCurrentCp(getMaxCp()); setCurrentHp(getMaxHp()); setCurrentMp(getMaxMp()); sendPacket(MS20); break; case 25: ExShowScreenMessage case25 = new ExShowScreenMessage("You reached 25 kills in a row", 10000); sendPacket(case25); Announcements.getInstance().announceToAll("" + this.getName()+ " is Unstoppable! [25]"); MagicSkillUse MS25 = new MagicSkillUse (this, this, 721, 1, 5, 0); setCurrentCp(getMaxCp()); setCurrentHp(getMaxHp()); setCurrentMp(getMaxMp()); sendPacket(MS25); break; case 30: ExShowScreenMessage case30 = new ExShowScreenMessage("You reached 30 kills in a row", 10000); sendPacket(case30); Announcements.getInstance().announceToAll("" + this.getName()+ " is on a Ultra Kill! [30]"); MagicSkillUse MS30 = new MagicSkillUse (this, this, 721, 1, 5, 0); setCurrentCp(getMaxCp()); setCurrentHp(getMaxHp()); setCurrentMp(getMaxMp()); sendPacket(MS30); break; case 35: ExShowScreenMessage case35 = new ExShowScreenMessage("You reached 35 kills in a row", 10000); sendPacket(case35); Announcements.getInstance().announceToAll("" + this.getName()+ " is Godlike! [35]"); MagicSkillUse MS35 = new MagicSkillUse (this, this, 721, 1, 5, 0); setCurrentCp(getMaxCp()); setCurrentHp(getMaxHp()); setCurrentMp(getMaxMp()); sendPacket(MS35); break; case 40: ExShowScreenMessage case40 = new ExShowScreenMessage("You reached 40 kills in a row", 10000); sendPacket(case40); Announcements.getInstance().announceToAll("" + this.getName()+ " is Wicked Sick! [40]"); MagicSkillUse MS40 = new MagicSkillUse (this, this, 721, 1, 5, 0); setCurrentCp(getMaxCp()); setCurrentHp(getMaxHp()); setCurrentMp(getMaxMp()); sendPacket(MS40); break; case 50: ExShowScreenMessage case50 = new ExShowScreenMessage("You reached 50 kills in a row]", 10000); sendPacket(case50); Announcements.getInstance().announceToAll("" + this.getName()+ " is on a Holy Shit! [50]"); MagicSkillUse MS50 = new MagicSkillUse (this, this, 721, 1, 5, 0); setCurrentCp(getMaxCp()); setCurrentHp(getMaxHp()); setCurrentMp(getMaxMp()); sendPacket(MS50); break; case 60: ExShowScreenMessage case60 = new ExShowScreenMessage("You reached 60 kills in a row", 10000); sendPacket(case60); Announcements.getInstance().announceToAll("" + this.getName()+ " is on a feeding spree (kidding) [60]!"); MagicSkillUse MS60 = new MagicSkillUse (this, this, 721, 1, 5, 0); setCurrentCp(getMaxCp()); setCurrentHp(getMaxHp()); setCurrentMp(getMaxMp()); sendPacket(MS60); break; case 70: ExShowScreenMessage case70 = new ExShowScreenMessage("You reached 70 kills in a row", 10000); sendPacket(case70); Announcements.getInstance().announceToAll("" + this.getName()+ " This guy is really feeding ? Someone go get him! [70]"); MagicSkillUse MS70 = new MagicSkillUse (this, this, 721, 1, 5, 0); setCurrentCp(getMaxCp()); setCurrentHp(getMaxHp()); setCurrentMp(getMaxMp()); sendPacket(MS70); break; case 80: ExShowScreenMessage case80 = new ExShowScreenMessage("You reached 80 kills in a row", 10000); sendPacket(case80); Announcements.getInstance().announceToAll("" + this.getName()+ " This guy wasnt feeding! He's f**king pro gamer! [80]"); MagicSkillUse MS80 = new MagicSkillUse (this, this, 721, 1, 5, 0); setCurrentCp(getMaxCp()); setCurrentHp(getMaxHp()); setCurrentMp(getMaxMp()); sendPacket(MS80); break; case 90: ExShowScreenMessage case90 = new ExShowScreenMessage("You reached 90 kills in a row", 10000); sendPacket(case90); Announcements.getInstance().announceToAll("" + this.getName()+ " This guy is becoming a legend! [90]"); MagicSkillUse MS90 = new MagicSkillUse (this, this, 721, 1, 5, 0); setCurrentCp(getMaxCp()); setCurrentHp(getMaxHp()); setCurrentMp(getMaxMp()); sendPacket(MS90); break; case 100: ExShowScreenMessage case100 = new ExShowScreenMessage("You reached 100 kills in a row LOL?", 10000); sendPacket(case100); Announcements.getInstance().announceToAll("" + this.getName()+ " System overload. Cant announce nothing more for this crazy guy! [100]"); MagicSkillUse MS100 = new MagicSkillUse (this, this, 721, 1, 5, 0); setCurrentCp(getMaxCp()); setCurrentHp(getMaxHp()); setCurrentMp(getMaxMp()); sendPacket(MS100); break; default: ExShowScreenMessage case110 = new ExShowScreenMessage("You reached 110 kills in a row", 10000); sendPacket(case110); Announcements.getInstance().announceToAll("" + this.getName()+ " System overload. Cant announce nothing more for this crazy guy"); MagicSkillUse MS110 = new MagicSkillUse (this, this, 721, 1, 5, 0); setCurrentCp(getMaxCp()); setCurrentHp(getMaxHp()); setCurrentMp(getMaxMp()); sendMessage(getName() + " HP, CP, MP restored, a present because you have 5 more kills!"); sendPacket(MS110); break; }
  12. Find this: default: ; and change it for default: break;
  13. ?? C/P where your code is, or the full L2PcInstance, not the imports...
  14. Could u just C/P the L2PcInstance part, where your code is? Then we'll be able to help you.
  15. Yep, but still being awesome.
  16. Next time us this topic http://maxcheaters.com/forum/index.php?topic=84023.0
  17. All that drama about me, what a lose of time, huh?
  18. Here it goes the last try !_!
  19. You can post it. The only one who said that I should win was Crystalin and it's his opinion. IceWave doesn't think that I should win and me neither, so stop this trashtalk little padawan.
  20. I think that the only way I have to make u understand my point is requesting my disqualification again, but I'm not sure if are u capable to get it even if I do that. P.S Stop the no-sense spam
  21. Srsly why u make me join the party once again? I repeat it, is not about who had more votes, is not about who is supposed to win or not, is just about knowing that the decision is about the best tag and not the most popular user, clear and simple.
  22. Here comes the modification. Tried to: -Put a font that fits better -Remove the excessive shadow -Put the "feel it" more close -Change the color of the light ball, to more purple -Add more light where the spirals hit the chest
×
×
  • 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