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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[PB] Convert & Buy "Love is in the Air" items (charms, bracelet, tokens)

Thanks 3z00z, I actually appreciate your little link their, the idiot who made this thread was too stupid to just attach the file, let alone he can't understand what he himself wrote. You said to download the link, it says nowhere to right click and save as which you later clarified. Dont be a dick. Not everyone is completely savy speaking retard which you very well may be. Dont be a dick when people ask for help. Thanks and please done make any more profiles, The one linked by 3z00z definitely out does yours. thanks gg.
 
So because you lack the understanding of how to save a file on your computer makes me a "retard" and an "idiot"?

So glad to be part of this community and release stuff for free only to be called names.

Clearly other 400++ users didn't have an issue with this: http://goo.gl/info/EILtE#week
 
So because you lack the understanding of how to save a file on your computer makes me a "retard" and an "idiot"?

So glad to be part of this community and release stuff for free only to be called names.

Clearly other 400++ users didn't have an issue with this: http://goo.gl/info/EILtE#week

znuffie you are a stupid person that try to help ppl with in game thinks so FU and your profiles bla bla bla...

some ppl will need someone with a spoon to feed them even for basic thinks...
 
Last edited:
znuffie you are a stupid person that try to help ppl with in game thinks so FU and your profiles bla bla bla...

some ppl will need someone with a spoon to feed them even for basic thinks...

...but that's the thing, I didn't really try to help them :P
 
http://puu.sh/25P1W


Code:
<Professionbuddy>
<While Condition="InbagCount(49655) > 10 && Me.FreeNormalBagSlots >= 2" IgnoreCanRun="True">
<CustomAction Code="Lua.DoString("UseItemByName(49655)");"/>
</While>
<While Condition="InbagCount(49916) >= 1" IgnoreCanRun="True">
<BuyItemAction NpcEntry="37674" Location="0, 0, 0" ItemID="49927" BuyItemType="SpecificItem" Count="InbagCount(49916)" BuyAdditively="True"/>
</While>
<If Condition="InbagCount(49655) < 10" IgnoreCanRun="True">
<GetItemfromBankAction Withdraw="All" Bank="Personal" MinFreeBagSlots="2" GetItemfromBankType="SpecificItem" ItemID="49655" NpcEntry="0" Amount="400" AutoFindBank="True" WithdrawAdditively="True" Location="0, 0, 0"/>
<!--
Trying Lua code, too, as sometimes (read: most of the time), the retrievable of bank items just fails...
-->
<CustomAction Code="Lua.DoString("for bag = 5, 11 do for slot = 1, GetContainerNumSlots(bag) do local name = GetContainerItemLink(bag,slot) if name and string.find(name,\"Lovely Charm\") then UseContainerItem(bag,slot) end end end");"/>
</If>
</Professionbuddy>

I'm guessing you'll probably want the log too.. nothing interesting in here View attachment 6928 2013-02-21 07.38.txt F4eFP.gif
 
Last edited:
Why can't i get any plugins to load up ? do i have to recompile all ? whenever i do it takes a long time and seems like it freezes during the recompile.
 
Ran into this issue before. Do not press recompile, just check them and close the window for plugins. It seems that it auto-recompiles now, and if you hit the recompile button, it crashes HB and then you have to kill it, and reopen HB, which, then seems to have hit a max login error every time I had it happen. Unfortunately, I had to trial and error to find/figure that out, as the few responses I got in the support page were seriously lacking in any shape to resolve this issue, and just seemed to make them, and myself, more and more angry at the lack of concern for the issue as I had to keep asking why it wasn't being answered. Hope that helps!
 
hmm they don't show up on the plugin list at all for me to check. that's the issue i'm running into. I have this lovelycharm folder downloaded into my plugin folder and it doesn't appear in the plugin window. I have other plugins that appear in the window like mr gear buyer and antidown, ultibuffer. but there are a few that don't show up for some reason. i don't know why.
 
Back
Top