-
Posts
4,155 -
Credits
0 -
Joined
-
Last visited
-
Days Won
44 -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by xdem
-
One of my latest creations, a fully featured - interactive Flea Market for real time player transactions. Features: Fully interactive, over 2,000 lines of UC code (no HTML) Interactive search for items Unlike basic auction houses, the currency is not hardcoded players decide everything Players can create any transaction up to 5 offers/prices per transaction Single Sell: Sell all items in a single transaction / Multi Sell sell each item individually List your items by drag&drop from your inventory into OFFER Ability to specify minimum enchant for Armors/Weapons Ability to view an item in detail (augmentantion/stats/enchant/attributes) Transaction Fees (tax) Server Side item categorization (reloadable XML) TBA Screenshots: Real time tooltip with live weapon info: https://gyazo.com/1a7f5fab98dad3abbd8637d0f253dd31 Server Side item categorization: Listing a new Item: Search by item name: This Flea Market will be sold only to servers with a very high online count, very limited sells (2-3) Price: 1400$ Discord: Blizzard#7187 Topic will be updated with a video in the future
-
Discussion Did you ever scan GameServer.exe of l2jmobius ?
xdem replied to GsL's topic in Server Development Discussion [L2J]
that's your imagenarium dog and thats pretty much it, a story that helps you sleep the night -
Discussion Did you ever scan GameServer.exe of l2jmobius ?
xdem replied to GsL's topic in Server Development Discussion [L2J]
everything is a competition when you are better and I like to win dog being called a nobody from a no-lifer wannabe dev with no career or skills, wholesome experience -
Discussion Did you ever scan GameServer.exe of l2jmobius ?
xdem replied to GsL's topic in Server Development Discussion [L2J]
Classic butthurt whore, goes real life random flame instead of accepting defeat, inferiority syndrome keep it up my boy -
Discussion Did you ever scan GameServer.exe of l2jmobius ?
xdem replied to GsL's topic in Server Development Discussion [L2J]
useless retards, this ico is uo 256*256, BMP bit lenght can be up to 24 bits per pixel, easily scales up to 200kb uncompressed for the 256x256 resolutions. As I already said, ICO format is not ICON, its AN ARRAY OF MULTIPLE BMP resolutions of the same file ! its not an image format fucking monkeys. It contains all resolutions of the same icon. easily reaches 800kb+ since the images are not compressed format for faster loading of the icon now fuck off both of you retards, keep ur mouth shut when I give the answer -
Discussion Did you ever scan GameServer.exe of l2jmobius ?
xdem replied to GsL's topic in Server Development Discussion [L2J]
its uncompressed format -
Discussion Did you ever scan GameServer.exe of l2jmobius ?
xdem replied to GsL's topic in Server Development Discussion [L2J]
its not an icon, its an ico format and usually contains an array of the same bmp image in different resolutions even 256x256, and its easy to reach such sizes without compression. But how can someone like you know any of these -
Discussion Did you ever scan GameServer.exe of l2jmobius ?
xdem replied to GsL's topic in Server Development Discussion [L2J]
A risk yes, as a trojan no, its exactly what I wrote before -
Discussion Did you ever scan GameServer.exe of l2jmobius ?
xdem replied to GsL's topic in Server Development Discussion [L2J]
obfuscation has nothing to do, once the code is compiled the binary exe/dll has the same method call signatures -
Discussion Did you ever scan GameServer.exe of l2jmobius ?
xdem replied to GsL's topic in Server Development Discussion [L2J]
this means literally that signing a legit trojan exe would make it to bypass most AVs, not true mate -
Discussion Did you ever scan GameServer.exe of l2jmobius ?
xdem replied to GsL's topic in Server Development Discussion [L2J]
bullshit, unsigned files are only red flags for browsers and the OS when you try to run them, and thats it. antiviruses flag exes based on the API functions they call or statically link, in this case its probably ShellExecute ShellExecute is a notorious red flag for antiviruses as it can run most of API functions of windows through shell without linking them in exe/dll and antiviruses are highly suspicious of that as they can't predict what the application is doing with it -
Discussion Did you ever scan GameServer.exe of l2jmobius ?
xdem replied to GsL's topic in Server Development Discussion [L2J]
the code for that exe is open source, also its only a shell execute to l2.exe get real -
WTS L2jACP+ | The Most Powerful & Advanced ACP(aCis)
xdem replied to BogdanWDK's topic in Marketplace [Webdesign & Webdevelop]
Im the one you copy his quotes lmao -
WTS L2jACP+ | The Most Powerful & Advanced ACP(aCis)
xdem replied to BogdanWDK's topic in Marketplace [Webdesign & Webdevelop]
Who the fuck are you ? And what the fuck are you saying, if anyone wanted a generic framework/admin panel implementation wouldn't be dealing with retards on this forum like you or him, so of course the context of conversation is always L2. I am not a rocket scientist, bad example, also I can be anywhere, I don't give a fuck for a nobody's stereotypes -
wannabe developer coding style "everything has to be streams so I look smart" you don't even know how streams work in the first place and what's their true purpose, get real mate unluckily for you there are still pros in this forum that can judge you and make you look like trash, I get it its an easy way to make 10 euro a day from selling mxc codes but don't forget that you are just as dangerous as a fake self proclaimed doctor that performs heart surgeries in Turkey
-
WTS L2jACP+ | The Most Powerful & Advanced ACP(aCis)
xdem replied to BogdanWDK's topic in Marketplace [Webdesign & Webdevelop]
These clowns are on the business because back-end developers like you and me have no interest in web panels especially for L2. They talk about HTML Laravel and outdated bullshit without knowing what a serious Java developer can make to replace their trash products using a simple Spring server with native GameServer connection, but anyways L2 is too dead for me to start something like this, let the monkeys enjoy the laravel clown fiesta -
Help How can i write to client via a packet?
xdem replied to Hustman's question in Request Server Development Help [L2J]
in his example data sent from html packet isn't useful since he wants to have dynamic values per item, I wouldn't stress my server or interface with thousands of values coming from html packets, these is job that engine.dll should handle internally. The only way he has to go is byte shifting existing values, getMana and getTime is a good start -
Help How can i write to client via a packet?
xdem replied to Hustman's question in Request Server Development Help [L2J]
you can do lots of things by playing with the bytes here. on my server i switched all writeD into writeHwriteH and with the proper interface rework u are able to send more variables from the server, the data structure is static u can't introduce new bytes tho -
Help How to remove stuff from item window
xdem replied to Hustman's topic in [Request] Client Dev Help
no xdat, just tooltip -
Late to post, let me say that the share is not for personal reasons, I don't know who you are and by what means you think you can judge me, but let me tell you that sharing these files I haven't regret that, I am the own who got backstabed, we had some deals where I kept my end, and they didn't, on top of it they lied to me. They stole everything from my sources, notably the state of art auto farm algorithm InertiaX which I ALSO shared in public. My skills in L2J are unmatched, my servers are state of art, I put extreme detail on my work, and I love these packs, I am the best L2J developer and I offer my knowledge and skills in the pridelike community for free, giving recognition is the least I can get back, but the admins here open the servers only for money this is not my mentality. Son you are talking about my mediocre servers and bad personality, let me tell your that you don't know me or my servers, you are the typical basic guy that hates something blindly because you know you can't reach, you are the one who envy because my low lasting servers always hit the nostalgia and players want more and more, my community knows what I can do, I know what I can do, I am not here for the money and the corruption you guys are masters of. Your last server that was a major disgrace fuck up, you also hide behind fake names, I don't do that, you can't judge me little snake I never asked or got any money I am nobody's developer and if that was the case my salary would be like 400$ a day, nobody in L2 can afford me as a full time developer, especially a policeman and a DHL delivery man like the Trinity admins. And if that money sounds like a lot to you, its an above average salary for a guy of my background and skillset So, nobody's partner or developer, just someone that contributed for free without getting the proper recognition back. Nobody's bitch, if you fuck with me you are my enemy
-
Guide GooD Evening everyone im looking for a GG Pack vs 500Euros
xdem replied to MrKaMa's topic in General Discussion [English]
I doubt if a retard like you is even a just little bit better than Amnesia with the garbage you are selling -
Seems like you didn't get daddy's answer, he probably also laughed with your comments as I did but was somehow able to hold himself, imagining someone creating a database migration on PHP, you are literally a cancer lmao