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

I want to level from 1-60

You probably wont be able to 1-60 without any paragon levels.
At least from my experience it just doesn't work, that profile you'll get to Skeleton King and just die over and over again.
 
Could you guys also explain the difference between these?

Trinity Scoring
File Based Script rule
DB Loot rules
 
Like princej said: Use Armory. I don't know what terrorbyteee did but I did 1-60 easily back then without paragon.

Trinity Scoring: It will loot according to the settings in Trinity.
File Based Script rule: Create your own Loot Rule. DBFolder\Plugins\Trinity\ItemRules\Rules\
DB Loot Rules: I guess Looting from Bot Settings. Never used it before.
 
Hey Chip, well at lvl 1-60 doesnt mean much of a difference. in short these 3 are all settings to keep or sell/salvage items you set up the bot picks up.
at lvl 1-69 its not important which one you choose. go with trinity i think, or even later you can use other loot rules you can find here at the forum. more important is to use armory as you were adviced by princej this will check every item your bot picks up and if its an upgrade then it will equip it.

the loot rules are good to know and use at your advantage at lvl 70 where keeping good items really matters. but until that just set up in demonbuddy you want to pick up lvl1+ blues and rares and legendaries, with armory the bot will choose the best upgrade and equip it.

side note you need to equip at least any junk in each slot before armory can check for upgrades at that slot, or set up in diablo 3 options gameplay auto equip if slot is empty, armory will take over from that point
 
What do I all need?

I'm using http://www.thebuddyforum.com/demonb...es/83134-full-questing-all-acts-complete.html

Do I need anything more?

Also, I wonder which "item rule type" I need

Trinity Scoring
File Based Script rule
DB Loot rules

What is the difference? Do I need anything more to level from 1-60?

Hello there! I too was once in your shoes about 3weeks or so ago! Here's everything you'll need to go from 1-70 using DB!

Use Trinity 1.8.17, myself and many others have had too much issue with 1.8.18.

Use the stock Quest plugin.

Use Armory plugin (latest), and visit my tutorial thread on how to customize its behavior for equipping upgrades: Boop
I personally recommend something like (if damage > 0.00 && toughness > 0.00). You'll see what I mean by reading my tutorial thread. Or, if you're lazy, read the thread on how to edit the behavior and use the following rule for leveling upgrades:
Code:
private static bool CalculateUpgrade(float damage, float toughness, float healing)
        {
            bool isUpgrade = false;
			if (toughness > 0.00 && damage > 0.00)
				isUpgrade = true;
            return isUpgrade;
        }
This will ONLY consider an item an upgrade if both damage AND toughness are greater than 0% (aka: always green for both). This will help you gear up 1-70, but end-game you'll want more specific rules so I recommend laxing it up for damage or toughness, mainly damage as toughness is easier to obtain, or go with a specific loot rule system that lets you specify items with (Primary Stat + Critical Chance + Critical Damage + Elemental type [or life on hit etc]).



Furthermore, the Trinity loot rules are fine. Just tell it to loot EVERYTHING Rare or Magical from level 1+ (use the drop downs). Then tell the TownRun Scorer to always trash any magical and rare (and use the radial buttons to tell DB to always sell everything to venders). This allows Armory to do the bulk of the work. Anything that is NOT an upgrade will be salvaged or sold. I recommend for a new account to always sell for gold as below 10million gold on your account is horrible going. You can always change it to salvage when you hit 70 so you can craft stuff or reroll on items.

DB will NEVER salvage OR sell Legendaries. It will always ID them and put them into your stash if they're not upgrades according to Armory. You can tell it to NOT ID later for alt farming, but some suspect that might be a way to detect you (i disagree, but w/e).


I also recommend keeping your bot full on potions until you loot the legendary infinite potions later on. I also recommend keeping your game difficlty BELOW Expert until you're 60+ and have decent gear. The goal here is speed vs benefits as you'll get far more experience, and easier to get equipped, in Normal and Hard than it is in Expert or Master as without proper gear/paragon you'll be going at a snails pace being VERY inefficient at leveling AND gearing your new toon.

Try to keep your toon above 50 potions at any given time. This is why you'll want to sell everything except Legendaries that are NOT upgrades until 70 so you can get gold to fund your potion addiction :). The bot, and your equipment, will thank you later.


Hope this helped!
 
Giving it a shot with the armory plugin, I guess that's probably why I was dying so much, but I'm not too sure because when I watched it at the skeleton king part it would simply stand there and take damage killing skeleton king was not the issue.
 
Skills change plugins are currently all broken, manually change them following noxxic builds
 
You probably wont be able to 1-60 without any paragon levels.
At least from my experience it just doesn't work, that profile you'll get to Skeleton King and just die over and over again.

HAHAHAHAHA.

I level between 2-4 accounts a day ( and i could no so much more if i had more customers) fresh from level 1-70 including Hardcore.

not sure what you doing wrong mate, but it not the bot
 
HAHAHAHAHA.

I level between 2-4 accounts a day ( and i could no so much more if i had more customers) fresh from level 1-70 including Hardcore.

not sure what you doing wrong mate, but it not the bot
I never said it was the bot, but trying it exactly as everyone else is saying and unless you're geared it just doesn't work (I've tried on all character types and 2 different accounts, so I'm not sure. It just stands and takes damage from skeleton king over and over.)
 
Back
Top