Re: Grizzly Source Code [Java, RELEASE63-201302071600-466653663]
Quote:
Originally Posted by
Makarov
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;
}
}
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.
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