Jump to content

Virusgr

Members
  • Posts

    164
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Virusgr

  1. Ty pli file auto htan. ok tora douleuei. O server ksekinise mia xara.

     

    Kati teleuteo gia na min anikso allo post, Thelo na ftiaxo diko mou system pos mporo na to kano? Vasika pou mporo na vro to L2.ini gia freya mazi me to L2.exe, pou fisika na anigoun me to L2 fileEditor?

    Patched freya system

    http://www.4shared.com/file/UXLlBPWp/Patched_System_GRACIA_FREYA_by.html

    File editor

    http://www.4shared.com/file/RaOf7l_3/L2fileedit_C4_To_Freya.html

    (το .exe δεν αλλάζει,μόνο το l2.ini κάνεις edit)

    (τα παραπάνω είναι απο το topic -> http://maxcheaters.com/forum/index.php?topic=69451.0 )

  2. πρακτικός λόγος που δεν μπορεί να εφαρμοστεί

    ΘΑ ΓΕΜΙΣΟΥΜΕ 35ΧΡΟΝΟΥΣ->12ΧΡΟΝΟΥΣ

    (είσαι το λιγότερο αφελής αν πιστεύεις ότι θα δίνουν πραγματική ημερομηνία γέννησης.και στο κάτω κάτω δεν είσαι το Α.Τ. Κωλοπετινίτσας για να απαιτείς αληθή στοιχεία)

    εντ οβ στορι

    finito++ για τα junk.

  3. καμία σχέση τι μαθαίνεις στο ΗΜΜΥ για προγραμματισμό.Για να φτάσεις σε ένα "καλό" επίπεδο θα πρέπει να ακολουθήσεις την ροή για τα λογισμικά.Στην πληροφορική ψοφάς στον κώδικα.(προσωπική άποψη και εμπειρία από το δικο μου πρώτο έτος)

  4. gameserver\config\Character.properties

    # PARTY XP DISTRIBUTION

    # With "auto method" member is cut from Exp/SP distribution when his share is lower than party bonus acquired for him (30% for 2 member party).

    # In that case he will not receive any Exp/SP from party and is not counted for party bonus.

    # If you don't want to have a cutoff point for party members' XP distribution, set the first option to "none".

    # Available Options: auto, level, percentage, none

    # Default: level

    PartyXpCutoffMethod = none

    maybe you want this one?

  5. I'll only write the useVoicedCommand method assuming you know how to register a new voiced handler.

    public boolean useVoicedCommand(String command, L2PcInstance activeChar, String params)
    {
    if (command.equalsIgnoreCase("openatod"))
    	{
    		if (params == null)
    			activeChar.sendMessage("Usage: .openatod [num]");
    		else
    		{
    			int num = 0;
    			try {num = Integer.parseInt(params);}
    			catch (NumberFormatException nfe) 
    			{
    				activeChar.sendMessage("You must enter a number. Usage: .openatod [num]");
    				return false;
    			}
    
    			if (num == 0)
    				return false;
    			else if (activeChar.getInventory().getInventoryItemCount(9599, 0) >= num)
    			{
    				int a=0, b=0, c=0, d=0, rnd;
    				for (int i=0; i<num;i++)
    				{
    					rnd = Rnd.get(100);
    					// 25% Chance for hidden first page
    					if (rnd <= 47 && rnd > 22)
    						a++;
    					// 15% chance for hidden second page
    					else if (rnd <= 22 && rnd > 7)
    						b++;
    					else if (rnd <= 7)
    						c++;
    					else d++;
    				}
    				if (activeChar.destroyItemByItemId("ATOD", 9599, a+b+c+d, null, true))
    				{
    					if (a>0)
    						activeChar.addItem("ATOD", 9600, a, null, true);
    					if (b>0)
    						activeChar.addItem("ATOD", 9601, b, null, true);
    					if (c>0)
    						activeChar.addItem("ATOD", 9602, c, null, true);
    					activeChar.sendMessage(d+" Ancient Tomes of the Demon failed to open.");
    				}
    				else activeChar.sendMessage("You do not have enough tomes.");
    			}
    			else activeChar.sendMessage("You do not have enough tomes.");
    		}
    	}
    }
    

  6. Στα 2.844 μόρια ανέρχεται η πτώση στην Πληροφορική Ιωαννίνων, ενώ 1.800 μόρια στην Πληροφορική Αθηνών και 2.000 στην Πληροφορική Πειραιά.

    vasika diavaste kai edw

    http://www.cosmo.gr/Epikairotita/Ellada/Eidiseis/deite-sto-cosmo-gr-tis-vaseis-se-aei-kai-tei.1345722.html

    Ηλίθια σύγκριση.Ξεχνάει την πληροφορική της ΑΣΟΕΕ

  7. Window->Preferences->Java->Installed JREs

    Ξετίκαρε αυτό που είναι ticked.Πάτα Add->Next->Στο JRE home βάλε

    το directory του jdk σου(Π.χ. εγώ έχω jdk1.7.0 οπότε γράφω C:\Program Files\Java\jdk1.7.0)->Finish

    ->Tick σε αυτό που μόλις έκανες add.Restart το Eclipse(καλού κακού) και έτοιμος

  8. Για τον augmenter:

    com.l2jserver.gameserver.network.clientpackets.RequestRefineCancel

    // try to reduce the players adena

    if (!activeChar.reduceAdena("RequestRefineCancel", price, null, true))

    άλλαξε το price σε 0 δηλαδή

    if (!activeChar.reduceAdena("RequestRefineCancel", 0, null, true))

    Για τα dyes:

    com.l2jserver.gameserver.model.L2HennaInstance αλλάζεις αυτό

    _price = _template.getPrice();

    σε αυτό _price=0;

    (αυτό επηρεάζει και το add και το remove γιατι αν το add κοστίζει 100 adena τότε το remove κοστίζει 100/5=20 adena.Άρα τώρα με 0 το add και το remove πάει 0)

×
×
  • Create New...