Grizzly Source Code [Java, RELEASE63-201302071600-466653663]

Page 3 of 3 FirstFirst 123
Results 31 to 33 of 33
  1. #31
    Developer Quackster is offline
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,479Posts

    Re: Grizzly Source Code [Java, RELEASE63-201302071600-466653663]

    Quote Originally Posted by Makarov View Post
    Oh, and before we go saying alex is pure and shit..


    https://github.com/Quackster/Sierra/...oadMyData.java


    As you can clearly see.. he copied/pasted a whole block of code from BCStorm into his project, Who's the ripper now? :/
    Not to mention you did the exact same in your source as well.

    Code:
    package net.cobem.grizzly.communication.composers.user;
    
    import net.cobem.grizzly.communication.EventResponse;
    import net.cobem.grizzly.communication.HeaderLibrary;
    
    public class SendAllowancesComposer {
    
       public static EventResponse compose(boolean HasBadge) {
          EventResponse Message = new EventResponse();
          Message.Initialize(HeaderLibrary.CheckAllowancesEvent);
          Message.addInt(Integer.valueOf(HasBadge?7:5));
          Message.addString("VOTE_IN_COMPETITIONS");
          Message.addBool(Boolean.valueOf(true));
          Message.addString("");
          Message.addString("TRADE");
          Message.addBool(Boolean.valueOf(true));
          Message.addString("");
          Message.addString("CITIZEN");
          Message.addBool(Boolean.valueOf(true));
          Message.addString("");
          if(HasBadge) {
             Message.addString("SAFE_CHAT");
             Message.addBool(Boolean.valueOf(true));
             Message.addString("");
             Message.addString("FULL_CHAT");
             Message.addBool(Boolean.valueOf(true));
             Message.addString("");
          }
    
          Message.addString("CALL_ON_HELPERS");
          Message.addBool(Boolean.valueOf(true));
          Message.addString("");
          Message.addString("USE_GUIDE_TOOL");
          Message.addBool(Boolean.valueOf(false));
          Message.addString("requirement.unfulfilled.helper_level_4");
          Message.addString("JUDGE_CHAT_REVIEWS");
          Message.addBool(Boolean.valueOf(false));
          Message.addString("requirement.unfulfilled.helper_level_6");
          return Message;
       }
    }

  2. #32
    Alpha Member Emily is offline
    MemberRank
    Oct 2012 Join Date
    The NetherlandsLocation
    2,408Posts

    Re: Grizzly Source Code [Java, RELEASE63-201302071600-466653663]

    If we don't watch out MODs will give infractions..
    I know it's easy for Makarov to point out on others, but he has to look to himself.
    Grizzly is simply not THAT good as I thought first.

  3. #33
    Iron like a Lion in Zion! vLife is offline
    Super ModRank
    Apr 2009 Join Date
    The BahamasLocation
    3,788Posts

    Re: Grizzly Source Code [Java, RELEASE63-201302071600-466653663]

    Closed, since this only seems to be a place for users to continually attack each other on their "code" and what haves you. Honestly, its about time for some of you to grow up and stop with the bickering.

    Never seen so much ego's from preteens/teenagers



Page 3 of 3 FirstFirst 123

Advertisement