iworldwalker: add Barcrawl bars (except grand tree one), add lots of farming patches,add Gertrudes Cat quest notes, add Paterdomus Temple, fix Wizard tower point to outside
iutils: removed draynor and varrock west deposit box
This commit is contained in:
parent
572c960d54
commit
9216f9b6a1
|
@ -23,7 +23,7 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
version = "1.1.0"
|
||||
version = "1.2.0"
|
||||
|
||||
project.extra["PluginName"] = "iUtils"
|
||||
project.extra["PluginDescription"] = "Illumine - Utils required for plugins to function with added automation"
|
||||
|
|
|
@ -79,7 +79,6 @@ public class Banks
|
|||
ObjectID.BANK_BOX,
|
||||
ObjectID.BANK_BOX_31949,
|
||||
ObjectID.BANK_CHEST_34343,
|
||||
ObjectID.BANK_DEPOSIT_BOX, //Varrock West Bank Deposit Box
|
||||
ObjectID.BANK_DEPOSIT_CHEST,
|
||||
ObjectID.BANK_DEPOSIT_BOX_25937,
|
||||
ObjectID.BANK_DEPOSIT_BOX_26254,
|
||||
|
@ -172,7 +171,6 @@ public class Banks
|
|||
ObjectID.BANK_BOX,
|
||||
ObjectID.BANK_BOX_31949,
|
||||
ObjectID.BANK_CHEST_34343,
|
||||
ObjectID.BANK_DEPOSIT_BOX, //Varrock West Bank Deposit Box
|
||||
ObjectID.BANK_DEPOSIT_CHEST,
|
||||
ObjectID.BANK_DEPOSIT_BOX_25937,
|
||||
ObjectID.BANK_DEPOSIT_BOX_26254,
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* All rights reserved.
|
||||
* Licensed under GPL3, see LICENSE for the full scope.
|
||||
*/
|
||||
package net.runelite.client.plugins.iworldwalker;
|
||||
package net.runelite.client.plugins.iworldwalker.farming;
|
||||
|
||||
import lombok.Getter;
|
||||
import net.runelite.api.coords.WorldPoint;
|
|
@ -3,7 +3,7 @@
|
|||
* All rights reserved.
|
||||
* Licensed under GPL3, see LICENSE for the full scope.
|
||||
*/
|
||||
package net.runelite.client.plugins.iworldwalker;
|
||||
package net.runelite.client.plugins.iworldwalker.farming;
|
||||
|
||||
import lombok.Getter;
|
||||
import net.runelite.api.coords.WorldPoint;
|
|
@ -3,7 +3,7 @@
|
|||
* All rights reserved.
|
||||
* Licensed under GPL3, see LICENSE for the full scope.
|
||||
*/
|
||||
package net.runelite.client.plugins.iworldwalker;
|
||||
package net.runelite.client.plugins.iworldwalker.farming;
|
||||
|
||||
import lombok.Getter;
|
||||
import net.runelite.api.coords.WorldPoint;
|
|
@ -3,7 +3,7 @@
|
|||
* All rights reserved.
|
||||
* Licensed under GPL3, see LICENSE for the full scope.
|
||||
*/
|
||||
package net.runelite.client.plugins.iworldwalker;
|
||||
package net.runelite.client.plugins.iworldwalker.farming;
|
||||
|
||||
import lombok.Getter;
|
||||
import net.runelite.api.coords.WorldPoint;
|
|
@ -3,7 +3,7 @@
|
|||
* All rights reserved.
|
||||
* Licensed under GPL3, see LICENSE for the full scope.
|
||||
*/
|
||||
package net.runelite.client.plugins.iworldwalker;
|
||||
package net.runelite.client.plugins.iworldwalker.farming;
|
||||
|
||||
import lombok.Getter;
|
||||
import net.runelite.api.coords.WorldPoint;
|
|
@ -3,7 +3,7 @@
|
|||
* All rights reserved.
|
||||
* Licensed under GPL3, see LICENSE for the full scope.
|
||||
*/
|
||||
package net.runelite.client.plugins.iworldwalker;
|
||||
package net.runelite.client.plugins.iworldwalker.farming;
|
||||
|
||||
import lombok.Getter;
|
||||
import net.runelite.api.coords.WorldPoint;
|
|
@ -30,9 +30,13 @@ import net.runelite.client.config.Config;
|
|||
import net.runelite.client.config.ConfigGroup;
|
||||
import net.runelite.client.config.ConfigItem;
|
||||
import net.runelite.client.config.ConfigSection;
|
||||
import net.runelite.client.config.ConfigTitleSection;
|
||||
import net.runelite.client.config.Range;
|
||||
import net.runelite.client.config.Title;
|
||||
import net.runelite.client.plugins.iworldwalker.farming.Allotments;
|
||||
import net.runelite.client.plugins.iworldwalker.farming.Bushes;
|
||||
import net.runelite.client.plugins.iworldwalker.farming.FruitTrees;
|
||||
import net.runelite.client.plugins.iworldwalker.farming.Herbs;
|
||||
import net.runelite.client.plugins.iworldwalker.farming.Hops;
|
||||
import net.runelite.client.plugins.iworldwalker.farming.Trees;
|
||||
|
||||
@ConfigGroup("iWorldWalker")
|
||||
public interface iWorldWalkerConfig extends Config
|
||||
|
|
Loading…
Reference in New Issue