Jump to content

moler

Members
  • Posts

    8
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

moler's Achievements

Newbie

Newbie (1/10)

0

Reputation

  1. hi guys, iv got a - DefaultModelList myLoot; I'm kinda stuck converting this list into a working looting method. any help is appreciated.
  2. ok iv get that working, thanks guys, o 1 last thing, iv got a built GUI in netbeans, but my main script is being built in eclipse, is there anything I need to do to make them work together? iv added all the command in the gui and built the start button, just not 100% sure how to attach them, do I just copy the GUI.class from netbean into eclipse under the main script class? thanks agen guys, much appreciated with the regex help 2day
  3. umm, looking at the regex methods, I might not always no when the word I'm looking for will start, but if I no the word before it, and the word after it, can I grab all the text from between that? e.g. brown hair, blue eyes, pink lipstick, purple glasses say I just wonted to grab - pink, it might not always be in the same place, but it will always be between = eyes, lipstick btw i really appreciate all the help, I'm really wonting to learn java well, not just for runescape, tryin many different things
  4. iv accually just been looking at regex, iis there a method to only read numbers, then can I make that into and int for counting with? basicly like this = String text = "Hello, my name is bob, and I'm 37"; int age = 37; Thanks for this
  5. thanks, gunna look into this right away, much appreciated, il let you no how I get on, thanks again its not just about teleports, I wonted it for poison, antifire, kills remaining on slayer task ect... but thanks for the post appreciated, I just need to use the server messages for most of the things needed to be stored
  6. yes I have that part, its mainly the trimming part I'm struggling with, is there anywhere I can read up? can some1 pnt me in the right direction? I'm not really sure what I need to read up on when it comes to trimming text :p
  7. umm, so is there no way to grab the server messages? and if so I still need help on how to grab the text I need from it
  8. I'm struggling with my onMessage(), this is what I wont - e.g. when it comes up in chat box - your ring of dueling has 6 charges remaining. how do I go about storing only certain parts of that text e.g. ringName = ""Ring of dueling"; chargesLeft = 6. thanks in advance to anyone that can help me
×
×
  • Create New...