Jump to content

Azumaril$

Members
  • Posts

    380
  • Joined

  • Last visited

    Never
  • Feedback

    0%

Everything posted by Azumaril$

  1. Added you on msn messenger makias-@hotmail.com accept me .
  2. steven dn ine apantisi auti,,an katsei strothi tha mathi ta vasika entaksei de tha ginei kai o pro coder ala file tha mathi pola prgmata.
  3. pedia exw valei tous nameservers pou mas dothikan apo to free hosting tous evala ok sto domain, ala pali tipota thelei kai tpt alo na kanw ektos apo auto? episis sto free web hosting piga kai patisa add custom domain kai evala to domain pou agoarasa, ala pali tipota -_- !! help
  4. Kalimera exw 1 provlima me to msn messger, lipon otan me kanoun add den mou erxete i prosklisi kserete mipos ti pezei.?:S
  5. dokimases na valeis try kai catch(Exception e) ? dokimase to kai testare to
  6. sended kapios alos help gia tin ora !
  7. file dn exw idea apo auta ine 1i fora pou perno, mporeis na me voithiseis legontas ta pio "noobika" i me msn i me teamviewer tipota tetio!!
  8. free hosting?-_- pou?...ne prospathw na mpw me filezilla ala dn mpenei ta exw xasei dn kserw ti pezei edw pera....
  9. Hello, lipon prin kamai 4 ores paragila apo to papaki.gr domain name...gia hosting epleksa 1 free px to freehostia i to zymic( se ligo tha dialeksw), ok tha anevasw ta files tou site sto zymic , ala meta pos tha tou dosw to name tou domain name px : agorasmeno.eu pou agorasa idi? Plz anagi gyes apantiste!
  10. dose me team viewer se PM.
  11. i made the same mass siege manager :) it is full java coded :D
  12. Hi , to kanw post kai edw pera etc ki alios spamm section ine, dn nomizw na einai Provlima...sigoura osi kseroun apo java dn kitane oloi sto l2j ara exoume kai leme: Kalispera,simera ipa na epeksergasto me tin Rnd class.Telos panton istera apo arketa peiramata ekana ena kenourgio instance me ti methodo onbypassfeedback , pou exei 2 eukeries(me to rnd) i mia na xasei 1 sigekrimeno item kai i ali na ta diplasiasei, telos panton den exei simasia ti items klp. To thema einai oti auto otan patane to koumpi diladi otan xrisimopoioune to onbypassfeedback sto sigekrimeno instance, thelw na ginete ana 24 ores. Mporei kapios na mou pei ti na prostheso gt akoma dn to exw mathi auto kai dn to exw vrei kiolas? ....Euxaristo, oso pio grigora toso to kalitera kante comment Exw akousei gia tin Calendar class, ma den exw idea pos na to diorganosw.Kapios as mou pei ti akrivos na kanw, an dn thelei edw, se pm
  13. Kalispera,simera ipa na epeksergasto me tin Rnd class.Telos panton istera apo arketa peiramata ekana ena kenourgio instance me ti methodo onbypassfeedback , pou exei 2 eukeries(me to rnd) i mia na xasei 1 sigekrimeno item kai i ali na ta diplasiasei, telos panton den exei simasia ti items klp. To thema einai oti auto otan patane to koumpi diladi otan xrisimopoioune to onbypassfeedback sto sigekrimeno instance, thelw na ginete ana 24 ores. Mporei kapios na mou pei ti na prostheso gt akoma dn to exw mathi auto kai dn to exw vrei kiolas? ....Euxaristo, oso pio grigora toso to kalitera kante comment :P Exw akousei gia tin Calendar class, ma den exw idea pos na to diorganosw.Kapios as mou pei ti akrivos na kanw, an dn thelei edw, se pm
  14. JAVA PYTHON C++ FOR ME.
  15. woaou you cant imagine how good is this tutorial xD. !! As fighterboss said i love to read these, especially if they are like it. really thank s
  16. 8elw na kanw 1 npc apo to opoio tha dilonoun tha mporun dld na dilonoun gia ola ta castle, omos dn vrisko ta html arxia tou ka8e castle. exo faei to topo ta psaksa ola ta html. l2jinterlude based.
  17. fucking exploit fixeeeeeeeeeeeeeeeeeeeeeed all credits ConArtist™ LOCKED EUXARISTO!!
  18. y kai to xo psaksei kai kala, ginete na ton klepseis kai meta apo 2 vdomades px ton alon afotou se exei diksei to trade se weapon. episis ...ginete kai xoris na ise se party, se kanei meta party.
  19. dn epitrepete, episis esi oxi dn tha mporeseis kai to ksereis.
  20. http://maxcheaters.com/forum/index.php?topic=205271.0 re pedia plz help me auto to exploit, exoume ta leuta gia tin eteria, exoume ta panta ola etima kai auto dn mporoume na to fix? kamia idea? kamia votihia plz na to fixaroume ?:S eyxaristo perimenw comments
  21. <set name="hitTime" val="6000"/> gia na to kanei pio arga reuseDelay gia na alakseis to cooldown
  22. New Config File: • Ok, You should know how to add new config option to .properties files etc. So now I'll show how to create new .properties file. For example: matim.properties - Ok, firstly lets create new .properties called matim.java (this is sample) in java/configfolder. - Now open Config.java file. Ok firstly lets register Our new config file, find these lines: Code: //-------------------------------------------------- // L2J Property File Definitions //-------------------------------------------------- public static final String CHARACTER_CONFIG_FILE = "./config/Character.properties"; public static final String EXTENSIONS_CONFIG_FILE = "./config/extensions.properties"; public static final String FEATURE_CONFIG_FILE = "./config/Feature.properties"; public static final String FORTSIEGE_CONFIGURATION_FILE = "./config/fortsiege.properties"; public static final String GENERAL_CONFIG_FILE = "./config/General.properties"; public static final String HEXID_FILE = "./config/hexid.txt"; public static final String ID_CONFIG_FILE = "./config/idfactory.properties"; public static final String SERVER_VERSION_FILE = "./config/l2j-version.properties"; public static final String DATAPACK_VERSION_FILE = "./config/l2jdp-version.properties"; public static final String L2JMOD_CONFIG_FILE = "./config/l2jmods.properties"; public static final String LOGIN_CONFIGURATION_FILE = "./config/loginserver.properties"; public static final String NPC_CONFIG_FILE = "./config/NPC.properties"; public static final String PVP_CONFIG_FILE = "./config/pvp.properties"; public static final String RATES_CONFIG_FILE = "./config/rates.properties"; public static final String CONFIGURATION_FILE = "./config/server.properties"; public static final String SIEGE_CONFIGURATION_FILE = "./config/siege.properties"; public static final String TELNET_FILE = "./config/telnet.properties"; public static final String FLOOD_PROTECTOR_FILE = "./config/floodprotector.properties"; public static final String MMO_CONFIG_FILE = "./config/mmo.properties"; - And lets add Our: Quote public static final String MATIM_CONFIG_FILE = "./config/matim.properties"; - Ok, Our config file is already registered now. Now we should add few things into class witch initializes all global variables for configuration. - Find these lines: Code: } catch (Exception e) { e.printStackTrace(); throw new Error("Failed to Load "+L2JMOD_CONFIG_FILE+" File."); } - And under them paste this: Quote // Load PvP Properties file (if exists) try { Properties matimSettings = new Properties(); is = new FileInputStream(new File(MATIM_CONFIG_FILE)); matimSettings.load(is); /** Here You can put Your configs (look at "Your Own Config") This is sample: ALLOW_CREATE_LVL = Boolean.parseBoolean(matimSettings.getProperty("CostumStartLvl", "False")); */ } catch (Exception e) { e.printStackTrace(); throw new Error("Failed to Load " + MATIM_CONFIGURATION_FILE + " File."); } • Done, now Your custom Config file is created! But lines marked in green are just as sample! ta xw akolouthisei , ta ksana vlepw kai ta ksana vlepw ala telos panton paw sto config dimiourgo ena new, paw sto config.java vazw to line: ALLOWALLHERO = Boolean.valueOf(zeusSettings.getProperty("blablalblabla","bblalabla)); ala sto zeusSettings mou lei cannot be resolved :S
×
×
  • 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