Hey !! I try to respect the same font of my main post to be rigorous You don't like Comic sans MS ?? XD
Cant wait to try this out!!! Suggestion.... a Reset button so you dont have to uncheck everything when you want to make another profile. Awesome work!
Hi !!! Thanks for news reply (qweasxzad, PrimeAgent, Freddeyy) !! @PrimeAgent : I'm working on a update. i will integrate a little panel with a reset button Thank for the suggestion !!
I love the idea that you have Neooblaster! I can't wait to see how this turns out. It's encouraged me to start working on a combat & loot handler plugin that will act in a similar way (web-generated). If you need any SnoIds, send me a private message. I can throw together a master list for you so you don't need to run around looking for world Ids and such. Just let me know which, if any you need (such as QuestId, WorldId, LevelAreaId, ObjectId, etc.)
Neooblaster, Thank you for great idea. My question may not directly affiliated with your developing tool But since you said you are working on bounties, I'd like ask a question. In current Act4 bounty Clear Hell rift, Kill all enemies in level 2 quest, Bot doesn't kill all enemies if he didn't kill at first encounter. So many times there are 1 or 2 enemies left and bot just pass by them, wandering around. then gold inactivities kicks in. Someone suggested me to set mim trash pack size to 1 in Trinity. If I do that bot will try to kill every single mob in all games so it will take much longer to complete bounties. So my idea is to add something like Code: TrinityMinTrashPackSize=1 in Act 4 bounty Clear Hell rift quest profile only. I don't know if the code syntax is correct. If it is correct, I don't know where it should be placed. any idea?
Hey !!! Thanks you nhjelle and stud4fun for your replies !! @nhjelle : Happy to knowing my idea encourage you to developt a plugin !! That poke my curiosity. If you are OK, we can speak together by PM about Demonbuddy Generator and you project . @stud4fun : indeed, the parameter "trash pack size" determine minimum of monsters in defined range to engage the combat. It seams there is no existing XML tag named "TrinityMinTrashPackSize" with Trinity Plugin. There was a recent update and nothing about a similar XML instruction : http://www.thebuddyforum.com/archives/70841-trinity-download-here-v1-6-3-4-a-2.html http://www.thebuddyforum.com/demonbuddy-forum/plugins/trinity/73952-trinity-v1-6-new-profile-xml-tags.html Currently i have some troubles with my Demonbuddy app and i need to investigate So i can't make test. If there is an existing XML tag to change Trinity parameters, for me, the best place to put this instruction is in "quest block", for you, "act 4 - clear hellrift" PHP: <If condition="HasQuest(xxxxxx)"> <!-- "Edit" param --> <!-- Little Idea about a potential XML instruction to do what you want --> <TrinitySetParam questId="1" param="MinTashPackSize" value="1"/> (instructions) <!-- "Reset" param --> <TrinitySetParam questId="1" param="MinTashPackSize" value="3"/> </If> Maybe you could send a PM to Trinity's developer. Sorry not to be able to help you more. I'm better in web dev languages than db In waiting news from developers, you must set this param before to start your loaded profile. For my web app, that could be very interesting to have a Trinity instruction like this to optimize all bounties codes !
i think this idea is brilliant i tried a shard of einstieg profile (with all the act 1 quests) but it didnt work that great. is it still in development? for example it couldnt do the matriarch quest (couldnt activate the shrines) and was stuck in a loop and so on. maybe i did something wrong. im using the newest db and questools and trinity. still 2 thumbs up for your work its bad ass ;P
Hey pachlerm !! Profiles are always in development. The demonbuddy generator profiles entries has been tested before but indeed, there was an update of Demonbuddy and mine DB doesn't works. But it's very good which you post a message to report bug because i need users feedback to optimize entries for you (all users ) I will make an update tomorow to disable "Matriarch quest" while it not be corrected and a report bug input If you encountered another bug, do not hesitate to report it !! Great thanks for this informations. For all, sorry if it a little bit long for the profiles entries development.
any known bugs? I have generated bounty for all mats and everything it makes 2nd game it crashes d3 client.
Hey TaskManager ! Which version of Trinity and QuestTool have you with DB ?? Few days ago, i must update mine and Trinity was not compatible with this DB version. Maybe you must update it too. http://www.thebuddyforum.com/demonbuddy-forum/plugins/trinity/165610-trinity-1-9-8-questtools-2-0-82-a.html Maybe, with this update, some profiles instructions are not correct. In any case, in my side, i'm working on a update in this moment.