Jump to content

Isolate

Lifetime Sponsor
  • Posts

    2136
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Isolate

  1. Letting post count whores get all their post count in the local script section? ever since i've been here this: http://osbot.org/forum/topic/10172-thinkingofyous-humidifier-60k-magic-xph-beta/page-7#entry544274 has been out dated, never updated, never looked at. download link has been broken nearly the whole time. but yet kids post shit like this: and then returning to the local script sections you'll notice: the master of top quality posts himself: shit like this happens on a weekly basis where someone will go through all local script sections posting some stupidly vague comment on each thread most likely without reading it....
  2. Isolate

    Time online

    its cute too see who has no life though
  3. i think all he means is something that when a trade is open offers all items in the users inventory.
  4. poor hearth
  5. the interface debugger only shows information for known interface IDs you need to use the option 'interface' in the left hand list, then it will show the ID of what you hover over
  6. oml i do. i have mySQL database with a phpMyAdmin table counting the current sessions. the php then grabs the sessions and displays the total amount with php. what i was asking is if opening a URLstream counts as a session so i can count total users and restrict the amount
  7. does opening a URL stream in java count as users online?
  8. yes advertise you're under age after accepting the 18 year old agreement
  9. strange question, could you: public int loop(){ if(firstScript){ scrtipOne(); }else if (secondScript){ scriptTwo(); } } public int scriptOne(){ //thecode } public int scriptTwo(){ //thecode } (void most likly better used void but this was faster to write) or would this be a bad way of doing it?
  10. Mewhewhahahhahahahah I don't use it like that XD i think the only time ive used an array reinitialize for a int[] would be when i made my looting options method.
  11. only reason id every use that = int[] var = new int[2]; var[0] = 22; var[1] = 444; var[2] = 777;
  12. but if you're using it in an if statement why cant you just return true or false instead
  13. y u boolean inside boolean :'(
  14. oh wait im a dope XD int[] parentIDs = 1,2,3,4; public boolean parentIsValid{ for(int i : parentIDs){ if(client.getInterface(i).isValid || client.getInterface(i.isVisible){ return true; } } return false; }
  15. or he could do: RS2Interface Parent; int[] ParentIDs = 1,2,3,4; RS2InterfaceChild; int[] ChildIDs = 5,6,7,8; public boolean parentIsValid(){ for(int i = 0; i < parent.length(); i++){ if(client.getInterface(ParentIDs[i]).isVisible && client.getInterface(ParentIDs[i]). isValid){ return true; } } return false; } Loop(){ if(parentIsValid){ handleChildren(); }else{ //talk to that bitch; } } public void handleChildren(){ //similar to handle children }
  16. would be a shame if this was a bag buyer
  17. did lel
  18. so pretty much, what we all get out of this is. the greedy want to be more greedy?
  19. was expecting something like this: here
  20. not even movie connection .... just because you have the mask/face...
  21. Isolate

    common GUI

    why does everyone hate JFormD?
  22. yea... my client kinda refuses the acknowledge the ore veins.... like it refuses to interact with them....
  23. You Can Do Alot With Java... You Can Download, Copy ,Delete, Rename, Upload. Just Wondering If It Happens To Do Anything With Them Other Than Initially Run Them...
  24. Does the client in any way at all do anything with local scripts apart from run them for the user who has them. Anything AT ALL... -.-
  25. i would but i ran into a problem with it...
×
×
  • Create New...