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

[Adventure Mode] Core + Azmo

Dunno guys... Reinstal DB and update trinity to .13 version, for me this fix most of issues
 
Thanks for editing the code:). Mine so far so good atm. It would be better if you add a timer after opening the cursed chest :) cuz it will need some time after triggering the event.

Code:
<If condition="ActorExistsAt(365097, 513, 697, 0, 1000)">
		     <UseObject questId="1" stepId="1" actorId="365097" interactRange="15"/>
			 <WaitTimer questId="1" stepId="1" waitTime="5000" />
		   </If>
 
Figured it out, it's because I never completed that act on that char (even though I can join it if I manually create it). Hmmph Is there anyway to modify the profile to not require Act 3 to be completed on a specific char?
 
anyone know how to stop my wizard from avoiding azmodan fire? i got enough toughness to tank through the thing but cant find where to disable it
 
Thanks for editing the code:). Mine so far so good atm. It would be better if you add a timer after opening the cursed chest :) cuz it will need some time after triggering the event.

Code:
<If condition="ActorExistsAt(365097, 513, 697, 0, 1000)">
		     <UseObject questId="1" stepId="1" actorId="365097" interactRange="15"/>
			 <WaitTimer questId="1" stepId="1" waitTime="5000" />
		   </If>

Good idea !! but 5s is quite too much i think, i prefere 2,5 s ^^ (2500)
 
Last edited:
I have a problem
I set selling all(magic/rare) items if the bag is full..
but after selling items, the bot doesn't go his next way... just stay alone near NPC
How can I fix this problem?
 
I LOVE YOU, will this work if we start in say act 5 tomorrow? or just a temp solution for act 4?
Got the solution guys :

Code:
       <If condition="CurrentLevelAreaId == 270011">
			<UseWaypoint questId="1" x="557.9392" y="523.653" z="2.796464" actorId="6442" waypointNumber="38" />  
			<WaitTimer questId="101758" stepId="1" waitTime="200" />
		</If>

       <If condition="CurrentLevelAreaId == 92945">
			<UseWaypoint questId="1" x="401.759" y="414.875" z="1.5338" actorId="6442" waypointNumber="38"/>
			<WaitTimer questId="101758" stepId="1" waitTime="200"/>
		</If>

This code is for the teleport to the good place even if u r in act 5. (DB can handle it... for guys said not)

here is the new profile without the chest

View attachment 122776

Cursed Chest support !!!!

Code:
		   <If condition="ActorExistsAt(365097, 513, 697, 0, 1000)">
		     <UseObject questId="1" stepId="1" actorId="365097" interactRange="15"/>
		   </If>

The profile with the chest ^^

View attachment 122778

In any cast liquid, i dont want any credits for this profile ^^ just wanted to help !

Have fun guys !

For me 100% afkble
 
I have a problem
I set selling all(magic/rare) items if the bag is full..
but after selling items, the bot doesn't go his next way... just stay alone near NPC
How can I fix this problem?

the same problem
 
fuck sake, i keep relogging into act V even though i cleared it all. I just resetted all my quests and it still logs me into act V :(
Now I cant use this beautifull profile :(

Anyone knows how to fix this? or add in a small waypoint for using tp to act III?
 
Got the solution guys :

Code:
       <If condition="CurrentLevelAreaId == 270011">
			<UseWaypoint questId="1" x="557.9392" y="523.653" z="2.796464" actorId="6442" waypointNumber="38" />  
			<WaitTimer questId="101758" stepId="1" waitTime="200" />
		</If>

       <If condition="CurrentLevelAreaId == 92945">
			<UseWaypoint questId="1" x="401.759" y="414.875" z="1.5338" actorId="6442" waypointNumber="38"/>
			<WaitTimer questId="101758" stepId="1" waitTime="200"/>
		</If>

This code is for the teleport to the good place even if u r in act 5. (DB can handle it... for guys said not)

here is the new profile without the chest

View attachment 122776

Cursed Chest support !!!!

Code:
		   <If condition="ActorExistsAt(365097, 513, 697, 0, 1000)">
		     <UseObject questId="1" stepId="1" actorId="365097" interactRange="15"/>
		   </If>

The profile with the chest ^^

View attachment 122778

In any cast liquid, i dont want any credits for this profile ^^ just wanted to help !

Have fun guys !

For me 100% afkble

Use this then, it supports starting in act 5 :)
 
Temporary fix to the selling / salvaging stuck would be to restart bot after each loot run, if that's programmable
 
I have the same issue atm. Did adventure mode many times so that not the problem. Anyone knows what to edit to get it working?
Code:
<GameParams numGames="-1" isPrivate="True" resumeFromSave="False" act="OpenWorld" step="1" quest="101758"/>

Anything I can change here so it just presses "start game" ? :)

Wilmire, what quest is that? :P quest 101758. Then i know which one im missing atm.
 
Last edited:
I have the same issue atm. Did adventure mode many times so that not the problem. Anyone knows what to edit to get it working?
Code:
<GameParams numGames="-1" isPrivate="True" resumeFromSave="False" act="OpenWorld" step="1" quest="101758"/>

Anything I can change here so it just presses "start game" ? :)

Wilmire, what quest is that? :P quest 101758. Then i know which one im missing atm.

I don t know, adventure quest is : 312429 / step 2 ^^ ask liquid.ace
 
Back
Top