mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-06 16:50:40 +00:00
[METHOD FIX] Fixed Combining Method
This commit is contained in:
@@ -260,9 +260,9 @@ public class Inventory {
|
|||||||
|
|
||||||
if (io != null) {
|
if (io != null) {
|
||||||
if (it != null) {
|
if (it != null) {
|
||||||
Menu.interact(io, Items.Option.USE.getActionId());
|
io.interact(Items.Option.USE);
|
||||||
Time.sleep(50, 100);
|
Time.sleep(50, 100);
|
||||||
Menu.interact(it, Items.Option.USE_WITH.getActionId());
|
it.interact(Items.Option.USE_WITH);
|
||||||
Time.sleep(50, 100);
|
Time.sleep(50, 100);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
@@ -285,9 +285,9 @@ public class Inventory {
|
|||||||
|
|
||||||
if (io != null) {
|
if (io != null) {
|
||||||
if (it != null) {
|
if (it != null) {
|
||||||
Menu.interact(io, Items.Option.USE.getActionId());
|
io.interact(Items.Option.USE);
|
||||||
Time.sleep(50, 100);
|
Time.sleep(50, 100);
|
||||||
Menu.interact(it, Items.Option.USE_WITH.getActionId());
|
it.interact(Items.Option.USE_WITH);
|
||||||
Time.sleep(50, 100);
|
Time.sleep(50, 100);
|
||||||
sleepCondition.isValid();
|
sleepCondition.isValid();
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user