What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Can't figure out what to change to make it "work" as intended (Skinning 1-525 PB)

you cant type <>& in the profile must write this...

View attachment 26734

so (>) is the same as( & g t ;) cant type it together in the forum as it converts to an > :D

Meh! Did you just do it?!
PHP:
<!-- Check if this is outland, wont go to outland if player is in outland smart eh? -->
<If Condition="!Me.MapId == 530">
<!-- Must have enough skill to go to outland if not wont try that. -->
<If Condition="(Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue =&gt;(Remove spaces) 300) &amp;&amp; (Me.GetSkill(Styx.SkillLine.Skinning).MaxValue =&gt; 300)" >
<!-- 374 is a magic number, must not have higher skill then that to go to outland. (wont hinder the bot from going to northrend.) -->
<If Condition="(Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue &lt;= 374))" >

Why does it work when you wrote it and not for me?! :D

EDIT: Change those into that you linked and got this NEW ERROR! Lovely!
Err: System.Xml.XmlException: The name can not begin with the character &, hexadecimal value 0x26. Line 584, position 1.


EDIT: FU*K ME...... forgot a /> in the end.
 
Last edited:
upload the xml cant se the correct coding on the forum
 
upload the xml cant se the correct coding on the forum

Not needed, it working as intended for now... :P
Replying back if needed X)
But Thanks SO MUCH Bengan12, gave you some creadzz in the profile. :)
 
Okey. New error <3

After it arrived to Northrend, it will throw this in mah face! "Nothing moar to do. Stopping the bot".

New profile attached.
 

Attachments

Last edited:
Found one thing.

But that should not affect the grinding, it could have stoped it from going to northrend.

you also have some < > you could change but as long as it dosn?t give any errors it should be fine. you forgot to remove a (remove cpaces) removed it for you.
 

Attachments

Found one thing.

But that should not affect the grinding, it could have stoped it from going to northrend.

you also have some < > you could change but as long as it dosn?t give any errors it should be fine. you forgot to remove a (remove cpaces) removed it for you.

I asked you about the "Remove spaces"! :D But you never answered me so I thought it was intended to be there. :>

Else: trying it out very soon. Thanks!
 
Nop, still doing "Nothing more to do. Stoping the bot". Do you have any Direct chat program?
 
I am going to Stockholm right now, will be back on monday.
 
Aiight, tested now, atleast it wont stop but nor it wont go to Nothrend if in Kalimdor.

Dunno where I should add this though:
PHP:
<If Condition="Me.MapId == 1">

EDIT: Checked the debugg log:

[20:16:24:191] 8 errors encountered while compiling condition '(Me.GetSkill (Styx.SkillLine.Skinning). CurrentVersion value => 375) & & (Me.GetSkill (Styx.SkillLine.Skinning). MaxValue => 375 ) '
[20:16:24:191] Invalid expression term:>
[20:16:24:191] ")" expected
[20:16:24:191] "," expected
[20:16:24:191] Invalid expression term:)
[20:16:24:191] Invalid expression term:>
[20:16:24:191] ")" expected
[20:16:24:191] "," expected
[20:16:24:191] Invalid expression term:)
 
Last edited:
Please stop bumping your own threads, if people can/want to help you, then they will reply...

Thanks alot for your help. Do you even know WHY I'm bumping it? Since I'm new to writing profiles and stuck in this freaking problem, and so your saying that your looking through older threads, and : *Hey this guys problem isnt solved, I'll help him and love him LONG TIME!* Na prob not, gtfo hater, just because I got a l33t problem that you cant solve!
 
Last edited:
Thanks alot for your help. Do you even know WHY I'm bumping it? Since I'm new to writing profiles and stuck in this freaking problem, and so your saying that your looking through older threads, and : *Hey this guys problem isnt solved, I'll help him and love him LONG TIME!* Na prob not, gtfo hater, just because I got a l33t problem that you cant solve!

Well i was actually taking a look at your profile, but with your attitude i think i will just let it be and continue working on my own profiles again... Good luck getting your issue fixed
 
Last edited:
Told you that you was a hater! :O

GL with your profiles too.
 
Can you upload latest profile and what error you get?

Oh and yes i am back.
 
Hello, Bengan :)

[20:16:24:191] 8 errors encountered while compiling condition '(Me.GetSkill (Styx.SkillLine.Skinning). CurrentVersion value => 375) & & (Me.GetSkill (Styx.SkillLine.Skinning). MaxValue => 375 ) '
[20:16:24:191] Invalid expression term:>
[20:16:24:191] ")" expected
[20:16:24:191] "," expected
[20:16:24:191] Invalid expression term
[20:16:24:191] Invalid expression term:>
[20:16:24:191] ")" expected
[20:16:24:191] "," expected
[20:16:24:191] Invalid expression term
 

Attachments

Back
Top