Jump to content

Extreme Scripts

Trade With Caution
  • Posts

    10702
  • Joined

  • Last visited

  • Days Won

    27
  • Feedback

    96.2%

Everything posted by Extreme Scripts

  1. If by "options menu" you're referring to GUI (graphical user interface) then you would have to design one using a builder of your choice (Windows builder pro) for eclipse add on is recommended. Then import you're class like this in your class file that contains the onLoop etc import PackageName.guiName; Then in underneath the "Class extends Script" part write: (Creating an object so it's easier to refer to) guiName GUI = new guiName(); In your onStart() method set it visible: GUI.setVisible(true); Finally in your onLoop() method give it the condition: while(GUI.isVisible()){ sleep(100); } I would recommend looking in the "Tutorials" section for @Pandemic's tutorial on beginner scripting, no offence but it doesn't seem as if you know much. Basic knowledge of java is quite essential otherwise you will find it tricky. Anyhow good luck
  2. New avatar - Text must have Divinity Scripts
  3. If you have issues with your scripts then clearly your not choosing the correct scripts to purchase. MANY of the scripters on the SDN are extremely active whereas SOME don't bother unless its once in a while... As much as i agree with the fact it is wrong to not receive support after u purchase, i also think you hold the responsibility in choosing the correct script which comes with the support. So really i don't see it anyone's fault but your own.
  4. Thats why i said in a FEW versions :P
  5. Basically my script in a few versions :P not gonna say no to competition so goodluck anyway
  6. You better not be making a farming script
  7. Started development on this script wanted to get your opinions before releasing! Info on the spell: http://2007.runescap...wiki/Plank_Make More Info: http://2007.runescap...ki/Lunar_spells Required quests: Lunar Diplomacy, Dream Mentor Required Magic Level: 86 Exp p/hr= 166,000 exp profit p/hr (mahogany)= 314,500 gp p/hr Spell requires the following in the inventory: A stack of GP, 15 Earth Runes, 2 Astral Runes, 1 Nature Rune, and a full inventory of Logs, Oak logs, Teak logs, or Mahogany logs. Profit math: 2 astral rune= 80x2=160gp 1 nature rune= 250gp =410 gp + mahogany log= 370gp = 780gp mahogany plank= 2,000gp -780gp =1220gp - 1050gp (cost to cast spell, -70% of saw mill) =170gp profit per a mahogany plank made. 170gp x 1850 casts per hour (max) = 314,500gp p/hr As you can see you can make a huge profit from it and im taking it on the basis of about 300-350 fails just to be on the safe side of accuracy. How much would you pay for it ? (vote above) Credits to: @Tyjaka
  8. Edit: Oooooooooooooooooooh shit didn't see those brackets there.... facepalm
  9. No dude i mean like this: if ((script.client.getRunEnergy() > MethodProvider.random(25, 40) && !script.isRunning() || script.myPlayer().isUnderAttack()) && !script.isRunning()) { For every || you have you have to declare any existing logic, it doesn't carry over by itself
  10. With your current code it will click running on/off even if it is running due to your first statement so just add the !script.isRunning() before you handle the under attack part
  11. Only suggestion is here : add: !script.client.getRunEnergy() > MethodProvider.random(25,40) && !script.isRunning() || That's probably the only thing i can see wrong, cos if its under attack and above the run energy it will just keep clicking run on/off
  12. Edit: Can't see anything wrong with the walker off the bat, try printing out your states and see if you're in the walking state still ?
  13. I was actually creasing from laughter U heard him chains + whips excite him... inb4 next Fifty Shades of Grey (kid version)
  14. Alek is going innnnnnnnnnnnnnnnnnnnnnnnnnnn!
  15. Really like your work man, very clean and clear. If your willing to make a bit paint in the future id defo look forward to the design
  16. As the title states looking for someone to make a Bot Paint for me for one of my upcoming scripts free of charge.. If interested add my skype: JavaKidProgramming Thanks
×
×
  • Create New...