Jump to content

Recommended Posts

Posted

I doubt it's a good move, there are no c# community, no shares, and for the moment, no projects to refer about.

 

I agree than fixing can be longer than simply rewrite, but it's not that much longer, and you have to rewrite absolutely everything. I hope you're as motivated as I was for scripts.

 

As said UnAfraid, if you don't edit the whole organization it will be simply a L2J copy written in C#, which offers no benefits compared to mother project. And all your time will be dedicated to move from one technology to another.

 

Anyway, gl.

I need neither C# community help nor projects to refer to rather than acis for how things should work.

The project will look nothing like l2j (which currently does because C# is not used properly.

Thanks.

 

C# is shitty, lets start with facts.

You have no clue..

Posted

I need neither C# community help nor projects to refer to rather than acis for how things should work.

The project will look nothing like l2j (which currently does because C# is not used properly.

Thanks.

 

You have no clue..

 

 

You probably don't. Do you know that its a virtual machine language to begin with?

Posted

You probably don't. Do you know that its a virtual machine language to begin with?

Which proves my point on the fact that you got no clue.

Both java and C# are "virtual machine languages".

 

JVM for java is what CLR is for C#.

 

They both compile to intermediate levels so they can be picked up from the different systems they need to run on.

Posted

Which proves my point on the fact that you got no clue.

Both java and C# are "virtual machine languages".

 

JVM for java is what CLR is for C#.

 

They both compile to intermediate levels so they can be picked up from the different systems they need to run on.

 

 

I don't waste my time with Microsoft bullshit, that company will not exist in the next decade no matter the money they have. 

 

C# is a scam for idiots who are trapped to it like the "pros" you are talking about, and they claim its the best. Its utter bullshit, if you are starting a new project from scratch why don't you go C++ ? With C# you are re-inventing the wheel with a crappy tool.

Posted (edited)

I don't waste my time with Microsoft bullshit, that company will not exist in the next decade no matter the money they have. 

 

C# is a scam for idiots who are trapped to it like the "pros" you are talking about, and they claim its the best. Its utter bullshit, if you are starting a new project from scratch why don't you go C++ ? With C# you are re-inventing the wheel with a crappy tool.

Mate keep your opinion for yourself especially when you don't have knowledge on the subject.

 

You just proved you don't.

 

Btw i neither talked about any pros nor said it is the best.

Edited by .Elfocrash
Posted (edited)

Mate keep your opinion for yourself especially when you don't have knowledge on the subject.

 

You just proved you don't.

 

Keep my opinion for myself? How badly damaged are you? This is an open discussion and you tell me to keep my opinion for myself? Your topic will suck dick no matter how hard you try (we both know that you will abandon it in 3 days so just saying). Go against aCis? Just keep showing off your paranoia, every second week with a new project, but this time against aCis ? Get real mate, if this is just your hobby then keep this shitty project and language for yourself, because most of us already got eye cancer with that crap project while reading a few random samples.

 

If you are as pro as you think try making the project in C++, that WOULD be a legit move. Im not gonna repeat myself again or play your game, you are ignorant

Edited by xxdem
Posted (edited)

Keep my opinion for myself? How badly damaged are you? This is an open discussion and you tell me to keep my opinion for myself? Your topic will suck dick no matter how hard you try (we both know that you will abandon it in 3 days so just saying). Go against aCis? Just keep showing off your paranoia, every second week with a new project, but this time against aCis ? Get real mate, if this is just your hobby then keep this shitty project and language for yourself.

Your "false" opinion, because you are provide misleading information.

No one said i am going against acis. In fact i am using it as a guide.

You made in mind a little concept of my trying to fight java, which is not the case.

I could not care less, it is just fun and i will build this just for the fun of it.

 

And yeah it is my hobby and my job, and i do wanna share it. What is your problem with that?

Did anyone forced you to use it? Spare my time.

 

EDIT: I don't have the knowledge or the need to make a project in C++. 

For what i wanna do C# is more than perfect. I don't expect something else especially in a java based forum but spare my time again.

Edited by .Elfocrash
Posted (edited)

Thats fine by me. I just find no point of creating and sharing a C# aCis like that undoubtedly will be discontinued in a few days.

 

You get a VirtualMachine project that is barely cross platform

Edited by xxdem
Posted

Thats fine by me. I just find no point of creating and sharing a C# aCis like that undoubtedly will be discontinued in a few days.

 

You get a VirtualMachine project that is barely cross platform

Then see it being discontinued and make fun of me :)

 

Do you actually know that JVM stands for Java Virtual Machine? This is not even a points.

Both java and c# are vm languages. That's what makes them portable and cross platform.

Posted

Lol, don't even get me started on that.

 

While it works great on windows, it has a shitload of issues on Linux and osx. But it's been only 2 years, that's fucking young

Posted

Lol, don't even get me started on that.

 

While it works great on windows, it has a shitload of issues on Linux and osx. But it's been only 2 years, that's fucking young

I don't want it to run on Linux anyway. My point is to optimize it for windows.

Sure Mono will run it just fine but it is not made to run on linux.

Posted

So stop talking about code portability with your VM argument, you just proved you're a junior as well

Posted

So stop talking about code portability with your VM argument, you just proved you're a junior as well

It is cross platform and and portable. It's not as much as java though i do agree but that's not even my point.

 

And i proved nothing yet.

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

    • You always find a way to lower the bar. Consistency matters. I admire your dedication to being completely unaware of how little you matter.     at least you are not entirely useless you can always serve as a bad example
    • hahahahahahahahahahahaha this says more about MaxCheaters than about me xD
    • I already finished my panel for change name and gender, anyway need restart, im used schema  $stmt = $conn->prepare("EXEC lin_ChangeCharacterName2 ?, ?, ?"); for change name... also for change gender i used if ($race == 5) // Kamael race ID; modify this value as per your database { $error = "Gender change is not allowed for Kamael race characters."; } else { $stmt = $conn->prepare(" UPDATE user_data SET gender = ?, face_index = 0, hair_shape_index = 0, hair_color_index = 0 WHERE char_id = ? AND account_name = ? "); Sorry no idea how to add cached update in myext64 about, not have any  solution for this yet compatible to myext64 code. This is my panel make in php http://177.73.143.43:8080/account/ Cool panel for me, without experience in any code. Without help from any people here 🙄
    • Don't listen to that idiot @Nightw0lf — he doesn't know or understand anything... he just talks nonsense. Here's the solution, just to prove that they're the useless ones giving you meaningless and useless answers.   function disableCharacter($charId){ $buf = pack("cVV", 0x14, $charId, 1); return $this->Send($buf); } function enableCharacter($charId, $accountId){ $buf = pack("cVV", 0x15, $charId, $accountId); return $this->Send($buf); } function kickCharacter($charId) { $buf = pack("cV", 0x05, $charId); $tmp = $this->Send($buf); sleep(2); return $tmp; } //-------------------------------------------------------------------------------- if ($func==7)//DESHABILITAR PERSONAJE { $char_id = $var1; $CACHED->kickCharacter($char_id); $respuesta = $CACHED->disableCharacter($char_id); RegistrarActividad("disableCharacter",$respuesta,GetCharNameByCharId($char_id)."(".$char_id.")",0,0,0,0); } else if ($func==8)//HABILITAR PERSONAJE { $char_id = $var1; $account_id = $var2; $CACHED->kickCharacter($char_id); $respuesta = $CACHED->enableCharacter($char_id,$account_id); RegistrarActividad("enableCharacter",$respuesta,GetCharNameByCharId($char_id)."(".$char_id.")",$account_id,0,0,0); } //-------------------------------------------------------------------------------- $CACHED->disableCharacter($char_id); $tabla = sqlsrv_query($conexion_lin2world, "UPDATE user_data SET xxxxxxxxxxxx WHERE char_id=".$char_id.""); $CACHED->enableCharacter($char_id,$account_id); Now just compare the stupidity said by that imbecile @Nightw0lf with the answer I gave you... Thanks to people like this, MaxCheaters is in the state it's in... They keep following useless people who are good for nothing 😉  
    • A new template is available: Mystical-World - Responsive HTML Template    
  • 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