Jump to content

DKoumane

Lifetime Sponsor
  • Posts

    11
  • Joined

  • Last visited

  • Feedback

    0%

About DKoumane

Profile Information

  • Gender
    Male

Recent Profile Visitors

1063 profile views

DKoumane's Achievements

Newbie

Newbie (1/10)

4

Reputation

  1. It worked! Thank you very much! I have a question though, does this script support rune pouches? It banks mine automatically. So as a work around for now im using mist staff, tomb of fire, and astrals in invo. But it'd be nice to have a rune pouch to save some money on the tome of fire!
  2. - What is the bug? Script idles and sits there once I start it. - How did you make the bug happen? Bought it for my first time today, started it up like any other script, set up the interface settings, and then it just sits and idles once I click start. Tried various ways to trouble shoot/work around. EX: Placed pure ess in invo. before starting script. Once started it banks all the ess then goes back to idle. What I'm trying to do: Lava runes (fire altar) using binding neck, ring of dueling, and magic imbue w/ NPC contact. Runes are supplied by rune pouch and mist staff. - Screenshot of your exact setup interface settings
  3. OSBot Voucher Value ; $3 (Paying in 07GP) Have you added my Skype? ; Yes.
  4. Hi Jack, I am unable to send you a message, so I hope this is okay. A couple days ago I was staking and I realized that there must be percentages and odds dependent on stats and formulas. I began studying a Runescape forum post about the combat system, and learned about how hits work. I am very interested in your script, and I requested a free trial on your forum post, but I am also more interested in learning the logic behind it. I did a little coding to make a basic c++ script that will t...

  5. Hi Jack, the link to the thread seems to be broken now.. May I please have a free trial? Also, may I PM you? I have a question to ask if you don't mind. Thanks!
  6. Thank you for the response. I had the break timer set up for 42 minutes when the script terminated itself. Now the script is working flawlessly again. It must have been something on my part that caused it to fail. I now have 94 Mage and it took about 3 days. Thank you!
  7. Hello Czar. Firstly I'd like to say thank you for your work on this script. I purchased it two days ago and have been very impressed. I have gained 9 levels so far and am currently level 89 Magic. Yesterday afternoon however I came back from class and noticed that the script terminated itself. I looked at the log and saw that it terminated after the break handler on OSBot. So I began testing 1 minute intervals just to enable the break handler and again the script terminated itself upon logging back in from the break. I don't recall that happening before to me, but now it seems to be doing it each time. Did I do something for the script to break? I have enough runes. I am using the stun-alch on fast mode, and have "log off when out of runes" enabled. Thank you you very much!
  8. Thank you everyone! I will look into it. I appreciate the very fast responses!
  9. Hi all. I've been wanting to get into making scripts for a while now. I have no classroom knowledge of Java, but I am familiar with C++. I have taken the introductory to C++ course, which taught me the basics (types, syntax, functions, if-statements, etc), and I just recently finished a course on Object Oriented Programming (it involved a lot of class types) and it looks very similar to this Java coding. I just started playing around with java and following Apaec's basic guide, I can now get my character to attack cows. But here is where I feel I need exposure to: I've been seeing bits of other example codes and I've seen functions such as "isUnderAttack()" or "myPlayer()" and I was wondering if there is a list of these functions I could view. I am trying to incorporate eating in my basic cow killer, just to play around and get more familiarized with RS coding. I assume it would be something like... private static final int pike = 351; //pike if (myPlayer.hitpoints() < 5) { inventory.pike.interact(pike); } This is just an assumption. I don't know if there is a hitpoints() function, or if my syntax is correct. I hope I'm not confusing anyone. Pretty much is there a list of functions that I can see that exists? Any steps in the right direction would greatly be appreciated as well. Thank you all!
×
×
  • Create New...