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

[A1 Inferno]FallenDev's, Bossqwerty-spiced FoM zorked edition -> MP10 E-skipping

Unfortunately this is a common issue with TrinityExploreDungeon, the tag to explore random generated maps.

There's no way to fix it.
What's your iph in DC lvl1?
My 550kdps barb have 2700+ over 24h+ , other shitty barbs have 2500 and 2550 ( 450 and 470 buffed dps)
MB it's becouse Zorked didn't add tags in fom profile....
you should use this
fom
Code:
[B]<ToggleTargeting questId="1" stepId="1" combat="False" looting="False" killRadius="1" lootRadius="1" />[/B]
				<UseObject questId="1" stepId="1" actorId="176001" isPortal="True" destinationWorldId="102299" />
decay
Code:
 <If condition="ZetaDia.CurrentWorldId == 102299">
	 <WaitTimer questId="1" stepId="1" waitTime="300" />
	 [B]<ToggleTargeting questId="1" stepId="1" combat="True" looting="True" killRadius="70" lootRadius="200" />[/B]

never saw backtracking with this

also read this
http://www.thebuddyforum.com/demonb...-edition-mp10-e-skipping-102.html#post1327983
 
immortalhz please do another repack of your mods on trinity and this profile =D
 
What's your iph in DC lvl1?
My 550kdps barb have 2700+ over 24h+ , other shitty barbs have 2500 and 2550 ( 450 and 470 buffed dps)
MB it's becouse Zorked didn't add tags in fom profile....
you should use this

Thanks, this actually worked well. No more initial backtracking!

Code:
===== Misc Statistics =====
Total tracking time: 0h 8m 55s
Total deaths: 0 [0,00 per hour]

===== Item DROP Statistics =====
Items:
Total items dropped: 389 [2613,41 per hour]

(2 times at dc)
 
need a working code for bash...the bot attacks 1 single elite with whirlwind...but i've bash too...so i need bash for single targets..:>

This should not happen, either with vanilla Trinity 1.7.3.9, or my HC version. :) WW only triggers when there are at least 2 mobs around. :)
 
im having trouble staying in wrath. my combat radius is 50 and mob size is set to 7. attacks per second is 1.87. can someone help with this please?
 
Here's my new set of tweaks :)

- Shrines and Globes: Always uses sprint to pick them, finally!
- Battle Rage should spam if sprint is not dumping enough fury;
- Reworked lots of weights, should decrease DPH and increase IPH a bit;
- New FoM profile from scratch: complete new routes, each one for a different waypoint when you land at FoM. Should increase IPH a bit for everyone. I was getting 1800 tops at fom with 1.6.1, now I'm getting 1900;
- New points to check Decaying Crypt: faster check, and won't miss them (with 1.6.1, 1 of 5 was missed more or less)
- Decaying Crypt profile with immortal fix for avoiding backtracking (this was annoying!). Some serious IPH increase here; :)
- My previous Poison Avoid is now off, use a value that fits your needs (I use poison tree avoid at 99% now with good results);
- Female Zombie, Trees and Bulls are again hard blacklisted (except for elites);
- Soft Itemrules improved, use it if you want 1 mil+ items but not trashy things;
- For profile makers: new TrashPackSize options!

Examples:
Code:
<TrinityTrashPack questId="1" size="8" radius="35" ForceIgnoreElites="true" wotb="false" />

Change Trash Radius to 35, Trash Size to 8, do not engage elites, do not use Wrath of the Berserker

Code:
<TrinityTrashPack questId="1" size="8" radius="35" ForceIgnoreElites="false" wotb="true" />

Change Trash Radius to 35, Trash Size to 8, always engage elites, use Wrath of the Berserker

Bottom line, it's possible now to change when to engage elites / use WotB from inside the profile ;)
 

Attachments

Here's my new set of tweaks :)

