Jump to content

AbsolutePower

Legendary Member
  • Posts

    751
  • Credits

  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Everything posted by AbsolutePower

  1. antio na pas ston baggo sou. saxle.
  2. config/functions/physics.properties search for: MagicCriticalPower and edit it as you want.
  3. ti akribos xreiazesai apo auta ta 2 atoma? ti 8a kanoun an gnwrizoun java-ti an den gnwrizoun? pies 8a einai oi 8eseis tous? 8a uparxei antamibh? dedi-site?uparxoun? ekshghse kalutera.
  4. parto apo t hellas kai kanto metatroph, antio.
  5. to gve pou eixa sto hellas(prin sbhsw to gve) einai lutourgiko,des timeline bres tin rev pou to esbhsa kai perna to sto acis.
  6. http://www.maxcheaters.com/topic/204015-open-votesites-on-players-pc/
  7. just go to RequestRestartPoint.java (gameserver.network.clientpackets) search for if (activeChar.isInJail()) _requestedPointType = 27; else if (activeChar.isFestivalParticipant()) _requestedPointType = 4; make something like: if (activeChar.isInJail()) _requestedPointType = 27; else if (activeChar.isFestivalParticipant()) _requestedPointType = 4; else if(activeChar.isInsideClanwarZone()) _requestedPointType = 372; find case 27: // to jail if (!activeChar.isInJail()) return; loc = new Location(-114356, -249645, -2984); break; add above your new switch case: case 372: if(activeChar.isInsideClanwarZone()) { loc = new Location(yourlocx+rndshits, yourlocy+rndshits, yourlocz+rndshits); } break;
  8. good morning ffeeellllaaaassssasasasas.
  9. in normal situation (normal char) can't hit npc inside towns(at least in acis -->doAttack if (isInsidePeaceZone(this, target)))..... so he probably want it for "outside". ;P so if your code is working you should make it : @Override public boolean isAttackable() { return false; }
  10. for town or for every npc everywhere? :P i mean what he is asking?
  11. xaxaxaxaxa lel alloz
  12. dn kserw ellinika sorry a
  13. exw klapsei.
  14. to eipes kai monh sou kaula.
  15. eidame kai esena, me ta pro codes pou kaneis.
  16. pios einai o ovenus?:S
×
×
  • Create New...