R RD808 New Member Joined Apr 7, 2011 Messages 128 Mar 27, 2012 #1 If there is not a plugin already that does this, can one be created? I want to have my BOT auto mail all herbs to one character and all ore to another. If there is a plugin like this already, can someone please link it? Thank you.
If there is not a plugin already that does this, can one be created? I want to have my BOT auto mail all herbs to one character and all ore to another. If there is a plugin like this already, can someone please link it? Thank you.
A AutomaticCoding New Member Joined Dec 20, 2011 Messages 1,091 Mar 27, 2012 #2 Download professionbuddy, then, look at this and modify the ids: Code: <SubRoutine SubRoutineName="SendHerbs"> <CustomAction Code="Log ("Getting ore from mail.");" /> <GetMailAction ItemID="53038" CheckNewMail="True" GetMailType="Specific" AutoFindMailBox="True" X="-8860.81" Y="637.1594" Z="96.19888" MinFreeBagSlots="2" /> <GetMailAction ItemID="52185" CheckNewMail="True" GetMailType="Specific" AutoFindMailBox="True" X="-8860.81" Y="637.1594" Z="96.19888" MinFreeBagSlots="2" /> <GetMailAction ItemID="52183" CheckNewMail="True" GetMailType="Specific" AutoFindMailBox="True" X="-8860.81" Y="637.1594" Z="96.19888" MinFreeBagSlots="2" /> </SubRoutine> <SubRoutine SubRoutineName="SendOre"> <If Condition="false || !string.IsNullOrEmpty((string)Settings["JCBanker"])" IgnoreCanRun="True"> <CustomAction Code="Log ("Sending ore to JC");" /> <CustomAction Code="var1 = CharacterSettings.Instance.MailRecipient;" /> <CustomAction Code="CharacterSettings.Instance.MailRecipient = (string)Settings["JCBanker"];" /> <!--Obsidium Ore--> <MailItemAction Entry="53038" AutoFindMailBox="True" UseCategory="False" Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="None" X="0" Y="0" Z="0" /> <!--Elementium Ore--> <MailItemAction Entry="52185" AutoFindMailBox="True" UseCategory="False" Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="None" X="0" Y="0" Z="0" /> <MailItemAction Entry="52183" AutoFindMailBox="True" UseCategory="False" Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="None" X="0" Y="0" Z="0" /> <!--Pyrite Ore--> <CustomAction Code="CharacterSettings.Instance.MailRecipient = (string)var1;" /> </If> </SubRoutine> </Professionbuddy> If you can't do that, u stopid
Download professionbuddy, then, look at this and modify the ids: Code: <SubRoutine SubRoutineName="SendHerbs"> <CustomAction Code="Log ("Getting ore from mail.");" /> <GetMailAction ItemID="53038" CheckNewMail="True" GetMailType="Specific" AutoFindMailBox="True" X="-8860.81" Y="637.1594" Z="96.19888" MinFreeBagSlots="2" /> <GetMailAction ItemID="52185" CheckNewMail="True" GetMailType="Specific" AutoFindMailBox="True" X="-8860.81" Y="637.1594" Z="96.19888" MinFreeBagSlots="2" /> <GetMailAction ItemID="52183" CheckNewMail="True" GetMailType="Specific" AutoFindMailBox="True" X="-8860.81" Y="637.1594" Z="96.19888" MinFreeBagSlots="2" /> </SubRoutine> <SubRoutine SubRoutineName="SendOre"> <If Condition="false || !string.IsNullOrEmpty((string)Settings["JCBanker"])" IgnoreCanRun="True"> <CustomAction Code="Log ("Sending ore to JC");" /> <CustomAction Code="var1 = CharacterSettings.Instance.MailRecipient;" /> <CustomAction Code="CharacterSettings.Instance.MailRecipient = (string)Settings["JCBanker"];" /> <!--Obsidium Ore--> <MailItemAction Entry="53038" AutoFindMailBox="True" UseCategory="False" Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="None" X="0" Y="0" Z="0" /> <!--Elementium Ore--> <MailItemAction Entry="52185" AutoFindMailBox="True" UseCategory="False" Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="None" X="0" Y="0" Z="0" /> <MailItemAction Entry="52183" AutoFindMailBox="True" UseCategory="False" Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="None" X="0" Y="0" Z="0" /> <!--Pyrite Ore--> <CustomAction Code="CharacterSettings.Instance.MailRecipient = (string)var1;" /> </If> </SubRoutine> </Professionbuddy> If you can't do that, u stopid
no1knowsy Well-Known Member Joined Feb 28, 2010 Messages 3,927 Mar 27, 2012 #3 AutomaticCoding said: If you can't do that, u stopid Click to expand... Lol, Automatic I've missed you... at least a little.
AutomaticCoding said: If you can't do that, u stopid Click to expand... Lol, Automatic I've missed you... at least a little.