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

[Plugin] MirrorQuest - Cadiro Plugin

Read the first post of this thread....

Looking but I do not see the "I am rich.." box anywhere in AIF. Bot grabs the 1000 coins from currency tab, flips through tabs again, and puts the 1000 back in my overflow item tab
 
Stashing / keep things in inventory / add perandus Coin and stuck how many You want

just tested , it puts coins to inventory but then put it back to shash ...
 
Last edited:
there are two things need to be fixed:
1. bot move to rare item on the ground(hasnt picked) then move to cadiro (hasnt chosen) then move to item .... (infinitive loop). is there option let the bot pick up all item before target Cadiro (less priority with MirrorQuest)
2. Cant stash Perandus coin, bot move coin to left 9 bot 5 and then push them back to stash. (I use AIF > Stashing > Keep things in inventory (questbot & map bot only) > add Perandus Coin with stack count 1 there)
P/S: fix second request: (quote from discord)
Q16: How can I keep the Perandus Coins in my inventory? The only way to do this at the moment is to edit some of the files using notepad. Follow the code changes: http://pastebin.com/9NEQW9mv In AIF -> Stashing -> Keep Things in Inventory -> Add a new row: Perandus Coin and set the value to 1 Stack Close and then Start ExileBuddy NOTE You will have to re-edit these files after EVERY EB Patch.
 
Last edited:
there are two things need to be fixed:
1. bot move to rare item on the ground(hasnt picked) then move to cadiro (hasnt chosen) then move to item .... (infinitive loop). is there option let the bot pick up all item before target Cadiro (less priority with MirrorQuest)
2. Cant stash Perandus coin, bot move coin to left 9 bot 5 and then push them back to stash. (I use AIF > Stashing > Keep things in inventory (questbot & map bot only) > add Perandus Coin with stack count 1 there)
P/S: fix second request: (quote from discord)
Q16: How can I keep the Perandus Coins in my inventory? The only way to do this at the moment is to edit some of the files using notepad. Follow the code changes: http://pastebin.com/9NEQW9mv In AIF -> Stashing -> Keep Things in Inventory -> Add a new row: Perandus Coin and set the value to 1 Stack Close and then Start ExileBuddy NOTE You will have to re-edit these files after EVERY EB Patch.


ty! i‘ll go to try it.
 
I am using (advanceditemfilter) I have managed to always keep 1k corner perandus in my inventory. Grace your code (pastebin). My Soft picks the corners as well ... But I have a problem I can not make that the software (stops when I see (exalted or other item) The checkbox (stop on failed) DOES NOT want to activate .... How to do ?
I put this code in my file. Advanceditemfil .. / rules / ... But its not working :(


Code:
 {
      "Name": "Mirror of Kalandra",
      "MaxPrice": 0,
      "StopOnFailed": true
    },
    {
      "Name": "Exalted Orb",
      "MaxPrice": 0,
      "StopOnFailed": true
    },
    {
      "Name": "Headhunter",
      "MaxPrice": 0,
      "StopOnFailed": true
    },
    {
      "Name": "Divine Orb",
      "MaxPrice": 500,
      "StopOnFailed": false
    },
    {
      "Name": "Voltaxic Rift",
      "MaxPrice": 0,
      "StopOnFailed": true
    },
    {
      "Name": "Kaom's Heart",
      "MaxPrice": 0,
      "StopOnFailed": true
    },
    {
      "Name": "Shavronne's Wrappings",
      "MaxPrice": 0,
      "StopOnFailed": true
    },
    {
      "Name": "Skyforth",
      "MaxPrice": 0,
      "StopOnFailed": true
    },
    {
      "Name": "Voll's Devotion",
      "MaxPrice": 0,
      "StopOnFailed": true
    },
    {
      "Name": "Tabula Rasa",
      "MaxPrice": 200,
      "StopOnFailed": false
    }

The check-box does not want (validated) ...

775192Sanstitre.jpg
 
Last edited:
Yes, now discord is dead. Few days ago someone reported a lot ofl EB related channels and they were banned.
 
2018-04-22 13:48:23,325 [10] ERROR ThirdPartyLoader - Cannot load [MirrorQuest] because an exception occurred [C:\Pilot354\3rdParty\_CONFIGS_\Default\MirrorQuest\Content-177454953\CadiroOfferTask.cs(11,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Pilot354\3rdParty\_CONFIGS_\Default\MirrorQuest\Content-177454953\MirrorQuest.cs(11,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Pilot354\3rdParty\_CONFIGS_\Default\MirrorQuest\Content-177454953\Helpers\Alerter.cs(6,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
].
2018-04-22 13:48:23,328 [10] ERROR ThirdPartyLoader - System.Exception: C:\Pilot354\3rdParty\_CONFIGS_\Default\MirrorQuest\Content-177454953\CadiroOfferTask.cs(11,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Pilot354\3rdParty\_CONFIGS_\Default\MirrorQuest\Content-177454953\MirrorQuest.cs(11,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
C:\Pilot354\3rdParty\_CONFIGS_\Default\MirrorQuest\Content-177454953\Helpers\Alerter.cs(6,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)

at Loki.Bot.ThirdPartyLoader.?????????????????????????????????????????(Dictionary`2 , String )
 

Attachments

  • 2018-04-22_16-51-23.webp
    2018-04-22_16-51-23.webp
    37.5 KB · Views: 276
Last edited:
Back
Top