Jump to content

Recommended Posts

Posted

Well, i guess you people know that there is Windows 7( seven ), i downloaded it, and i recorded into a Dvd-r.

 

So the problem is, when i put the CD in the drive and i restart the computer, the computer starts normally up, and i don't recieve any info to format or to run the config of the disc..

 

I hope u understand my prob and i'll wait for the awnsers.

 

Thx,

 

Paulo

Posted

You have to make a bootable disc with your windows 7 iso file.

I would suggest you to use PowerISO, or even Nero.

 

When you do that, you should insert the disc in your drive, restart windows and normally, BIOS will tell you to press any key to boot from CD/DVD. If you don't get that message, press delete or the f-button that your system uses for booting. :)

 

tip : Windows 7 can be installed from your previous windows interface too.

Posted

You have to make a bootable disc with your windows 7 iso file.

I would suggest you to use PowerISO, or even Nero.

 

When you do that, you should insert the disc in your drive, restart windows and normally, BIOS will tell you to press any key to boot from CD/DVD. If you don't get that message, press delete or the f-button that your system uses for booting. :)

 

tip : Windows 7 can be installed from your previous windows interface too.

 

Gonna try it, and i will repost the results.

 

 

Thx for the advance!.

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...