Oh no i didn't! I was that it tried to cast the hearthstone again and i thought that it was not working! I'll try to wait!Thanks!
trading post is L2, L1 is a flat ground with no building just some junk on ground. LV2 has a door and it stuck on the left side of the stairs when trying to interact with the NPC for work order. and once finished, stuck on left side of the door. it suck on stairs when entering and doorway when exit.
As a kind request, could you please make missions an optional feature? I do not want my missions table automated. Thanks a ton and I will try on all 3 of my toons asap.
[A] L3 townhall don't work if u start from inside must walk outside first, L2 Townhall works fine can start anywhere inside. u get this message if u start inside L3 townhall [FlyTo-v1844(fatal)] Toon doesn't have flying capability in this area, and there is no ground path to the destination. Please learn the flying skill appropriate for this area. trading post stuck problem seems to fix itself I've ran it for about 10 times only 2 times it's really suck forever. here is a ss of the trading post Postimage.org / Trading post stuck I've also upgraded to L3 mine and it will go in, go down the stairs and only go to the south end and then leave, skipping about 90% of the nodes. and it's walking right pass those nodes those mining nodes inside mine are different to the outside world where only can be dig up by miners. and it seems like all the item IDs are correct I donno why it's skipping. Tested with all 3 level of mines, seems like L1 mine works the BEST, only skip 1 node usually at base of stairs. L2 mine it only goes to the south section of the mine and skipping lots of nodes, L3 gets even worse. sadly I can't downgrade my mine :-( right now this profile L1 mine gets the most ores, higher the level the less ore u get
Can you add the mine carts in the mine? <GameObject Name="Mine Cart" Entry="232541" X="5517.537" Y="4414.165" Z="105.6632" />
Great work so far. Alliance Garrison Testing - comments and observations (some of which you may be aware of): - Alliance L2 Engineering Work Order - 236647 / Crate 234303 - All of my alts, no matter where they are in the garrison when I start the profile want to HS to garrison to start anyway. - The wait timers felt a bit long to me so I replaced all instances of WaitTime="1000" with WaitTime="500", worked fine - With the TSM addon running, none of the daily cooldowns were used. "Interface Action Failed Because of Addon" - not your fault ofc, just thought you should be aware. - It does not place Trading Post work orders, I guess this is intended? (either L1 or L3) - It would be good if it played a noise when it was done. - Any chance you could make it open salvage? - If there are no work orders to pick up at the trading post, it seems to hang, I was able to kick start it again by changing the code in line 159 from: <CustomBehavior File="TargetAndMoveToMob" MobId="87217" WaitForNpcs="True" MoveWithinMaxRangeOfMob="5" IgnoreLoSToTarget="True" /> to <CustomBehavior File="TargetAndMoveToMob" MobId="87217" WaitForNpcs="False" MoveWithinMaxRangeOfMob="5" IgnoreLoSToTarget="True" /> -
Garrison level 3 horde, enchanting building <GameObject Name="Garrison Building Horde Enchanting V1" Entry="230451" X="5665.686" Y="4549.266" Z="119.2681" />
There is a mine cart that the profile miss: <GameObject Name="Mine Cart" Entry="232541" X="5517.537" Y="4414.165" Z="105.6632" /> Screeshot imgur: the simple image sharer
First of all, GREAT work so far !!! Thank you very much for sharing it with us Garrison level 3 Alliance, Alchemist building lvl 3 Entry="227591" Garrison level 3 Alliance, Blacksmith building lvl 2 Entry="227588" Garrison level 3 Alliance, Salvage Tent lvl 1 Entry="224853" Garrison level 3 Alliance, Salvage Tent lvl 2 Entry="230475" Garrison level 3 Alliance, Enchanting lvl 2 Entry="227596" Garrison level 2 Alliance, Leatherworking lvl 2 Entry="227592" Some things that I noticed: - Alchemist (lvl 3). Did not picked up the delivery of work orders and did not make new work orders - mining (lvl3). Did not picked up all ores and lores, only a few - mining (lvl2). Did not picked up all ores and lores, only a few - Stuck problem at trading post (lvl2) outside. Tried to walk in left from the stairs. Done it manually, then got stuck problems when trying to walk out - Blacksmith (lvl2). Did not picked up the delivery of work orders (Entry="236403" ) and did not make new work orders - Salvage Yard (lvl1). Didn't make anything - Salvage Yard (lvl2). Didn't make anything - Garden (lvl3). Did not pick up all herbs and get in a loop while spamming "No viable mobs are in area", had to stop and restart again - Enchanting (lvl 2). Did not picked up the delivery of work orders (Entry="236643" ) and did not make new work orders - Leatherworking (lvl 2). Did not picked up the delivery of work orders (Entry="236948" ) Hope this helps you a little bit
Working Alliance Level 2 Town Hall w/ Barn (lvl 1), and Level 1 Mine and Garden. Donated a little for your hard work! Thanks bro! This is much needed and appreciated! One suggestion: can you have it check to see if already in garrison before hearthing? Seems like a wasted step if already in the Garrison? Thanks again!
Hi First love this work testing it now. Ally Character in my lvl 3 mine. all going well until I hit a mine cart (location probably not important) the cart was looted but had "miner's coffee" I already had the max number of cups. so the bot just stood there and looted over and over again. To make matters more difficult for you i took a look and the coffee was not in my bags but in my bank. so automation couldn't get rid of it unless it new to go to the bank. my suggestion is to attempt to loot a cart x times and move on ... apologies if that in the code as i didn't go look. Okay - additional comment moved to second character and it was standing in the garrison started the script. character immediately used the hearth stone to recall to the same spot. ( within the same room) but not the same spot as in X/Y for a computer
It may be way more simple to delete/sell the coffees and picks prior to entering the mine. Why in the world would you bank the coffee? He shouldn't have to code for silliness
Works´ great - but Please turn off harvesting minerals or herb or both on HB-Settings - otherwise the chars stuck in mine. Allianz - stuck on Barn level 2 - can not go outside Allianz - stand still and want to interact with ? when you have an Trading Post Level 1 or 2
ChronoAS - this profile is amazing! I'm really impressed. Thank you so much for all of your hard work on this I have a code suggestion for the Alliance profile - if I'm not in Lunfarfall use my Garrison Hearthstone. This won't waste its CD if you're already in Lunarfall. Replace lines 27-28 with this: Code: <!-- If I'm not in Lunarfall --> <If Condition="Me.ZoneId != 7078" > <!-- Use my Garrison Hearthstone --> <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(110560)" /> <CustomBehavior File="WaitTimer" WaitTime="20000" GoalText="Waiting for port {TimeRemaining}" /> </If>