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

laggy profile

Jacan

New Member
Joined
Sep 30, 2011
Messages
489
Reaction score
0
I was hoping someone could tell me what this error means. I'm trying to load a profile i purchased from inrego (who i get no support from btw) and here are the errors

[7:42:03 PM:222] PB 1.471: Done Loading Tradeskills.
[7:42:03 PM:314] UNK INSTR @ 0x7720E318 - defaulting to injection [Unknown instruction encountered at 77CCE318. (Opcode: 0FA4)]
[7:42:13 PM:347] PB 1.471: Loading profile BS-Cata.xml

and when it tries to withdraw mats from personal bank, the mats hover over my mouse and never get deposited into my bags.
 
I'm trying to load a profile i purchased from inrego (who i get no support from btw)
Then why do you expect support from us? You didn't pay us for the profile did you?
Honestly; if you pay money for profiles then:
- Get the guy that made money off of you to help you
- If he doesn't, demand a refund
- Throw away the profile and get your profiles here on the forums where at least the poster usually support their profiles.

Sorry mate, had to be said.

In other news;
I'm not sure we *can* even help you without having the profile available ourselves.
 
Then why do you expect support from us? You didn't pay us for the profile did you?
if its an hb issue, i could expect support, thats what this post is about. ur not hb staff and i wouldnt pay you for your useless comments, your time might be better spent teaching children how to color, thanks matey
 
if its an hb issue, i could expect support
I think you missed the main point of my argument:
I'm not sure we *can* even help you without having the profile available ourselves.
The profiles on this forum are public so there will always be someone able to help because everyone can analyze the profile and connect it to the error messages.
 
when the bot withdraws items from bank, it fills up the backpack and then fails to put more stuff in the other bags.. the items jsut hover over the mouse.. i believe that is a pb issue. but it just seems ridiculous that a bug like that would exist.. i mean does noone use pb to withdraw mats..
 
if its not working correctly its because your profile isnt coded correctly, so we can ether keep taking jabs in the dark telling you what its not, or you can post the actual problem so someone who is smart enough, can figure out why.

The profile tells the bot what to do, so if theres a problem, that only you are reporting, then the problem IS your profile.
 
this is a different profile from the tsm one you tried to help me with, and you kept saying that its not hb its not hb, when it really was.

now this other profile isnt withdrawing mats properly because of a pb bug. and it was laggy because inrego made me write several hundred lines of unecessary code..

FAIL -> <CastSpellAction RepeatType="Specific" Repeat="NeedAmount(&quot;Imperial Plate Shoulders&quot;, 12428)" Entry="16646" CastOnItem="False" ItemType="Chest" ItemId="0" />

SUPER FAIL
<GetItemfromBankAction Withdraw="Amount" Bank="Personal" MinFreeBagSlots="2" GetItemfromBankType="SpecificItem" ItemID="52326" NpcEntry="0" Amount="TotalAmount(&quot;Cold-Forged Shank&quot;, 55044, 4)" AutoFindBank="True" WithdrawAdditively="True" Location="0, 0, 0" />
<GetItemfromBankAction Withdraw="Amount" Bank="Personal" MinFreeBagSlots="2" GetItemfromBankType="SpecificItem" ItemID="52327" NpcEntry="0" Amount="TotalAmount(&quot;Cold-Forged Shank&quot;, 55044, 6)" AutoFindBank="True" WithdrawAdditively="True" Location="0, 0, 0" />
<GetItemfromBankAction Withdraw="Amount" Bank="Personal" MinFreeBagSlots="2" GetItemfromBankType="SpecificItem" ItemID="65365" NpcEntry="0" Amount="TotalAmount(&quot;Cold-Forged Shank&quot;, 55044, 15)" AutoFindBank="True" WithdrawAdditively="True" Location="0, 0, 0" />

i had to fill in info like that for a ridiclous amount of items when all i needed was..
<CastSpellAction RepeatType="Banker" Repeat="1" Entry="92375" CastOnItem="False" ItemType="Chest" ItemId="0" />

and 1 single fricking line to withdraw everything... <GetItemfromBankAction Withdraw="All" Bank="Personal" MinFreeBagSlots="2" GetItemfromBankType="Materials" ItemID="" NpcEntry="0" Amount="1" AutoFindBank="True" WithdrawAdditively="True" Location="0, 0, 0" />
 
when the bot withdraws items from bank, it fills up the backpack and then fails to put more stuff in the other bags.. the items jsut hover over the mouse.. i believe that is a pb issue. but it just seems ridiculous that a bug like that would exist.. i mean does noone use pb to withdraw mats..

codenameg can you please take a look in GetItemFromBankAction.cs ? it withdraws everything fine until the "backpack" is full, then it fails to put stuff in the other bags.
 
this is a different profile from the tsm one you tried to help me with, and you kept saying that its not hb its not hb, when it really was.

now this other profile isnt withdrawing mats properly because of a pb bug. and it was laggy because inrego made me write several hundred lines of unecessary code..

FAIL -> <CastSpellAction RepeatType="Specific" Repeat="NeedAmount(&quot;Imperial Plate Shoulders&quot;, 12428)" Entry="16646" CastOnItem="False" ItemType="Chest" ItemId="0" />

SUPER FAIL
<GetItemfromBankAction Withdraw="Amount" Bank="Personal" MinFreeBagSlots="2" GetItemfromBankType="SpecificItem" ItemID="52326" NpcEntry="0" Amount="TotalAmount(&quot;Cold-Forged Shank&quot;, 55044, 4)" AutoFindBank="True" WithdrawAdditively="True" Location="0, 0, 0" />
<GetItemfromBankAction Withdraw="Amount" Bank="Personal" MinFreeBagSlots="2" GetItemfromBankType="SpecificItem" ItemID="52327" NpcEntry="0" Amount="TotalAmount(&quot;Cold-Forged Shank&quot;, 55044, 6)" AutoFindBank="True" WithdrawAdditively="True" Location="0, 0, 0" />
<GetItemfromBankAction Withdraw="Amount" Bank="Personal" MinFreeBagSlots="2" GetItemfromBankType="SpecificItem" ItemID="65365" NpcEntry="0" Amount="TotalAmount(&quot;Cold-Forged Shank&quot;, 55044, 15)" AutoFindBank="True" WithdrawAdditively="True" Location="0, 0, 0" />

i had to fill in info like that for a ridiclous amount of items when all i needed was..
<CastSpellAction RepeatType="Banker" Repeat="1" Entry="92375" CastOnItem="False" ItemType="Chest" ItemId="0" />

and 1 single fricking line to withdraw everything... <GetItemfromBankAction Withdraw="All" Bank="Personal" MinFreeBagSlots="2" GetItemfromBankType="Materials" ItemID="" NpcEntry="0" Amount="1" AutoFindBank="True" WithdrawAdditively="True" Location="0, 0, 0" />
without the context of the rest, this doesn't mean anything.
 
Back
Top