Hey MadDany,Is it possible to request a custom script for kamihime? I'm too dumb to understand script making, don't even understand how to edit the default one. :/
I have run the bot already at least. But after using it for a while I think I've found problems, if it is a problem or my on inept ability. After looking at the file it's supposed to do the cave of training and rank 2 acc quest right? It never did them. Also it's supposed to auto sell duplicates SSRs? But it hasn't as well. I never touched the script so I'm not sure what happened. Everything else like doing raids, gache etc. still works.Hey
Hey MadDany,
Thank you for your question. Custom script is a bit vague, so you need to be a bit more precise. Depending on the complexity of your request, I might do it, or not
As for the complexity of the configuration files, I acknowledge the fact that I am completely out of touch with how normal people look at computers. I could explain some more about editing this configuration file, but I would like to hear your question first. If your goal can be accomplished with the configuration file alone, I will tell you what, where and why. Otherwise, I might have to write some code first and add new configuration options to the configuration file.
PS: I hope that you have managed to run the bot already
<?xml version="1.0" encoding="UTF-8" ?>
<kamihime-activity-list-job xmlns="urn:stakhan:kamihime"
game-session-provider="mini.stakhan.nutaku.games.KhSessionProvider">
<playQuest displayName="dailies">
<spQuestSearchStrategy>
<questMatcher type="accessory" name="Rank 2"/>
<questMatcher type="daily" name="Cave of Training"/>
<questMatcher maxCost="25"/>
</spQuestSearchStrategy>
<recoveryManager halfElixirs="1" elixirs="0"/>
<basicBattleStrategy/>
<countContinuationStrategy maxWins="9999" maxLoses="1"/>
</playQuest>
</kamihime-activity-list-job>
Oh yes, certainly we could do that. We could also make it donate to a union when there is that mission. That will take some careful design and work though.Question about enhancing: Is the enhancing only for equiped items?
Also is it possible to make it enhance a random sr summon/weapon just for the daily, in this case its because the bot couldn't find any thing to enhance previously so having it enchance just one random sr item would help with the daily mission. Might as well get that 50 jewel right?
MEGA links have been updated. To update the version for such a small addition, it will suffice if you delete the "lib" directory and replace it with the "lib" directory from the new zip archive.What if I just want to enhance only equiped weapons. I don't really want to waste materials on enhancing weapons I dont use.
<equipmentControl equipmentType="weapon">
<enhancer targetSkillLevel="10" targetBonus="10">
<baseQuery distinctionLevel="1">
<equipmentMatcher enhanceMaterial="false" minRarity="SSR" equipped="true"/>
</baseQuery>
<matsQuery>
<equipmentMatcher maxRarity="SR"/>
</matsQuery>
</enhancer>
</equipmentControl>
Yeah. The idea for splitting configuration into multiple files is based on my belief, that it's more approachable when there are only two files, but I can see your point. For know I am not going to change it, but you can keep such different configuration files for yourself, for example in some subdirectory (subfolder).An idea
Instead of bunching up all the actions. Separate them into only 1 scripts each so that we wont waste time or AP or BP. When union events comes, then use a script that only does union raids and nothing else. And a script that only does cave of gold ore (For xp grinding, tho i'm not sure if you are able to make it choose which party to get, i do have a part slot with girls that aren't max level), same goes for the solo events as well etc. Not sure if it makes sense but I think it will cut down time when the bot has less actions to take.
Yes. If your internet has stopped then bot will fail and shutdown. There is a lot of things that can cause the application to fail. But if there are no errors, it generally will not shutdown, but run infinitely.Also just now the program randomly stopped. I exited without thinking before looking at the log lol. But I'm guessing, if my internet suddenly gets off, will it shutdown itself? Because I do have a bit of a problem with my internet. Or is there other ways of it stopping it self? I did see a line saying it shutdown. The window itself did not close if that what you were thinking.
<playQuest displayName="raid_quests">
<raidQuestSearchStrategy>
<questMatcher maxCost="25" cleared="false"/>
<questMatcher maxCost="25"/>
</raidQuestSearchStrategy>
<recoveryManager halfElixirs="0" elixirs="0"/>
<basicBattleStrategy raidLeechSeconds="600"/>
<alwaysContinuationStrategy/>
</playQuest>
git clone -b master /path/to/stakhan.bundle