Jump to content

BlackDevilDev

Members
  • Posts

    363
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by BlackDevilDev

  1. What suggest source/pack for client lindvior ++++ , thank you very much :)
  2. filos sto no-ip.com exeis ftiaxei host ekei pera ? ... apo ekei prepei na kaneis register ena new host ... giati blepw oti exeis 0 hosts :)... gia dokimase kai xana pes mou...
  3. Geia sas paidia psaxnw an yparxei kanena etoimo java code , gia to opoio na deinei katataxei poios ekane to perissotero damage , se ena raid boss , kata protimisi l2jserver , an oxi kanena thema kai alla sources den me xalane ...
  4. e filaraki niose ligo , boitha to paidi min eiste mono gia tin parti sas! file mou l2jfrozen den ton exw doulepsei ,alla mporeis na baleis l2jserver aplws tha thelei diorthosi kapoia pragmata , opws tin dieuthinsi ton package , an einai se kapoia alloi ekdosi i java apo tin l2jserver totes tha theloun kapoia pragmata diorthosi........ Gia mena mathe ligo java genika pramata kai oxi me L2J , kai totes tha katalabeis na kaneis kodikes poio eukola se opoiodipote l2j source.... an thes boithia steile mou minima... , mia koinotita -> FORUM <- einai gia na boithame me auto ton skopo ftiaxnete ....
  5. Very good answer from a mod , for that this forum he not be better .... Thank you for answer , i know the basic programming , but the cracking\rce + injection of code into processes work , i dont have work never . If you want send me more info , but i search that you say , and thank you again.
  6. i dont want to create a files from start i want take some files and i can work there ... and how is the code style . I want for start a files and does work fine and tested. You can assist me this? I doubt you have the knowledge to code a self extender. <- And dont know that :)...
  7. Hi i have sound the L2OFF he work in C++ , or C# i dont rember , but i know c++ good... But i dont know from where start to coding a server .... You can give a start to coding please? Thank you very much :)
  8. https://code.google.com/p/l2j-universe/ to project auto einai ousiastika aplws epeidei stamatise eipa na to anesasw egw gia na meinei active ....
  9. sto gameserveraddres ebales ti no-ip i tin kanoniki ip dokimase....
  10. to pack an exeis ta source mporeis na to breis mesa , an to katebases to pack totes psaxw to download tou kai bres to arxeio auto...
  11. kane edit to post sou kai ton arxiko kodika pou ypirxe me tis rithmiseis . kai dokimase na allaxeis mono to game server address
  12. ΦΙΛΕ θα μπορουσε να βαλεις ενα buffaki οταν αλλαζει subclass το οποιο να τον παγωνει και εκει στο buffaki να μπορεις να αλλαζεις τις ιδιοτητες του .... Θα το ψαξω και εγω αν μπορω να σε βοηθησω γιατι ειχα κανει πιο παλια κατι παρομοιο αλλα δεν δουλευε τοσο καλα :P ....
  13. Γεια σας παιδια δουλευω σε ενα project με καποιους αλλους , το project ειναι απο L2JUniverse και L2jeuropa , και καποια αλλα project που δεν μπορω να θυμηθω, τεσπα.. Θα ηθελα να δειτε τις αλλαγες στους παρακατω κωδικες , αν ειναι σωστες για το god ..και τι αλλο χρειαζεται να βαλω γιατι σε αυτο το θεμα δεν εχω τοση εμπειρια μια γνωμη θα μετρουσε , ευχαριστω των προτερων... To pack μπωρειται να το βρειτε εδω ¨: http://code.google.com/p/l2god/ http://code.google.com/p/l2god/source/detail?r=36 http://code.google.com/p/l2god/source/detail?r=38
  14. Hallo ppls i have a new project and i have some miss , maybe some help , the miss is bellow , thank you .(Sorry for bad english) [javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\network\GameClient.java:34: warning: Base64 is internal proprietary API and may be removed in a future release [javac] import lineage2.gameserver.network.loginservercon.gspackets.PlayerLogout; [javac] ^ [javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\model\entity\residence\Castle.java:626: warning: [unchecked] unchecked conversion [javac] List<Fortress> list = _relatedFortresses.get(Fortress.DOMAIN); [javac] ^ [javac] required: List<Fortress> [javac] found: List [javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\model\instances\TamedBeastInstance.java:88: warning: [rawtypes] found raw type: Entry [javac] private static final Map.Entry<NpcString, int[]>[] TAMED_DATA = new Map.Entry[6]; [javac] ^ [javac] missing type arguments for generic class Entry<K,V> [javac] where K,V are type-variables: [javac] K extends Object declared in interface Entry [javac] V extends Object declared in interface Entry [javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\utils\SecondaryPasswordAuth.java:265: warning: Base64 is internal proprietary API and may be removed in a future release [javac] return Base64.encode(hash); [javac] ^ [javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\stats\funcs\FuncTemplate.java:80: warning: [rawtypes] found raw type: Class [javac] _constructor = _func.getConstructor(new Class[] [javac] ^ [javac] missing type arguments for generic class Class<T> [javac] where T is a type-variable: [javac] T extends Object declared in class Class [javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\GameServer.java:328: warning: [rawtypes] found raw type: SelectorThread [javac] _selectorThreads = new SelectorThread[Config.PORTS_GAME.length]; [javac] ^ [javac] missing type arguments for generic class SelectorThread<T> [javac] where T is a type-variable: [javac] T extends MMOClient declared in class SelectorThread [javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\GameServer.java:328: warning: [unchecked] unchecked conversion [javac] _selectorThreads = new SelectorThread[Config.PORTS_GAME.length]; [javac] ^ [javac] required: SelectorThread<GameClient>[] [javac] found: SelectorThread[] [javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\ai\NpcAI.java:162: warning: [fallthrough] possible fall-through into case [javac] case 2: [javac] ^ [javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\ai\NpcAI.java:168: warning: [fallthrough] possible fall-through into case [javac] case 3: [javac] ^ [javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\ai\NpcAI.java:189: warning: [fallthrough] possible fall-through into case [javac] case 5: [javac] ^ [javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\network\serverpackets\ExReceiveOlympiad.java:74: warning: [rawtypes] found raw type: ArrayList [javac] private List<PlayerInfo>[] _players = new ArrayList[2]; [javac] ^ [javac] missing type arguments for generic class ArrayList<E> [javac] where E is a type-variable: [javac] E extends Object declared in class ArrayList [javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\tables\AugmentationData.java:174: warning: [rawtypes] found raw type: ArrayList [javac] private final List<?>[] _augStats = new ArrayList[4]; [javac] ^ [javac] missing type arguments for generic class ArrayList<E> [javac] where E is a type-variable: [javac] E extends Object declared in class ArrayList [javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\tables\AugmentationData.java:178: warning: [rawtypes] found raw type: ArrayList [javac] private final List<?>[] _augAccStats = new ArrayList[4]; [javac] ^ [javac] missing type arguments for generic class ArrayList<E> [javac] where E is a type-variable: [javac] E extends Object declared in class ArrayList [javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\tables\AugmentationData.java:182: warning: [rawtypes] found raw type: ArrayList [javac] private final List<?>[] _blueSkills = new ArrayList[10]; [javac] ^ [javac] missing type arguments for generic class ArrayList<E> [javac] where E is a type-variable: [javac] E extends Object declared in class ArrayList [javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\tables\AugmentationData.java:186: warning: [rawtypes] found raw type: ArrayList [javac] private final List<?>[] _purpleSkills = new ArrayList[10]; [javac] ^ [javac] missing type arguments for generic class ArrayList<E> [javac] where E is a type-variable: [javac] E extends Object declared in class ArrayList [javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\tables\AugmentationData.java:190: warning: [rawtypes] found raw type: ArrayList [javac] private final List<?>[] _redSkills = new ArrayList[10]; [javac] ^ [javac] missing type arguments for generic class ArrayList<E> [javac] where E is a type-variable: [javac] E extends Object declared in class ArrayList [javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\tables\AugmentationData.java:194: warning: [rawtypes] found raw type: ArrayList [javac] private final List<?>[] _yellowSkills = new ArrayList[10]; [javac] ^ [javac] missing type arguments for generic class ArrayList<E> [javac] where E is a type-variable: [javac] E extends Object declared in class ArrayList [javac] 17 warnings
  15. milisa gia free project omws ..thnx pantos. l2juniverse,l2tw,l2jeuropa.. mexri stigmis auta ta ypololoipa pou eixa ta ebgala giati loipan polla basika Jumps , Instances...
  16. Φιλε μου , δεν ειναι αυτο που ζηταω αλλα ευχαριστω να σε καλα.Εχω 5-6 Project στον υπολογιστη μου αλλα δεν εχω βγαλει την ακρη ακομα ποιο ειναι καλο και ποιο δεν ειναι ... και αν θες να προτινεις Project για πουλημα υπαρχουν και οι αναλογα Forum :P ... Φιλικα παντα...
  17. Check this with red , you right "treentertime" and if understand good is "reentertime" ... and post you finaly code maybe is better we see the problem... (Sorry for my english )
  18. Ψαχνω για Free Valiance Project αλλα να ειναι αξιοπρεπες στον κωδικα του μηπως εχεται κατι υποψει ? Ευχαριστω των προτερων...
  19. file mou tha mporouseis na peis ti pack xrisimipoieis gia na dw an mporw na se boithisw sto problima sou?
  20. oraios odigos file mou den to exw xanadei prosopika egw ... Tha ithela na kanw mia erotisi tha mporousa na xrisimopoiisw auto ton tropo gia admin panel event live , diladi na kanw event live mesa ston server mou ? h tha ypirxe problima lags k.t.l?
  21. Not need valiance files for work the clinet , i ask for clinet system why not open ... (My file is Glore Days or GOD Version , i dont know need to see more them source files.)
  22. Hallo guys , i edit system /l2.in , and i have ServerAddr=127.0.0.1 and the game not open , i use this addres l2authd.lineage2.com and i have edit System32/drivers/etc/host (l2authd.lineage2.com 127.0.0.1 ) , this setting open the game but in official ... Anyone know what is the problem ? Thank you guys for you time...
  23. Wts account in lol , 30 level . For more info send me a message..
  24. man you have check register a server ? or in properties to Accept New Server (if not have other) ...
×
×
  • 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