Jump to content

[GR]Kapios Na Me Help Me To Format..


Recommended Posts

Posted

sto palio m pc eixa to skliro s 3 part xwrismeno opote ekana diamorfwsi apo ton enan ston alon...

twra ton exw s enan part..

kapios na m pei pws na kanw format?oso analitika boreite xD!

Posted

to na xorizeis ton skilo sou re partition ine poli malakia ama thes pare 2o skliro siga poso exi

tora gia na kanis format bes sto bios alakse ta boot vale to first apo cd deftero apo skliro

vale to cd tou Os pou thes kai kane install aplo ine prin tin egatastasi ginete diamorfosi sklirou vevea sta windows prepi na sviseis monos sou ta diamerismata den ine diskolo omos

Posted

Λοιπον περνας το CD των Windows και ανοιγεις την ΒΙΟΣ. Μολις μπεισ στο Menu, πηγαινε BOOT, εκει πατα Boot Device και στο 1στ Βοοτ Ντιβαης, βαλε το CD Ρομ. Κανε Ρισταρτ και θα σου πει "Press any key, to boot from disk.....". Εσυ τοτε θα πατησεις ενα κουμπι, και θα σε πεταξει σε μια μπλε οθωνη και περιμενες να φορτωσει το υλικο. Μετα κανε οτι σου λεει κατο στην γκρι γραμμη και εισαι OK.

Posted

Μπαινεις στην Βιος και κανεις αυτο που σου ειπα, μετα βαζεις το ΣΙ ΝΤΙ και κανεις Ρισταρτ το Πι Σι και θα σου βγαλει ενα μυνημα στα ενδιαμεσα σε μια μαυρη οθωνη "Press any key to boot from CD". Μετα απλα κανεις οτι σου λεει.

Posted

Μπαινεις στην Βιος και κανεις αυτο που σου ειπα, μετα βαζεις το ΣΙ ΝΤΙ και κανεις Ρισταρτ το Πι Σι και θα σου βγαλει ενα μυνημα στα ενδιαμεσα σε μια μαυρη οθωνη "Press any key to boot from CD". Μετα απλα κανεις οτι σου λεει.

ahahahahahahah

"ΣΙ ΝΤΙ" "Ρισταρτ το Πι Σι" hahaha lol

Guest
This topic is now closed to further replies.


  • Posts

    • I ment interface.u file it self not the code. I can view the file and code inside, but I was unable to edit interface.u file to add the code u shared, could u please share the compiled interface.u file it self?
    • I am always grateful to you. I receive a lot of help from you. Thank you.
    • Sure. This is the AbnormalStatusWnd.uc file with ability of removing buff with ALT + click https://pastebin.com/iVWpYysq
    • Hello, I add this code here https://maxcheaters.com/topic/248730-agathions-acis-401-does-not-interfere-with-summons-or-pets/.     but i have problem with agathion movement, agathion does not move when the player moves. The player must stop moving for Agathion to come close him.   i think the problem is here at < _followTask = ThreadPool.scheduleAtFixedRate(new Follow(this), 1000, 1000); >>       public void followToOwner()     {                  if (_followTask == null)             _followTask = ThreadPool.scheduleAtFixedRate(new Follow(this), 1000, 1000);                                  int rnd = Rnd.get(-30, +30);         SpawnLocation loc = _owner.getPosition();                          if (!checkIfInRange(1000, this, _owner))             teleport(_owner, 30);                  if (_owner.isMoving())             getAI().tryToFollow(_owner, false);         else         {             if (!checkIfInRange(75, this, _owner))                 getAI().tryToMoveTo(new Location(loc.getX()+rnd, loc.getY()+rnd, loc.getZ()), null);             else if (checkIfInRange(30, this, _owner))                 getAI().tryToIdle();                              if (Config.AGATHION_HEAL_OWNER && !getCast().isCastingNow())             {                 if (_owner.isInOlympiadMode() || _owner.isInDuel() || _owner.getPvpFlag() != 0 || _owner.isInsideZone(ZoneId.PVP) || _owner.getKarma() != 0)                     return;                                  if ((_owner.getStatus().getHpRatio() < Config.AGATHION_PERCENT_TO_HEAL))                     getAI().tryToCast(_owner, 1011, 18);             }             else if (!Config.AGATHION_ONLY_FOLLOW && Config.AGATHION_ALLOW_SOCIAL && !isMoving() && !getCast().isCastingNow())                 broadcastPacket(new SocialAction(this, 1));         }  
  • Topics

×
×
  • Create New...