Jump to content

nikosdevil20

Members
  • Posts

    765
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by nikosdevil20

  1. mpravo..twra milame swsta gt den ta katalava kala prin..exw dei edw mesa oti LF thes kai gi ayto ekana reply..kali tixi na vreis ayto pou psaxneis pragmatika
  2. grapse perisoteres plirofories gia to pack pou exeis, an psaxneis developer epi plirwmi i tzampa..
  3. kala ayta pou les mono pou i plirwmi den ginetai na erthei afou teleiwsei to pack. gt gia na teleiwsei ena ertheia pack kai na einai 100% fixed tha prepei na perasei polys kairos kai kaneis den tha katsei na doulepsei tzampa toso kairo gia kati pou den xerei kan an telika tha vgei 100% swsto kai meta na plirwthei. opote den nomizw na vreis kapoion na asxolithei xwris na tou dwseis estw kapoia lefta mprosta..episis gia tin timi, min nomizeis pws tha ginoun ola ayta pou zitas parapanw me 50 kai 100 evrw..(filika panta)
  4. hmm..that code is from fandc project and for some things about adapt my knowledge on java is not enaugh for fix it full working on clean l2j.. and i havent the time for adapt+test all that scripts
  5. gt malon to file edit pou exeis einai gtp...katevase to l2lige einai sxedon to kalitero pou kikloforei gia tetoies douleies..toulaxiston gia mena. oso gia to oti den thes na kaneis compile pane kai katevase ap to l2j precompiled version. a kai kati allo gia to ini. dokimase me allo system mpas kai allaxei kati
  6. an den trexei to gameserver swsta den tha kanei login kai to game. <gameserver address="edw vazeis to no ip" xmlns:xsi kalitera kane compile ena clean source apo l2j kai vres oti thes na vreis
  7. sto hi5 mesa sta configs exei ena file me onoma ipconfig.xml ekei mesa vazeis to no ip
  8. add the code and say if works for help you. i have not tested Go to: aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\instance\L2PcInstance and add these lines: after: private TradeList _buyList; add: private int quakeSystem = 0; ------------------------------------------------------------------------------------------------------------------------------ after: // Icons update in order to get retained buffs list updateEffectIcons(); add: quakeSystem = 0; ------------------------------------------------------------------------------------------------------------------------------------------- after: public void onKillUpdatePvPKarma(L2Playable target) { add: quakeSystem++; switch(quakeSystem) { case 5: ExShowScreenMessage case5 = new ExShowScreenMessage("You reached 5 kills in a row", 10000); sendPacket(case5); setHero(true); Broadcast.announceToOnlinePlayers("" + this.getName()+ " is Geting Started!"); startAbnormalEffect(AbnormalEffect.BIG_HEAD); MagicSkillUse MS5 = new MagicSkillUse (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(MS5); break; case 10: ExShowScreenMessage case10 = new ExShowScreenMessage("You reached 10 kills in a row", 10000); sendPacket(case10); setHero(true); Broadcast.announceToOnlinePlayers("" + this.getName()+ " is Dominating!"); MagicSkillUse MS10 = 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(MS10); break; case 15: ExShowScreenMessage case15 = new ExShowScreenMessage("You reached 15 kills in a row", 10000); sendPacket(case15); setHero(true); Broadcast.announceToOnlinePlayers("" + this.getName()+ " is Having dinner! "); MagicSkillUse MS15 = 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(MS15); break; case 20: ExShowScreenMessage case20 = new ExShowScreenMessage("You reached 20 kills in a row", 10000); sendPacket(case20); setHero(true); Broadcast.announceToOnlinePlayers("" + this.getName()+ " is on a Killing Spree!"); MagicSkillUse MS20 = 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(MS20); break; case 25: ExShowScreenMessage case25 = new ExShowScreenMessage("You reached 25 kills in a row", 10000); sendPacket(case25); setHero(true); Broadcast.announceToOnlinePlayers("" + this.getName()+ " is on a Range!"); MagicSkillUse MS25 = 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(MS25); break; case 30: ExShowScreenMessage case30 = new ExShowScreenMessage("You reached 30 kills in a row", 10000); sendPacket(case30); setHero(true); Broadcast.announceToOnlinePlayers("" + this.getName()+ " is Unstoppable Killer!"); MagicSkillUse MS30 = 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(MS30); break; case 35: ExShowScreenMessage case35 = new ExShowScreenMessage("You reached 35 kills in a row", 10000); sendPacket(case35); setHero(true); Broadcast.announceToOnlinePlayers("" + this.getName()+ " is on Terror Mode!"); MagicSkillUse MS35 = 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(MS35); break; case 40: ExShowScreenMessage case40 = new ExShowScreenMessage("You reached 40 kills in a row", 10000); sendPacket(case40); setHero(true); Broadcast.announceToOnlinePlayers("" + this.getName()+ " is On Fire! Somebody help him!"); MagicSkillUse MS40 = 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(MS40); break; case 45: ExShowScreenMessage case45 = new ExShowScreenMessage("You reached 45 kills in a row", 10000); sendPacket(case45); setHero(true); Broadcast.announceToOnlinePlayers("" + this.getName()+ " is unbeatable!"); MagicSkillUse MS45 = 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(MS45); break; case 50: ExShowScreenMessage case50 = new ExShowScreenMessage("You reached 50 kills in a row", 10000); sendPacket(case50); setHero(true); Broadcast.announceToOnlinePlayers("" + this.getName()+ " is Reaper's left hand!"); MagicSkillUse MS50 = 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(MS50); break; case 55: ExShowScreenMessage case55 = new ExShowScreenMessage("You reached 55 kills in a row", 10000); sendPacket(case55); setHero(true); Broadcast.announceToOnlinePlayers("" + this.getName()+ " has a real pvp spirit in him!"); MagicSkillUse MS55 = 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(MS55); break; case 60: ExShowScreenMessage case60 = new ExShowScreenMessage("You reached 60 kills in a row", 10000); sendPacket(case60); setHero(true); Broadcast.announceToOnlinePlayers("" + this.getName()+ " is pvp lord!"); MagicSkillUse MS60 = 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(MS60); break; case 65: ExShowScreenMessage case65 = new ExShowScreenMessage("You reached 65 kills in a row", 10000); sendPacket(case65); setHero(true); Broadcast.announceToOnlinePlayers("" + this.getName()+ " is on pvp frenzy! Stop him!"); MagicSkillUse MS65 = 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(MS65); break; case 70: ExShowScreenMessage case70 = new ExShowScreenMessage("You reached 70 kills in a row", 10000); sendPacket(case70); setHero(true); Broadcast.announceToOnlinePlayers("" + this.getName()+ " is a f**ing pro gamer!"); MagicSkillUse MS70 = 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(MS70); break; case 75: ExShowScreenMessage case75 = new ExShowScreenMessage("You reached 75 kills in a row", 10000); sendPacket(case75); setHero(true); Broadcast.announceToOnlinePlayers("" + this.getName()+ " is about to get record!"); MagicSkillUse MS75 = 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(MS75); break; case 80: ExShowScreenMessage case80 = new ExShowScreenMessage("You reached 80 kills in a row", 10000); sendPacket(case80); setHero(true); Broadcast.announceToOnlinePlayers("" + this.getName()+ " is becoming a legend!"); MagicSkillUse MS80 = 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(MS80); break; case 85: ExShowScreenMessage case85 = new ExShowScreenMessage("You reached 85 kills in a row", 10000); sendPacket(case85); setHero(true); Broadcast.announceToOnlinePlayers("" + this.getName()+ " is out of his mind! Everyone, get him! "); MagicSkillUse MS85 = 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(MS85); break; case 90: ExShowScreenMessage case90 = new ExShowScreenMessage("You reached 90 kills in a row", 10000); sendPacket(case90); setHero(true); Broadcast.announceToOnlinePlayers("" + this.getName()+ " OMFG! He's getting drugs on his char! 90 PvPs!! "); MagicSkillUse MS90 = 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(MS90); break; case 95: ExShowScreenMessage case95 = new ExShowScreenMessage("You reached 95 kills in a row", 10000); sendPacket(case95); setHero(true); Broadcast.announceToOnlinePlayers("" + this.getName()+ " Losing connection! Someone, stop this disaster "); MagicSkillUse MS95 = 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(MS95); break; case 100: ExShowScreenMessage case100 = new ExShowScreenMessage("You reached 100 kills in a row", 10000); sendPacket(case100); setHero(true); Broadcast.announceToOnlinePlayers("" + this.getName()+ " Chuck Norris has a son! "); MagicSkillUse MS100 = 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(MS100); break; case 105: ExShowScreenMessage case105 = new ExShowScreenMessage("You reached 105 kills in a row", 10000); sendPacket(case105); setHero(true); Broadcast.announceToOnlinePlayers("" + this.getName()+ " Is Everybody's God "); MagicSkillUse MS105 = 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(MS105); break; case 110: ExShowScreenMessage case110 = new ExShowScreenMessage("You reached 110 kills in a row", 10000); sendPacket(case110); setHero(true); Broadcast.announceToOnlinePlayers("" + 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); default: ; }
  9. is better to go die.people dont need shits same you. you need money IDIOT for 2 1500000 times shared codes? go fuck yourself better. he can add the codes and post the errors here if he got. but your IQ is lower than 0
  10. check in configs if have something for disable but if havent config you must edit the source
  11. 1st of all who is luna? 2nd where the fuck you know from where i leeched? and who talk to you for make a reply here for my community board? we need your answer? if you have something for say for me say it to my sell topic. 3rd just shut the fuck up and stop talk for me idiot kid.
  12. 1st of all i have not test the pack "online" cuz i cannot compile. i have read features from l2reunion forum, and i have import the source in eclipse for see the codes. but i cannot compile because i must unistall my jdk and my server doesnt run with jdk 8. so the pack is useless for me for now. and for what im happy? i must be happy because i download 1 useless pack for me? anyway. i dont say this for laugh with nevermore or for every other shit. i say this in my 1st post for feedback nevermore. for no other reason. but anyway i will edit my post cuz some ppl here maybe thing shits about my post.
  13. i think in enterworld.java but im not sure
  14. 1st of all i say i have the free version and the shared for questions about "where you know is good and shits". and where is the problem? the shared version here is old, no one have acces on svn,no one can have updates,no one can have support. so where is the reason for that you say? and who say you im happy? im trying to give a "feedback" to nevermore for these files. that doesnt mean i use her files for open a server or for sell the project as mine.
  15. dont do it that. dont need. you have a clean source from l2jfrozen? or precompiled pack?
  16. maybe im wrong with you cuz you dont mean share the htmls from my sell topic.(but im sure if you have that files you share it here cuz you are hater) anyway you speak about webdav i think. but you say in my sell topic and the idiot kid says: and show your share. so? ???? about crappy shits if you dont like just dont buy it. im not waiting kids same you buy my files. lets stop that shit cuz we spam without reason. that files of you shared are realy useless but anyway. leave it for ppl that have knowledge :happyforever: about that if i know to read clients name you dont need know to it if i know read or no.and at last yes i write it hi5 where is your problem? you are dictionary here and i dont know?
  17. hmm.. you are not the man of i must speak gently. when you spam my sell topic with shits with the other kid i cant speak you gently. about Mr.Hater as you see im not the hater here. you spam my topic without understund what my sell topic says, and 2nd you come here and share useless html files for destroy my sell topic. so who is the hater here? me or you? for kid mardok i know already he is kid and spam shits. but you why? anyway. lets stop spam your share topic. maybe that topic is usefull for some members with "knowledge" :happyforever: ps: about that: the topic is here: http://www.maxcheaters.com/topic/184368-hi5-community-board/
  18. so next time you and the other shit read better the topics before write bullshits.
  19. when you edit 1 gremlin's drop for example ingame, edit the drop and after spawn 1 new gremlin and try if the drop is the new drop of you have edit. 2nd, dont try to add a crazy number on xp and sp cuz some times doesnt give the reward...the best for me is change the drops from database, restart the server and try again. and use normal numbers for xp not crazy numbers 99999999999999999999999999 exp cuz you got a problem P.S as i see from your name you are from Greece. if you dont understund my english (cuz are bad) just pm me for explain you in Greek
  20. for acis you can have the free revisions. as i know the free revisions are 10 revisions before the revisions with price
  21. i dont see any scripts,sql,configs,java files...so whats the point for lock the other idiot my topic? haha he is realy idiot kid. anyway. if you share and scripts,sql files,config files and java part for work that community board i delete my sell topic right now. cuz your and mardok's IQ is realy 0. edit: @ontopic that share is realy useless..only the html files whats the point for share this? who with java knowledge sit and write all script for 0 for use that html files normal? hahhahah
  22. interlude = acis gracia final= l2j...my opinion always
  23. the point for share that is because i sell the full community board in marketplace. you and the idiot mardok or wtf is her name think i sell only the html files. thats the point from this share. but better read the topics and after say bullshits. the point for share that shit is that: http://www.maxcheaters.com/topic/184368-hi5-community-board/ he and the other idiot kid mardok thing i sell the html files and for this want destroy my sales like my l2 project sale. but cant understund the topics. whats the point for sell html files only? for fun? IQ = 0
×
×
  • Create New...