- Shrines and Globes: Always uses sprint to pick them, finally!
- Battle Rage should spam if sprint is not dumping enough fury;
- Reworked lots of weights, should decrease DPH and increase IPH a bit;
- New FoM profile from scratch: complete new routes, each one for a different waypoint when you land at FoM. Should increase IPH a bit for everyone. I was getting 1800 tops at fom with 1.6.1, now I'm getting 1900;
- New points to check Decaying Crypt: faster check, and won't miss them (with 1.6.1, 1 of 5 was missed more or less)
- Decaying Crypt profile with immortal fix for avoiding backtracking (this was annoying!). Some serious IPH increase here; :)
- My previous Poison Avoid is now off, use a value that fits your needs (I use poison tree avoid at 99% now with good results);
- Female Zombie, Trees and Bulls are again hard blacklisted (except for elites);
- Soft Itemrules improved, use it if you want 1 mil+ items but not trashy things;
- For profile makers: new TrashPackSize options!

Examples:
Code:
<TrinityTrashPack questId="1" size="8" radius="35" ForceIgnoreElites="false" wotb="false" />

Change Trash Radius to 35, Trash Size to 8, do not engage elites, do not use Wrath of the Berserker

Code:
<TrinityTrashPack questId="1" size="8" radius="35" ForceIgnoreElites="true" wotb="true" />

Change Trash Radius to 35, Trash Size to 8, always engage elites, use Wrath of the Berserker

Bottom line, you guys can now change inside the profile when to engage elites / when to use WotB ;)

Giving this a try :) Will post results

EDIT: First thing Hero do is engaging an elite pack (alone) any tweaks we have to do from previous version?
 
Giving this a try :) Will post results

EDIT: First thing Hero do is engaging an elite pack (alone) any tweaks we have to do from previous version?

I don't have time to verify right now, but as an emergencial workaround, comment line 296 in Weighting.cs:

Code:
[B][SIZE=2][COLOR="#FF0000"]//[/COLOR][/SIZE][/B]&& !EliteWithLotsofTrash //&& !IsAnEasyElite

ps1: if there's some mobs around my Trinity engage elites, even if they are at full hp, as long these mobs are alive. If there's only one elite left with -40%, it's attacked as well. This is intended, comment the above line to disable all that.

ps2: I forgot many ppl don't like to engage elites, no matter what. I commented myself. Elites are going to be attacked only with very very low hp ;)
 
I don't have time to verify right now, but as an emergencial workaround, comment line 296 in Weighting.cs:

Code:
[B][SIZE=2][COLOR="#FF0000"]//[/COLOR][/SIZE][/B]&& !EliteWithLotsofTrash //&& !IsAnEasyElite

ps1: if there's some mobs around my Trinity engage elites, even if they are at full hp, as long these mobs are alive. If there's only one elite left with -40%, it's attacked as well. This is intended, comment the above line to disable all that.

ps2: I forgot many ppl don't like to engage elites, no matter what. I commented myself. Elites are going to be attacked only with very very low hp ;)

Yes thats allright attacking -40% elites and when trash mobs around but there Hero just took the WP and attacked 3 elites near it but i commented the line and it seems to be ok now. :)
 
Thanks, this actually worked well. No more initial backtracking!

Code:
===== Misc Statistics =====
Total tracking time: 0h 8m 55s
Total deaths: 0 [0,00 per hour]

===== Item DROP Statistics =====
Items:
Total items dropped: 389 [2613,41 per hour]

(2 times at dc)
if you can't hit 2700iph with 1dph\540k dps and 750k ehp, then you need to tweak something
 
Are you talking about a barb 540K dps?? Because top 1 DPS Barb world is 535K DPS / 350 EHP ,how do you manage to get these stats? And 2700 IPH, using your non user friendly profile i suppose :( ?
 
i use the newest trinity and 1.6.1 profile, but the bot entering crypt and after that he quite it and stuck...<.<
 
if you can't hit 2700iph with 1dph\540k dps and 750k ehp, then you need to tweak something

you never have share a 2.7k iph profile with us...you have share with us a bad version of that...but no one have get 2.2k+ with that..<.< So what the fuck are you talking about?

Btw he means 540k fullbuffed...but with my barb i break 750k fullbuffed

I have 0 deaths, but i can#t break 2.2k over a long time....
 
Back
Top