- Joined
- Nov 5, 2014
- Messages
- 157
What monsters are u fighting?I think the looting should be improved. The script missed a golden beam for me, but overall it's pretty solid. Made almost 300m so far in the past week and a half.
By registering with us, you'll be able to discuss, share and private message with other members of our community.
Sign up now!What monsters are u fighting?I think the looting should be improved. The script missed a golden beam for me, but overall it's pretty solid. Made almost 300m so far in the past week and a half.
Could you make a mode where the bot attacks multiple monsters at once? Like tag 3-4 monsters and then let auto retaliate do most of the work? I tried to set the bot to target 3 monsters at once, but it wasn't really working for me. This would really help out exp rates at certain monsters and I feel is more fluid and human like than just attacking one monster at once.
the script works really well it just doesn't have a paint anymore for some reason lol
It had paint for me just 10 minutes ago.
But I don't like how it rarely picks up loot, even in periods of waiting for monster spawns.
Could you possibly add a Rejuvenate option for RS3 users? This would need to equip a shield, activate the ability and switch back to the item unequipped.
it would be great if ur paint was a bit more informative like current lvl levels gained time till next level stuff like that
One thing that could really save on time is loading loot from a file. This is fairly easy to do, just use this:
Just make the file path user home and the text file "loot.txt". This will save a ton of time with a little bit of work.Code:List<String> lines = Files.readAllLines(yourFilePath, charset); String[] arr = lines.toArray(new String[lines.size()]);
@Ozzy
What I would like to see is,
Own profiles(that I can save)
Pots support(all pots including flasks and super melee potions etc.)
Eat for loot(eats when no space in inv)
option pick up anything above 4k.
wait for loot(ASAP please)
Option to pick "golden beams"
Bugs:
It doesnt pick up selected items that are stack able when inv is full(like charms or coins)
It doesnt attack closest npc for some reason
It doesn't click a prayer potion, just hovers on them, then moves on to next prayer potions, and so on.
I think the looting should be improved. The script missed a golden beam for me, but overall it's pretty solid. Made almost 300m so far in the past week and a half.
- Greatly improved ability usage (will now prioritise ultimate > threshold > basics, no matter what the order is on the bar), healing abilities will now be top priority although I only have the saradomin godswords ability added at the moment.
just tried on my desktop too gui will not open
Doesn't open for me either.
Seems like it's not a personal problem.
Exception in thread "Bot-MassFighter" (09:11:22) java.lang.NoClassDefFoundError:
scripts/MassFighter/GUI/Main
(09:11:22) at scripts.MassFighter.MassFighter.new(m:147)
(09:11:22) at scripts.MassFighter.MassFighter.onStart(m:60)
(09:11:22) at com.runemate.game.api.script.framework.AbstractScript.start(f
tb:25)
(09:11:22) at a.aI.run(hlb:7)
(09:11:22) Caused by: java.lang.ClassNotFoundException: scripts.MassFighter.GUI.
Main
(09:11:22) at java.lang.ClassLoader.findClass(Unknown Source)
(09:11:22) at java.lang.ClassLoader.loadClass(Unknown Source)
(09:11:22) at java.lang.ClassLoader.loadClass(Unknown Source)
(09:11:22) at a.Ln.loadClass(dgb:208)
(09:11:22) ... 4 more
I'm powerless to revert the update or ask what may have caused this issue until Cloud comes online, I have the error and I'll do what I can as soon as possible, sorry.
Code:Exception in thread "Bot-MassFighter" (09:11:22) java.lang.NoClassDefFoundError: scripts/MassFighter/GUI/Main (09:11:22) at scripts.MassFighter.MassFighter.new(m:147) (09:11:22) at scripts.MassFighter.MassFighter.onStart(m:60) (09:11:22) at com.runemate.game.api.script.framework.AbstractScript.start(f tb:25) (09:11:22) at a.aI.run(hlb:7) (09:11:22) Caused by: java.lang.ClassNotFoundException: scripts.MassFighter.GUI. Main (09:11:22) at java.lang.ClassLoader.findClass(Unknown Source) (09:11:22) at java.lang.ClassLoader.loadClass(Unknown Source) (09:11:22) at java.lang.ClassLoader.loadClass(Unknown Source) (09:11:22) at a.Ln.loadClass(dgb:208) (09:11:22) ... 4 more
Could you please help me out when you see this @Cloud?
SwingUtilities.invokeLater(new Runnable() {
public void run() {
gui = new GUI();
gui.setVisible(true);
}
});
I use
Code:SwingUtilities.invokeLater(new Runnable() { public void run() { gui = new GUI(); gui.setVisible(true); } });
mine works fine
bro why its not work for Runescape old school?
No worries, lets just hope it gets fixed fast.
I use
Code:SwingUtilities.invokeLater(new Runnable() { public void run() { gui = new GUI(); gui.setVisible(true); } });
mine works fine
Hi im trying to use the bot at rorarius, it works if i dont enable soulsplit/quick prayers, but if i enable them it doesn't attack :/. I have a full invent of prayer flask (6)
We use essential cookies to make this site work, and optional cookies to enhance your experience.