This commit is contained in:
Danial
2021-10-07 15:56:23 +13:00
parent 4dd586ccd5
commit f7dd9f43d7
2 changed files with 1 additions and 7 deletions
@@ -4,13 +4,7 @@ import ParaScript.data.Variables;
import org.parabot.environment.api.utils.Time;
import org.parabot.environment.scripts.framework.Strategy;
import org.rev317.min.api.methods.Game;
import org.rev317.min.api.methods.Inventory;
import org.rev317.min.api.methods.Players;
import org.rev317.min.api.wrappers.Player;
import org.rev317.min.api.wrappers.Tile;
import org.rev317.min.api.wrappers.TilePath;
import javax.swing.plaf.synth.SynthTextAreaUI;
public class FightingReturnToCoords implements Strategy {
@Override
+1 -1
View File
@@ -411,7 +411,7 @@ public class UI extends JFrame {
});
fightingPanel.add(fightingBuryBones);
// Should we hold a position (aggressive npcs) return after collecting items
// Should we hold a position (aggressive npcs, ranging) return after collecting items
JLabel lblReturnPosition = new JLabel("Return Position");
lblReturnPosition.setForeground(Color_WhiteSmoke);
lblReturnPosition.setBounds(200, 40, 150, 20);