-
Posts
363 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by BlackDevilDev
-
Request What Suggest Source/pack Lindvior +
BlackDevilDev posted a question in Request Server Development Help [L2J]
What suggest source/pack for client lindvior ++++ , thank you very much :) -
Help Ligo Help Me To No-Ip
BlackDevilDev replied to DevError's question in Request Server Development Help [Greek]
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... -
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 ...
-
Help Java Codes
BlackDevilDev replied to marleyomg's question in Request Server Development Help [Greek]
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 .... -
Request From Where I Can Start?
BlackDevilDev replied to BlackDevilDev's question in Request Server Development Help [L2OFF]
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. -
Request From Where I Can Start?
BlackDevilDev replied to BlackDevilDev's question in Request Server Development Help [L2OFF]
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 :)... -
Request From Where I Can Start?
BlackDevilDev posted a question in Request Server Development Help [L2OFF]
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 :) -
Request New Class
BlackDevilDev replied to BlackDevilDev's question in Request Server Development Help [Greek]
https://code.google.com/p/l2j-universe/ to project auto einai ousiastika aplws epeidei stamatise eipa na to anesasw egw gia na meinei active .... -
Help L2J Ipconfig.xml Problem
BlackDevilDev replied to powerboy2's question in Request Server Development Help [Greek]
sto gameserveraddres ebales ti no-ip i tin kanoniki ip dokimase.... -
Help L2J Ipconfig.xml Problem
BlackDevilDev replied to powerboy2's question in Request Server Development Help [Greek]
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... -
Help L2J Ipconfig.xml Problem
BlackDevilDev replied to powerboy2's question in Request Server Development Help [Greek]
kane edit to post sou kai ton arxiko kodika pou ypirxe me tis rithmiseis . kai dokimase na allaxeis mono to game server address -
Request Code For Change Subclass
BlackDevilDev replied to SQL Developer's question in Request Server Development Help [Greek]
ΦΙΛΕ θα μπορουσε να βαλεις ενα buffaki οταν αλλαζει subclass το οποιο να τον παγωνει και εκει στο buffaki να μπορεις να αλλαζεις τις ιδιοτητες του .... Θα το ψαξω και εγω αν μπορω να σε βοηθησω γιατι ειχα κανει πιο παλια κατι παρομοιο αλλα δεν δουλευε τοσο καλα :P .... -
Γεια σας παιδια δουλευω σε ενα 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
-
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
-
LF Valiance
BlackDevilDev replied to BlackDevilDev's question in Request Server Development Help [Greek]
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... -
LF Valiance
BlackDevilDev replied to BlackDevilDev's question in Request Server Development Help [Greek]
Φιλε μου , δεν ειναι αυτο που ζηταω αλλα ευχαριστω να σε καλα.Εχω 5-6 Project στον υπολογιστη μου αλλα δεν εχω βγαλει την ακρη ακομα ποιο ειναι καλο και ποιο δεν ειναι ... και αν θες να προτινεις Project για πουλημα υπαρχουν και οι αναλογα Forum :P ... Φιλικα παντα... -
Help In Custom Instance Reenter Timer
BlackDevilDev replied to Chemotox's question in Request Server Development Help [L2J]
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 )- 17 replies
-
- help
- instance reenter
-
(and 1 more)
Tagged with:
-
Ψαχνω για Free Valiance Project αλλα να ειναι αξιοπρεπες στον κωδικα του μηπως εχεται κατι υποψει ? Ευχαριστω των προτερων...
-
Event New Years Eve Lottary Event(2014)
BlackDevilDev replied to Justice's topic in Maxcheaters Competitions & Events
5 -
[Request]Custom Enchant Scroll
BlackDevilDev replied to johnnys4's question in Request Server Development Help [Greek]
file mou tha mporouseis na peis ti pack xrisimipoieis gia na dw an mporw na se boithisw sto problima sou? -
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.)
-
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...
-
Wts account in lol , 30 level . For more info send me a message..
-
I Have This Problem In All My Packs.. Some Help?
BlackDevilDev replied to Anodys's question in Request Server Development Help [L2J]
man you have check register a server ? or in properties to Accept New Server (if not have other) ...