Jump to content

Recommended Posts

Posted

Go to town, enchant the skill and then go out again?

at siege / mass pvp / epics pvp / open pvp somewhere

 

i want see you how u bsoe and go enchant skill and back ;D 

 

and late game like 2-3 days after start its better enchant ++ time than using this bug

 

that bug was op at mass pvp since you had opened skill enchant and just was spaming apetite w/o reus 

Posted (edited)

hah what can you except from Java aka - "write wethever gibberish shit you'd like and it would work" doesnt matter what issue it creates =) Big difference of C++ and java, you cant write sh*t in C++ and get working&stable result, but in java you can write something and think that its working&stable, but in reality it doesnt... 

 

Only good thing in java is time saving, not more not less, so fix it whatever you want =D noone cares..

Edited by LightFusion
Posted

hah what can you except from Java aka - "write wethever gibberish shit you'd like and it would work" doesnt matter what issue it creates =) Big difference of C++ and java, you cant write sh*t in C++ and get working&stable result, but in java you can write something and think that its working&stable, but in reality it doesnt... 

 

Only good thing in java is time saving, not more not less, so fix it whatever you want =D noone cares..

dont flame java

 

this bug is also at offi files, at rpg club we were using it also 

Posted

hah what can you except from Java aka - "write wethever gibberish shit you'd like and it would work" doesnt matter what issue it creates =) Big difference of C++ and java, you cant write sh*t in C++ and get working&stable result, but in java you can write something and think that its working&stable, but in reality it doesnt... 

 

Only good thing in java is time saving, not more not less, so fix it whatever you want =D noone cares..

Java is not a lang my friend, its an ideology :)

Posted

hah what can you except from Java aka - "write wethever gibberish shit you'd like and it would work" doesnt matter what issue it creates =) Big difference of C++ and java, you cant write sh*t in C++ and get working&stable result, but in java you can write something and think that its working&stable, but in reality it doesnt... 

 

Only good thing in java is time saving, not more not less, so fix it whatever you want =D noone cares..

 

LOL

 

hahaha, biggest bullshit I've ever heard for months. You clearly have no clue about c++ or Java, so myself as a professional on BOTH I will clue you in. C++ can do things MUCH MUCH shitier than Java because it allows you to do whatever you want, literally whatever since the compiler puts no limits to you. Unlike c++, Java limits the developer and forces you to work within it's semantics and your projects context. You can't code shit in Java unless you're a bad developer, and for the last 10 years all L2J devs at L2JServer are pros.

 

You're trash, your words are trash and you worth nothing

Posted (edited)

LOL

 

hahaha, biggest bullshit I've ever heard for months. You clearly have no clue about c++ or Java, so myself as a professional on BOTH I will clue you in. C++ can do things MUCH MUCH shitier than Java because it allows you to do whatever you want, literally whatever since the compiler puts no limits to you. Unlike c++, Java limits the developer and forces you to work within it's semantics and your projects context. You can't code shit in Java unless you're a bad developer, and for the last 10 years all L2J devs at L2JServer are pros.

 

You're trash, your words are trash and you worth nothing

aa670600-1b9d-43d8-89ee-fe9b82a9d286.jpg

 

 

Yeah write me Patchguard on java , poorffesional ...

Edited by LightFusion
Posted

LOL

 

hahaha, biggest bullshit I've ever heard for months. You clearly have no clue about c++ or Java, so myself as a professional on BOTH I will clue you in. C++ can do things MUCH MUCH shitier than Java because it allows you to do whatever you want, literally whatever since the compiler puts no limits to you. Unlike c++, Java limits the developer and forces you to work within it's semantics and your projects context. You can't code shit in Java unless you're a bad developer, and for the last 10 years all L2J devs at L2JServer are pros.

 

You're trash, your words are trash and you worth nothing

 

Bring out the Pistol and Kill Him xdem...  :rip:

Posted

Lol, i have fixed this bug in freya in less than 5 minutes...Restricting players enchant/change route of a skill if it has cooldown (in any level)

can you share this fix? it seems internesting.

Posted

 

Yeah write me Patchguard on java , poorffesional ...

 

