Jump to content

roguehippo

Members
  • Posts

    157
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by roguehippo

  1. Would I be able to release it for free do you think? thanks
  2. Im aware of the scripter status, I just have to finish something that i want to be put out for free. but it says in the script rules here : https://osbot.org/forum/announcement/62-script-rules-read-before-applying/ "List of premium scripts not allowed on SDN:... -Simple magic scripts, must be AIO or minigame" would an "AIO" splash alching script be considered simple?
  3. Hey there people, Very long time no see. I wanted to get back in the game so I created a script ive been thinking about for a while. here are some details roguehippos Splash Alcher ~Features~ Easy setup (will start splashing on any agro'd mob) Casts Any Debuf Spell (confuse, curse , stun, etc)(1-80) Option to alch after each splash 189k magic xp/hr. ~1.4gp/xp Plan on adding: ReAgroing after a logout Hopping worlds if someone took your splashee (side note) I might be mistaken but I think I remember something along the lines of not being allowed to release magic scripts that only do one thing? Would i be allowed to release this as a paid script? thanks for your time
  4. just bought 7m. very easy and fast. succeeded where all the other major gold sites game me annoying "proxy" errors when attempting to buy. thanks
  5. just came here to post about getting an error on "tabs.getOpen()" . I also cannot interact with inventory objects (where it was working fine before the update). i wonder if the update broke or changed some things?
  6. Hey there community, I am making this post in order to let you know about my new script and in order to try and submit it to the sdn! ?I was trying to think of a useful script to upload for an attempt at a first script upload to the sdn. The price of zammy robes seems quite high (around 2k a piece) so i decided to whip up a script to farm them, it was a bit bigger than I thought but it handles alot. Anyway , on to the script. What It Can Do Kills Zammy monks in chaos altar by goblin village, loots robe pieces for $$$, banks in falador west bank, has option for teleport to fally World Hops for optimal monk murdering, eats any food + sets food automatically, wine drinking support. pray melee + restore at altar LINK TO GUI EXAMPLE LINK TO SCRIPT EXAMPLE It is pretty much working, let me know if anyone is willing to test it out before I send it out to be uploaded.
  7. hey guys, its been a while since ive posted a new script and wanted to once again let the community know im still alive and trying to create new scripts but i have a job now so a bit low on time. anyways. i just finished this great script for cannoning slayer tasks because i wanted to train some alts. Im hoping to eventually release this is a cheap script as a first script after i am allowed to upload paid scripts onto the sdn. now onto the script... WHAT IT CURRENTLY SUPPORTS: safe spotting , refilling cannon with cannonballs repairing cannon , attacking agro'd mobs , paints safespot praying any protect prayer while refilling cannon drinking prayer potions, drinking antipoison or antidote++ eats any food or drinks wine, stops when slayer task runs out! option to paint cannon (to make sure you selected the right cannon) easy to use gui MIGHT ADD IN FUTURE : combat stat potions (ranging , super attack / str) looting drops (possibly off grande exchange price) attacking mobs only in user created area (currently attacks closest , with a filter) please let me know what you think of this and if you would be interested in purchasing this script or any suggestions on things I could possibly add. hope you have a nice day.
  8. i guess ill try to get scripter status again. every time i try it takes like 3 weeks to get a reply and its always some small thing that denies my script like using the right curly brace syntax. very demotivating but i will start trying again.
  9. Problem was just with my internet provider i guess. only some websites would timeout consistently, i guess its fixed now.
  10. Hello, im trying to upload a script and my browser on my laptop times out whenever i go to osbot.org/gitweb but its fine if i open on my phone. anyone got any ideas?
  11. im shamed to admit that i didnt know there was a cooking pot next to this one. should i update the script to work there aswell?
  12. umm its the one across from the cows. and above goblin fishing spots sorry i cant think of where the other one is.
  13. Hello guys long time no see. I wanted to keep myself practiced with scripting so I decided to remake an older script I had. This is a chicken cooker script. It will walk to the lumbridge chicken pen and pick up chickens that bots are probably always killing and cook them at the cooking pot right next door. This is great for mass creating accounts that need cooking but you dont want to invest any money into it. can probably get 30 -40 cooking in a night but i havent made paint / xp /hr stuff yet so i cant be sure. Hope you guys enjoy hopefully i can use this to get a scripter status. lemme know if you have any problems, enjoy! edit: added paint for xp / time tracking and fixed door opening bug from a distance. update: now drops axes and bones it accidentally picks up (should i make it have an option for burying accidentally picked up bones?) (17k xp per hour taken at level 30~) not bad for picking it up off the ground huh! http://www.mediafire.com/file/rltsoa1ak33ylc3/RHChickenCooker.jar
  14. ahhh i understand now, thanks for the clarifications.
  15. when submitting a script, I was told to only use root widgets for static id's, I dont know if i understand this completely. Can anyone elaborate on what this means. here is an example of me using a widget from the script. RS2Widget cookingWidget = getWidgets().get(270,14); if(cookingWidget != null) { String[] availableActions = cookingWidget.getInteractActions(); for(String s: availableActions) { if(s.equals("Make")) { if(cookingWidget.interact("Make")) { probablyMakingPies = true; mySleep(1000); } } } }
  16. i know stop() works, but i didnt want it to stop the script. It would probably work for now. and i could create my own method by why have the method in the client in the first place if it doesnt work. im checking to see if its somehow related to how im calling it. ANSWER: I feel dumb. Instead of returning the true or false return value it was just returning false. but now the problem is that it will not pause the script after calling "pause();" (i need it to stay logged out instead of just instantly logging back in)
  17. the reason im not using that is because i already tried that first and it still didnt work
  18. hello, im trying to logout when an enemy is seen. i can get to the log out function but when i call the code nothing happens. this is what im calling. if(logoutTab.logOut()) { sleep(150); pause(); } //logs out then pauses the script anyone got any ideas?
  19. ahhh, i was not doing this. so this will sleep for 5000 millisecond if the player is under attack? may i ask what the .sleep() is doing in this example?
  20. I recently attempted to uploaded a script, and was told that i needed to use conditional sleeps. is this what he was referencing? (because all my sleeps are wrapped in a condition as shown above) im just a little confused.
  21. i already have sdn access if thats what you mean. i tried to submit my script weeks ago. if i did something wrong i would atleast like to heave feedback.
  22. Hello, I have been trying to upload my first script for a while now but I dont really know what step of the process I am in.I have git access, I made a directory for my scripts according to how the guide does it, and commited and pushed a script. That was a while ago and i havent really seen any feedback. I'm guessing i messed up the process somewhere but I am wondering if there is any way i can tell what i did wrong. I think it said something about not asking the admins about updates constantly so I hope this isnt against the rules its just been over a week and ive heard nothing,is this normal.
  23. ive made 10m in the past week from selling apple pies and pie shells. you have to wait for someone who wants pies to buy them. look at graphs from rsbuddy or ge tracker to see the prices (obviously the prices will go down to meet the new flood of pies but i need to upload a script and its free, and hey if the pies go down in price it will be the cheapest and fastest cooking xp in game.)
  24. I submitted an upload to the sdn and was hoping it would be up for free soon. Should I put up the jar file for people to download? PieMaker.jar heres the code if anyone wants.
  25. Hey there everyone, im making this post to announce a new script im releasing in order to hopefully have something on the sdn to become a scripter I and II. it is a very profitable method in both f2p and p2p . I know the prices will crash but when the market is good it is easy to make like 500k+ an hour in f2p making apple pies or pie shells. In p2p the uncooked pie prices can get pretty high when looking at the higher pies. They are mostly used for the bake pie lunars spell so if the price ever goes down low enough bake pie bots will be great. the limiting factor here is that you can only but 500 pie dishes every 4 or 6 hours so you need multiple accounts buying those if u want to make a lot of gp. Features: Combines ingredients to form any pie members and non members! ~1800 pies / hr (2 ingredient pies) Banks and logs out when you cant get a full inv of ingredients. Screenshots:
×
×
  • Create New...