-
Posts
691 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by Xanderॐ
-
Ubuntu Interlude Server Mysql/Navicat/Java...
Xanderॐ replied to larroukos's question in Request Server Development Help [Greek]
Feygeis apo ta windows gia na pas se pio stathero kai grigoro leitourgiko , an baleis wine pano kai kaneis emulate ta windows executable paei xameno to leitourgiko. Den tha baleis wine se linux gia na trekseis tis simantikes efarmoges( java/mysql ). apt-get install sun-java6-jdk apt-get install mysql-server Gia nagicat kane remote access apo win se linux. To navicat mporei na einai se windows pc kai na sndeete ston mysql pou exeis sto linux. -
Ektos apo ta windows ta parapano exoun ola ton pirina tou unix. Kapia piragmeno . Ston server ayto pou exei megaliteri simasia einai poso kalo pirina ( kernel ) exeis. Ara sigrine apo reviews sto internet tous pirines ton leitourgikon kai apofasise. Ena akoma pou prepei na tsekareis einai i simbatotita tis JVM me kathena. Px to linux apoti ida xtes den trexei JVM 64bit, basika den exei bgalei i sun JVM gia 64 bit linux. Btw na proteino solaris :) ?
-
Metatropi l2j freya se high five
Xanderॐ replied to GoldenNightmare's question in Request Server Development Help [Greek]
Gia ton core/dp tha kratiseis patches. Gia tin mysql krata episis batch files oti changes exeis kanei , i query files oste na ta peraseis stin kenourgia. -
Exei random walking kapou mesa ston core, kanto disable.
-
[Guide]Decompile Preconf Packs
Xanderॐ replied to 1nf0's topic in Server Development Discussion [L2J]
Like stealing the phoenix engine :) hahaha. But anyway, who would want to "steal" from preconf packs ... On another note: Btw you should give the link to the decompiler instead of uploading it in 4shared for safety reasons. Here is the correct site, and it also has an eclipse plugin for integration: http://java.decompiler.free.fr/ -
No clue, na protino kati koulo ? :) Pare ena loop sta npc tou server kai kanta spawn sthn seira san stratiotakia ola kai tha to breis ;) Ego to exo kanei sto GM room gia na dialekso npc.
-
Appart from pvp streaks and announcement i dont see anything else being your teams code. Unless you coded Phoenix-Engine and dressme too. Last time i checked i coded dressme ... Normally i wouldnt start a fight cause my position as dev does not "allow" me to judge servers and be polarized. But since you remove all the credits from the things you use and since you draw first blood by pming me with the aim to pick a fight ill be good. Despite your server having most of my ideas ( all classes playable, cancel rollback , dressme bla bla ) ill be that good, and ill show you a magic trick. I heard your server has bot problems and ppl are requesting an anti-bot. I can predict exactly the time and day that your "team" will code the anti-bot system by "themselves". Its exactly the day that someone will share one in this or l2jserver forum. :) Dada ! Im a magician.
-
A way i propose is using a lock object that gets locked by both the two methods ( setActiveSubclass and levelUp ) so as they cant race together. Or even using the existing subclass lock they have ( i think ) in l2j. Just try to lock it when getting level up. The idea behind going inside an exploit and figuring how it works is to help us discover more by understanding the mechanisms behind exploits. Btw did you guys find it by chance, just by experimenting with ingame actions ? :)
-
Locked till moderator moves it.
-
[Question]TYPE PLAYER
Xanderॐ replied to Azumaril$'s question in Request Server Development Help [Greek]
Oxi, alla ayto mono tou den exei kapia sxesh me bugs kai etc. Mia metablith einai xoris leitourgikothta pros to paron ( an den prostheseis kai alo kodika diladh ). -
Den nomizo na mporeis na agoraseis se l2jserver ( gracia kai pano ). Exei check sto RequestMutisellBuy i kapos etsi. Pou blepei an eisai konta. Ektos an pirakses esi tipota.
-
[Question]TYPE PLAYER
Xanderॐ replied to Azumaril$'s question in Request Server Development Help [Greek]
Afou exeis setter kai getter : private boolean _Bugger; den xreiazete na einai public h metablhth. -
[HELP]IL CANT OPEN CHAR WHAT I DO!!
Xanderॐ replied to sasisma's question in Request Server Development Help [Greek]
gia na sto bgazei ayto to problem simenei oti to datapack sou den einai simbato me ton core. Opote kai na kaneis afthn thn diorthosh pou sou eipao o dnslew tha exei sigoura kai ales asimbatotites. -
[Question]TYPE PLAYER
Xanderॐ replied to Azumaril$'s question in Request Server Development Help [Greek]
Thn metablith isBugger :) -
This is very old, its the antitarget. There is a related topic on how it works. Use search.
-
Second: Post google help when you dont know the anster and flame the question. A primary key constraint allows you to have only one row per key in the table. In other words you are trying to insert a row having the same key and mysql blocks it.
-
I dont think 3.1.8 will work if he is talking about freya/hi5.
-
If he has private shop , all his "shop" items get broadcasted.
-
Why , are you from l2jbrazil and wanna fix it :) ?
-
[Discussion]Πως νιωσατε οταν σταματησατε το L2?
Xanderॐ replied to Sirocco's topic in General Discussion [Greek]
Den stamathsa to l2 :) hahahahahaha Ayto thimizei ligo to farewell tou ric flair sto wwe , " that i will never retire !! " -
About four years ago i knew absolutelly nothing about l2j and exploits. I was a typical player ( noob ) that was surfing around maxcheaters ( maxbastards then ) for exploits without understanding anything. What i always wondered, was how do exploits work and why there is no serious guide in mxc explaining it. But i made a promise to myself, to get to know everything that there is to it. So with some delay i think i pretty much got there ;) This guide aims to show you how the sanitization of input when not done creates exploits. Since i did the same with race condition exploits in another topic ill do the same here for the shake of illumination :) The guide will be followed by an exploit i just found out that works both in freya and in interlude ( checked in brazil and l2jserver freya ). Unless im wrong it is not re-shared since its not fixed anywhere. Unsanitized input: The client gives you limmited interaction with the server. You cant try attack players that you dont "see" and so on. Packet hacking software ( like phx ) allow you to erase this limmit by giving you full payload crafting ability. The server must check itself everything the client sends. Never to trust the client data. But since developers are humans themselves, they cant check everything. Thats how those exploits exist. But enough with the bla bla. Lets look at an example: Kick parties from their command channels: Look at the following code. It is a packet send from the client to the server. As you can see a simple check ( command channels are the same ) missing gives you the ability to mess up an enemy ally command channel when they are sieging or raiding. Simple missing checks like that lead to exploits. To execute the exploit, you simply grab the OustFromCC packet and change the hex representing the name with the name you want. Voila ;)
-
Oh ok. How come it was not posted ? Personally i had no knowledge about it. And i wonder why most packs dont have it fixed if it is so old.
-
I had a discussion with Seketh some days ago in msn and between the rest we discussed about the direction L2 and L2J is going with the latest chronicles. Obviously its not the medieval lineage 2 as Seketh said, but more of a Star wars Lineage 2. After some detailed search on the population decrease, server merging, game quality issues an interesting verdict came out. L2 is not dying. Infact, its blooming. But not in the West, in Asia. The couple last years, the Asian living standards has rise. More and more Asian people get access to electronic device and gaming machines. Gamers are being born by the thousand in Asia. The difference between us and them, is that we got a more mature culture in gameing since we've been in the games far more than them. The classic American/European player demands a better more sophisticated gameplay. While the asian, still in his early stage of gaming gets excited by flashy fireworks. So the real deal is that NCSoft is just targeting the market that brings them more money. If the Asian market likes the Freya/hi5/Destruction era, NCSoft will move the game towards that direction cause their market is far bigger than ours ( if not yet, it soon will be , we are talking about Billions of people in Asia ). NCWest is not a gaming company, its a shop. It cant produce games so its merelly following what NCSoft is doing. And what NCSoft is doing, is feeding the needs of their biggest gold mine, the Asian Market. Hope that helps you understand why L2 is now what it used to be 5 years ago. NCSoft is not stupid, it didnt kill its game. It made it appealing to the Millions .... and the Billions ... of players that reside in Asia and have different play style and culture than us. That by itself rises many questions about what will we do. Should l2j devs in general keep up with a game that is now a culturally "Asian game" ? And whats the point of that when our target group is the West ? Develop an Asian game for Western people ? Maybe its the time we need to divert from what NCSoft is doing. Yes i mean going custom to provide a game mod more similar to the Europian/American likes of gameplay. Have a nice day :)
