Jump to content

mcbigmac

Members
  • Posts

    1,245
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by mcbigmac

  1. Thanks for the advice bigMac, I'm not a java lord, I only do it as a hobby, It does eat memory indeed.

     

    streaks = example 10

     

    You need the streaks in order to tell the console that the player is on 10 kills and then he gets rewarded with a level 1 toggle skill.

     

    its not greatly coded and I do admit that. It worked perfectly so I didn't bother touching it.

     

     

    No - you don't.

     

    Streaks does nothing.

    It gets set to Streak (Killammount value) - and then to set 0.

     

    Your effectively doing:

    X +=1;

    if(x=y) z=x;

     

    z=0;

     

    repeat.

     

    Z is worthless and does nothing.

  2. ** Fallen system */
    	    private int streak = 0;
    	    
    	    private void checkstreak()
    	    {
    	        int d = 0;
    	        streak++;
    	        int streaks = 0;
    	                                
    	        if(streak == Config.STREAK1_KILLS)
    	        {
    	            d = 1;
    	            addSkill(SkillTable.getInstance().getInfo(Config.STREAK_SKILL_ID, 1), false);
    	            streaks = Config.STREAK1_KILLS;
    	        }
    	        else if(streak == Config.STREAK2_KILLS)
    	        {
    	            d = 2;
    	            addSkill(SkillTable.getInstance().getInfo(Config.STREAK_SKILL_ID, 2), false);
    	            streaks = Config.STREAK2_KILLS;
    	        }
    	        else if(streak == Config.STREAK3_KILLS)
    	        {
    	            d = 3;
    	            addSkill(SkillTable.getInstance().getInfo(Config.STREAK_SKILL_ID, 3), false);
    	            streaks = Config.STREAK3_KILLS;
    	        }
    	                  
    	        if(d > 0)
    	        {
    	            sendMessage("You have been rewarded with Hell's curse.");
    	            sendMessage("Continue with your streak!!");
    	        }
    	                  
    	        d = 0;
    	        streaks = 0;
    	    }
    	                  
    	    private void streakDie(L2Character killer)
    	    {
    	        if(streak >= Config.STREAK1_KILLS)
    	        	removeSkill(Config.STREAK_SKILL_ID);
    	        sendMessage("You have lost your streak!");
    	
    	        streak = 0;
    	    }
    

    I forgot the S in the int streak, my bad.

     

     

    It's still really poor general implementation of logic.

     

    "Streaks" is completely irrelevant as an object - and should be removed, waste of memory.

    and "Streak" will increase constantly over time - making a systemmessage each kill until death.

  3. I have nothing to prove to idiots. i say to he add me in skype for show he the source and the codes of greated by me, he add me in skype and when i send to he msg for the source and im waiting he 20 mins for answer me and at last he answer me after 3-4 hours i dont remember correct.. i dont wait he all the day for he see the expendables. so i say to he go fuck now and finish. i dont show anything and go fuck you. this is all. and my topic is locked. so i have nothing to prove to this idiot. topic contimue be locked so stop this and leave he be happy for lock my topic. im tired to talk again for this idiot kid.

     

    You have everything to prove.

     

    The sooner you realize that - and also learn a bit more articulated non-agressive english - the quicker you will be able to sell your supposed work.

     

     

    Right now your digging your own grave - and as others have have said your most likely doing that because your pack has near zero % value.

  4. You are an actual imbecil.

    /** Fallen system */
    	    private int streak = 0;
    	    
    	    private void checkstreak()
    	    {
    	        int d = 0;
    	        streak++;
    	        int streak = 0;
    	                                
    	        if(streak == Config.STREAK1_KILLS)
    	        {
    	            d = 1;
    	            addSkill(SkillTable.getInstance().getInfo(Config.STREAK_SKILL_ID, 1), false);
    	            streak = Config.STREAK1_KILLS;
    	        }
    	        else if(streak == Config.STREAK2_KILLS)
    	        {
    	            d = 2;
    	            addSkill(SkillTable.getInstance().getInfo(Config.STREAK_SKILL_ID, 2), false);
    	            streak = Config.STREAK2_KILLS;
    	        }
    	        else if(streak == Config.STREAK3_KILLS)
    	        {
    	            d = 3;
    	            addSkill(SkillTable.getInstance().getInfo(Config.STREAK_SKILL_ID, 3), false);
    	            streak = Config.STREAK3_KILLS;
    	        }
    	                  
    	        if(d > 0)
    	        {
    	            sendMessage("You have been rewarded with Hell's curse.");
    	            sendMessage("Continue with your streak!!");
    	        }
    	                  
    	        d = 0;
    	        streak = 0;
    	    }
    	                  
    	    private void streakDie(L2Character killer)
    	    {
    	        if(streak >= Config.STREAK1_KILLS)
    	        	removeSkill(Config.STREAK_SKILL_ID);
    	        sendMessage("You have lost your streak!");
    	
    	        streak = 0;
    	    }
    

    There you go, part of my fallen system, its got alot more checks, database checks and so on. I copied here the barebones.

     

    I am not afraid to show what I had. Where as you, don't have the fucking balls to show them. I was never a gold member when I sold my pack and I stopped selling it because I moved it to acis. Acis cannot be sold hence I stopped.

     

    Do you understand, me tell you, you are braindead. me tell you, you don't speak english. :alone:

     

     

    ....i spy with my little eye - a programmatic logical error :O

     

     

    Seriously - if people can't articulate and keep calm to prove their supposed innocence - then ban.

     

     

    And someone get nick to authorize a new ruleset for packs - so crap like this is avoided.

  5. I didn't said that its easy, I know it had tons of bugs but some systems worked properly and getting any kind of information from anywhere its better than starting with only speculations on how stuff works. Its just an example, mac and only works in case someone wants to invest loads of time to finish his own extender. We both know that in most cases learning is not part of people purposes. Don't tell me you believe in the horrific idea of a downgrade from Gracia Final.

     

    A downgrade is infinetely easier.

     

    A shitload of systems written and integrated ALOT better than Kiv, denis, me, james, dawid combined - could not do better than ncsoft.

    You just have to nop out, and change smaller steps in algorhythms and functions and smaller return hooks.

     

    The GF Core is so much more better structured\organized\coded - and 100x more stable.

    (Just like C4 Core is 100x better than working with the C1 core).

     

    C4>HB makes ZERO SENSE to anyone knowledged in how the daemons work - when GF is availeble.

     

    Due to the nature of how structured internal systems i'd even consider GF>IL rather than C4>IL.

    It shows you don't know much stuff is oddly inlined and not grouped in a more ... "intelligent" way making changing logic so much easier.

     

    Unless you have the years of work denis\kiv & dawid have - i'd consider it.

     

     

     

    How the hell are you going to extract informations from Nextdev\LA2Guard without knowledge of RCE?

    How the hell are you going to match hooks and offsets on objects - without verifying in L2Server in the first place?

     

    There's possibly only design angle to gain - if your completely lost on how to design\hook and add a custom system.

  6. If you get in your hands the old HB extender from NExtDev and reverse engineer it, you can get almost everything already done, the only thing would be to dump it all that information into a new extender in order to have better control of the extender itself, there is no point into extending an extender.

     

    ....That has to be the stupidest thing i've heard in a while.

    It's like deciding to write your own Interlude extender from scratch - when your goal is just to run a interlude server for quick money.

     

    Investment does not even remotely match ROI.

     

     

    and NextDev was notorious for tons of systematic errors from logic changes to calculations.

    Granted there was no other product on the market back then.

     

    ...but do tell me a how dumped (and unvirtualizing the critical sections from arma too!) DLL is going to get anyone closer to writing their own ext?

  7. Yes that's right, YUNA got this function. But i didn't exchanged the code since he used before i cloud exchange.

     

     

    I didn't blocked u in skype, i refuse to speak with people who are trying to do fun with me, and also you are from 1 year in forum I am here from since 08 Apr 2012 year.

    Please consider if you wsn't the guy who spend that PSC to make an conversation with your customer, because i didn't touch this PSC other way then trying to exchange it via YUNA and it doesn't worked since the code was used already. And the flame it's not necessary.

     

    ...then you should be able to do what i said.

     

    To prove there's no exchange of said code listed in your incoming balance for code in question.

  8. L2j is "unbalanced" cuz of the wrong formulas, but everything can be "balanced" by tweaking the skills 'powers'. So, it's up to server admin and not the java files itself.. ;)

     

    This way most ppl think like that.. and it's all because of stupid server owners.. Sad :P

     

     

    I often wonder why in nearly 7-8 years l2j and\or someone with a really premium fork hasn't paid to research exactly how stuff is calculated in the real binaries.

    And is one of the reasons L2J no matter what people do - will fundamentally be very un-retail and in-correct.

     

    "Balance" is a word that should not exist at all - NCSoft per definition is relatively perfect.

     

    Odd.

  9. I'm always inclined to be believe respectful and carefully worded accusations rather than the typical idiots who can barely speak english.

     

    ....but there seems to be a massive difference from his use of words when posting the evidence that stewie scammed him - to his post now.

    This is curious - also his constant barrage of negative words don't work in his favour.

     

     

    Correct me if i'm wrong - but doesn't PSC like PP have a list of all transactions on the account?

    Wouldn't stewie be able screenshot fully (no halfarse stuff) - his entire incoming PSC wallet to prove his innonence?

     

    ...and if so - why haven't you done this stewie?

     

     

    It's possible Zemantis got scammed by whomever gave him the code as by the sound of it.... it wasn't his original one.

  10. People look at GF and C4 AI and see no major differences - and there aren't.

    But string assigning like that could have changed, find a native example in both and check.

     

     

    There's no way to know requesting html by AI - as far as i remember.

    Such info is simply not saved in memory in either daemons.

  11. So let me get this straight - you not knowing shit about the language use a compiler for something completely different and replace only IDs.

    Yet expect it to work like magic?

     

     

    The fact that you don't register this as bad - or think "okay can't use c4 compiler" is scary.

     

     

     

    Syntax looks correct per NASC - so get a GF compiler and see if the output is different.

    (I'm assuming by logic - it will have to be as param syntax matches other uses of s0 in GF).

     

    Most probably error is the assigning to s0 - that does not look GF alike natively.

  12. .... and hence your problem.

     

    You can't make up and design your perfect product for your own scenario\situation - and expect someone to do just that for you because you think it's fair.

     

     

     

    But whenever you give up on that - you can always ask again :)

  13. If it's for private usage - why care about bugs\exploits?

    As long as it's retail - for private playtime, grab the normal leak and test loose.

     

     

    Either way your not getting what you want perfectly without paying - think i'm the only one still developing a clean c4 ext with mods\fixes.

×
×
  • 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