Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

MaxiWoodcutter TRIAL [Deleted]

Status
Not open for further replies.
Joined
Jul 27, 2014
Messages
165
I think your maple tree id's are wrong. They would not cut a single maple but cut everything else.
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,768
I think your maple tree id's are wrong. They would not cut a single maple but cut everything else.
I don't use ids as ids can change. I use the actual name of the object. I don't have members so i can't actually do any debugging. Could you let me know what happens if you manually move the mouse over the nearest maple tree? And could you also tell me the exact spelling of the maple tree name including upper/lowercase
 
Joined
Jul 27, 2014
Messages
165
I don't use ids as ids can change. I use the actual name of the object. I don't have members so i can't actually do any debugging. Could you let me know what happens if you manually move the mouse over the nearest maple tree? And could you also tell me the exact spelling of the maple tree name including upper/lowercase
Ok. 'Maple tree'

When I hover over it it just says "Waiting...'
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,768
Ok. 'Maple tree'

When I hover over it it just says "Waiting...'
Okay well that really is weird. Would i be able to quickly borrow your account to try and find the problem?
 
Joined
Jun 21, 2014
Messages
350
Getting another error in RS3:

Code:
Aidden's Woodcutter started!
java.lang.NoSuchMethodError: com.runemate.game.api.hybrid.entities.GameObject.wa
sInteractionSuccessful()Z
        at woodcut.Woodcut.onLoop(d:383)
        at com.runemate.game.api.script.framework.LoopingScript.run(djb:79)
        at com.runemate.game.api.script.framework.AbstractScript.start(mlb:262)
        at com.runemate.c.nUL.run(lfb:159)

Happens almost immediately after I start the script
 
Joined
Jul 27, 2014
Messages
165
Getting another error in RS3:

Code:
Aidden's Woodcutter started!
java.lang.NoSuchMethodError: com.runemate.game.api.hybrid.entities.GameObject.wa
sInteractionSuccessful()Z
        at woodcut.Woodcut.onLoop(d:383)
        at com.runemate.game.api.script.framework.LoopingScript.run(djb:79)
        at com.runemate.game.api.script.framework.AbstractScript.start(mlb:262)
        at com.runemate.c.nUL.run(lfb:159)

Happens almost immediately after I start the script
Happened to me.
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,768
Getting another error in RS3:

Code:
Aidden's Woodcutter started!
java.lang.NoSuchMethodError: com.runemate.game.api.hybrid.entities.GameObject.wa
sInteractionSuccessful()Z
        at woodcut.Woodcut.onLoop(d:383)
        at com.runemate.game.api.script.framework.LoopingScript.run(djb:79)
        at com.runemate.game.api.script.framework.AbstractScript.start(mlb:262)
        at com.runemate.c.nUL.run(lfb:159)

Happens almost immediately after I start the script
Happened to me.
Thanks fir the feedback, but I'm already aware of this. Cloud removed a method in the Api that no longer needs to be public. I've already fixed the problem but I'm at uni so it won't be fixed till I get home.
 
Joined
Jul 27, 2014
Messages
165
Thanks fir the feedback, but I'm already aware of this. Cloud removed a method in the Api that no longer needs to be public. I've already fixed the problem but I'm at uni so it won't be fixed till I get home.
Sounds good.
 
Joined
Jun 21, 2014
Messages
350
It walks to the correct spot for yews (with seers banking) on RS3 but sits there with status: null
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,768
It walks to the correct spot for yews (with seers banking) on RS3 but sits there with status: null
I haven't tested banking on rd 3 so ill have to look into it
 
Status
Not open for further replies.
Top