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)

Tested this with a NE- got some error with the vendors, might be that i am not horde, but other then that, no errors.

Also the skinning is 525 so obvously it went to "Nothing more to do".
 

Attachments

to explain a bit.

Making an IF statement for example "Am i on this continent 571?"

That is what this does.

PHP:
<If Condition="Me.MapId == 571">

Now if you want it to check " am i not on continent 571" Then just add a "!" without " in front of the question like this.

PHP:
<If Condition="!Me.MapId == 571">
Notice the !, that reverse the question.

So as long as i am NOT on this continent 571, and my skill is aproperiate go to the continent 571, that is how you want to phrase it.
 
Ooh, I see, did you change anything in the profile posted above exept for the "!"?
Testing ASAP I'm done raiding. :)
 
Tested this with a NE- got some error with the vendors, might be that i am not horde, but other then that, no errors.

Also the skinning is 525 so obvously it went to "Nothing more to do".

The vendor error, is due to the mob's in the <AvoidMobs> having specified a Type="Repair" attribute, which HB doesn't recognize
 
Alright, tested and edited the profile so the vendor error isnt anymore, it was on Avoidmobs, just forgot to remove the "Repair" from the cords.
But with your latest version, Bengan I got following error "You can not use the operator ! in an operand of type uint"

I guess it was bad translated in Swedish: "Det g?r inte att anv?nda operatorn ! i en operand av typen uint"

"1 errors encountered while compiling condition '!Me.MapId == 571'"
I guess it doest work with the !- thingie.. :P That should be the only error left.

EDIT: Playing around abit with it and testing some, reporting back tomorrow.
EDIT2: Okey, got it successfully go from Kalimdor to Northrend and so on again, now I just have to re-do the testing from skill 1 and see if the Outland part still works.
 

Attachments

Last edited:
did you get the ! to work? it should work, i never had any problem using ! also i did not get the same error.
 
I'll change it when I come home from school.
Thanks Shakazara. :)
 
Back
Top