I am talking about server side retard.

 

BTW did you check my updater? You was saying that I was selling air and I am scamming, now I have a download test on the thread, one that shows what a beast of updater this is. You see, your words don't worth a shit, you're all bullshit

Posted

I am talking about server side retard.

 

BTW did you check my updater? You was saying that I was selling air and I am scamming, now I have a download test on the thread, one that shows what a beast of updater this is. You see, your words don't worth a shit, you're all bullshit

1*NDA1B65s4c5giHMy1bzBMQ.png

 

what a retard

Posted (edited)

Show some c++ codes, both of u

 

reading bytes into template address and truncating on byte level, a basic sample

template <typename T>
static __forceinline const size_t read(T* num, void* buffer, int offset = 0)
{
	const size_t dataSize = sizeof(*num);
	for (int i = 0; i < dataSize; i++)
	{
		*((BYTE*)num + i) = ((BYTE*)buffer)[dataSize + offset - i - 1];
		((BYTE*)buffer)[dataSize + offset - i - 1] = 0;
	}
	return dataSize;
}

Used for parsing data from large byte buffers, could be coded better but I have my reasons to use that one. I don't even know why I bother replying.

 

Could be done with memcpy and memset, but internally they work like above with the difference that they use integer based operations for increased efficiency, I didn't need that

Edited by xxdem
Posted

hah what can you except from Java aka - "write wethever gibberish shit you'd like and it would work" doesnt matter what issue it creates =) Big difference of C++ and java, you cant write sh*t in C++ and get working&stable result, but in java you can write something and think that its working&stable, but in reality it doesnt... 

 

Only good thing in java is time saving, not more not less, so fix it whatever you want =D noone cares..

This is literally the most retarded thing I've heard lol. And I thought you had some insight on programming, nvm.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • I can consider it too, but I would have to port all my own customs to the H5 extender then.
    • I am planning on making adminer optional which would also make php and apache2 optional, I just haven't had time yet. That script I made for myself and I know that I want adminer 😛   " and also be asked about opening 3306 or XXXX and listen to * thanks "   Could you explain this a bit more? I am not sure I should offer the option to open port 3306 as that is a bad thing unless you know what you are doing, and if you know what you are doing it is a simple thing to open it yourself after.   Listen to * is this for login / gameserver or Mariadb?
    • 🎉 ¡Llega EuroLatinL2! 🎉 🌍 Un servidor Interlude x20 con esencia retail y ajustes justos para una experiencia única. 🧠 Desarrollado por profesionales rusos, EuroLatinL2 está basado en el cliente original de Lineage II Interlude. Buscamos revivir lo mejor de la vieja escuela con un balance perfecto entre nostalgia y jugabilidad moderna. 🛡️ ¿Qué hace diferente a EuroLatinL2? ✨ Rates Mid x20 – Equilibrados para un progreso fluido, sin perder el desafío. 🧪 Experiencia 100% retail con leves ajustes para mantener el interés. ⚔️ Raid Bosses épicos ajustados al nivel 80. 💡 Nada de GM Shop, sin buffs OP, sin teleport personalizados. ⛩️ Solo tiendas y contenido original de Lineage II. 🧙 Buffer básico (solo Prophet), duración de 60 minutos. 🔄 Sistema de héroes cada 15 días y Olimpiadas 2h por día. 🛒 Sistema de donaciones solo para servicios estéticos y premium (sin pay-to-win). 🧬 Sistema de skins para armas y armaduras (solo apariencia). 💤 AutoFarm disponible solo con adena/premium, opcional. 🔥 ¿Quieres volver a disfrutar Lineage II como en sus mejores tiempos? 💬 Completa quests, forma grupos reales, derrota jefes con estrategia, y recolecta recetas (¡incluso para Soulshots!). ⏳ ¡La apertura está muy cerca! 🚪 No te quedes fuera de esta aventura. Vive Lineage II como debe ser. 🌐 Sitio oficial: https://eurolatin.eu 📣 ¡Comparte con tu clan y prepárate para la nostalgia! #Lineage2 #Interlude #EuroLatinL2 #L2Classic #PvE #PvP #NostalgiaL2
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock