Jump to content

koboldNinja

Members
  • Posts

    87
  • Joined

  • Last visited

  • Feedback

    100%

Profile Information

  • Gender
    Male

Recent Profile Visitors

2603 profile views

koboldNinja's Achievements

Iron Poster

Iron Poster (3/10)

10

Reputation

  1. Approximately 230k xp, I will provide a dragon pickaxe. Powermining iron is preferable but mlm is also fine. I have the armor from the Varrock diary to make powermining slightly faster. Currently accepting offers for price. Thanks!
  2. Script name : Khal Warrior Guild Trial length : 6 hours, but longer is better if possible Reason for trial : Making several accounts that I want to get defenders on, would be nice to be able to save myself the effort Are you going to give feedback? : Yes, assuming I don't get banned during the trial (no negative feedback because I'm not paying for anything)
  3. Only things I really enjoy doing on RS anymore are raids and pking, which are just as fun on a med level which wouldn't take long to make. Besides... I feel like a lot of us play RS because we can't stop, not because it's actually fun. The game is just an endless grind. I really want to find some other hobbies, work on my social life, and find some other games that are actually entertaining.
  4. 2k total, max combat. Has quest cape as of 4/21/18. Untradables include slayer helm(i), b ring(i), salve amulet(i), archers ring(i), full elite void, 4 dragon defenders, 23 fire capes (yes, 23.), fighter torso, ava's assembler, herb sack, gem bag, mage arena 2 cape, rune pouch, full rogue outfit, arclight, xeric's talisman w/ raids teleport unlocked, barrows gloves, anchor, and whatever else you get from doing everything for quest cape. Has augury, rigour, and preserve unlocked Has all hard diaries done and all elites except for Kandarin, Desert, Fremennik, Falador, and Karamja Has full favor in all Zeah houses Has Kraken, Heron, and Skotizo pets If people could give me an approximate price, that would be awesome. I'm currently a full time student, so I don't have much time to play and I kinda need the money. I know I don't have the post count to sell accounts yet, but I plan on doing some services for people and maybe selling off some of my pures over the next few weeks, so I should get it pretty soon.
  5. Did regicide for 2m, everything went smoothly.
  6. Hello there my dudes. I'm currently planning some routes for deadman seasonals/tournies. I'm mainly just looking to get some practice in doing certain quests as fast as possible. Looking to do these quests for these prices: Desert Treasure: 4m Death Plateau: 800k Biohazard: 1m Animal Magnetism: 1200k The Fremennik Trials: 2m The Fremennik Isles: 2m Haunted Mine: 1m Holy Grail: 1m Horror from the Deep: 1m The Grand Tree: 1m Tree Gnome Village: 1m Monkey Madness: 3m Lunar Diplomacy: 3.5m Priest in Peril: 800k Regicide: 3m Underground Pass: 3m These are the ones I can remember off the top of my head that I'd like to practice. I can do any other quest (have quest cape on my main) with negotiable prices. Can also do fire capes, mage arena 2 capes, void, and skilling. Again, prices are negotiable. I can take payments in 07 GP or PayPal. PM me for my Skype or Discord if you would prefer to use those instead of OSBot messaging. TOS:
  7. I'd actually do this for free. Never actually done a firecape service before, but I have like 20 capes on my main. I just want to get some practice doing it on an acc with lower stats. All I need is welfare gear and an inv of pots.
  8. Awesome, thanks liverare! I can't promise that I'll be successful, but I'll try to have something working finished in a week or two. More than happy to share it with everyone once I'm done.
  9. Sure. The AHK version doesn't have a gui or anything, but it still works perfectly fine. PM me if you want the code and I can tell you how to set it up for specific gear/prayer/spellbook setups. It wouldn't be a complete script that could go on the SDN or anything, but perhaps I could just use osbot to read info from the client and then pass it to ahk? Again, it's a crude solution, but it does seem like a functional workaround.
  10. Would you be willing to give me some tips or a brief explanation on how you implemented multi-way prayer flicking? I'm not asking for source code or anything, just looking for a few pointers and help getting started. If you'd be willing to help me out with this, I'd really appreciate it! Awesome script, by the way.
  11. Ideally, the user would press a key, input would be disabled, the bot would preform a switch, then input would be re-enabled. I could just use mouselistener to send all of the clicks from the user to the client... But that seems like a crude solution, and I'm not sure how well it would work. Will mouselistener also record things like click and drag? Being able to move the camera with the scroll wheel button is something I'd like to keep working while the script is running. How I did this in ahk (is unfinished and doesn't allow user to set custom gear yet): w:: ; switch to range gear BlockInput MouseMove send {esc} RandSleep(5,10) MouseGetPos, startX, startY ImageSearch, X, Y, 0, 0, A_ScreenWidth, A_ScreenHeight, C:\Users\name\Desktop\OSRS_Item_Images\avasAssembler.png Random, pos_x, X, X+10 Random, pos_y, Y, Y+10 If (ErrorLevel == 0) { MouseMove, %pos_x%, %pos_y%, 0 Click } RandSleep(5,10) ImageSearch, X, Y, 0, 0, A_ScreenWidth, A_ScreenHeight, C:\Users\name\Desktop\OSRS_Item_Images\VoidRangeHelm.png Random, pos_x, X, X+10 Random, pos_y, Y, Y+10 If (ErrorLevel == 0) { MouseMove, %pos_x%, %pos_y%, 0 Click } RandSleep(5,10) ImageSearch, X, Y, 0, 0, A_ScreenWidth, A_ScreenHeight, C:\Users\name\Desktop\OSRS_Item_Images\toxicBlowpipe.png Random, pos_x, X, X+10 Random, pos_y, Y, Y+10 If (ErrorLevel == 0) { MouseMove, %pos_x%, %pos_y%, 0 Click } RandSleep(5,10) ImageSearch, X, Y, 0, 0, A_ScreenWidth, A_ScreenHeight, C:\Users\name\Desktop\OSRS_Item_Images\necklaceOfAnguish.png Random, pos_x, X, X+10 Random, pos_y, Y, Y+10 If (ErrorLevel == 0) { MouseMove, %pos_x%, %pos_y%, 0 Click } RandSleep(5,10) MouseMove, %startX%, %startY%, 0 BlockInput MouseMoveOff return
  12. I'm currently working on making an autoswitcher for osbot. Is there a way to allow user input to the client, then temporarily block input and allow the bot to complete an action in response to a key press or something? I've had the script working in autoHotKey for a while now, but it uses image recognition and something that can actually interact with the client like OsBot would be a lot better. If anyone has any idea how to implement something like this, please let me know. I would really appreciate it. Thanks.
×
×
  • Create New...