Weetexx
New Member
- Joined
- Feb 15, 2012
- Messages
- 43
- Reaction score
- 0
I've attached the full log.
Could somebody translate this error message please. I'm to stupid for that.
A solution would also be nice. PB is running well, dunno what I'm missing atm because of this error:
Err: If Condition: !getItems && !(bool)var1 && !(bool)Settings["Gbank Withdraw"] && !(bool)Settings["Personal Bank Withdraw"] && !(bool)Settings["Mail Use Postal"] && !HasNewMail && MailCount == 0
Err:System.NullReferenceException: Object reference not set to an instance of an object.
at CodeDriver.Code1869419025(Object context)
at HighVoltz.Composites.If.CanRun(Object context) in c:\Users\Volcom\Documents\zzz\Bot\Bots\Professionbuddy\Composites\If.cs:line 206
Line 206 is this one:
I'm currently using this profile here: JC-DE
There's also an issue with DEing stuff.
I inserted normal DE-Actions with specified Item ID's. (Drag+Drop from Actions to Profile on the right side)
Now the bot does what it should. But for each DE it shows me a huge list like this one:
PB 1.471: We can disenchant Jasper Ring of the Earthbreaker found in bag 1 at slot 8
PB 1.471: We can disenchant Jasper Ring of the Monkey found in bag 2 at slot 2
PB 1.471: We can disenchant Jasper Ring of the Soldier found in bag 2 at slot 3
PB 1.471: We can disenchant Jasper Ring of the Fireflash found in bag 2 at slot 4
PB 1.471: We can disenchant Jasper Ring of the Seer found in bag 2 at slot 5
PB 1.471: We can disenchant Jasper Ring of the Bouldercrag found in bag 2 at slot 6
PB 1.471: We can disenchant Jasper Ring of the Beast found in bag 2 at slot 8
PB 1.471: We can disenchant Jasper Ring of the Undertow found in bag 2 at slot 9
PB 1.471: We can disenchant Jasper Ring of the Feverflare found in bag 2 at slot 10
PB 1.471: We can disenchant Jasper Ring of the Bouldercrag found in bag 2 at slot 11
PB 1.471: We can disenchant Jasper Ring of the Eagle found in bag 2 at slot 25
PB 1.471: We can disenchant Jasper Ring of the Soldier found in bag 3 at slot 21
PB 1.471: We can disenchant Jasper Ring of the Faultline found in bag 3 at slot 22
PB 1.471: We can disenchant Jasper Ring of the Eagle found in bag 3 at slot 23
PB 1.471: We can disenchant Jasper Ring of the Beast found in bag 3 at slot 24
PB 1.471: We can disenchant Jasper Ring of the Bandit found in bag 3 at slot 25
PB 1.471: We can disenchant Jasper Ring of the Zephyr found in bag 4 at slot 1
PB 1.471: We can disenchant Jasper Ring of the Elder found in bag 4 at slot 2
PB 1.471: We can disenchant Jasper Ring of the Bear found in bag 4 at slot 3
PB 1.471: Disenchant: Jasper Ring of the Earthbreaker
The disenchanting fills up my whole log, but I like to control the log every now and then. But this spam blows up the list literally. Kinda annoying.
Is there a way to suppress the "we can disenchant blahblah" part?
Thanks a lot.
Could somebody translate this error message please. I'm to stupid for that.
A solution would also be nice. PB is running well, dunno what I'm missing atm because of this error:
Err: If Condition: !getItems && !(bool)var1 && !(bool)Settings["Gbank Withdraw"] && !(bool)Settings["Personal Bank Withdraw"] && !(bool)Settings["Mail Use Postal"] && !HasNewMail && MailCount == 0
Err:System.NullReferenceException: Object reference not set to an instance of an object.
at CodeDriver.Code1869419025(Object context)
at HighVoltz.Composites.If.CanRun(Object context) in c:\Users\Volcom\Documents\zzz\Bot\Bots\Professionbuddy\Composites\If.cs:line 206
Line 206 is this one:
Code:
return CanRunDelegate(context);
Code:
protected virtual bool CanRun(object context)
{
try
{
[B] return CanRunDelegate(context);[/B]
}
catch (Exception ex)
{
if (ex.GetType() != typeof (ThreadAbortException))
Professionbuddy.Err("{0}: {1}\nErr:{2}", Professionbuddy.Instance.Strings["FlowControl_If_LongName"],
Condition, ex);
return false;
}
}
I'm currently using this profile here: JC-DE
There's also an issue with DEing stuff.
I inserted normal DE-Actions with specified Item ID's. (Drag+Drop from Actions to Profile on the right side)
Now the bot does what it should. But for each DE it shows me a huge list like this one:
PB 1.471: We can disenchant Jasper Ring of the Earthbreaker found in bag 1 at slot 8
PB 1.471: We can disenchant Jasper Ring of the Monkey found in bag 2 at slot 2
PB 1.471: We can disenchant Jasper Ring of the Soldier found in bag 2 at slot 3
PB 1.471: We can disenchant Jasper Ring of the Fireflash found in bag 2 at slot 4
PB 1.471: We can disenchant Jasper Ring of the Seer found in bag 2 at slot 5
PB 1.471: We can disenchant Jasper Ring of the Bouldercrag found in bag 2 at slot 6
PB 1.471: We can disenchant Jasper Ring of the Beast found in bag 2 at slot 8
PB 1.471: We can disenchant Jasper Ring of the Undertow found in bag 2 at slot 9
PB 1.471: We can disenchant Jasper Ring of the Feverflare found in bag 2 at slot 10
PB 1.471: We can disenchant Jasper Ring of the Bouldercrag found in bag 2 at slot 11
PB 1.471: We can disenchant Jasper Ring of the Eagle found in bag 2 at slot 25
PB 1.471: We can disenchant Jasper Ring of the Soldier found in bag 3 at slot 21
PB 1.471: We can disenchant Jasper Ring of the Faultline found in bag 3 at slot 22
PB 1.471: We can disenchant Jasper Ring of the Eagle found in bag 3 at slot 23
PB 1.471: We can disenchant Jasper Ring of the Beast found in bag 3 at slot 24
PB 1.471: We can disenchant Jasper Ring of the Bandit found in bag 3 at slot 25
PB 1.471: We can disenchant Jasper Ring of the Zephyr found in bag 4 at slot 1
PB 1.471: We can disenchant Jasper Ring of the Elder found in bag 4 at slot 2
PB 1.471: We can disenchant Jasper Ring of the Bear found in bag 4 at slot 3
PB 1.471: Disenchant: Jasper Ring of the Earthbreaker
The disenchanting fills up my whole log, but I like to control the log every now and then. But this spam blows up the list literally. Kinda annoying.
Is there a way to suppress the "we can disenchant blahblah" part?
Thanks a lot.