-
Posts
127 -
Credits
0 -
Joined
-
Last visited
-
Days Won
1 -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by thanosdk
-
The only thing that bothers me is the typo in the video really, Or March... the rest, well, another serber.
-
L2J Epilogue Source Needed
thanosdk replied to H3DG3H0G's question in Request Server Development Help [L2J]
Wrong section, but here you go: http://www.maxcheaters.com/topic/212881-epilogue-l2-optimal-based-on-l2dc/ This should be locked or moved. -
Actually compiling with Gradle is easy, when you download the master repo, you got a bat file doing the process for you, it will download latest Gradle and do the job, don't use pre-compiled packs or sources posted by others when you can use the official one, this way you avoid backdoors, easter eggs and other lovely things.
-
Source Epilogue L2 Optimal (Based On L2Dc)
thanosdk replied to thanosdk's topic in Server Shares & Files [L2J]
I cannot assure you about anything sadly, this is so old I can't remember, I never actually used it a lot, so you're on your own. -
Source Epilogue L2 Optimal (Based On L2Dc)
thanosdk replied to thanosdk's topic in Server Shares & Files [L2J]
You should never use a preconfigured pack for a live server, although you have the source, if you really need/want then implement each feature from scratch, I don't even know if the compiled project or even the source has backdoors inside, and truth to be told, 99,9% have at least one lying around. Makes me wonder though in each release people already think of going live with something like that, it's kinda sad, but ok, it's not up to me to judge that. -
If you got your money back from paypal's dispute system then you are ok, that does not mean of course that a scammer, if he is proven to be should get away with it, but in my experience and opinion, you won't achieve anything by reporting again and again, mxc is known for its scammers, sadly, and I tend to not believe AccessDenied would scam for such a ridiculous amount of money. If he said he sent you back the money you should have a transaction log saying so. Otherwise, well, its a shame. No matter if you are rich or not, that has nothing to do with it.
-
Hello guys, here I'm sharing something I have in my possession long time now, about 7-8 years if not mistaken, may be wrong about that but whatever. This pack was in first place sold in the MxC market back then by a member/developer named Κrαsh. I don't know if he is still active or changed nickname. It is a L2DC pack, which was online at some point known as L2 Optimal. It was based on the free/leaked? Rev 4799 of L2DC, which is provided below. Please don't ask me what is working or not, as I never worked or re-worked it as it was planned, the features are listed below, from the original post when it was on sale. Altough it was a really nice pack to work on, and one of the best chronicles as Epilogue, you can find geodata around by searching whatever suits you better. I think many will like this pack, it was nicely done by Krαsh to be honest, enjoy. :) How to install? Well if you really need a how-to... maybe better get out and spend your time with something else. ;) However it should be compatible only with older versions of Java. Downloads: Server: https://mega.nz/#!u05VUb7S!s2xORxiGSiWPQhW3dGnqUz7iqTwk-v6nsxc6OCHVI-E Patch: https://mega.nz/#!HtQGlbaD!P-DOGEo914tPfqzpUKDFamLJUDDv_M-5ZdHsNb17Ak0 Source: http://www.4shared.com/rar/Bh7Ww6TNba/L2DC__Official_rev4799_.html? Password: thanosdk Some pics: http://imgur.com/a/GG1Gk I will not provide any support on this, just found it by accident when cleaning some of my repositories. Message to moderators: If for any justified reason this server pack is not in compliance with Maxcheaters's rules please let me know. Features: (Original post): If you bored from hearing packs with some features that had been applied on a clean l2jserver only for sell to earn some money… Here is the best solution, a complete pack from a live server over 4 months with 300+ player online every day, debugged and balanced. MANY FEATURES AND SCRIPTS ARE COMPLETELE UNIQUE AND ARENT SHARED NOWHERE. Files are based on L2j. Pack is 99,9% Exploid free with unique flood, phx, autoclicker protection and many more. Epic Bosses: QueenAnt Core Orfen Zaken Baium Antharas Valakas Beleth (CUstom script, with full animations, without quest) Baylor (CUstom script, with full animations, without quest) Frintezza (CUstom script, with full animations, without quest) Instances/Dungeons: Fortres Dungeon Castles Dungeon Solo Kamaloka Chamber of Delusion Pailaka RimPailaka Kamaloka SeedOfDestruction SeedOfInfinity CrystalCavern Hellbound Skills: All Gracia Epilogue skills are working. Custom Features: Castle Lord Announce Hero Announce Anti Buff Shield PvP/PK Color System You can't use BSOE in PvP Unique Clan Level up instance Unique Attribute Crystal farming system Unique Soul Crystal Instance PC Bank Point System + Trader NPC Custom Npc`s: GM Shop Global Gatekeeper Raid Boss Gatekeeper Scheme Buffer Server Info Server Statistics Service Manager Forgotten Scroll Trader Grand Boss Respawn Info Clan Reputation Manager Delevel Manager Agent Girl Pc Bank Point Trader Instance Manager Item Auctioneer Custom Command`s: .repair (Location is on cerberus alliance base) .toppvp .exp Event`s: Team vs Team Special Edition - Description: 1.As normal TvT, system starts registration time. 2.When the event starts, participants are teleported in the enterooms. 3.Here players have configurable time to form a party and buff theirselves. 4.After a configurable time the enterooms doors open and the battle starts ! 5.So this is repeated for 3 times to make 3 rounds. 6.The team that wins 2 times gets rewarded at the end of the event. - Event Zone: Emerald Square Capture The Flag - Description: Classic - Event Zone: Underground Coliseum Advanced hitman (Improved) Grand Wedding Event Many retail events Special Features: Top PvP Player of the day (gets a unique item with stats until the next day if he will be the top pvp of the next day he will keep the item else the item will go to the next top pvp player) Unique vote reward system. (in the server ist in first page the script will give a small reward and will promt the players to vote for get the server in first page. If the server is on first page of top servers by vote in hopzone the players will rewarded with a big reward. The script if fully configurable ).
-
Code Vip System + Vip Manager[Npc]
thanosdk replied to 'Baggos''s topic in Server Shares & Files [L2J]
Nice one Baggos :) -
Discussion Mysql Database Backup
thanosdk replied to Ephestion's topic in Server Development Discussion [L2J]
This is just an example of a .bat script, you have to change your mysql folder and login/gameserver databases names and path, then add a task in Windows task scheduler at whatever interval suit you and it will do the backup automatically. @echo off Set FDate=%Date:~-10,10% Set Fdate=%FDate:/=-% MD C:\backup\%FDate% MD C:\backup\%FDate%\yourlogindb MD C:\backup\%FDate%\yourgameserverdb copy /y C:\mysql\DATA\yourlogindb\* C:\backup\%FDate%\logindb copy /y C:\mysql\DATA\yourgameserverdb\* C:\backup\%FDate%\gameserverdb -
Well I don't know what mobius did or not but it's nice to switch from IL/H5 for a bit, kinda nice to have people working on something different, im just testing the free releases so I really don't know what they add/remove/fix/break with newest commits, at least with aCis, you know what you get into if you decide to buy, I do understand developers are like coin machines, its normal, no one likes to work for free, but provide actual content working, features, and a changelog even for no customers is a +, this way you may attract more people.
-
It's C4...
-
Source Share L2Jfrozen Pack & Source & Backup
thanosdk replied to M@dara's topic in Server Shares & Files [L2J]
Well it's not only my pov, but ok whatever suits anyone really. -
Source Share L2Jfrozen Pack & Source & Backup
thanosdk replied to M@dara's topic in Server Shares & Files [L2J]
Although I agree with you, let's be honest, anything l2jfrozen is shitty. -
Share Interface Patch Interlude 4 Skill Panels
thanosdk replied to Celestine's topic in Client Development Discussion
Thanks, do you know with what tools? Id'like to try it. -
Share Interface Patch Interlude 4 Skill Panels
thanosdk replied to Celestine's topic in Client Development Discussion
This is really nice, since u can edit the skill bar, is there a way to restrict it to 1 skills bar like older chronicles? Also which tools do you use for that I'd like to experiment. -
Discussion Ncsoft Copyright Announce
thanosdk replied to Hyo's topic in General Discussion [English]
You are right, its like that, like it or not for some peeps, when something is copyrighted, there is a reason to it. Even if Ncsoft dropped support on old chronicles doesnt mean we have the rights to do whatever we like with it, we use Ncsoft's game client to connect, its a violation of their terms and they have the right to issue any complaint, even if that one was not from Ncsoft... What makes me laugh is some people calling Ncsoft a shity company and such, but hey, you are playing a shity company's game, even an very old version of it's game, you even donate for this game on private servers, and after some time you cry because of wipe or close... (when I say you I don't mean the post author which I quoted of course) -
Just add the dll from the patch folder, the one for win7 vista7.dll I think it's called.
-
Thanks for the joke, kinda needed it this morning :) Also it is a good thing im good with Olly :p but seriously its a loss of time to deal anymore with all that crap, since I have base packs for both chronicles I decided to just learn Ai.obj and so far I made little progress on my own with old google friend, not bad not bad :p
-
Simplest Gmshop For Acis Interlude
thanosdk replied to Lancer's topic in Server Shares & Files [L2J]
Cool share, simple and elegant. -
There is one at 4shared, http://www.4shared.com/rar/dLZyEjobba/L2_Xavius_v2_Live_Patch.htm don't know if its complete though.
-
Discussion Testers For C4 X45
thanosdk replied to AccessDenied's topic in Server Development Discussion [Greek]
Στειλε μου αν θες γιατι μ'αρεσει και το chronicle, σε τι πλατφορμα εισαι? Lisvus? -
Oh nevermind people, I did in the past in a totallly different game, shared and shared and poured my life with that for years, and all i got was complaining, this not works, this is bugged, that is wrong, leechers everywhere and so on... just do your thing and ignore those ones, as all they can do is butthurt because jealousy, so simple really. Thanks again for your shares, very usefull for me.
-
*An orgasm... better be sure what you write down because the notedoor team is watching you :p Also on a more serious reply now, dude your shares are very valuable, even if the files were backdoored(see l2j section day by day and lol wtf), one can learn from them, it does not necesserly means they have to go on live servers with those, but haters gonna hate.