Jump to content

Recommended Posts

Posted

progtx5.png

 

#include <stdio.h>
#include <stdlib.h>
#include <time.h>

int main()
{
    int i,O=0,I=0,Ot=0,It=0,total=241,r=0;
srand(time(0));
for(i=0;i<total;i++)
{
	r=rand()%2;
	printf("%i ",r);
	if(r)
	{
		I++;
	}
	else
	{
		O++;
	}
	if(!(i%60))
	{
		printf("\n%i/%i\n Probability of success: %.2f\n",I,O,I/0.60);
		Ot+=O; It+=I;
		I = 0; O = 0;
	}
}
printf("Probability of success in the whole: %.2f\n",It/2.40);
system("pause");
return 0;
}

 

Download it (source, executable in C)-> http://www.filehost.gr/download.php?file=94a588cf552d814b0fbe1719c58522e4

 

PS: I try to understand it ...

Posted

About this some kind of chain i knew before, on some server there is even chance to enchant weapon from 1 up to +16 1by1 and i belive u just found ++++++++++++++++++++ round.

Im  always enchanting at night, cuz i belive its also depend of ppl which are encahnting at the same time.

Because as i belive this chain is 1 for whole server

Posted

  If it's randomized, theres gotta be something randomizing it. Aka, something in l2. Meaning if you find what's generating the success and failures, you could most likely find out what succeeds and what fails. Or if theres an actual set pattern like people seem to think.

Posted

About this some kind of chain i knew before, on some server there is even chance to enchant weapon from 1 up to +16 1by1 and i belive u just found ++++++++++++++++++++ round.

Im  always enchanting at night, cuz i belive its also depend of ppl which are encahnting at the same time.

Because as i belive this chain is 1 for whole server

yeah, i too enchant only in night. less lags ;D

Posted

   If it's randomized, theres gotta be something randomizing it. Aka, something in l2. Meaning if you find what's generating the success and failures, you could most likely find out what succeeds and what fails. Or if theres an actual set pattern like people seem to think.

 

well if u wanna know whats randomizing then u have to look at the l2server.exe u have to look at the code but anyway u cant get 100% enchant rate by doing this...

The idea of enchanting a +5 weapon but telling the server its a +0 weapon doesnt work either... the enchants are serverside saved and u can change it only by enchanting it but maybe u could make a script which will let u buy 10 weapons but all in 1 slot like it worked at c3 and some c4 servers years ago... that would rly help to enchant weapons high enough.....

I couldnt think of any other exploit which we could use

 

cheers

Posted

If i was a nc soft coader i would link the software to the cpu core clock ^^ and furthermore i would make the +-++---+ sequence global for all players so that even if you DID figuer out a pattern in the clock other ppl trying to enchant would mess up your pattern.Im pretty sure that thats the way it works ;) (just a point ive observed)

Posted

well to tell the truth i think there is no patern (even global) and its simple rand(1,0) generated... the thing imo is how to cheat server so he can only think about rand number as "1" :P

Posted

gm's can snatch ++ out of the air so there must be a way to manipulate it.

yup and it would be helpful if some of us who can run for a moment own server (just to check smth :P) can take a look at packets when he is as gm and hes enchanting at 100% rate  :>

Guest
This topic is now closed to further replies.



  • Posts

    • what do u mean i want to change the normal weapons some weapons are working perftect some not getting th effect and the arcana has the effect above the weapons as u see ... i dont what is the probkenm
    • Stop paying for files that are already public and free. Here you can download a fully working Interlude server with C4-like gameplay, including source code so you can compile it yourself and verify everything. People will try to convince you that free releases are “broken”, “full of backdoors”, etc. That’s exactly why I’m also providing the SVN with the full source – so you can: Review the code yourself Remove / modify whatever you don’t like Compile your own binaries What’s included GX-EXT Interlude server (C4-style gameplay) – L2Off Client Interlude tweaked for C4 gameplay Public SVN with source code Downloads: Server GX-EXT: https://www.mediafire.com/file/q5ipkjd36tnhfxv/L2OFF_C4_C4_ACU_GXEXT.rar/file Client Interlude C4 Gameplay: https://www.mediafire.com/file/rdkfc8wwau042oh/Cliente_Interlude_Jugabilidad_C4.rar/file SVN (source code, delayed a couple of months to avoid reselling fresh work): https://svn.l2servers.com.ar/!/#GX-EXT_INTERLUDE User: gx Pass: gx How to compile To compile the source you will need: Visual Studio 2005 (x64 toolset) (Classic L2Off toolchain – yes, it’s old, but that’s what the original server uses.) Use this as you want: learn, test, open your own server, or just audit the code. But please, stop buying the same leaked/resold files over and over when you can get them here for free, with source, and actually know what you’re running.  
    • @GX-Ext Please reupload the pack+web+client because all the links inside that post or in the https://l2servers.com.ar/ are dead
    • Weapon dat is not the same for all, since you have custom things for sure no. You can contact @NevesOma
    • hello guys im facing a problem with the weapons .. i want to add hero glow on s weapons arcana ,dragonic bow etc.. some weapons are work peftect .. some not for example i add the line  LineageEffect.e_u092_h for fists and didnt work didnt even get the hero glow.. and the arcana the glow is on the top of weapon not down side like hero zeus mace any ideas?.. or does anybody has the weapongrp.dat file ready ?
  • 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