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

[Adventure] Shuddering Demon Bone - Craft Material Used for Archfiend Arrows

PauloOzzy

New Member
Joined
Apr 6, 2014
Messages
5
Reaction score
0
Shuddering Demon Bone

*UPDATED*

1. What it does?
Kill Kao' Ahn and/or Oah'tash
farms Shuddering Demon Bone


3. What you need?
Adventure Mode
Trinity Plugin Lateast
QuestTools
BountyProfile (I'm not sure if is really necessary)

4. Features
Start the game on Adventure mode, if have Kao'Ahn or Oah'Tash mission it kill him, if not, restart.
 

Attachments

  • ShudderingDemonBoneV2.zip
    ShudderingDemonBoneV2.zip
    3.2 KB · Views: 269
  • DemonBone.webp
    DemonBone.webp
    14.5 KB · Views: 464
  • ArchfiendArrows.webp
    ArchfiendArrows.webp
    10.1 KB · Views: 477
Last edited:
Which version of trinity do you use? 1.8.20?
Thanks for reply in advance!
 
PauloOzzy, I've edited the profile to work with plugin loaded in Trinity:

Just needed to replace the Havebounty condition with <If> condition.

Thanks for the profile man.
 

Attachments

PauloOzzy, I've edited the profile to work with plugin loaded in Trinity:

Just needed to replace the Havebounty condition with <If> condition.

Thanks for the profile man.

Is the same of mine, probably u didnt had download the Version 2
(Last edited by PauloOzzy; 23.04.2014 at 08:20. Reason: Update)
 
Is the same of mine, probably u didnt had download the Version 2
(Last edited by PauloOzzy; 23.04.2014 at 08:20. Reason: Update)

Just re-downloaded and its still:

Code:
<If condition="Me.IsInTown">
	<!-- Act 4 Bounties -->
	<LogMessage quest="1" step="1" output="Act 4 Bounties" /> 
	<!-- kill kao'ahn (non-specific) -->
	<HaveBounty questSNO="349254">
		<LoadProfile file="Act4/349254.xml" />
	</HaveBounty>
	<!-- kill oah'tash -->
	<HaveBounty questSNO="349252">
		<LoadProfile file="Act4/349252.xml" />
	</HaveBounty>

I just changed <Havebounty> to <If>:

Code:
<If condition="Me.IsInTown">
	<!-- Act 4 Bounties -->
	<LogMessage quest="1" step="1" output="Act 4 Bounties" /> 
	<!-- kill kao'ahn (non-specific) -->
	[B][COLOR="#FF0000"]<If condition="HasQuest(349254)">[/COLOR][/B]
		<LoadProfile file="Act4/349254.xml" />
	</If>
	<!-- kill oah'tash -->
	[B][COLOR="#FF0000"]<If condition="HasQuest(349252)">[/COLOR][/B]
		<LoadProfile file="Act4/349252.xml" />
	</If>
 
i have problem, when i load it he say:
Code:
[Trinity] Bounties complete returned null.
[Trinity] Bounty X1_Bounty_A4_GardensOfHope_Event_Juggernaut (369900) unsupported or invalid.
[Trinity] Bounty X1_Bounty_A4_GardensOfHope_Kill_KaoAhn (349254) unsupported or invalid.
[Trinity] Bounty X1_Bounty_A4_HellRift_Kill_Sledge (364336) unsupported or invalid.
[Trinity] Bounty X1_Bounty_A4_Spire_Kill_Izual (361421) unsupported or invalid.
[Trinity] Bounty X1_Bounty_A4_Spire_Kill_Haures (349270) unsupported or invalid.
Leaving game, reason: No more bounties that we can do. Resetting game.
Last run acquired 0 gold.
[Trinity] New Game - resetting everything

maybe i miss some setting??? i don't understand
 
Back
Top