OSRSPsycheDelic Posted August 21, 2017 Posted August 21, 2017 You could check for membership status by attempting to hop to a P2P world and check if the dialogue pops op telling you you are not a member :p
JohnDoe1 Posted August 21, 2017 Posted August 21, 2017 pretty sure it's login code 12 if that's what you mean if you mean can you like change a 'false' to 'true' to grant you membership? no is the answer. it's server sided by Jagex
filthycasual Posted August 21, 2017 Author Posted August 21, 2017 45 minutes ago, OSRSPsycheDelic said: You could check for membership status by attempting to hop to a P2P world and check if the dialogue pops op telling you you are not a member :p yeah ikr but i assume there is a variable storing iti somewhere which wud be easier 23 minutes ago, JohnDoe1 said: pretty sure it's login code 12 if that's what you mean if you mean can you like change a 'false' to 'true' to grant you membership? no is the answer. it's server sided by Jagex I'm not familiar with login codes, can you give me the relevant method to get it? and nah, i'm not thaaat retarded
Juggles Posted August 21, 2017 Posted August 21, 2017 Just store the variable yourself. After activate bond, int bondActivated = 1; Quote if bondActivated==1 { //isMember } else { activateBond; }
Night Posted August 21, 2017 Posted August 21, 2017 40 minutes ago, Juggles said: Just store the variable yourself. After activate bond, int bondActivated = 1; Booleans :P
Juggles Posted August 21, 2017 Posted August 21, 2017 7 minutes ago, Night said: Booleans :P Im more of an int guy :p