Jump to content

Virusgr

Members
  • Posts

    164
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Virusgr

  1. πλέον όλα μετακινήθηκαν στα xmls.εκεί θα τα βρεις
  2. http://maxcheaters.com/forum/index.php?topic=138824.0 και δεν χρειάζεται να βάλεις ip check όπως θα καταλάβεις από τον κώδικα
  3. μπαίνεις στο router σου ανοίγεις τα 2106,7777,9014 ως TCP.
  4. σωστό δείχνει το ipconfig,αλλά το πρόβλημα δεν εξηγείς.Πού και τί "τρέχει"?
  5. Bump.Anyone?it's the only thing i can't make work :-[
  6. thanks but i couldn't see it(100 posts).Anyway i made a map for everything i want to save and loaded the real values after the event ended.Can be locked
  7. I'm trying to change player's appearence(name/title) while on death match event but without luck.I changed getVisibleName method in PcAppearance like this public final String getVisibleName() { if( DMEvent.isPlayerParticipant(_owner.getObjectId()) && DMEvent.isStarted()) { return "Player"; } if (_visibleName == null) { _visibleName = getOwner().getName(); } return _visibleName; } but when the event ends name "Player" and title "Death Match" remain and even stored at db.Any ideas?(I'm using freya)
  8. @aλonε™ you just make a variable named speed,you don't set it as player speed. @hoangnhan no problem,just forgot to mention you have to add it on L2PeaceZone.java and not in PlayableStat.java cuz you will get spammed with this message :)
  9. yes but be careful to edit onExit to so you can avoid SoRa's bug.
  10. if (getActiveChar().isInsideZone(L2Character.ZONE_WATER)) val /= 2; so this one won't return back to normal speed.and will keep divide your speed by 2."bug my ass".
  11. φαντάζομαι φάση: "ThumaMeHalisha: re file dwse na sou kanw enchant "EpidoksosScammer:ma nai fusika parto "ThumaMeHalisha: opa sorry re lathos koumpi "EpidoksosScammer:dn peirazei man alla min bazeis tosa kena dn mporw na ta dw ola panw apo to kefali sou sto sunnefo ΜΠΟΥΥΥΥΥΥΡΛΟΤΟ!
  12. Κουτί μου ήρθε πάνω που έκανα πιο "ελκιστικά" τα html στο death match :D
  13. Smart code.You could add something like player.sendMessage("You can feel the x2 speed boost as you enter peace zone"); right after your code,just to let the player know where did this come from.But that's just to be eye-appealing:) Good simple but smart job
  14. Χμ,κατά την γνώμη μου actives μην κάνεις τον κόπο να πιάσεις κάτι συγκεκριμένο.Passives δαγκωτό evasion ή p.def
  15. kamaels.Seriously they are awesome looking but very annoying ::)
  16. mac filtering is your friend :) .Σε συνδιασμό με το password θα βοηθήσει αρκετά
  17. Hello.I try to make a timer that holds the time until the TvT event ends.I don't want the announcement timer(5 minutes until event finish bla bla).I want something like below 5:35 minutes remain until event finish. How can i do that?
  18. if unlocked system=patched system then you will find everything here http://www.maxcheaters.com/forum/index.php?topic=69451.0
  19. Hello one more :) I've coded my own death match event.But i got a problem,when the register npc spawns it says "I have nothing to say to you".I used pure java and some html files at proper directory.How can i solve this one?I'm using L2J freya.
  20. Μέσα στον κώδικα υπάρχει αυτό 312. + if(command.startsWith("CVS_Regist")) 313. + ClanLeaderEvent.register(player); 314. + else if(command.startsWith("CVS_UnRegist")) 315. + ClanLeaderEvent.unRegister(player); Οπότε τα commands είναι προφανή. Πολύ καλή ιδέα για το event!Και δίνει και ιδέες για επόμενα ;D
  21. thanks,with some edit i made it to delete some npcs i wanted to. Free to lock
  22. Hello.I want to delete the spawns of most npcs/mobs so i can add only the one i need and speed things up a bit.I repeat the spawns NOT the npcs themselves.How can i do that?
  23. I know how to code it but i don't know the place ;) that's what i'm asking
  24. thanks that will do the trick for skills.now i need the place for normal aoe attacks.An example: Player A is below 76 level and flagged(below 76 players can hit other players of their level).Player B is a warlord above 76 level and he is farming.Player A gets in Player's B target area and get hit by pole normal attack.I want to disable that.
  25. Thanks but i don't want to edit the type or something else from the .xml Since i'm not clear enough i'll re-explain with an example. Earthquake skill is an aoe skill.The type of this skill is TARGET_AURA.I want to make all TARGET_AURA skills not to hit players above 76. I want to make the same for simple pole attacks.Which java files i have to edit?(and which methods if it's possible)
×
×
  • 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