
Pere
Members-
Posts
99 -
Credits
0 -
Joined
-
Last visited
-
Days Won
2 -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by Pere
-
Firsts pro devs who managed to implement a full Helios server in a couple weeks are popping up :D http://www.l2jbrasil.com/index.php?/topic/120733-l2jserver-helios
-
That was a bit low of you lol... it doesn't matter because I don't care, but still, I wouldn't have expected this behavior by a l2ju dev
-
The project will go back to private soon, be sure to get your copies! @rakkay: the geodata is not my work, hence it's not shared. @noobs: do you really think I'll waste time teaching you shit while you just want to be able to log and play in your localhost servers?
-
One of the biggest reasons why god lacks so much popularity is because it's rare to find a rather playable GoD private server and I hope this share changes that. However, I'm afraid it's a bit late already :p
-
Project L2Junity - Grand Crusade
Pere replied to Gladicek's topic in Server Development Discussion [L2J]
Lol dont expect so much from that game... -
If that did anything to GoD it has been to give it more life. When L2j was open to everyone and anyone could open a server in the latest chronicle, it was the l2 private servers' golden age. Nen, fes servir una mica el cap abans de deixar anar xorrades sense sentit.
-
fixed, ty
-
I don't have a patched system, I use command line args
-
Thanks for pointing that out! Lottery and dmg are shits by lastravel which I disabled from my servers as soon as he was gone. I think I should remove them rather than fixing the sql. Or if someone's interested, can you please just issue a pull request with the fixes? - Henna expiry time was also a field added by that guy, and I guess he didn't update the sql in the project. It has been fixed in a recent commit. - Race is not necessary, it's gotten from templateId. If you have something in a website trying to check for race, use templateId / 2. For gender, templateId % 2. EDIT: I created a telegram group, https://telegram.me/joinchat/CquJBwSjgoFUrAFBbXzF_Q
-
Java should be learned at school alongside English
-
Removed a check that disabled the old login (without launcher) method :p
-
The files are a bit messy, try opening them as an intellij idea project. It's been ages since the last time I built that, I always run it from the IDE, even the live server. And yes, I'm a server owner since about 9 years ago. Thank you l2j having given me such a great motivation to keep learning ^^
-
WTS Full L2Tenkai Legacy (Server, Tools And Launcher)
Pere replied to Pere's topic in Marketplace [L2Packs & Files]
http://www.maxcheaters.com/topic/208560-l2tenkai-helios/ You can close this topic ^^ -
So there we go! The full L2Tenkai sources and project at the hands of anyone wishing to check it out: https://github.com/PCasafont/L2T_Server Feel free to branch it and/or do whatever you like with it. Some brief description of what's coming in the pack: Helios client support Most of the latest features supported, featuring: New SA system (Ensoul). Full support of latest Life Stones. Beauty manager. Compound system. Abilities system. Tons of rewritten modules, featuring: Skill effects in L2Tenkai are called abnormals, and abnormals can have diverse effects and stat modifiers in them. Armorsets are in XML and have full support for the dynamic effects they can grant. Augments system has been completely rewritten. Now you have a big folder with xmls specifying all the effects and a lifeStones xml which tells what effects can each life stone bestow to items. Spawn system. You can have spawns in the NPCs' data, in different XMLs under the /spawns folder and there's support for dynamic spawn groups (for stuff like night/day mobs, fortress guards, castle...) Raid boss spawns are now handled in the NPCs' data, you can give NPCs unique spawns with long respawn times which will be stored in the database. Skill XMLs are much more readable. Item XMLs are much more readable. NPC XMLs are much more readable. Extremelly customizable, with the data_[name of your server] folder, in which you'll be able to override all the data to your liking without touching the original stuff. All the player classes and skills up to Underground implemented, partially updated to Helios. All the important items up to Underground implemented, partially updated to Helios. A huge bunch of custom and retail instances/bosses/scripts, most of which I'd honestly rewrite, but most of them work most of the time ::) Classic-ready, which means that with some configs and tweaks you can make a classic server. Countless custom features which can be enabled or disabled, featuring: Events system. It's pretty cool and modular, you can add games in them, set variable and random rewards as if they were monster drops, rewards take the players' performance into account... Auctions system, in which rare items can appear periodically and then players can place bids with any currency. Farm zones manager. If you're a lazy admin like me, you can specify general drops for entire zones, or even give their monsters stat modifiers. Custom sell. Players can set stores exchanging items they have for others, not necessarily adena. Pretty handy for custom currencies or gear trades. When other players click on them they will see it like a NPC multisell. Appearance preview. Players can navigate through all the available appearances and try them on their chars, so that they can have a better idea of which to buy. Appearance previews are only available at town and they go away after 1 minute. Pretty damn balanced, retail-like and customizable formulas, able to balance even a server with unnerfed Dragonclaw Weapons. Check here for another insight to the server features. I'm still missing tons of information... there are 8 years of work behind that, and I'm too lazy atm to describe it all, so just go and play L2Tenkai to have a better idea or just run your own instance of the project and test it. Enjoy!
-
WTS Full L2Tenkai Legacy (Server, Tools And Launcher)
Pere replied to Pere's topic in Marketplace [L2Packs & Files]
2 days to go, preparing it for the public release O0 -
WTS Full L2Tenkai Legacy (Server, Tools And Launcher)
Pere replied to Pere's topic in Marketplace [L2Packs & Files]
thank you ^^ -
WTS Full L2Tenkai Legacy (Server, Tools And Launcher)
Pere replied to Pere's topic in Marketplace [L2Packs & Files]
www.l2tenkai.com? If anyone's interested and wants more info/details/ways to test stuff I'll gladly grant it to him. That's obvious... -
Discussion Anyone Interested On L2Tenkai Src?
Pere replied to Pere's topic in Server Development Discussion [L2J]
http://www.maxcheaters.com/topic/208148-full-l2tenkai-legacy-server-tools-and-launcher/ -
My time around these worlds has come to its end and I'm looking for a successor, or at least someone who makes a good use of the result of 8 years of work. If you don't know programming nor can account on someone who knows programming (and when I say know I don't mean know), stop reading here. So let's go straight to the point. What and how much: Full server + tools + launcher with src. Price: 1150€ Everything stated above plus full access to the actual L2Tenkai server, with the right to modify and maintain it at your will. Basically, you'd become the new L2Tenkai owner. Price: 2700€ There's a third way to get your hands on my source. In a couple weeks, if no one has purchased any of the packs above, the server source will be published and the tools + launcher part will stay in my private repositories forever. On the other hand, if anyone buys any of the packs above furing the next 2 weeks I will keep it exclusively for you. Now a little description of what's on the table: Server: Helios client support Most of the latest features supported, featuring: New SA system (Ensoul). Full support of latest Life Stones. Beauty manager. Compound system. Abilities system. Tons of rewritten modules, featuring: Skill effects in L2Tenkai are called abnormals, and abnormals can have diverse effects and stat modifiers in them. Armorsets are in XML and have full support for the dynamic effects they can grant. Augments system has been completely rewritten. Now you have a big folder with xmls specifying all the effects and a lifeStones xml which tells what effects can each life stone bestow to items. Spawn system. You can have spawns in the NPCs' data, in different XMLs under the /spawns folder and there's support for dynamic spawn groups (for stuff like night/day mobs, fortress guards, castle...) Raid boss spawns are now handled in the NPCs' data, you can give NPCs unique spawns with long respawn times which will be stored in the database. Skill XMLs are much more readable. Item XMLs are much more readable. NPC XMLs are much more readable. Extremelly customizable, with the data_[name of your server] folder, in which you'll be able to override all the data to your liking without touching the original stuff. All the player classes and skills up to Underground implemented, partially updated to Helios. All the important items up to Underground implemented, partially updated to Helios. A huge bunch of custom and retail instances/bosses/scripts, most of which I'd honestly rewrite, but most of them work most of the time ::) Classic-ready, which means that with some configs and tweaks you can make a classic server. Countless custom features which can be enabled or disabled, featuring: Events system. It's pretty cool and modular, you can add games in them, set variable and random rewards as if they were monster drops, rewards take the players' performance into account... Auctions system, in which rare items can appear periodically and then players can place bids with any currency. Farm zones manager. If you're a lazy admin like me, you can specify general drops for entire zones, or even give their monsters stat modifiers. Custom sell. Players can set stores exchanging items they have for others, not necessarily adena. Pretty handy for custom currencies or gear trades. When other players click on them they will see it like a NPC multisell. Appearance preview. Players can navigate through all the available appearances and try them on their chars, so that they can have a better idea of which to buy. Appearance previews are only available at town and they go away after 1 minute. Pretty damn balanced, retail-like and customizable formulas, able to balance even a server with unnerfed Dragonclaw Weapons. Check here for another insight to the server features. I'm still missing tons of information... there are 8 years of work behind that, and I'm too lazy atm to describe it all, so just go and play L2Tenkai to have a better idea (you'll still miss like 60% of what's in the src, but it can help). Tools: Data parser and generator (P&G) from client files for different modules: Skills P&G: it reads the data/skills xmls and updates them with the new data it might find in the extracted client files. It also reads descriptions, skill enchants and in most cases it figures out what to do. The updated xml is very handy to work on. Items P&G: very similar to the skills one. It updates the items' names, descriptions, stats and most common attributes. Ensoul data P&G: full data generated. Recipe P&G: full data generated. NPC P&G: basic data (no stats/drops/active skills) generated. Data generators/guessers. Packet sniffer with dynamic protocol reloading for figuring new protocols out (contact me for more info if interested). Launcher: It has support for the new L2 Underground login method, which requires an external launcher with account authentification. Once the player clicks on Play and the game loads he's sent directly to the server selection screen. Be aware that at some point NCSoft might remove the old auth method in one of the next updates, so if you want to keep the client support up to date that might be a must. And well, it's fancy as well :) Thanks and have a great day!
-
Discussion Anyone Interested On L2Tenkai Src?
Pere replied to Pere's topic in Server Development Discussion [L2J]
That sounds a bit elitist imho -
Discussion Anyone Interested On L2Tenkai Src?
Pere replied to Pere's topic in Server Development Discussion [L2J]
Can you explain me a bit what would be wrong with trashy GoD servers popping up if no one plays them? No one has shown interest to buy them yet anyways... -
Discussion Anyone Interested On L2Tenkai Src?
Pere replied to Pere's topic in Server Development Discussion [L2J]
Thanks for your suggestions, but I'm really completely done with l2. I'd love to have a business such as l2-scripts, except for the l2 part :p -
Discussion Anyone Interested On L2Tenkai Src?
Pere replied to Pere's topic in Server Development Discussion [L2J]
Yup, now I'm considering if it's worth publishing them for everyone just like that. Sell them? Mweh, no one would ever offer me the value I give to them, all the offers would be insulting to me. And money is not exactly a top priority here, so... -
Discussion Anyone Interested On L2Tenkai Src?
Pere replied to Pere's topic in Server Development Discussion [L2J]
Not trolling at all, I'm curious to see how many people would be interested on the files and depending on that I'll take a decision. I'll give it another day or 2 ^^ -
Discussion Anyone Interested On L2Tenkai Src?
Pere replied to Pere's topic in Server Development Discussion [L2J]
If I ever have a son like the usual L2 players I'll sacrify it for the good of mankind.