-
Posts
281 -
Joined
-
Last visited
-
Feedback
0%
Everything posted by Zoey76
-
Help [Help] How edit amount of spawning raidbosses?
Zoey76 replied to byEvanthe's question in Request Server Development Help [L2J]
Remove the if part of the code: if (template.isType("L2RaidBoss")) { spawn.setRespawnMinDelay(43200); spawn.setRespawnMaxDelay(129600); RaidBossSpawnManager.getInstance().addNewSpawn(spawn, 0, template.getBaseHpMax(), template.getBaseMpMax(), permanent); } else { SpawnTable.getInstance().addNewSpawn(spawn, permanent); spawn.init(); } if (!permanent) { spawn.stopRespawn(); } activeChar.sendMessage("Created " + template.getName() + " on " + target.getObjectId()); -
Share [REQUEST] L2J C3 Server Files
Zoey76 replied to tacitus89's topic in Server Shares & Files [L2J]
https://sourceforge.net/projects/l2j/files/l2j/ -
That's weird I remember nBd's skype a little different :dat:
-
Discussion Which Pack Worth Working On
Zoey76 replied to Intrepid's topic in Server Development Discussion [L2J]
@Intrepid, just don't do it, you'll waste your time and get bored and drop another thing in your life, because coding requires time and passion and if you "miss coding" that means you are not passionate enough to do it often not to miss it. About the bogus information you are giving about L2J project, I'd invite you to check the trac and the code, but you guys are too pro to waste time on that, so I'll make it short and tell you that we don't make "temp fixes", we are the only team, coding publicly, that makes complete reworks of stuff that is working wrong or it's implementation is not good, based on real retail information. Another thing is that I completely banned the use of data leaked from forks, and discourage the use of code from public forks, so those that dare to say that we copy them, are laying their asses off. P.S. About Javolution faster than Java implementations benchmark it today and let me know: http://www.techempower.com/blog/2013/03/26/everything-about-java-8/ Last but not least, when I joined the team I banned the private sources at L2J and the only code done and shared is on SVN, for everyone and for free. -
Discussion Premium Service
Zoey76 replied to UnAfraid's topic in Server Development Discussion [L2J]
You want to steal my ideaz!!! -
"3. Working tauti skills, items and mobs stats (within reason - nobody is expecting for everything to work)." Unless someone steal this from a project and try to sell it here, that requires a lot of work, unless you pay for custom shit.
-
HEY! I wanted to sell that... dammit! You are too kind, I was 6-7 years old coding in C and the code was better that such code, and that was looong time ago :D
-
Well you are totally wrong, I give everything I do for free and don't keep anything, I don't have a server and I don't work for servers. There is no secret code shared between developers, there is no secret svns, all we do is for free, for all. If you can't see that L2J is a real open source project, then you should expend some time in our forums, maybe you can learn a thing or two. I not only work at L2J as main project, but also help projects with good open source spirit such as L2JFrozen. I don't expect you to check trac but you will see we added hundred of missing features retail like. And when I'm joking about your code, I also know you help others. It's just that seeing "professional" in the title was too much for others who expend time trying to improve their skills and give the best for free. Finally, I'm glad that you say that you are better now, you didn't set the bar too high :D
-
Actually I believe you don't see the real beauty here: Really short import list (3 or 4 imports per class), huge improvement when you try to compile code. Proper management of connection close: if (con != null) if (localThrowable2 != null) try { con.close(); } catch (Throwable x2) { localThrowable2.addSuppressed(x2); } else con.close(); All static data saved in database for easy modifications. Duplicated code that improves readability and maintenance. Declaration of mutators, but no use for them all fields are public. No use of complex code, interfaces, abstract classes, polymorphism, iterations, nothing but assign and variable declarations pretty much. All is static, no time for instantiation.
-
Well how much would you pay a professional developer to do this? I know a few that helped me, I can recommend them.
-
Lies! Very good skilled awesome friendly funny cool smart sexy developer.
-
I had a good laugh about the custom title. I'd do it like this: newChar.setTitle(Config.START_TITLE); Where Config.START_TITLE is empty String as default and you could drop the useless boolean Config.ALLOW_START_TITLE Although, not sure, but if you don't set something it may be null and you would get NPEs around the code, if you keep the Config.ALLOW_START_TITLE then you should set an empty String before, not in an else clause. Have fun!
-
Need Help making GoD server
Zoey76 replied to Zeke20's question in Request Server Development Help [L2J]
You will have Goddess of Destruction server for free once we release it. ^_^ -
I fun to see that most of the work is synch from my work, even Javadocs! I guess if we stop committing it will die like a plant with no water.
-
Lineage II Paradox C# Development First Look :D:D
Zoey76 replied to mavmdox's topic in Server Development Discussion [L2J]
Not to mention this is L2J development area, where J stand for Java :D -
How to compile with Eclipse.
Zoey76 replied to ExTrEmEDwarf's topic in Server Development Discussion [L2J]
Why would you say that? Eclipse is a great tool for developers and it's free! -
[QUESTION] Acis last free rev.
Zoey76 replied to modemas's question in Request Server Development Help [L2J]
I will corect you. Its him or his, dunno what you wanna say, not he. Its because, not becouse. Its lose, not lost. Its need to fix, not need fix. Sent from my GT-S5360 It's correct not "corect". And it's It's not "Its". Finally it's "him" in both places where he used "he". ... -
I don't care if for you Frozen is a fail, the fact that he requested an Scoria pack and I suggested Frozen is because Frozen is based on it and in active development. If you don't have anything positive to say why do you even hit the reply button?
-
Google about Mono for .NET on linux.
-
Lineage II Development Idea
Zoey76 replied to mavmdox's topic in Server Development Discussion [L2J]
Not agree with that. -
Go Frozen http://www.l2jfrozen.com/index.php
-
Source aCis - another CRAPPY interlude server
Zoey76 replied to Tryskell's topic in Server Shares & Files [L2J]
Is funny to see a inner war in aCis and people still ahve time to say that Frozen is shit. Just to clear some ideas (that might got wrong) L2J doesn't have problems with any fork right now, we don't use anything from closed source forks, except if they share to our devs or in our forums. Tryskell keep up the good work, leakers mostly don't have the skills to get something like your project and make it better, it will probably get a lot worse.