diff options
Diffstat (limited to 'test/baseline')
116 files changed, 23912 insertions, 0 deletions
diff --git a/test/baseline/feat-balance-assignments.test b/test/baseline/feat-balance-assignments.test new file mode 100644 index 00000000..74fe9ddb --- /dev/null +++ b/test/baseline/feat-balance-assignments.test @@ -0,0 +1,37 @@ +bal +<<< +2009/01/01 Entry + Assets:Cash $10,000.00 + Equity:Opening Balances + +2009/02/01 Entry + Expenses:Cash $100.00 + Assets:Cash + +2009/02/02 Entry + Expenses:Cash $100.00 + Assets:Cash + +2009/02/03 Entry + Expenses:Cash $100.00 + Assets:Cash $-100.00 = $9,700.00 + +2009/02/04 Entry + Expenses:Cash $100.00 + Assets:Cash $-100.00 = $9,600.00 + +2009/02/05 Entry + Expenses:Cash $100.00 + Assets:Cash + +2009/02/05 Entry + Expenses:Cash + Assets:Cash = ($4,000.00 + $100.00) +>>>1 + $4,100.00 Assets:Cash + $-10,000.00 Equity:Opening Balances + $5,900.00 Expenses:Cash +-------------------- + 0 +>>>2 +=== 0 diff --git a/test/baseline/feat-fixated-prices.test b/test/baseline/feat-fixated-prices.test new file mode 100644 index 00000000..11330dea --- /dev/null +++ b/test/baseline/feat-fixated-prices.test @@ -0,0 +1,24 @@ +reg -V gas +<<< +1990/01/01 Payee + Expenses:Gas 100 GAL {=$2} + Liabilities:MasterCard $-200 + +P 1990/01/15 12:00:00 GAL $3 + +1990/02/01 Payee + Expenses:Gas 100 FOO {$2} + Liabilities:MasterCard $-200 + +P 1990/02/15 12:00:00 FOO $3 + +1990/02/20 Payee + Expenses:Gas 100 FOO + Liabilities:MasterCard +>>>1 +90-Jan-01 Payee Expenses:Gas $200 $200 +90-Feb-01 Payee Expenses:Gas $200 $400 +90-Feb-20 Commodities revalued <Revalued> $100 $500 +90-Feb-20 Payee Expenses:Gas $300 $800 +>>>2 +=== 0 diff --git a/test/baseline/opt-abbrev-len.test b/test/baseline/opt-abbrev-len.test new file mode 100644 index 00000000..40313b22 --- /dev/null +++ b/test/baseline/opt-abbrev-len.test @@ -0,0 +1,11 @@ +reg --abbrev-len=4 +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +07-Feb-02 RD VMMXX Asse:Inve:Vang:VMMXX 0.350 VMMXX 0.350 VMMXX + Inco:Divi:Vang:VMMXX $-0.35 $-0.35 + 0.350 VMMXX +>>>2 +=== 0 diff --git a/test/baseline/opt-account-width.test b/test/baseline/opt-account-width.test new file mode 100644 index 00000000..b0493e87 --- /dev/null +++ b/test/baseline/opt-account-width.test @@ -0,0 +1,11 @@ +reg --account-width=40 +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +07-Feb-02 RD VMMXX Assets:Investments:Vanguard:VMMXX 0.350 VMMXX 0.350 VMMXX + Income:Dividends:Vanguard:VMMXX $-0.35 $-0.35 + 0.350 VMMXX +>>>2 +=== 0 diff --git a/test/baseline/opt-account.test b/test/baseline/opt-account.test new file mode 100644 index 00000000..7cda3c4d --- /dev/null +++ b/test/baseline/opt-account.test @@ -0,0 +1,11 @@ +reg --account='payee + ":" + commodity' +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +07-Feb-02 RD VMMXX RD VMMXX:VMMXX 0.350 VMMXX 0.350 VMMXX +07-Feb-02 RD VMMXX RD VMMXX:$ $-0.35 $-0.35 + 0.350 VMMXX +>>>2 +=== 0 diff --git a/test/baseline/opt-actual.test b/test/baseline/opt-actual.test new file mode 100644 index 00000000..8e7b432e --- /dev/null +++ b/test/baseline/opt-actual.test @@ -0,0 +1,15 @@ +print --actual +<<< += Books + Expenses:Taxes 0.05 + Assets:Checking -0.05 + +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash $-10.00 +>>>1 +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash $-10.00 +>>>2 +=== 0 diff --git a/test/baseline/opt-add-budget.test b/test/baseline/opt-add-budget.test new file mode 100644 index 00000000..535335d3 --- /dev/null +++ b/test/baseline/opt-add-budget.test @@ -0,0 +1,368 @@ +reg --add-budget books cards +<<< +~ monthly + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 January + Expenses:Books $10.00 + Liabilities:Cards $10.00 + Assets:Cash + +2008/01/31 End of January + Expenses:Books $10.00 + Liabilities:Cards $10.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Liabilities:Cards $20.00 + Assets:Cash + +2008/02/28 End of February + Expenses:Books $20.00 + Liabilities:Cards $20.00 + Assets:Cash + +2008/03/01 March + Expenses:Books $30.00 + Liabilities:Cards $30.00 + Assets:Cash + +2008/03/31 End of March + Expenses:Books $30.00 + Liabilities:Cards $30.00 + Assets:Cash + +2008/04/01 April + Expenses:Books $40.00 + Liabilities:Cards $40.00 + Assets:Cash + +2008/04/30 End of April + Expenses:Books $40.00 + Liabilities:Cards $40.00 + Assets:Cash + +2008/05/01 May + Expenses:Books $50.00 + Liabilities:Cards $50.00 + Assets:Cash + +2008/05/31 End of May + Expenses:Books $50.00 + Liabilities:Cards $50.00 + Assets:Cash + +2008/06/01 June + Expenses:Books $60.00 + Liabilities:Cards $60.00 + Assets:Cash + +2008/06/30 End of June + Expenses:Books $60.00 + Liabilities:Cards $60.00 + Assets:Cash + +2008/07/01 July + Expenses:Books $70.00 + Liabilities:Cards $70.00 + Assets:Cash + +2008/07/31 End of July + Expenses:Books $70.00 + Liabilities:Cards $70.00 + Assets:Cash + +2008/08/01 August + Expenses:Books $80.00 + Liabilities:Cards $80.00 + Assets:Cash + +2008/08/31 End of August + Expenses:Books $80.00 + Liabilities:Cards $80.00 + Assets:Cash + +2008/09/01 September + Expenses:Books $90.00 + Liabilities:Cards $90.00 + Assets:Cash + +2008/09/30 End of September + Expenses:Books $90.00 + Liabilities:Cards $90.00 + Assets:Cash + +2008/10/01 October + Expenses:Books $100.00 + Liabilities:Cards $100.00 + Assets:Cash + +2008/10/31 End of October + Expenses:Books $100.00 + Liabilities:Cards $100.00 + Assets:Cash + +2008/11/01 November + Expenses:Books $110.00 + Liabilities:Cards $110.00 + Assets:Cash + +2008/11/30 End of November + Expenses:Books $110.00 + Liabilities:Cards $110.00 + Assets:Cash + +2008/12/01 December + Expenses:Books $120.00 + Liabilities:Cards $120.00 + Assets:Cash + +2008/12/31 End of December + Expenses:Books $120.00 + Liabilities:Cards $120.00 + Assets:Cash + +2009/01/01 January + Expenses:Books $10.00 + Liabilities:Cards $10.00 + Assets:Cash + +2009/01/31 End of January + Expenses:Books $10.00 + Liabilities:Cards $10.00 + Assets:Cash + +2009/02/01 February + Expenses:Books $20.00 + Liabilities:Cards $20.00 + Assets:Cash + +2009/02/28 End of February + Expenses:Books $20.00 + Liabilities:Cards $20.00 + Assets:Cash + +2009/03/01 March + Expenses:Books $30.00 + Liabilities:Cards $30.00 + Assets:Cash + +2009/03/31 End of March + Expenses:Books $30.00 + Liabilities:Cards $30.00 + Assets:Cash + +2009/04/01 April + Expenses:Books $40.00 + Liabilities:Cards $40.00 + Assets:Cash + +2009/04/30 End of April + Expenses:Books $40.00 + Liabilities:Cards $40.00 + Assets:Cash + +2009/05/01 May + Expenses:Books $50.00 + Liabilities:Cards $50.00 + Assets:Cash + +2009/05/31 End of May + Expenses:Books $50.00 + Liabilities:Cards $50.00 + Assets:Cash + +2009/06/01 June + Expenses:Books $60.00 + Liabilities:Cards $60.00 + Assets:Cash + +2009/06/30 End of June + Expenses:Books $60.00 + Liabilities:Cards $60.00 + Assets:Cash + +2009/07/01 July + Expenses:Books $70.00 + Liabilities:Cards $70.00 + Assets:Cash + +2009/07/31 End of July + Expenses:Books $70.00 + Liabilities:Cards $70.00 + Assets:Cash + +2009/08/01 August + Expenses:Books $80.00 + Liabilities:Cards $80.00 + Assets:Cash + +2009/08/31 End of August + Expenses:Books $80.00 + Liabilities:Cards $80.00 + Assets:Cash + +2009/09/01 September + Expenses:Books $90.00 + Liabilities:Cards $90.00 + Assets:Cash + +2009/09/30 End of September + Expenses:Books $90.00 + Liabilities:Cards $90.00 + Assets:Cash + +2009/10/01 October + Expenses:Books $100.00 + Liabilities:Cards $100.00 + Assets:Cash + +2009/10/31 End of October + Expenses:Books $100.00 + Liabilities:Cards $100.00 + Assets:Cash + +2009/11/01 November + Expenses:Books $110.00 + Liabilities:Cards $110.00 + Assets:Cash + +2009/11/30 End of November + Expenses:Books $110.00 + Liabilities:Cards $110.00 + Assets:Cash + +2009/12/01 December + Expenses:Books $120.00 + Liabilities:Cards $120.00 + Assets:Cash + +2009/12/31 End of December + Expenses:Books $120.00 + Liabilities:Cards $120.00 + Assets:Cash +>>>1 +08-Jan-01 Budget transaction Expenses:Books $-10.00 $-10.00 +08-Jan-01 January Expenses:Books $10.00 0 + Liabilities:Cards $10.00 $10.00 +08-Jan-31 End of January Expenses:Books $10.00 $20.00 + Liabilities:Cards $10.00 $30.00 +08-Feb-01 Budget transaction Expenses:Books $-10.00 $20.00 +08-Feb-01 February Expenses:Books $20.00 $40.00 + Liabilities:Cards $20.00 $60.00 +08-Feb-28 End of February Expenses:Books $20.00 $80.00 + Liabilities:Cards $20.00 $100.00 +08-Mar-01 Budget transaction Expenses:Books $-10.00 $90.00 +08-Mar-01 March Expenses:Books $30.00 $120.00 + Liabilities:Cards $30.00 $150.00 +08-Mar-31 End of March Expenses:Books $30.00 $180.00 + Liabilities:Cards $30.00 $210.00 +08-Apr-01 Budget transaction Expenses:Books $-10.00 $200.00 +08-Apr-01 April Expenses:Books $40.00 $240.00 + Liabilities:Cards $40.00 $280.00 +08-Apr-30 End of April Expenses:Books $40.00 $320.00 + Liabilities:Cards $40.00 $360.00 +08-May-01 Budget transaction Expenses:Books $-10.00 $350.00 +08-May-01 May Expenses:Books $50.00 $400.00 + Liabilities:Cards $50.00 $450.00 +08-May-31 End of May Expenses:Books $50.00 $500.00 + Liabilities:Cards $50.00 $550.00 +08-Jun-01 Budget transaction Expenses:Books $-10.00 $540.00 +08-Jun-01 June Expenses:Books $60.00 $600.00 + Liabilities:Cards $60.00 $660.00 +08-Jun-30 End of June Expenses:Books $60.00 $720.00 + Liabilities:Cards $60.00 $780.00 +08-Jul-01 Budget transaction Expenses:Books $-10.00 $770.00 +08-Jul-01 July Expenses:Books $70.00 $840.00 + Liabilities:Cards $70.00 $910.00 +08-Jul-31 End of July Expenses:Books $70.00 $980.00 + Liabilities:Cards $70.00 $1050.00 +08-Aug-01 Budget transaction Expenses:Books $-10.00 $1040.00 +08-Aug-01 August Expenses:Books $80.00 $1120.00 + Liabilities:Cards $80.00 $1200.00 +08-Aug-31 End of August Expenses:Books $80.00 $1280.00 + Liabilities:Cards $80.00 $1360.00 +08-Sep-01 Budget transaction Expenses:Books $-10.00 $1350.00 +08-Sep-01 September Expenses:Books $90.00 $1440.00 + Liabilities:Cards $90.00 $1530.00 +08-Sep-30 End of September Expenses:Books $90.00 $1620.00 + Liabilities:Cards $90.00 $1710.00 +08-Oct-01 Budget transaction Expenses:Books $-10.00 $1700.00 +08-Oct-01 October Expenses:Books $100.00 $1800.00 + Liabilities:Cards $100.00 $1900.00 +08-Oct-31 End of October Expenses:Books $100.00 $2000.00 + Liabilities:Cards $100.00 $2100.00 +08-Nov-01 Budget transaction Expenses:Books $-10.00 $2090.00 +08-Nov-01 November Expenses:Books $110.00 $2200.00 + Liabilities:Cards $110.00 $2310.00 +08-Nov-30 End of November Expenses:Books $110.00 $2420.00 + Liabilities:Cards $110.00 $2530.00 +08-Dec-01 Budget transaction Expenses:Books $-10.00 $2520.00 +08-Dec-01 December Expenses:Books $120.00 $2640.00 + Liabilities:Cards $120.00 $2760.00 +08-Dec-31 End of December Expenses:Books $120.00 $2880.00 + Liabilities:Cards $120.00 $3000.00 +09-Jan-01 Budget transaction Expenses:Books $-10.00 $2990.00 +09-Jan-01 January Expenses:Books $10.00 $3000.00 + Liabilities:Cards $10.00 $3010.00 +09-Jan-31 End of January Expenses:Books $10.00 $3020.00 + Liabilities:Cards $10.00 $3030.00 +09-Feb-01 Budget transaction Expenses:Books $-10.00 $3020.00 +09-Feb-01 February Expenses:Books $20.00 $3040.00 + Liabilities:Cards $20.00 $3060.00 +09-Feb-28 End of February Expenses:Books $20.00 $3080.00 + Liabilities:Cards $20.00 $3100.00 +09-Mar-01 Budget transaction Expenses:Books $-10.00 $3090.00 +09-Mar-01 March Expenses:Books $30.00 $3120.00 + Liabilities:Cards $30.00 $3150.00 +09-Mar-31 End of March Expenses:Books $30.00 $3180.00 + Liabilities:Cards $30.00 $3210.00 +09-Apr-01 Budget transaction Expenses:Books $-10.00 $3200.00 +09-Apr-01 April Expenses:Books $40.00 $3240.00 + Liabilities:Cards $40.00 $3280.00 +09-Apr-30 End of April Expenses:Books $40.00 $3320.00 + Liabilities:Cards $40.00 $3360.00 +09-May-01 Budget transaction Expenses:Books $-10.00 $3350.00 +09-May-01 May Expenses:Books $50.00 $3400.00 + Liabilities:Cards $50.00 $3450.00 +09-May-31 End of May Expenses:Books $50.00 $3500.00 + Liabilities:Cards $50.00 $3550.00 +09-Jun-01 Budget transaction Expenses:Books $-10.00 $3540.00 +09-Jun-01 June Expenses:Books $60.00 $3600.00 + Liabilities:Cards $60.00 $3660.00 +09-Jun-30 End of June Expenses:Books $60.00 $3720.00 + Liabilities:Cards $60.00 $3780.00 +09-Jul-01 Budget transaction Expenses:Books $-10.00 $3770.00 +09-Jul-01 July Expenses:Books $70.00 $3840.00 + Liabilities:Cards $70.00 $3910.00 +09-Jul-31 End of July Expenses:Books $70.00 $3980.00 + Liabilities:Cards $70.00 $4050.00 +09-Aug-01 Budget transaction Expenses:Books $-10.00 $4040.00 +09-Aug-01 August Expenses:Books $80.00 $4120.00 + Liabilities:Cards $80.00 $4200.00 +09-Aug-31 End of August Expenses:Books $80.00 $4280.00 + Liabilities:Cards $80.00 $4360.00 +09-Sep-01 Budget transaction Expenses:Books $-10.00 $4350.00 +09-Sep-01 September Expenses:Books $90.00 $4440.00 + Liabilities:Cards $90.00 $4530.00 +09-Sep-30 End of September Expenses:Books $90.00 $4620.00 + Liabilities:Cards $90.00 $4710.00 +09-Oct-01 Budget transaction Expenses:Books $-10.00 $4700.00 +09-Oct-01 October Expenses:Books $100.00 $4800.00 + Liabilities:Cards $100.00 $4900.00 +09-Oct-31 End of October Expenses:Books $100.00 $5000.00 + Liabilities:Cards $100.00 $5100.00 +09-Nov-01 Budget transaction Expenses:Books $-10.00 $5090.00 +09-Nov-01 November Expenses:Books $110.00 $5200.00 + Liabilities:Cards $110.00 $5310.00 +09-Nov-30 End of November Expenses:Books $110.00 $5420.00 + Liabilities:Cards $110.00 $5530.00 +09-Dec-01 Budget transaction Expenses:Books $-10.00 $5520.00 +09-Dec-01 December Expenses:Books $120.00 $5640.00 + Liabilities:Cards $120.00 $5760.00 +09-Dec-31 End of December Expenses:Books $120.00 $5880.00 + Liabilities:Cards $120.00 $6000.00 +>>>2 +=== 0 diff --git a/test/baseline/opt-amount-data.test b/test/baseline/opt-amount-data.test new file mode 100644 index 00000000..7b88c9f3 --- /dev/null +++ b/test/baseline/opt-amount-data.test @@ -0,0 +1,10 @@ +reg --amount-data +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +2007-02-02 0.35 +2007-02-02 -0.35 +>>>2 +=== 0 diff --git a/test/baseline/opt-amount-width.test b/test/baseline/opt-amount-width.test new file mode 100644 index 00000000..32282214 --- /dev/null +++ b/test/baseline/opt-amount-width.test @@ -0,0 +1,11 @@ +reg --amount-width=18 +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +07-Feb-02 RD VMMXX As:In:Vanguard:VMMXX 0.350 VMMXX 0.350 VMMXX + In:Di:Vanguard:VMMXX $-0.35 $-0.35 + 0.350 VMMXX +>>>2 +=== 0 diff --git a/test/baseline/opt-amount.test b/test/baseline/opt-amount.test new file mode 100644 index 00000000..2ebbf055 --- /dev/null +++ b/test/baseline/opt-amount.test @@ -0,0 +1,10 @@ +reg --amount=10 +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +07-Feb-02 RD VMMXX As:In:Vanguard:VMMXX 10 10 + In:Di:Vanguard:VMMXX 10 20 +>>>2 +=== 0 diff --git a/test/baseline/opt-anon.test b/test/baseline/opt-anon.test new file mode 100644 index 00000000..6fe6b75f --- /dev/null +++ b/test/baseline/opt-anon.test @@ -0,0 +1,11 @@ +reg --anon +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +07-Feb-02 6a93dcb3 da:20:5d:27:988a9c3a 0.350 VMMXX 0.350 VMMXX + da:1c:b6:27:988a9c3a $-0.35 $-0.35 + 0.350 VMMXX +>>>2 +=== 0 diff --git a/test/baseline/opt-average.test b/test/baseline/opt-average.test new file mode 100644 index 00000000..82de294d --- /dev/null +++ b/test/baseline/opt-average.test @@ -0,0 +1,244 @@ +reg --average books +<<< +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2008/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2008/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2008/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2008/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2008/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2008/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2008/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2008/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2008/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2008/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2008/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2008/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2008/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2008/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2008/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2008/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2008/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2008/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2008/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2008/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2008/12/31 End of December + Expenses:Books $120.00 + Assets:Cash + +2009/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2009/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2009/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2009/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2009/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2009/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2009/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2009/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2009/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2009/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2009/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2009/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2009/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2009/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2009/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2009/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2009/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2009/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2009/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2009/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2009/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2009/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2009/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2009/12/31 End of December + Expenses:Books $120.00 + Assets:Cash +>>>1 +08-Jan-01 January Expenses:Books $10.00 $10.00 +08-Jan-31 End of January Expenses:Books $10.00 $10.00 +08-Feb-01 February Expenses:Books $20.00 $13.33 +08-Feb-28 End of February Expenses:Books $20.00 $15.00 +08-Mar-01 March Expenses:Books $30.00 $18.00 +08-Mar-31 End of March Expenses:Books $30.00 $20.00 +08-Apr-01 April Expenses:Books $40.00 $22.86 +08-Apr-30 End of April Expenses:Books $40.00 $25.00 +08-May-01 May Expenses:Books $50.00 $27.78 +08-May-31 End of May Expenses:Books $50.00 $30.00 +08-Jun-01 June Expenses:Books $60.00 $32.73 +08-Jun-30 End of June Expenses:Books $60.00 $35.00 +08-Jul-01 July Expenses:Books $70.00 $37.69 +08-Jul-31 End of July Expenses:Books $70.00 $40.00 +08-Aug-01 August Expenses:Books $80.00 $42.67 +08-Aug-31 End of August Expenses:Books $80.00 $45.00 +08-Sep-01 September Expenses:Books $90.00 $47.65 +08-Sep-30 End of September Expenses:Books $90.00 $50.00 +08-Oct-01 October Expenses:Books $100.00 $52.63 +08-Oct-31 End of October Expenses:Books $100.00 $55.00 +08-Nov-01 November Expenses:Books $110.00 $57.62 +08-Nov-30 End of November Expenses:Books $110.00 $60.00 +08-Dec-01 December Expenses:Books $120.00 $62.61 +08-Dec-31 End of December Expenses:Books $120.00 $65.00 +09-Jan-01 January Expenses:Books $10.00 $62.80 +09-Jan-31 End of January Expenses:Books $10.00 $60.77 +09-Feb-01 February Expenses:Books $20.00 $59.26 +09-Feb-28 End of February Expenses:Books $20.00 $57.86 +09-Mar-01 March Expenses:Books $30.00 $56.90 +09-Mar-31 End of March Expenses:Books $30.00 $56.00 +09-Apr-01 April Expenses:Books $40.00 $55.48 +09-Apr-30 End of April Expenses:Books $40.00 $55.00 +09-May-01 May Expenses:Books $50.00 $54.85 +09-May-31 End of May Expenses:Books $50.00 $54.71 +09-Jun-01 June Expenses:Books $60.00 $54.86 +09-Jun-30 End of June Expenses:Books $60.00 $55.00 +09-Jul-01 July Expenses:Books $70.00 $55.41 +09-Jul-31 End of July Expenses:Books $70.00 $55.79 +09-Aug-01 August Expenses:Books $80.00 $56.41 +09-Aug-31 End of August Expenses:Books $80.00 $57.00 +09-Sep-01 September Expenses:Books $90.00 $57.80 +09-Sep-30 End of September Expenses:Books $90.00 $58.57 +09-Oct-01 October Expenses:Books $100.00 $59.53 +09-Oct-31 End of October Expenses:Books $100.00 $60.45 +09-Nov-01 November Expenses:Books $110.00 $61.56 +09-Nov-30 End of November Expenses:Books $110.00 $62.61 +09-Dec-01 December Expenses:Books $120.00 $63.83 +09-Dec-31 End of December Expenses:Books $120.00 $65.00 +>>>2 +=== 0 diff --git a/test/baseline/opt-balance-format.test b/test/baseline/opt-balance-format.test new file mode 100644 index 00000000..5a39ded8 --- /dev/null +++ b/test/baseline/opt-balance-format.test @@ -0,0 +1,10 @@ +bal --balance-format='%(account)\n' --no-total +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +Assets:Investments:Vanguard:VMMXX +Income:Dividends:Vanguard:VMMXX +>>>2 +=== 0 diff --git a/test/baseline/opt-base.test b/test/baseline/opt-base.test new file mode 100644 index 00000000..77912dbd --- /dev/null +++ b/test/baseline/opt-base.test @@ -0,0 +1,29 @@ +bal --base +<<< +i 2007/03/01 23:00:00 A +o 2007/03/02 01:00:00 +i 2007/03/11 23:00:00 B +o 2007/03/12 01:00:00 + +2006/05/22 * Company + Assets:Receivable $4,000.00 + Income:Contracts -40h @ $100.00 + +2006/05/22 * Company + Assets:Receivable $4,000.00 + Income:Contracts -40h {$20} @ $100.00 + Income:Gains $-3,200.00 +>>>1 + 7200s A + $8,000.00 Assets:Receivable + 7200s B + $3,200.00 Equity:Capital Gains + $-3,200.00 + -288000s Income + -288000s Contracts + $-3,200.00 Gains +-------------------- + $8,000.00 + -273600s +>>>2 +=== 0 diff --git a/test/baseline/opt-basis.test b/test/baseline/opt-basis.test new file mode 100644 index 00000000..8270be88 --- /dev/null +++ b/test/baseline/opt-basis.test @@ -0,0 +1,12 @@ +bal --basis +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 + $0.35 Assets:Investments:Vanguard:VMMXX + $-0.35 Income:Dividends:Vanguard:VMMXX +-------------------- + 0 +>>>2 +=== 0 diff --git a/test/baseline/opt-begin.test b/test/baseline/opt-begin.test new file mode 100644 index 00000000..17f4012e --- /dev/null +++ b/test/baseline/opt-begin.test @@ -0,0 +1,240 @@ +reg --begin=2009/02 +<<< +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2008/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2008/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2008/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2008/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2008/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2008/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2008/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2008/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2008/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2008/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2008/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2008/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2008/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2008/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2008/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2008/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2008/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2008/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2008/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2008/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2008/12/31 End of December + Expenses:Books $120.00 + Assets:Cash + +2009/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2009/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2009/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2009/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2009/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2009/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2009/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2009/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2009/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2009/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2009/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2009/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2009/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2009/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2009/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2009/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2009/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2009/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2009/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2009/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2009/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2009/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2009/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2009/12/31 End of December + Expenses:Books $120.00 + Assets:Cash +>>>1 +09-Feb-01 February Expenses:Books $20.00 $20.00 + Assets:Cash $-20.00 0 +09-Feb-28 End of February Expenses:Books $20.00 $20.00 + Assets:Cash $-20.00 0 +09-Mar-01 March Expenses:Books $30.00 $30.00 + Assets:Cash $-30.00 0 +09-Mar-31 End of March Expenses:Books $30.00 $30.00 + Assets:Cash $-30.00 0 +09-Apr-01 April Expenses:Books $40.00 $40.00 + Assets:Cash $-40.00 0 +09-Apr-30 End of April Expenses:Books $40.00 $40.00 + Assets:Cash $-40.00 0 +09-May-01 May Expenses:Books $50.00 $50.00 + Assets:Cash $-50.00 0 +09-May-31 End of May Expenses:Books $50.00 $50.00 + Assets:Cash $-50.00 0 +09-Jun-01 June Expenses:Books $60.00 $60.00 + Assets:Cash $-60.00 0 +09-Jun-30 End of June Expenses:Books $60.00 $60.00 + Assets:Cash $-60.00 0 +09-Jul-01 July Expenses:Books $70.00 $70.00 + Assets:Cash $-70.00 0 +09-Jul-31 End of July Expenses:Books $70.00 $70.00 + Assets:Cash $-70.00 0 +09-Aug-01 August Expenses:Books $80.00 $80.00 + Assets:Cash $-80.00 0 +09-Aug-31 End of August Expenses:Books $80.00 $80.00 + Assets:Cash $-80.00 0 +09-Sep-01 September Expenses:Books $90.00 $90.00 + Assets:Cash $-90.00 0 +09-Sep-30 End of September Expenses:Books $90.00 $90.00 + Assets:Cash $-90.00 0 +09-Oct-01 October Expenses:Books $100.00 $100.00 + Assets:Cash $-100.00 0 +09-Oct-31 End of October Expenses:Books $100.00 $100.00 + Assets:Cash $-100.00 0 +09-Nov-01 November Expenses:Books $110.00 $110.00 + Assets:Cash $-110.00 0 +09-Nov-30 End of November Expenses:Books $110.00 $110.00 + Assets:Cash $-110.00 0 +09-Dec-01 December Expenses:Books $120.00 $120.00 + Assets:Cash $-120.00 0 +09-Dec-31 End of December Expenses:Books $120.00 $120.00 + Assets:Cash $-120.00 0 +>>>2 +=== 0 diff --git a/test/baseline/opt-budget.test b/test/baseline/opt-budget.test new file mode 100644 index 00000000..eb2ade9d --- /dev/null +++ b/test/baseline/opt-budget.test @@ -0,0 +1,321 @@ +reg --budget books +<<< +~ monthly + Expenses:Books $10.00 + Liabilities $10.00 + Assets:Cash + +2008/01/01 January + Expenses:Books $10.00 + Liabilities:Cards $10.00 + Assets:Cash + +2008/01/31 End of January + Expenses:Books $10.00 + Liabilities:Cards $10.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Liabilities:Cards $20.00 + Assets:Cash + +2008/02/28 End of February + Expenses:Books $20.00 + Liabilities:Cards $20.00 + Assets:Cash + +2008/03/01 March + Expenses:Books $30.00 + Liabilities:Cards $30.00 + Assets:Cash + +2008/03/31 End of March + Expenses:Books $30.00 + Liabilities:Cards $30.00 + Assets:Cash + +2008/04/01 April + Expenses:Books $40.00 + Liabilities:Cards $40.00 + Assets:Cash + +2008/04/30 End of April + Expenses:Books $40.00 + Liabilities:Cards $40.00 + Assets:Cash + +2008/05/01 May + Expenses:Books $50.00 + Liabilities:Cards $50.00 + Assets:Cash + +2008/05/31 End of May + Expenses:Books $50.00 + Liabilities:Cards $50.00 + Assets:Cash + +2008/06/01 June + Expenses:Books $60.00 + Liabilities:Cards $60.00 + Assets:Cash + +2008/06/30 End of June + Expenses:Books $60.00 + Liabilities:Cards $60.00 + Assets:Cash + +2008/07/01 July + Expenses:Books $70.00 + Liabilities:Cards $70.00 + Assets:Cash + +2008/07/31 End of July + Expenses:Books $70.00 + Liabilities:Cards $70.00 + Assets:Cash + +2008/08/01 August + Expenses:Books $80.00 + Liabilities:Cards $80.00 + Assets:Cash + +2008/08/31 End of August + Expenses:Books $80.00 + Liabilities:Cards $80.00 + Assets:Cash + +2008/09/01 September + Expenses:Books $90.00 + Liabilities:Cards $90.00 + Assets:Cash + +2008/09/30 End of September + Expenses:Books $90.00 + Liabilities:Cards $90.00 + Assets:Cash + +2008/10/01 October + Expenses:Books $100.00 + Liabilities:Cards $100.00 + Assets:Cash + +2008/10/31 End of October + Expenses:Books $100.00 + Liabilities:Cards $100.00 + Assets:Cash + +2008/11/01 November + Expenses:Books $110.00 + Liabilities:Cards $110.00 + Assets:Cash + +2008/11/30 End of November + Expenses:Books $110.00 + Liabilities:Cards $110.00 + Assets:Cash + +2008/12/01 December + Expenses:Books $120.00 + Liabilities:Cards $120.00 + Assets:Cash + +2008/12/31 End of December + Expenses:Books $120.00 + Liabilities:Cards $120.00 + Assets:Cash + +2009/01/01 January + Expenses:Books $10.00 + Liabilities:Cards $10.00 + Assets:Cash + +2009/01/31 End of January + Expenses:Books $10.00 + Liabilities:Cards $10.00 + Assets:Cash + +2009/02/01 February + Expenses:Books $20.00 + Liabilities:Cards $20.00 + Assets:Cash + +2009/02/28 End of February + Expenses:Books $20.00 + Liabilities:Cards $20.00 + Assets:Cash + +2009/03/01 March + Expenses:Books $30.00 + Liabilities:Cards $30.00 + Assets:Cash + +2009/03/31 End of March + Expenses:Books $30.00 + Liabilities:Cards $30.00 + Assets:Cash + +2009/04/01 April + Expenses:Books $40.00 + Liabilities:Cards $40.00 + Assets:Cash + +2009/04/30 End of April + Expenses:Books $40.00 + Liabilities:Cards $40.00 + Assets:Cash + +2009/05/01 May + Expenses:Books $50.00 + Liabilities:Cards $50.00 + Assets:Cash + +2009/05/31 End of May + Expenses:Books $50.00 + Liabilities:Cards $50.00 + Assets:Cash + +2009/06/01 June + Expenses:Books $60.00 + Liabilities:Cards $60.00 + Assets:Cash + +2009/06/30 End of June + Expenses:Books $60.00 + Liabilities:Cards $60.00 + Assets:Cash + +2009/07/01 July + Expenses:Books $70.00 + Liabilities:Cards $70.00 + Assets:Cash + +2009/07/31 End of July + Expenses:Books $70.00 + Liabilities:Cards $70.00 + Assets:Cash + +2009/08/01 August + Expenses:Books $80.00 + Liabilities:Cards $80.00 + Assets:Cash + +2009/08/31 End of August + Expenses:Books $80.00 + Liabilities:Cards $80.00 + Assets:Cash + +2009/09/01 September + Expenses:Books $90.00 + Liabilities:Cards $90.00 + Assets:Cash + +2009/09/30 End of September + Expenses:Books $90.00 + Liabilities:Cards $90.00 + Assets:Cash + +2009/10/01 October + Expenses:Books $100.00 + Liabilities:Cards $100.00 + Assets:Cash + +2009/10/31 End of October + Expenses:Books $100.00 + Liabilities:Cards $100.00 + Assets:Cash + +2009/11/01 November + Expenses:Books $110.00 + Liabilities:Cards $110.00 + Assets:Cash + +2009/11/30 End of November + Expenses:Books $110.00 + Liabilities:Cards $110.00 + Assets:Cash + +2009/12/01 December + Expenses:Books $120.00 + Liabilities:Cards $120.00 + Assets:Cash + +2009/12/31 End of December + Expenses:Books $120.00 + Liabilities:Cards $120.00 + Assets:Cash +>>>1 +08-Jan-01 Budget transaction Expenses:Books $-10.00 $-10.00 +08-Jan-01 January Expenses:Books $10.00 0 +08-Jan-31 End of January Expenses:Books $10.00 $10.00 +08-Feb-01 Budget transaction Expenses:Books $-10.00 0 +08-Feb-01 February Expenses:Books $20.00 $20.00 +08-Feb-28 End of February Expenses:Books $20.00 $40.00 +08-Mar-01 Budget transaction Expenses:Books $-10.00 $30.00 +08-Mar-01 March Expenses:Books $30.00 $60.00 +08-Mar-31 End of March Expenses:Books $30.00 $90.00 +08-Apr-01 Budget transaction Expenses:Books $-10.00 $80.00 +08-Apr-01 April Expenses:Books $40.00 $120.00 +08-Apr-30 End of April Expenses:Books $40.00 $160.00 +08-May-01 Budget transaction Expenses:Books $-10.00 $150.00 +08-May-01 May Expenses:Books $50.00 $200.00 +08-May-31 End of May Expenses:Books $50.00 $250.00 +08-Jun-01 Budget transaction Expenses:Books $-10.00 $240.00 +08-Jun-01 June Expenses:Books $60.00 $300.00 +08-Jun-30 End of June Expenses:Books $60.00 $360.00 +08-Jul-01 Budget transaction Expenses:Books $-10.00 $350.00 +08-Jul-01 July Expenses:Books $70.00 $420.00 +08-Jul-31 End of July Expenses:Books $70.00 $490.00 +08-Aug-01 Budget transaction Expenses:Books $-10.00 $480.00 +08-Aug-01 August Expenses:Books $80.00 $560.00 +08-Aug-31 End of August Expenses:Books $80.00 $640.00 +08-Sep-01 Budget transaction Expenses:Books $-10.00 $630.00 +08-Sep-01 September Expenses:Books $90.00 $720.00 +08-Sep-30 End of September Expenses:Books $90.00 $810.00 +08-Oct-01 Budget transaction Expenses:Books $-10.00 $800.00 +08-Oct-01 October Expenses:Books $100.00 $900.00 +08-Oct-31 End of October Expenses:Books $100.00 $1000.00 +08-Nov-01 Budget transaction Expenses:Books $-10.00 $990.00 +08-Nov-01 November Expenses:Books $110.00 $1100.00 +08-Nov-30 End of November Expenses:Books $110.00 $1210.00 +08-Dec-01 Budget transaction Expenses:Books $-10.00 $1200.00 +08-Dec-01 December Expenses:Books $120.00 $1320.00 +08-Dec-31 End of December Expenses:Books $120.00 $1440.00 +09-Jan-01 Budget transaction Expenses:Books $-10.00 $1430.00 +09-Jan-01 January Expenses:Books $10.00 $1440.00 +09-Jan-31 End of January Expenses:Books $10.00 $1450.00 +09-Feb-01 Budget transaction Expenses:Books $-10.00 $1440.00 +09-Feb-01 February Expenses:Books $20.00 $1460.00 +09-Feb-28 End of February Expenses:Books $20.00 $1480.00 +09-Mar-01 Budget transaction Expenses:Books $-10.00 $1470.00 +09-Mar-01 March Expenses:Books $30.00 $1500.00 +09-Mar-31 End of March Expenses:Books $30.00 $1530.00 +09-Apr-01 Budget transaction Expenses:Books $-10.00 $1520.00 +09-Apr-01 April Expenses:Books $40.00 $1560.00 +09-Apr-30 End of April Expenses:Books $40.00 $1600.00 +09-May-01 Budget transaction Expenses:Books $-10.00 $1590.00 +09-May-01 May Expenses:Books $50.00 $1640.00 +09-May-31 End of May Expenses:Books $50.00 $1690.00 +09-Jun-01 Budget transaction Expenses:Books $-10.00 $1680.00 +09-Jun-01 June Expenses:Books $60.00 $1740.00 +09-Jun-30 End of June Expenses:Books $60.00 $1800.00 +09-Jul-01 Budget transaction Expenses:Books $-10.00 $1790.00 +09-Jul-01 July Expenses:Books $70.00 $1860.00 +09-Jul-31 End of July Expenses:Books $70.00 $1930.00 +09-Aug-01 Budget transaction Expenses:Books $-10.00 $1920.00 +09-Aug-01 August Expenses:Books $80.00 $2000.00 +09-Aug-31 End of August Expenses:Books $80.00 $2080.00 +09-Sep-01 Budget transaction Expenses:Books $-10.00 $2070.00 +09-Sep-01 September Expenses:Books $90.00 $2160.00 +09-Sep-30 End of September Expenses:Books $90.00 $2250.00 +09-Oct-01 Budget transaction Expenses:Books $-10.00 $2240.00 +09-Oct-01 October Expenses:Books $100.00 $2340.00 +09-Oct-31 End of October Expenses:Books $100.00 $2440.00 +09-Nov-01 Budget transaction Expenses:Books $-10.00 $2430.00 +09-Nov-01 November Expenses:Books $110.00 $2540.00 +09-Nov-30 End of November Expenses:Books $110.00 $2650.00 +09-Dec-01 Budget transaction Expenses:Books $-10.00 $2640.00 +09-Dec-01 December Expenses:Books $120.00 $2760.00 +09-Dec-31 End of December Expenses:Books $120.00 $2880.00 +>>>2 +=== 0 diff --git a/test/baseline/opt-by-payee.test b/test/baseline/opt-by-payee.test new file mode 100644 index 00000000..ec8d0a73 --- /dev/null +++ b/test/baseline/opt-by-payee.test @@ -0,0 +1,220 @@ +reg --by-payee not @End +<<< +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2008/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2008/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2008/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2008/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2008/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2008/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2008/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2008/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2008/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2008/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2008/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2008/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2008/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2008/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2008/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2008/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2008/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2008/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2008/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2008/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2008/12/31 End of December + Expenses:Books $120.00 + Assets:Cash + +2009/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2009/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2009/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2009/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2009/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2009/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2009/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2009/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2009/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2009/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2009/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2009/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2009/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2009/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2009/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2009/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2009/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2009/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2009/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2009/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2009/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2009/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2009/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2009/12/31 End of December + Expenses:Books $120.00 + Assets:Cash +>>>1 +08-Jan-01 January Assets:Cash $-20.00 $-20.00 + Expenses:Books $20.00 0 +08-Feb-01 February Assets:Cash $-40.00 $-40.00 + Expenses:Books $40.00 0 +08-Mar-01 March Assets:Cash $-60.00 $-60.00 + Expenses:Books $60.00 0 +08-Apr-01 April Assets:Cash $-80.00 $-80.00 + Expenses:Books $80.00 0 +08-May-01 May Assets:Cash $-100.00 $-100.00 + Expenses:Books $100.00 0 +08-Jun-01 June Assets:Cash $-120.00 $-120.00 + Expenses:Books $120.00 0 +08-Jul-01 July Assets:Cash $-140.00 $-140.00 + Expenses:Books $140.00 0 +08-Aug-01 August Assets:Cash $-160.00 $-160.00 + Expenses:Books $160.00 0 +08-Sep-01 September Assets:Cash $-180.00 $-180.00 + Expenses:Books $180.00 0 +08-Oct-01 October Assets:Cash $-200.00 $-200.00 + Expenses:Books $200.00 0 +08-Nov-01 November Assets:Cash $-220.00 $-220.00 + Expenses:Books $220.00 0 +08-Dec-01 December Assets:Cash $-240.00 $-240.00 + Expenses:Books $240.00 0 +>>>2 +=== 0 diff --git a/test/baseline/opt-cleared.test b/test/baseline/opt-cleared.test new file mode 100644 index 00000000..8c08834c --- /dev/null +++ b/test/baseline/opt-cleared.test @@ -0,0 +1,206 @@ +reg --cleared +<<< +2008/01/01 * January + Expenses:Books $10.00 + Assets:Cash + +2008/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/02/01 * February + Expenses:Books $20.00 + Assets:Cash + +2008/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2008/03/01 * March + Expenses:Books $30.00 + Assets:Cash + +2008/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2008/04/01 April + * Expenses:Books $40.00 + Assets:Cash + +2008/04/30 End of April + * Expenses:Books $40.00 + Assets:Cash + +2008/05/01 May + Expenses:Books $50.00 + * Assets:Cash + +2008/05/31 End of May + Expenses:Books $50.00 + * Assets:Cash + +2008/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2008/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2008/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2008/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2008/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2008/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2008/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2008/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2008/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2008/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2008/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2008/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2008/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2008/12/31 End of December + Expenses:Books $120.00 + Assets:Cash + +2009/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2009/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2009/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2009/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2009/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2009/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2009/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2009/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2009/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2009/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2009/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2009/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2009/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2009/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2009/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2009/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2009/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2009/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2009/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2009/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2009/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2009/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2009/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2009/12/31 End of December + Expenses:Books $120.00 + Assets:Cash +>>>1 +08-Jan-01 January Expenses:Books $10.00 $10.00 + Assets:Cash $-10.00 0 +08-Feb-01 February Expenses:Books $20.00 $20.00 + Assets:Cash $-20.00 0 +08-Mar-01 March Expenses:Books $30.00 $30.00 + Assets:Cash $-30.00 0 +08-Apr-01 April Expenses:Books $40.00 $40.00 +08-Apr-30 End of April Expenses:Books $40.00 $80.00 +08-May-01 May Assets:Cash $-50.00 $30.00 +08-May-31 End of May Assets:Cash $-50.00 $-20.00 +>>>2 +=== 0 diff --git a/test/baseline/opt-code-as-account.test b/test/baseline/opt-code-as-account.test new file mode 100644 index 00000000..c669427e --- /dev/null +++ b/test/baseline/opt-code-as-account.test @@ -0,0 +1,34 @@ +reg --account=code +<<< +2008/01/01 * (100) January + Expenses:Books $10.00 + Assets:Cash + +2008/01/31 (101) End of January + Expenses:Books $10.00 + Assets:Cash + +2008/02/01 * (102) February + Expenses:Books $20.00 + Assets:Cash + +2008/02/28 (103) End of February + Expenses:Books $20.00 + Assets:Cash + +2008/03/01 * March + Expenses:Books $30.00 + Assets:Cash +>>>1 +08-Jan-01 January 100 $10.00 $10.00 +08-Jan-01 January 100 $-10.00 0 +08-Jan-31 End of January 101 $10.00 $10.00 +08-Jan-31 End of January 101 $-10.00 0 +08-Feb-01 February 102 $20.00 $20.00 +08-Feb-01 February 102 $-20.00 0 +08-Feb-28 End of February 103 $20.00 $20.00 +08-Feb-28 End of February 103 $-20.00 0 +08-Mar-01 March $30.00 $30.00 +08-Mar-01 March $-30.00 0 +>>>2 +=== 0 diff --git a/test/baseline/opt-code-as-payee.test b/test/baseline/opt-code-as-payee.test new file mode 100644 index 00000000..c2988626 --- /dev/null +++ b/test/baseline/opt-code-as-payee.test @@ -0,0 +1,34 @@ +reg --payee=code +<<< +2008/01/01 * (100) January + Expenses:Books $10.00 + Assets:Cash + +2008/01/31 (101) End of January + Expenses:Books $10.00 + Assets:Cash + +2008/02/01 * (102) February + Expenses:Books $20.00 + Assets:Cash + +2008/02/28 (103) End of February + Expenses:Books $20.00 + Assets:Cash + +2008/03/01 * March + Expenses:Books $30.00 + Assets:Cash +>>>1 +08-Jan-01 100 Expenses:Books $10.00 $10.00 +08-Jan-01 100 Assets:Cash $-10.00 0 +08-Jan-31 101 Expenses:Books $10.00 $10.00 +08-Jan-31 101 Assets:Cash $-10.00 0 +08-Feb-01 102 Expenses:Books $20.00 $20.00 +08-Feb-01 102 Assets:Cash $-20.00 0 +08-Feb-28 103 Expenses:Books $20.00 $20.00 +08-Feb-28 103 Assets:Cash $-20.00 0 +08-Mar-01 Expenses:Books $30.00 $30.00 +08-Mar-01 Assets:Cash $-30.00 0 +>>>2 +=== 0 diff --git a/test/baseline/opt-collapse-if-zero.test b/test/baseline/opt-collapse-if-zero.test new file mode 100644 index 00000000..fb4d33fd --- /dev/null +++ b/test/baseline/opt-collapse-if-zero.test @@ -0,0 +1,15 @@ +reg --collapse-if-zero +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX $0.35 + Income:Dividends:Vanguard:VMMXX $-0.35 + +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +07-Feb-02 RD VMMXX As:In:Vanguard:VMMXX 0.350 VMMXX 0.350 VMMXX + In:Di:Vanguard:VMMXX $-0.35 $-0.35 + 0.350 VMMXX +>>>2 +=== 0 diff --git a/test/baseline/opt-collapse.test b/test/baseline/opt-collapse.test new file mode 100644 index 00000000..afe59840 --- /dev/null +++ b/test/baseline/opt-collapse.test @@ -0,0 +1,13 @@ +bal --collapse +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 + 0.350 VMMXX Assets + $-0.35 Income +-------------------- + $-0.35 + 0.350 VMMXX +>>>2 +=== 0 diff --git a/test/baseline/opt-collapse_reg.test b/test/baseline/opt-collapse_reg.test new file mode 100644 index 00000000..12d4a2d9 --- /dev/null +++ b/test/baseline/opt-collapse_reg.test @@ -0,0 +1,46 @@ +reg --collapse food +<<< +2009/10/01 Test + Expenses:Food:Dining $10 + Expenses:Food:Tips $1 + Assets:Cash + +2009/10/02 Test + Expenses:Food:Dining $10 + Expenses:Food:Tips $1 + Assets:Cash + +2009/10/03 Test + Expenses:Food:Dining $10 + Expenses:Food:Tips $1 + Assets:Cash + +2009/10/04 Test + Expenses:Food:Dining $10 + Expenses:Food:Tips $1 + Assets:Cash + +2009/10/05 Test + Expenses:Food:Dining $10 + Expenses:Food:Tips $1 + Assets:Cash + +2009/10/06 Test + Expenses:Food:Dining $10 + Expenses:Food:Tips $1 + Assets:Cash + +2009/10/07 Test + Expenses:Food:Dining $10 + Expenses:Food:Tips $1 + Assets:Cash +>>>1 +09-Oct-01 Test <Total> $11 $11 +09-Oct-02 Test <Total> $11 $22 +09-Oct-03 Test <Total> $11 $33 +09-Oct-04 Test <Total> $11 $44 +09-Oct-05 Test <Total> $11 $55 +09-Oct-06 Test <Total> $11 $66 +09-Oct-07 Test <Total> $11 $77 +>>>2 +=== 0 diff --git a/test/baseline/opt-color.test b/test/baseline/opt-color.test new file mode 100644 index 00000000..6520c7dc --- /dev/null +++ b/test/baseline/opt-color.test @@ -0,0 +1,13 @@ +bal --color --force-color +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 + 0.350 VMMXX [34mAssets:Investments:Vanguard:VMMXX[0m + [31m$-0.35[0m [34mIncome:Dividends:Vanguard:VMMXX[0m +-------------------- + [31m$-0.35[0m + 0.350 VMMXX +>>>2 +=== 0 diff --git a/test/baseline/opt-columns.test b/test/baseline/opt-columns.test new file mode 100644 index 00000000..4dc28d9b --- /dev/null +++ b/test/baseline/opt-columns.test @@ -0,0 +1,11 @@ +reg --columns=100 +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +07-Feb-02 RD VMMXX As:Investments:Vanguard:VMMXX 0.350 VMMXX 0.350 VMMXX + In:Dividends:Vanguard:VMMXX $-0.35 $-0.35 + 0.350 VMMXX +>>>2 +=== 0 diff --git a/test/baseline/opt-commodity-as-account.test b/test/baseline/opt-commodity-as-account.test new file mode 100644 index 00000000..44fb0028 --- /dev/null +++ b/test/baseline/opt-commodity-as-account.test @@ -0,0 +1,11 @@ +reg --account=commodity +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +07-Feb-02 RD VMMXX VMMXX 0.350 VMMXX 0.350 VMMXX +07-Feb-02 RD VMMXX $ $-0.35 $-0.35 + 0.350 VMMXX +>>>2 +=== 0 diff --git a/test/baseline/opt-commodity-as-payee.test b/test/baseline/opt-commodity-as-payee.test new file mode 100644 index 00000000..2f829b4a --- /dev/null +++ b/test/baseline/opt-commodity-as-payee.test @@ -0,0 +1,11 @@ +reg --payee=commodity +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +07-Feb-02 VMMXX As:In:Vanguard:VMMXX 0.350 VMMXX 0.350 VMMXX +07-Feb-02 $ In:Di:Vanguard:VMMXX $-0.35 $-0.35 + 0.350 VMMXX +>>>2 +=== 0 diff --git a/test/baseline/opt-cost.test b/test/baseline/opt-cost.test new file mode 100644 index 00000000..b84646d8 --- /dev/null +++ b/test/baseline/opt-cost.test @@ -0,0 +1,12 @@ +bal --cost +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 + $0.35 Assets:Investments:Vanguard:VMMXX + $-0.35 Income:Dividends:Vanguard:VMMXX +-------------------- + 0 +>>>2 +=== 0 diff --git a/test/baseline/opt-csv-format.test b/test/baseline/opt-csv-format.test new file mode 100644 index 00000000..d4975f93 --- /dev/null +++ b/test/baseline/opt-csv-format.test @@ -0,0 +1,10 @@ +csv --csv-format='"%(date)"\n' +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +"2007/02/02" +"2007/02/02" +>>>2 +=== 0 diff --git a/test/baseline/opt-current.test b/test/baseline/opt-current.test new file mode 100644 index 00000000..1367fad1 --- /dev/null +++ b/test/baseline/opt-current.test @@ -0,0 +1,17 @@ +bal --current +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 + +2700/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 + 0.350 VMMXX Assets:Investments:Vanguard:VMMXX + $-0.35 Income:Dividends:Vanguard:VMMXX +-------------------- + $-0.35 + 0.350 VMMXX +>>>2 +=== 0 diff --git a/test/baseline/opt-daily.test b/test/baseline/opt-daily.test new file mode 100644 index 00000000..0ff3987f --- /dev/null +++ b/test/baseline/opt-daily.test @@ -0,0 +1,56 @@ +reg --daily +<<< +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2008/02/01 End of February + Expenses:Books $20.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2008/02/01 End of February + Expenses:Books $20.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2008/02/01 End of February + Expenses:Books $20.00 + Assets:Cash +>>>1 +08-Jan-01 - 08-Jan-01 Assets:Cash $-60.00 $-60.00 + Expenses:Books $60.00 0 +08-Feb-01 - 08-Feb-01 Assets:Cash $-120.00 $-120.00 + Expenses:Books $120.00 0 +>>>2 +=== 0 diff --git a/test/baseline/opt-date-format.test b/test/baseline/opt-date-format.test new file mode 100644 index 00000000..b4e1a332 --- /dev/null +++ b/test/baseline/opt-date-format.test @@ -0,0 +1,11 @@ +reg --date-format='%Y' +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +2007 RD VMMXX As:In:Vanguard:VMMXX 0.350 VMMXX 0.350 VMMXX + In:Di:Vanguard:VMMXX $-0.35 $-0.35 + 0.350 VMMXX +>>>2 +=== 0 diff --git a/test/baseline/opt-date-width.test b/test/baseline/opt-date-width.test new file mode 100644 index 00000000..47652099 --- /dev/null +++ b/test/baseline/opt-date-width.test @@ -0,0 +1,11 @@ +reg --date-width=20 +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +07-Feb-02 RD VMMXX As:In:Vanguard:VMMXX 0.350 VMMXX 0.350 VMMXX + In:Di:Vanguard:VMMXX $-0.35 $-0.35 + 0.350 VMMXX +>>>2 +=== 0 diff --git a/test/baseline/opt-depth.test b/test/baseline/opt-depth.test new file mode 100644 index 00000000..4b378fac --- /dev/null +++ b/test/baseline/opt-depth.test @@ -0,0 +1,93 @@ +bal --depth 1 +<<< +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 January + Expenses:One:Books $10.00 + Expenses:One:Two:Books $10.00 + Expenses:One:Two:Three:Books $10.00 + Assets:Cash + +2008/01/01 January + Assets:Cash 0 + Income:Books + +2008/01/01 January + Assets:Cash + Income:One:Books $-10.00 + Income:One:Two:Books $-10.00 + Income:One:Two:Three:Books $-10.00 +>>>1 + $-10.00 Assets + $40.00 Expenses + $-30.00 Income +-------------------- + 0 +>>>2 +=== 0 +bal --depth 2 +>>>1 + $-10.00 Assets:Cash + $40.00 Expenses + $10.00 Books + $30.00 One + $-30.00 Income:One +-------------------- + 0 +>>>2 +=== 0 +bal --depth 3 +>>>1 + $-10.00 Assets:Cash + $40.00 Expenses + $10.00 Books + $30.00 One + $10.00 Books + $20.00 Two + $-30.00 Income:One + $-10.00 Books + $-20.00 Two +-------------------- + 0 +>>>2 +=== 0 +bal --depth 4 +>>>1 + $-10.00 Assets:Cash + $40.00 Expenses + $10.00 Books + $30.00 One + $10.00 Books + $20.00 Two + $10.00 Books + $10.00 Three + $-30.00 Income:One + $-10.00 Books + $-20.00 Two + $-10.00 Books + $-10.00 Three +-------------------- + 0 +>>>2 +=== 0 +bal --depth 5 +>>>1 + $-10.00 Assets:Cash + $40.00 Expenses + $10.00 Books + $30.00 One + $10.00 Books + $20.00 Two + $10.00 Books + $10.00 Three:Books + $-30.00 Income:One + $-10.00 Books + $-20.00 Two + $-10.00 Books + $-10.00 Three:Books +-------------------- + 0 +>>>2 +=== 0 diff --git a/test/baseline/opt-depth_flat.test b/test/baseline/opt-depth_flat.test new file mode 100644 index 00000000..85f29423 --- /dev/null +++ b/test/baseline/opt-depth_flat.test @@ -0,0 +1,68 @@ +bal --depth 1 --flat +<<< +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 January + Expenses:One:Books $10.00 + Expenses:One:Two:Books $10.00 + Expenses:One:Two:Three:Books $10.00 + Assets:Cash + +2008/01/01 January + Assets:Cash 0 + Income:Books + +2008/01/01 January + Assets:Cash + Income:One:Books $-10.00 + Income:One:Two:Books $-10.00 + Income:One:Two:Three:Books $-10.00 +>>>1 +>>>2 +=== 0 +bal --depth 2 --flat +>>>1 + $-10.00 Assets:Cash + $10.00 Expenses:Books +-------------------- + 0 +>>>2 +=== 0 +bal --depth 3 --flat +>>>1 + $-10.00 Assets:Cash + $10.00 Expenses:Books + $10.00 Expenses:One:Books + $-10.00 Income:One:Books +-------------------- + 0 +>>>2 +=== 0 +bal --depth 4 --flat +>>>1 + $-10.00 Assets:Cash + $10.00 Expenses:Books + $10.00 Expenses:One:Books + $10.00 Expenses:One:Two:Books + $-10.00 Income:One:Books + $-10.00 Income:One:Two:Books +-------------------- + 0 +>>>2 +=== 0 +bal --depth 5 --flat +>>>1 + $-10.00 Assets:Cash + $10.00 Expenses:Books + $10.00 Expenses:One:Books + $10.00 Expenses:One:Two:Books + $10.00 Expenses:One:Two:Three:Books + $-10.00 Income:One:Books + $-10.00 Income:One:Two:Books + $-10.00 Income:One:Two:Three:Books +-------------------- + 0 +>>>2 +=== 0 diff --git a/test/baseline/opt-deviation.test b/test/baseline/opt-deviation.test new file mode 100644 index 00000000..50e625de --- /dev/null +++ b/test/baseline/opt-deviation.test @@ -0,0 +1,244 @@ +reg --deviation books +<<< +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2008/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2008/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2008/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2008/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2008/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2008/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2008/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2008/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2008/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2008/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2008/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2008/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2008/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2008/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2008/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2008/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2008/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2008/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2008/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2008/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2008/12/31 End of December + Expenses:Books $120.00 + Assets:Cash + +2009/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2009/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2009/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2009/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2009/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2009/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2009/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2009/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2009/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2009/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2009/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2009/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2009/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2009/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2009/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2009/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2009/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2009/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2009/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2009/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2009/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2009/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2009/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2009/12/31 End of December + Expenses:Books $120.00 + Assets:Cash +>>>1 +08-Jan-01 January Expenses:Books $10.00 0 +08-Jan-31 End of January Expenses:Books $10.00 0 +08-Feb-01 February Expenses:Books $20.00 $6.67 +08-Feb-28 End of February Expenses:Books $20.00 $5.00 +08-Mar-01 March Expenses:Books $30.00 $12.00 +08-Mar-31 End of March Expenses:Books $30.00 $10.00 +08-Apr-01 April Expenses:Books $40.00 $17.14 +08-Apr-30 End of April Expenses:Books $40.00 $15.00 +08-May-01 May Expenses:Books $50.00 $22.22 +08-May-31 End of May Expenses:Books $50.00 $20.00 +08-Jun-01 June Expenses:Books $60.00 $27.27 +08-Jun-30 End of June Expenses:Books $60.00 $25.00 +08-Jul-01 July Expenses:Books $70.00 $32.31 +08-Jul-31 End of July Expenses:Books $70.00 $30.00 +08-Aug-01 August Expenses:Books $80.00 $37.33 +08-Aug-31 End of August Expenses:Books $80.00 $35.00 +08-Sep-01 September Expenses:Books $90.00 $42.35 +08-Sep-30 End of September Expenses:Books $90.00 $40.00 +08-Oct-01 October Expenses:Books $100.00 $47.37 +08-Oct-31 End of October Expenses:Books $100.00 $45.00 +08-Nov-01 November Expenses:Books $110.00 $52.38 +08-Nov-30 End of November Expenses:Books $110.00 $50.00 +08-Dec-01 December Expenses:Books $120.00 $57.39 +08-Dec-31 End of December Expenses:Books $120.00 $55.00 +09-Jan-01 January Expenses:Books $10.00 $-52.80 +09-Jan-31 End of January Expenses:Books $10.00 $-50.77 +09-Feb-01 February Expenses:Books $20.00 $-39.26 +09-Feb-28 End of February Expenses:Books $20.00 $-37.86 +09-Mar-01 March Expenses:Books $30.00 $-26.90 +09-Mar-31 End of March Expenses:Books $30.00 $-26.00 +09-Apr-01 April Expenses:Books $40.00 $-15.48 +09-Apr-30 End of April Expenses:Books $40.00 $-15.00 +09-May-01 May Expenses:Books $50.00 $-4.85 +09-May-31 End of May Expenses:Books $50.00 $-4.71 +09-Jun-01 June Expenses:Books $60.00 $5.14 +09-Jun-30 End of June Expenses:Books $60.00 $5.00 +09-Jul-01 July Expenses:Books $70.00 $14.59 +09-Jul-31 End of July Expenses:Books $70.00 $14.21 +09-Aug-01 August Expenses:Books $80.00 $23.59 +09-Aug-31 End of August Expenses:Books $80.00 $23.00 +09-Sep-01 September Expenses:Books $90.00 $32.20 +09-Sep-30 End of September Expenses:Books $90.00 $31.43 +09-Oct-01 October Expenses:Books $100.00 $40.47 +09-Oct-31 End of October Expenses:Books $100.00 $39.55 +09-Nov-01 November Expenses:Books $110.00 $48.44 +09-Nov-30 End of November Expenses:Books $110.00 $47.39 +09-Dec-01 December Expenses:Books $120.00 $56.17 +09-Dec-31 End of December Expenses:Books $120.00 $55.00 +>>>2 +=== 0 diff --git a/test/baseline/opt-display-amount.test b/test/baseline/opt-display-amount.test new file mode 100644 index 00000000..45eac079 --- /dev/null +++ b/test/baseline/opt-display-amount.test @@ -0,0 +1,65 @@ +reg --display-amount='amount * 10' books +<<< +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2008/02/01 End of February + Expenses:Books $20.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2008/02/01 End of February + Expenses:Books $20.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2008/02/01 End of February + Expenses:Books $20.00 + Assets:Cash + +>>>1 +08-Jan-01 January Expenses:Books $100.00 $10.00 +08-Jan-01 End of January Expenses:Books $100.00 $20.00 +08-Jan-01 January Expenses:Books $100.00 $30.00 +08-Jan-01 End of January Expenses:Books $100.00 $40.00 +08-Jan-01 January Expenses:Books $100.00 $50.00 +08-Jan-01 End of January Expenses:Books $100.00 $60.00 +08-Feb-01 February Expenses:Books $200.00 $80.00 +08-Feb-01 End of February Expenses:Books $200.00 $100.00 +08-Feb-01 February Expenses:Books $200.00 $120.00 +08-Feb-01 End of February Expenses:Books $200.00 $140.00 +08-Feb-01 February Expenses:Books $200.00 $160.00 +08-Feb-01 End of February Expenses:Books $200.00 $180.00 +>>>2 +=== 0 diff --git a/test/baseline/opt-display-total.test b/test/baseline/opt-display-total.test new file mode 100644 index 00000000..9a6e67d6 --- /dev/null +++ b/test/baseline/opt-display-total.test @@ -0,0 +1,65 @@ +reg --display-total='amount * 10' books +<<< +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2008/02/01 End of February + Expenses:Books $20.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2008/02/01 End of February + Expenses:Books $20.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2008/02/01 End of February + Expenses:Books $20.00 + Assets:Cash + +>>>1 +08-Jan-01 January Expenses:Books $10.00 $100.00 +08-Jan-01 End of January Expenses:Books $10.00 $100.00 +08-Jan-01 January Expenses:Books $10.00 $100.00 +08-Jan-01 End of January Expenses:Books $10.00 $100.00 +08-Jan-01 January Expenses:Books $10.00 $100.00 +08-Jan-01 End of January Expenses:Books $10.00 $100.00 +08-Feb-01 February Expenses:Books $20.00 $200.00 +08-Feb-01 End of February Expenses:Books $20.00 $200.00 +08-Feb-01 February Expenses:Books $20.00 $200.00 +08-Feb-01 End of February Expenses:Books $20.00 $200.00 +08-Feb-01 February Expenses:Books $20.00 $200.00 +08-Feb-01 End of February Expenses:Books $20.00 $200.00 +>>>2 +=== 0 diff --git a/test/baseline/opt-display.test b/test/baseline/opt-display.test new file mode 100644 index 00000000..4f01a706 --- /dev/null +++ b/test/baseline/opt-display.test @@ -0,0 +1,59 @@ +reg --display='payee =~ /February/' books +<<< +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2008/02/01 End of February + Expenses:Books $20.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2008/02/01 End of February + Expenses:Books $20.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2008/02/01 End of February + Expenses:Books $20.00 + Assets:Cash + +>>>1 +08-Feb-01 February Expenses:Books $20.00 $80.00 +08-Feb-01 End of February Expenses:Books $20.00 $100.00 +08-Feb-01 February Expenses:Books $20.00 $120.00 +08-Feb-01 End of February Expenses:Books $20.00 $140.00 +08-Feb-01 February Expenses:Books $20.00 $160.00 +08-Feb-01 End of February Expenses:Books $20.00 $180.00 +>>>2 +=== 0 diff --git a/test/baseline/opt-dow.test b/test/baseline/opt-dow.test new file mode 100644 index 00000000..bbd5aa0c --- /dev/null +++ b/test/baseline/opt-dow.test @@ -0,0 +1,55 @@ +reg --dow books +<<< +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2008/02/01 End of February + Expenses:Books $20.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2008/02/01 End of February + Expenses:Books $20.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2008/02/01 End of February + Expenses:Books $20.00 + Assets:Cash + +>>>1 +08-Jan-01 Tuesdays Expenses:Books $60.00 $60.00 +08-Feb-01 Fridays Expenses:Books $120.00 $180.00 +>>>2 +=== 0 diff --git a/test/baseline/opt-effective.test b/test/baseline/opt-effective.test new file mode 100644 index 00000000..adf9f8af --- /dev/null +++ b/test/baseline/opt-effective.test @@ -0,0 +1,22 @@ +reg --effective +<<< +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/31=2008/01/01 End of January + Expenses:Books $10.00 ; [=2008/02/01] + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Assets:Cash +>>>1 +08-Jan-01 January Expenses:Books $10.00 $10.00 + Assets:Cash $-10.00 0 +08-Jan-01 End of January Assets:Cash $-10.00 $-10.00 +08-Feb-01 End of January Expenses:Books $10.00 0 +08-Feb-01 February Expenses:Books $20.00 $20.00 + Assets:Cash $-20.00 0 +>>>2 +=== 0 diff --git a/test/baseline/opt-empty.test b/test/baseline/opt-empty.test new file mode 100644 index 00000000..507767ed --- /dev/null +++ b/test/baseline/opt-empty.test @@ -0,0 +1,36 @@ +reg --empty +<<< +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 January + Expenses:One:Books $10.00 + Expenses:One:Two:Books $10.00 + Expenses:One:Two:Three:Books $10.00 + Assets:Cash + +2008/01/01 January + Assets:Cash 0 + Income:Books + +2008/01/01 January + Assets:Cash + Income:One:Books $-10.00 + Income:One:Two:Books $-10.00 + Income:One:Two:Three:Books $-10.00 +>>>1 +08-Jan-01 January Expenses:Books $10.00 $10.00 + Assets:Cash $-10.00 0 +08-Jan-01 January Expenses:One:Books $10.00 $10.00 + Expenses:One:Two:Books $10.00 $20.00 + Ex:One:Two:Three:Books $10.00 $30.00 + Assets:Cash $-30.00 0 +08-Jan-01 January Assets:Cash 0 0 + Income:Books 0 0 +08-Jan-01 January Assets:Cash $30.00 $30.00 + Income:One:Books $-10.00 $20.00 + Income:One:Two:Books $-10.00 $10.00 + In:One:Two:Three:Books $-10.00 0 +>>>2 +=== 0 diff --git a/test/baseline/opt-empty_bal.test b/test/baseline/opt-empty_bal.test new file mode 100644 index 00000000..f8e7560b --- /dev/null +++ b/test/baseline/opt-empty_bal.test @@ -0,0 +1,41 @@ +bal --empty +<<< +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 January + Expenses:One:Books $10.00 + Expenses:One:Two:Books $10.00 + Expenses:One:Two:Three:Books $10.00 + Assets:Cash + +2008/01/01 January + Assets:Cash 0 + Income:Books + +2008/01/01 January + Assets:Cash + Income:One:Books $-10.00 + Income:One:Two:Books $-10.00 + Income:One:Two:Three:Books $-10.00 +>>>1 + $-10.00 Assets:Cash + $40.00 Expenses + $10.00 Books + $30.00 One + $10.00 Books + $20.00 Two + $10.00 Books + $10.00 Three:Books + $-30.00 Income + 0 Books + $-30.00 One + $-10.00 Books + $-20.00 Two + $-10.00 Books + $-10.00 Three:Books +-------------------- + 0 +>>>2 +=== 0 diff --git a/test/baseline/opt-empty_bal_flat.test b/test/baseline/opt-empty_bal_flat.test new file mode 100644 index 00000000..338c0bf8 --- /dev/null +++ b/test/baseline/opt-empty_bal_flat.test @@ -0,0 +1,35 @@ +bal --empty --flat +<<< +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 January + Expenses:One:Books $10.00 + Expenses:One:Two:Books $10.00 + Expenses:One:Two:Three:Books $10.00 + Assets:Cash + +2008/01/01 January + Assets:Cash 0 + Income:Books + +2008/01/01 January + Assets:Cash + Income:One:Books $-10.00 + Income:One:Two:Books $-10.00 + Income:One:Two:Three:Books $-10.00 +>>>1 + $-10.00 Assets:Cash + $10.00 Expenses:Books + $10.00 Expenses:One:Books + $10.00 Expenses:One:Two:Books + $10.00 Expenses:One:Two:Three:Books + 0 Income:Books + $-10.00 Income:One:Books + $-10.00 Income:One:Two:Books + $-10.00 Income:One:Two:Three:Books +-------------------- + 0 +>>>2 +=== 0 diff --git a/test/baseline/opt-empty_collapse.test b/test/baseline/opt-empty_collapse.test new file mode 100644 index 00000000..3e22a9b1 --- /dev/null +++ b/test/baseline/opt-empty_collapse.test @@ -0,0 +1,28 @@ +reg --empty --collapse +<<< +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 January + Expenses:One:Books $10.00 + Expenses:One:Two:Books $10.00 + Expenses:One:Two:Three:Books $10.00 + Assets:Cash + +2008/01/01 January + Assets:Cash 0 + Income:Books + +2008/01/01 January + Assets:Cash + Income:One:Books $-10.00 + Income:One:Two:Books $-10.00 + Income:One:Two:Three:Books $-10.00 +>>>1 +08-Jan-01 January <Total> 0 0 +08-Jan-01 January <Total> 0 0 +08-Jan-01 January <Total> 0 0 +08-Jan-01 January <Total> 0 0 +>>>2 +=== 0 diff --git a/test/baseline/opt-end.test b/test/baseline/opt-end.test new file mode 100644 index 00000000..d5c7f5c0 --- /dev/null +++ b/test/baseline/opt-end.test @@ -0,0 +1,248 @@ +reg --end=2009/02 +<<< +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2008/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2008/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2008/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2008/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2008/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2008/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2008/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2008/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2008/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2008/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2008/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2008/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2008/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2008/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2008/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2008/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2008/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2008/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2008/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2008/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2008/12/31 End of December + Expenses:Books $120.00 + Assets:Cash + +2009/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2009/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2009/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2009/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2009/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2009/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2009/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2009/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2009/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2009/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2009/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2009/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2009/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2009/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2009/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2009/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2009/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2009/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2009/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2009/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2009/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2009/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2009/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2009/12/31 End of December + Expenses:Books $120.00 + Assets:Cash +>>>1 +08-Jan-01 January Expenses:Books $10.00 $10.00 + Assets:Cash $-10.00 0 +08-Jan-31 End of January Expenses:Books $10.00 $10.00 + Assets:Cash $-10.00 0 +08-Feb-01 February Expenses:Books $20.00 $20.00 + Assets:Cash $-20.00 0 +08-Feb-28 End of February Expenses:Books $20.00 $20.00 + Assets:Cash $-20.00 0 +08-Mar-01 March Expenses:Books $30.00 $30.00 + Assets:Cash $-30.00 0 +08-Mar-31 End of March Expenses:Books $30.00 $30.00 + Assets:Cash $-30.00 0 +08-Apr-01 April Expenses:Books $40.00 $40.00 + Assets:Cash $-40.00 0 +08-Apr-30 End of April Expenses:Books $40.00 $40.00 + Assets:Cash $-40.00 0 +08-May-01 May Expenses:Books $50.00 $50.00 + Assets:Cash $-50.00 0 +08-May-31 End of May Expenses:Books $50.00 $50.00 + Assets:Cash $-50.00 0 +08-Jun-01 June Expenses:Books $60.00 $60.00 + Assets:Cash $-60.00 0 +08-Jun-30 End of June Expenses:Books $60.00 $60.00 + Assets:Cash $-60.00 0 +08-Jul-01 July Expenses:Books $70.00 $70.00 + Assets:Cash $-70.00 0 +08-Jul-31 End of July Expenses:Books $70.00 $70.00 + Assets:Cash $-70.00 0 +08-Aug-01 August Expenses:Books $80.00 $80.00 + Assets:Cash $-80.00 0 +08-Aug-31 End of August Expenses:Books $80.00 $80.00 + Assets:Cash $-80.00 0 +08-Sep-01 September Expenses:Books $90.00 $90.00 + Assets:Cash $-90.00 0 +08-Sep-30 End of September Expenses:Books $90.00 $90.00 + Assets:Cash $-90.00 0 +08-Oct-01 October Expenses:Books $100.00 $100.00 + Assets:Cash $-100.00 0 +08-Oct-31 End of October Expenses:Books $100.00 $100.00 + Assets:Cash $-100.00 0 +08-Nov-01 November Expenses:Books $110.00 $110.00 + Assets:Cash $-110.00 0 +08-Nov-30 End of November Expenses:Books $110.00 $110.00 + Assets:Cash $-110.00 0 +08-Dec-01 December Expenses:Books $120.00 $120.00 + Assets:Cash $-120.00 0 +08-Dec-31 End of December Expenses:Books $120.00 $120.00 + Assets:Cash $-120.00 0 +09-Jan-01 January Expenses:Books $10.00 $10.00 + Assets:Cash $-10.00 0 +09-Jan-31 End of January Expenses:Books $10.00 $10.00 + Assets:Cash $-10.00 0 +>>>2 +=== 0 diff --git a/test/baseline/opt-equity.test b/test/baseline/opt-equity.test new file mode 100644 index 00000000..b09e9ad0 --- /dev/null +++ b/test/baseline/opt-equity.test @@ -0,0 +1,11 @@ +equity assets +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +2007/02/02 Opening Balances + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX + Equity:Opening Balances -0.350 VMMXX +>>>2 +=== 0 diff --git a/test/baseline/opt-exact.test b/test/baseline/opt-exact.test new file mode 100644 index 00000000..358f1dc4 --- /dev/null +++ b/test/baseline/opt-exact.test @@ -0,0 +1,225 @@ +reg --weekly --exact books +<<< +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2008/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2008/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2008/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2008/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2008/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2008/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2008/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2008/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2008/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2008/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2008/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2008/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2008/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2008/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2008/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2008/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2008/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2008/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2008/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2008/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2008/12/31 End of December + Expenses:Books $120.00 + Assets:Cash + +2009/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2009/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2009/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2009/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2009/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2009/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2009/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2009/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2009/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2009/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2009/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2009/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2009/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2009/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2009/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2009/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2009/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2009/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2009/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2009/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2009/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2009/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2009/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2009/12/31 End of December + Expenses:Books $120.00 + Assets:Cash +>>>1 +08-Jan-01 - 08-Jan-01 Expenses:Books $10.00 $10.00 +08-Jan-31 - 08-Feb-01 Expenses:Books $30.00 $40.00 +08-Feb-28 - 08-Mar-01 Expenses:Books $50.00 $90.00 +08-Mar-31 - 08-Apr-01 Expenses:Books $70.00 $160.00 +08-Apr-30 - 08-May-01 Expenses:Books $90.00 $250.00 +08-May-31 - 08-May-31 Expenses:Books $50.00 $300.00 +08-Jun-01 - 08-Jun-01 Expenses:Books $60.00 $360.00 +08-Jun-30 - 08-Jul-01 Expenses:Books $130.00 $490.00 +08-Jul-31 - 08-Aug-01 Expenses:Books $150.00 $640.00 +08-Aug-31 - 08-Sep-01 Expenses:Books $170.00 $810.00 +08-Sep-30 - 08-Oct-01 Expenses:Books $190.00 $1000.00 +08-Oct-31 - 08-Nov-01 Expenses:Books $210.00 $1210.00 +08-Nov-30 - 08-Dec-01 Expenses:Books $230.00 $1440.00 +08-Dec-31 - 09-Jan-01 Expenses:Books $130.00 $1570.00 +09-Jan-31 - 09-Jan-31 Expenses:Books $10.00 $1580.00 +09-Feb-01 - 09-Feb-01 Expenses:Books $20.00 $1600.00 +09-Feb-28 - 09-Feb-28 Expenses:Books $20.00 $1620.00 +09-Mar-01 - 09-Mar-01 Expenses:Books $30.00 $1650.00 +09-Mar-31 - 09-Apr-01 Expenses:Books $70.00 $1720.00 +09-Apr-30 - 09-May-01 Expenses:Books $90.00 $1810.00 +09-May-31 - 09-Jun-01 Expenses:Books $110.00 $1920.00 +09-Jun-30 - 09-Jul-01 Expenses:Books $130.00 $2050.00 +09-Jul-31 - 09-Aug-01 Expenses:Books $150.00 $2200.00 +09-Aug-31 - 09-Sep-01 Expenses:Books $170.00 $2370.00 +09-Sep-30 - 09-Oct-01 Expenses:Books $190.00 $2560.00 +09-Oct-31 - 09-Oct-31 Expenses:Books $100.00 $2660.00 +09-Nov-01 - 09-Nov-01 Expenses:Books $110.00 $2770.00 +09-Nov-30 - 09-Dec-01 Expenses:Books $230.00 $3000.00 +09-Dec-31 - 09-Dec-31 Expenses:Books $120.00 $3120.00 +>>>2 +=== 0 diff --git a/test/baseline/opt-exchange.test b/test/baseline/opt-exchange.test new file mode 100644 index 00000000..9ed46c12 --- /dev/null +++ b/test/baseline/opt-exchange.test @@ -0,0 +1,81 @@ +reg --exchange=' C, A ' +<<< +2009/01/01 January 1st, 2009 (1) + Assets:Brokerage 100 A + Assets:Brokerage -200 B + +2009/01/01 January 1st, 2009 (2) + Assets:Brokerage 100 A + Assets:Brokerage -300 B + +2009/01/01 January 1st, 2009 (3) + Assets:Brokerage 100 A + Assets:Brokerage -400 B + +2009/01/02 January 2nd, 2009 + Assets:Brokerage 250 B + Assets:Brokerage -500 C + +2009/01/03 January 3rd, 2009 + Assets:Brokerage 600 C + Assets:Brokerage -1000 D + +2009/01/04 January 4th, 2009 + Assets:Brokerage 300 A + Assets:Brokerage -15000 F + +2009/01/05 January 5th, 2009 + Assets:Brokerage 2000 E + Assets:Brokerage -8000 F + +2009/01/06 January 6th, 2009 + Assets:Brokerage 155 A @ 2 D + Assets:Brokerage + +2009/01/07 January 7th, 2009 + Assets:Brokerage 155 A @@ 200 C + Assets:Brokerage + +2009/01/08 January 8th, 2009 + Assets:Brokerage 155 A (A123) @@ 500 F + Assets:Brokerage + +2009/01/09 January 9th, 2009 + Assets:Brokerage 1000.00 E + Assets:Brokerage -155 A {2 D} + +2009/01/10 January 10th, 2009 + Assets:Brokerage $2,000.00 + Assets:Brokerage -155 A [2009/01/06] +>>>1 +09-Jan-01 January 1st, 2009 (1) Assets:Brokerage 100 A 100 A + Assets:Brokerage -50 A 50 A +09-Jan-01 January 1st, 2009 (2) Assets:Brokerage 100 A 150 A + Assets:Brokerage -75 A 75 A +09-Jan-01 January 1st, 2009 (3) Assets:Brokerage 100 A 175 A + Assets:Brokerage -100 A 75 A +09-Jan-02 Commodities revalued <Revalued> 0 600 C +09-Jan-02 January 2nd, 2009 Assets:Brokerage 500 C 1100 C + Assets:Brokerage -500 C 600 C +09-Jan-03 January 3rd, 2009 Assets:Brokerage 600 C 1200 C + Assets:Brokerage -600 C 600 C +09-Jan-04 January 4th, 2009 Assets:Brokerage 2400 C 3000 C + Assets:Brokerage -2400 C 600 C +09-Jan-05 January 5th, 2009 Assets:Brokerage 1280 C 1880 C + Assets:Brokerage -1280 C 600 C +09-Jan-06 Commodities revalued <Revalued> -2040 C -1440 C +09-Jan-06 January 6th, 2009 Assets:Brokerage 186 C -1254 C + Assets:Brokerage -186 C -1440 C +09-Jan-07 Commodities revalued <Revalued> -18 C -1458 C +09-Jan-07 January 7th, 2009 Assets:Brokerage 200 C -1258 C + Assets:Brokerage -200 C -1458 C +09-Jan-08 Commodities revalued <Revalued> -5613 C -7071 C +09-Jan-08 January 8th, 2009 Assets:Brokerage 200 C -6871 C + Assets:Brokerage -200 C -7071 C +09-Jan-09 Commodities revalued <Revalued> -2800 C -9871 C +09-Jan-09 January 9th, 2009 Assets:Brokerage 200 C -9671 C + Assets:Brokerage -200 C -9871 C +09-Jan-10 January 10th, 2009 Assets:Brokerage 200 C -9671 C + Assets:Brokerage -200 C -9871 C +>>>2 +=== 0 diff --git a/test/baseline/opt-flat.test b/test/baseline/opt-flat.test new file mode 100644 index 00000000..6064e833 --- /dev/null +++ b/test/baseline/opt-flat.test @@ -0,0 +1,34 @@ +bal --flat +<<< +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 January + Expenses:One:Books $10.00 + Expenses:One:Two:Books $10.00 + Expenses:One:Two:Three:Books $10.00 + Assets:Cash + +2008/01/01 January + Assets:Cash + Income:Books $-10.00 + +2008/01/01 January + Assets:Cash + Income:One:Books $-10.00 + Income:One:Two:Books $-10.00 + Income:One:Two:Three:Books $-10.00 +>>>1 + $10.00 Expenses:Books + $10.00 Expenses:One:Books + $10.00 Expenses:One:Two:Books + $10.00 Expenses:One:Two:Three:Books + $-10.00 Income:Books + $-10.00 Income:One:Books + $-10.00 Income:One:Two:Books + $-10.00 Income:One:Two:Three:Books +-------------------- + 0 +>>>2 +=== 0 diff --git a/test/baseline/opt-forecast-while.test b/test/baseline/opt-forecast-while.test new file mode 100644 index 00000000..aebb127f --- /dev/null +++ b/test/baseline/opt-forecast-while.test @@ -0,0 +1,285 @@ +reg --now=2009/03/21 --forecast-while='total < $3500' books +<<< +~ monthly + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2008/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2008/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2008/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2008/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2008/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2008/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2008/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2008/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2008/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2008/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2008/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2008/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2008/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2008/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2008/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2008/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2008/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2008/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2008/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2008/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2008/12/31 End of December + Expenses:Books $120.00 + Assets:Cash + +2009/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2009/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2009/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2009/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2009/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2009/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2009/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2009/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2009/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2009/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2009/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2009/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2009/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2009/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2009/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2009/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2009/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2009/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2009/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2009/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2009/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2009/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2009/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2009/12/31 End of December + Expenses:Books $120.00 + Assets:Cash +>>>1 +08-Jan-01 January Expenses:Books $10.00 $10.00 +08-Jan-31 End of January Expenses:Books $10.00 $20.00 +08-Feb-01 February Expenses:Books $20.00 $40.00 +08-Feb-28 End of February Expenses:Books $20.00 $60.00 +08-Mar-01 March Expenses:Books $30.00 $90.00 +08-Mar-31 End of March Expenses:Books $30.00 $120.00 +08-Apr-01 April Expenses:Books $40.00 $160.00 +08-Apr-30 End of April Expenses:Books $40.00 $200.00 +08-May-01 May Expenses:Books $50.00 $250.00 +08-May-31 End of May Expenses:Books $50.00 $300.00 +08-Jun-01 June Expenses:Books $60.00 $360.00 +08-Jun-30 End of June Expenses:Books $60.00 $420.00 +08-Jul-01 July Expenses:Books $70.00 $490.00 +08-Jul-31 End of July Expenses:Books $70.00 $560.00 +08-Aug-01 August Expenses:Books $80.00 $640.00 +08-Aug-31 End of August Expenses:Books $80.00 $720.00 +08-Sep-01 September Expenses:Books $90.00 $810.00 +08-Sep-30 End of September Expenses:Books $90.00 $900.00 +08-Oct-01 October Expenses:Books $100.00 $1000.00 +08-Oct-31 End of October Expenses:Books $100.00 $1100.00 +08-Nov-01 November Expenses:Books $110.00 $1210.00 +08-Nov-30 End of November Expenses:Books $110.00 $1320.00 +08-Dec-01 December Expenses:Books $120.00 $1440.00 +08-Dec-31 End of December Expenses:Books $120.00 $1560.00 +09-Jan-01 January Expenses:Books $10.00 $1570.00 +09-Jan-31 End of January Expenses:Books $10.00 $1580.00 +09-Feb-01 February Expenses:Books $20.00 $1600.00 +09-Feb-28 End of February Expenses:Books $20.00 $1620.00 +09-Mar-01 March Expenses:Books $30.00 $1650.00 +09-Mar-31 End of March Expenses:Books $30.00 $1680.00 +09-Apr-01 April Expenses:Books $40.00 $1720.00 +09-Apr-30 End of April Expenses:Books $40.00 $1760.00 +09-May-01 May Expenses:Books $50.00 $1810.00 +09-May-01 Forecast transaction Expenses:Books $10.00 $1820.00 +09-May-31 End of May Expenses:Books $50.00 $1870.00 +09-Jun-01 June Expenses:Books $60.00 $1930.00 +09-Jun-01 Forecast transaction Expenses:Books $10.00 $1940.00 +09-Jun-30 End of June Expenses:Books $60.00 $2000.00 +09-Jul-01 July Expenses:Books $70.00 $2070.00 +09-Jul-01 Forecast transaction Expenses:Books $10.00 $2080.00 +09-Jul-31 End of July Expenses:Books $70.00 $2150.00 +09-Aug-01 August Expenses:Books $80.00 $2230.00 +09-Aug-01 Forecast transaction Expenses:Books $10.00 $2240.00 +09-Aug-31 End of August Expenses:Books $80.00 $2320.00 +09-Sep-01 September Expenses:Books $90.00 $2410.00 +09-Sep-01 Forecast transaction Expenses:Books $10.00 $2420.00 +09-Sep-30 End of September Expenses:Books $90.00 $2510.00 +09-Oct-01 October Expenses:Books $100.00 $2610.00 +09-Oct-01 Forecast transaction Expenses:Books $10.00 $2620.00 +09-Oct-31 End of October Expenses:Books $100.00 $2720.00 +09-Nov-01 November Expenses:Books $110.00 $2830.00 +09-Nov-01 Forecast transaction Expenses:Books $10.00 $2840.00 +09-Nov-30 End of November Expenses:Books $110.00 $2950.00 +09-Dec-01 December Expenses:Books $120.00 $3070.00 +09-Dec-01 Forecast transaction Expenses:Books $10.00 $3080.00 +09-Dec-31 End of December Expenses:Books $120.00 $3200.00 +10-Jan-01 Forecast transaction Expenses:Books $10.00 $3210.00 +10-Feb-01 Forecast transaction Expenses:Books $10.00 $3220.00 +10-Mar-01 Forecast transaction Expenses:Books $10.00 $3230.00 +10-Apr-01 Forecast transaction Expenses:Books $10.00 $3240.00 +10-May-01 Forecast transaction Expenses:Books $10.00 $3250.00 +10-Jun-01 Forecast transaction Expenses:Books $10.00 $3260.00 +10-Jul-01 Forecast transaction Expenses:Books $10.00 $3270.00 +10-Aug-01 Forecast transaction Expenses:Books $10.00 $3280.00 +10-Sep-01 Forecast transaction Expenses:Books $10.00 $3290.00 +10-Oct-01 Forecast transaction Expenses:Books $10.00 $3300.00 +10-Nov-01 Forecast transaction Expenses:Books $10.00 $3310.00 +10-Dec-01 Forecast transaction Expenses:Books $10.00 $3320.00 +11-Jan-01 Forecast transaction Expenses:Books $10.00 $3330.00 +11-Feb-01 Forecast transaction Expenses:Books $10.00 $3340.00 +11-Mar-01 Forecast transaction Expenses:Books $10.00 $3350.00 +11-Apr-01 Forecast transaction Expenses:Books $10.00 $3360.00 +11-May-01 Forecast transaction Expenses:Books $10.00 $3370.00 +11-Jun-01 Forecast transaction Expenses:Books $10.00 $3380.00 +11-Jul-01 Forecast transaction Expenses:Books $10.00 $3390.00 +11-Aug-01 Forecast transaction Expenses:Books $10.00 $3400.00 +11-Sep-01 Forecast transaction Expenses:Books $10.00 $3410.00 +11-Oct-01 Forecast transaction Expenses:Books $10.00 $3420.00 +11-Nov-01 Forecast transaction Expenses:Books $10.00 $3430.00 +11-Dec-01 Forecast transaction Expenses:Books $10.00 $3440.00 +12-Jan-01 Forecast transaction Expenses:Books $10.00 $3450.00 +12-Feb-01 Forecast transaction Expenses:Books $10.00 $3460.00 +12-Mar-01 Forecast transaction Expenses:Books $10.00 $3470.00 +12-Apr-01 Forecast transaction Expenses:Books $10.00 $3480.00 +12-May-01 Forecast transaction Expenses:Books $10.00 $3490.00 +>>>2 +=== 0 diff --git a/test/baseline/opt-format.test b/test/baseline/opt-format.test new file mode 100644 index 00000000..9841ea1a --- /dev/null +++ b/test/baseline/opt-format.test @@ -0,0 +1,10 @@ +reg --format='%(account) = %(strip(amount))\n' +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +Assets:Investments:Vanguard:VMMXX = 0.350 VMMXX +Income:Dividends:Vanguard:VMMXX = $-0.35 +>>>2 +=== 0 diff --git a/test/baseline/opt-gain.test b/test/baseline/opt-gain.test new file mode 100644 index 00000000..8aeb8bab --- /dev/null +++ b/test/baseline/opt-gain.test @@ -0,0 +1,66 @@ +reg --gain stocks +<<< +2009/01/01 Sample 1a + Assets:Brokerage:Stocks 100 S + Assets:Brokerage:Cash -100 P + +P 2009/01/15 00:00:00 S 2 P + +2009/02/01 Sample 2a + Assets:Brokerage:Stocks 100 S @ 1 P + Assets:Brokerage:Cash + +P 2009/02/01 00:00:00 S 4 P + +2009/03/01 Sample 3a + Assets:Brokerage:Stocks 100 S @@ 100 P + Assets:Brokerage:Cash + +P 2009/03/01 00:00:00 S 8 P + +2009/04/01 Sample 4a + Assets:Brokerage:Cash 100 P + Assets:Brokerage:Stocks -100 S {1 P} + +P 2009/04/01 00:00:00 S 16 P + +; In this usage case, the top amount is always secondary +; 2010/01/01 Sample 1b +; Assets:Brokerage:Cash -100 P +; Assets:Brokerage:Stocks 100 S +; +; P 2010/01/01 00:00:00 S 2 P + +2010/02/01 Sample 2b + Assets:Brokerage:Cash + Assets:Brokerage:Stocks 100 S @ 1 P + +P 2010/02/01 00:00:00 S 4 P + +2010/03/01 Sample 3b + Assets:Brokerage:Cash + Assets:Brokerage:Stocks 100 S @@ 100 P + +P 2010/03/01 00:00:00 S 8 P + +2010/04/01 Sample 4b + Assets:Brokerage:Stocks -100 S {1 P} + Assets:Brokerage:Cash 100 P + +P 2010/04/01 00:00:00 S 16 P +>>>1 +09-Jan-01 Sample 1a As:Brokerage:Stocks 0 0 +09-Feb-01 Commodities revalued <Revalued> 300 P 300 P +09-Feb-01 Sample 2a As:Brokerage:Stocks 300 P 600 P +09-Mar-01 Commodities revalued <Revalued> 800 P 1400 P +09-Mar-01 Sample 3a As:Brokerage:Stocks 700 P 2100 P +09-Apr-01 Commodities revalued <Revalued> 2400 P 4500 P +09-Apr-01 Sample 4a As:Brokerage:Stocks -1500 P 3000 P +10-Feb-01 Commodities revalued <Revalued> -2400 P 600 P +10-Feb-01 Sample 2b As:Brokerage:Stocks 300 P 900 P +10-Mar-01 Commodities revalued <Revalued> 1200 P 2100 P +10-Mar-01 Sample 3b As:Brokerage:Stocks 700 P 2800 P +10-Apr-01 Commodities revalued <Revalued> 3200 P 6000 P +10-Apr-01 Sample 4b As:Brokerage:Stocks -1500 P 4500 P +>>>2 +=== 0 diff --git a/test/baseline/opt-head.test b/test/baseline/opt-head.test new file mode 100644 index 00000000..eeca0b12 --- /dev/null +++ b/test/baseline/opt-head.test @@ -0,0 +1,206 @@ +reg --head=10 books +<<< +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2008/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2008/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2008/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2008/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2008/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2008/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2008/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2008/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2008/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2008/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2008/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2008/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2008/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2008/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2008/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2008/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2008/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2008/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2008/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2008/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2008/12/31 End of December + Expenses:Books $120.00 + Assets:Cash + +2009/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2009/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2009/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2009/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2009/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2009/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2009/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2009/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2009/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2009/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2009/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2009/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2009/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2009/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2009/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2009/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2009/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2009/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2009/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2009/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2009/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2009/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2009/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2009/12/31 End of December + Expenses:Books $120.00 + Assets:Cash +>>>1 +08-Jan-01 January Expenses:Books $10.00 $10.00 +08-Jan-31 End of January Expenses:Books $10.00 $20.00 +08-Feb-01 February Expenses:Books $20.00 $40.00 +08-Feb-28 End of February Expenses:Books $20.00 $60.00 +08-Mar-01 March Expenses:Books $30.00 $90.00 +08-Mar-31 End of March Expenses:Books $30.00 $120.00 +08-Apr-01 April Expenses:Books $40.00 $160.00 +08-Apr-30 End of April Expenses:Books $40.00 $200.00 +08-May-01 May Expenses:Books $50.00 $250.00 +08-May-31 End of May Expenses:Books $50.00 $300.00 +>>>2 +=== 0 diff --git a/test/baseline/opt-input-date-format.test b/test/baseline/opt-input-date-format.test new file mode 100644 index 00000000..0ab5e5c9 --- /dev/null +++ b/test/baseline/opt-input-date-format.test @@ -0,0 +1,11 @@ +reg --input-date-format='%m%%%d%%%Y' +<<< +02%02%2007 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +07-Feb-02 RD VMMXX As:In:Vanguard:VMMXX 0.350 VMMXX 0.350 VMMXX + In:Di:Vanguard:VMMXX $-0.35 $-0.35 + 0.350 VMMXX +>>>2 +=== 0 diff --git a/test/baseline/opt-invert.test b/test/baseline/opt-invert.test new file mode 100644 index 00000000..9a9f6d02 --- /dev/null +++ b/test/baseline/opt-invert.test @@ -0,0 +1,11 @@ +reg --invert +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +07-Feb-02 RD VMMXX As:In:Vanguard:VMMXX -0.350 VMMXX -0.350 VMMXX + In:Di:Vanguard:VMMXX $0.35 $0.35 + -0.350 VMMXX +>>>2 +=== 0 diff --git a/test/baseline/opt-limit.test b/test/baseline/opt-limit.test new file mode 100644 index 00000000..dd302d1b --- /dev/null +++ b/test/baseline/opt-limit.test @@ -0,0 +1,212 @@ +reg --limit='account =~ /Books/ and amount < 50' +<<< +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2008/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2008/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2008/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2008/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2008/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2008/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2008/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2008/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2008/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2008/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2008/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2008/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2008/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2008/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2008/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2008/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2008/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2008/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2008/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2008/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2008/12/31 End of December + Expenses:Books $120.00 + Assets:Cash + +2009/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2009/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2009/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2009/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2009/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2009/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2009/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2009/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2009/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2009/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2009/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2009/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2009/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2009/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2009/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2009/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2009/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2009/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2009/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2009/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2009/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2009/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2009/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2009/12/31 End of December + Expenses:Books $120.00 + Assets:Cash +>>>1 +08-Jan-01 January Expenses:Books $10.00 $10.00 +08-Jan-31 End of January Expenses:Books $10.00 $20.00 +08-Feb-01 February Expenses:Books $20.00 $40.00 +08-Feb-28 End of February Expenses:Books $20.00 $60.00 +08-Mar-01 March Expenses:Books $30.00 $90.00 +08-Mar-31 End of March Expenses:Books $30.00 $120.00 +08-Apr-01 April Expenses:Books $40.00 $160.00 +08-Apr-30 End of April Expenses:Books $40.00 $200.00 +09-Jan-01 January Expenses:Books $10.00 $210.00 +09-Jan-31 End of January Expenses:Books $10.00 $220.00 +09-Feb-01 February Expenses:Books $20.00 $240.00 +09-Feb-28 End of February Expenses:Books $20.00 $260.00 +09-Mar-01 March Expenses:Books $30.00 $290.00 +09-Mar-31 End of March Expenses:Books $30.00 $320.00 +09-Apr-01 April Expenses:Books $40.00 $360.00 +09-Apr-30 End of April Expenses:Books $40.00 $400.00 +>>>2 +=== 0 diff --git a/test/baseline/opt-lot-dates.test b/test/baseline/opt-lot-dates.test new file mode 100644 index 00000000..2415fb27 --- /dev/null +++ b/test/baseline/opt-lot-dates.test @@ -0,0 +1,4497 @@ +reg -F '%(justify(scrub(total_expr), 80, 80, true))\n' --lot-dates --unsorted +<<< +C 1.00s = 100c +C 1.00G = 100s + +D 1.00G + +2006/03/14 Opening Balances + Assets:Tajer 1339829c + Assets:Gruulmorg 248720c + Equity:Gold + +2006/03/14 Auction House + Expenses:Fees:Auction 1428c + Expenses:Fees:Auction 768c + Expenses:Fees:Auction 612c + Expenses:Fees:Auction 4764c + Expenses:Fees:Auction 3372c + Expenses:Fees:Auction 1296c + Expenses:Fees:Auction 1332c + Expenses:Fees:Auction 660c + Expenses:Fees:Auction 10044c + Expenses:Fees:Auction 3588c + Expenses:Fees:Auction 1632c + Expenses:Fees:Auction 8388c + Expenses:Fees:Auction 9984c + Expenses:Fees:Auction 2316c + Assets:Tajer + +2006/03/14 Auction House + Assets:Tajer 158860c + Equity:Gold + +2006/03/14 Auction House + Expenses:Fees:Auction 1320c + Assets:Tajer + +2006/03/14 Auction House + Assets:Tajer 11496c + Equity:Gold + +2006/03/14 Auction House + Expenses:Fees:Auction 3216c + Assets:Tajer + +2006/03/14 Post + Expenses:Fees:Mail 30c + Assets:Gruulmorg + +2006/03/14 Auction House + Assets:Tajer 34678c + Equity:Gold + +2006/03/14 Auction House + Expenses:Fees:Auction 2316c + Assets:Tajer + +2006/03/14 Auction House + Assets:Gruulmorg 1G + Equity:Gold + +2006/03/14 Auction House + Assets:Tajer 59389c + Equity:Gold + +2006/03/14 Post + Expenses:Fees:Mail 120c + Assets:Tajer + +2006/03/14 Player + Assets:Tajer 3G + Equity:Gold + +2006/03/14 Player + Assets:Tajer 6G + Equity:Gold + +2006/03/14 Auction House + Expenses:Items 35s + Assets:Tajer + +2006/03/14 Auction House + Assets:Tajer:Items "Plans: Wildthorn Mail" 1 @ 125s + Assets:Tajer + +2006/03/14 Auction House + Assets:Bids 259c + Assets:Bids 45s + Assets:Bids 4720c + Assets:Tajer + +2006/03/14 Post + Expenses:Fees:Mail 120c + Assets:Tajer + +2006/03/14 Auction House + Expenses:Items 8G + Assets:Tajer + +2006/03/14 Post + Expenses:Fees:Mail 120c + Assets:Tajer + +2006/03/14 Puldoost + Assets:Tajer 8G + Expenses:Items + +2006/03/14 Auction House + Assets:Wyshona:Items "Plans: Wildthorn Mail" 1 {1.25G} + Assets:Tajer:Items + +2006/03/15 Auction House + Assets:Tajer 45s + Assets:Tajer 259c + Assets:Bids + +2006/03/15 Auction House + Assets:Tajer 4720c + Assets:Bids + +2006/03/15 Auction House + Expenses:Fees:Auction 12542c ; something got lost here + Assets:Tajer + +2006/03/15 Auction House + Expenses:Fees:Auction 2375c + Expenses:Fees:Auction -2375c + Assets:Gruulmorg + +2006/03/15 Auction House + Assets:Danell 4c + Equity:Gold + +2006/03/15 Transfer + Assets:Gruulmorg 2c + Assets:Danell + +2006/03/15 Transfer + Assets:Danell 4250c + Expenses:Fees:Auction 750c + Assets:Gruulmorg -50s + +2006/03/15 Post + Expenses:Fees:Mail 60c + Assets:Danell + +2006/03/15 Player + Assets:Tajer 3G + Equity:Gold + +2006/03/15 Post + Assets:Wyshona 40s + Expenses:Fees:Mail 30c + Assets:Danell + +2006/03/15 Auction House + Expenses:Fees:Auction 8s + Expenses:Fees:Auction 11s + Assets:Wyshona + +2006/03/15 Auction House + Assets:Tajer:Items "Beaststalker's Belt" 1 @ 65G + Assets:Tajer + +2006/03/15 Post + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/15 Auction House + Expenses:Fees:Auction 8268c + Assets:Tajer + +2006/03/15 Post + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/15 Vendor + Assets:Tajer 16744c + Assets:Tajer 16640c + Equity:Gold + +2006/03/15 Post + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/15 Auction House + Expenses:Fees:Auction 772c + Expenses:Fees:Auction 544c + Expenses:Fees:Auction 444c + Expenses:Fees:Auction 432c + Expenses:Fees:Auction 204c + Assets:Tajer + +2006/03/15 Player + Assets:Tajer 12s + Equity:Gold + +2006/03/15 Vendor + Assets:Tajer 22s + Equity:Gold + +2006/03/15 Auction House + Assets:Tajer:Items "Recipe: Elixir of Giant Growth" 1 @ 1G + Assets:Tajer + +2006/03/15 Post + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/15 Auction House + Expenses:Fees:Auction 8268c + Assets:Tajer + +2006/03/15 Auction House + Assets:Tajer:Items "Plans: Mithril Shield Spike" 1 @ 21050c + Assets:Tajer + +2006/03/15 Auction House + Assets:Tajer:Items "Plans: Mithril Shield Spike" 1 @ 23000c + Assets:Tajer + +2006/03/15 Auction House + Assets:Tajer:Items "Recipe: Elixir of Giant Growth" 1 @ 150s + Assets:Tajer + +2006/03/16 Player + Assets:Tajer 3G + Equity:Gold + +2006/03/16 Post + Expenses:Fees:Mail 90c + Assets:Tajer + +2006/03/16 Auction House + Assets:Tajer 1195768c + Assets:Tajer:Items "Beaststalker's Belt" -1 {65G} @ 1195768c + Income:Brokering -545768c + +2006/03/16 Auction House + Assets:Wyshona:Items "Plans: Mithril Shield Spike" 1 {21050c} + Assets:Wyshona:Items "Plans: Mithril Shield Spike" 1 {2.3G} + Assets:Wyshona:Items "Recipe: Elixir of Giant Growth" 1 {1G} + Assets:Wyshona:Items "Recipe: Elixir of Giant Growth" 1 {1.5G} + Assets:Tajer:Items + +2006/03/16 Player + Assets:Tajer 4G + Equity:Gold + +2006/03/16 Auction House + Assets:Wyshona 1341s + Equity:Gold + +2006/03/16 Auction House + Assets:Gruulmorg 4c + Assets:Danell + +2006/03/16 Auction House + Expenses:Fees:Auction 4c + Expenses:Fees:Mail 120c + Assets:Danell + +2006/03/16 Auction House + Expenses:Fees:Auction 24s + Expenses:Fees:Auction 12s + Expenses:Fees:Auction 12s + Expenses:Fees:Auction 84c + Expenses:Fees:Auction 84c + Assets:Wyshona + +2006/03/16 Crazy Cat Lady + Expenses:Items 40s + Expenses:Items 40s + Assets:Wyshona + +2006/03/16 Transfer + Expenses:Fees:Mail 60c + Assets:Danell 5G + Assets:Wyshona + +2006/03/16 Transfer + Expenses:Fees:Mail 30c + Assets:Tajer 20G + Assets:Gruulmorg + +2006/03/16 Auction House + Assets:Tajer:Items "Pulsating Hydra Heart" 1 @ 1G + Assets:Tajer + +2006/03/16 Auction House + Expenses:Fees:Auction 936c + Assets:Tajer + +2006/03/16 Transfer + Expenses:Fees:Mail 30c + Assets:Gruulmorg 30G + Assets:Tajer + +2006/03/16 Auction House + Assets:Gruulmorg:Items "Ace of Warlords" 2 @ 15G + Assets:Gruulmorg + +2006/03/16 Transfer + Assets:Tajer:Items "Ace of Warlords" 2 {15G} + Assets:Gruulmorg:Items + +2006/03/16 Post + Expenses:Fees:Mail 60c + Assets:Gruulmorg + +2006/03/16 Post + Expenses:Fees:Mail 120c + Assets:Tajer + +2006/03/16 Auction House + Assets:Tajer 2104c + Equity:Gold + +2006/03/16 Auction House + Expenses:Fees:Auction 75s + Expenses:Fees:Auction 75s + Assets:Tajer + +2006/03/16 Transfer + Assets:Danell 6c + Assets:Gruulmorg + +2006/03/16 Post + Expenses:Fees:Mail 60c + Assets:Gruulmorg + +2006/03/16 Post + Expenses:Fees:Mail 60c + Assets:Tajer + +2006/03/16 General Goods Vendor + Expenses:Items 50c ; wrapping paper + Assets:Tajer + +2006/03/16 Player + Assets:Tajer 1G + Equity:Gold + +2006/03/17 Auction House + Assets:Wyshona 180584c + Assets:Wyshona:Items "Recipe: Elixir of Giant Growth" -1 {1.5G} @ 180584c + Income:Brokering -165584c + +2006/03/17 Auction House + Assets:Wyshona 180584c + Assets:Wyshona:Items "Recipe: Elixir of Giant Growth" -1 {1G} @ 180584c + Income:Brokering -170584c + +2006/03/17 Post + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/17 Player: raev + Assets:Tajer:Items "Wildheart Belt" 1 {30G} + Assets:Tajer:Items "Ace of Warlords" -2 {15G} + +2006/03/17 Auction House + Expenses:Fees:Auction 7482c + Assets:Tajer + +2006/03/17 Post + Expenses:Fees:Mail 300c + Assets:Wyshona + +2006/03/17 Player + Assets:Wyshona 1G + Assets:Wyshona:Items "Plans: Wildthorn Mail" -1 {1.25G} @ 1G + Expenses:Capital Loss 25s + +2006/03/17 Auction House (implicit transfer) + Expenses:Items 279s ; Recipe: Swiftness Potion + Assets:Wyshona + +2006/03/17 Auction House (implicit transfer) + Assets:Danell:Items "Ace of Warlords" 1 @ 3G + Assets:Tajer:Items "Ace of Warlords" 1 @ 3.9G + Assets:Tajer:Items "Holy Bologna" 1 @ 2G + Assets:Tajer:Items "The Emerald Dream" 1 @ 4G + Assets:Tajer:Items "The Arcanist's Cookbook" 1 @ 4G + Assets:Tajer:Items "Harnessing Shadows" 1 @ 5G + Assets:Tajer:Items "Garona: Book on Treachery" 1 @ 4G + Assets:Tajer:Items "Preserved Holly" 5 @ 20s + Assets:Wyshona + +2006/03/17 Auction House + Assets:Tajer 4G + Assets:Tajer:Items "Pulsating Hydra Heart" -1 {1G} @ 4G + Income:Brokering -3G + +2006/03/17 Auction House + Assets:Danell 3171c + Assets:Danell:Items "Ace of Warlords" -1 {3G} @ 3171c + Expenses:Capital Loss 26829c + +2006/03/17 Auction House + Expenses:Fees:Auction 12537c + Assets:Danell + +2006/03/17 Transfer + Assets:Gruulmorg 15G + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/17 Auction House + Assets:Wyshona 362450c + Assets:Wyshona:Items "Plans: Mithril Shield Spike" -1 {21050c} @ 181225c + Assets:Wyshona:Items "Plans: Mithril Shield Spike" -1 {2.3G} @ 181225c + Income:Brokering -318400c + +2006/03/17 Transfer + Assets:Danell 499560c + Expenses:Gifts 1G + Expenses:Fees:Mail 30c + Assets:Wyshona + +2006/03/17 Post + Expenses:Fees:Mail 90c + Expenses:Fees:Auction 166c + Assets:Gruulmorg + +2006/03/17 Transfer + Assets:Gruulmorg 459211c + Expenses:Fees:Auction 81023c + Assets:Danell -540234c + +2006/03/17 Transfer + Assets:Tajer 662465c + Expenses:Fees:Mail 30c + Assets:Gruulmorg + +2006/03/17 Auction House + Expenses:Fees:Auction 75s + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/18 Auction House + Assets:Tajer 15G + Assets:Tajer:Items "Ace of Warlords" -1 {3.9G} @ 15G + Income:Brokering -111000c + +2006/03/18 Auction House + Assets:Tajer 434472c + Assets:Tajer:Items "Wildheart Belt" -1 {30G} @ 434472c + Income:Brokering -134472c + +2006/03/18 Auction House + Assets:Tajer 1995s + Assets:Tajer:Items "Harnessing Shadows" -1 {5G} @ 1995s + Income:Brokering -1495s + +2006/03/19 Auction House + Assets:Tajer 2850s + Assets:Tajer:Items "Garona: Book on Treachery" -1 {4G} @ 2850s + Income:Brokering -2450s + +2006/03/19 Auction House + Assets:Tajer 1710s + Assets:Tajer:Items "The Arcanist's Cookbook" -1 {4G} @ 1710s + Income:Brokering -1310s + +2006/03/19 Auction House + Assets:Tajer 46550c + Assets:Tajer:Items "Preserved Holly" -5 {20s} @ 9310c + Income:Brokering -36550c + +2006/03/19 Auction House + Assets:Tajer:Items "Two of Portals" 1 @ 3G + Assets:Tajer:Items "Two of Portals" 1 @ 2.5G + Assets:Tajer + +2006/03/20 Auction House + Assets:Tajer 163443c + Assets:Tajer:Items "Holy Bologna" -1 {2G} @ 163443c + Income:Brokering -143443c + +2006/03/20 Auction House + Assets:Tajer 5G + Assets:Tajer:Items "Two of Portals" -1 {3G} @ 5G + Income:Brokering -2G + +2006/03/20 Auction House + Assets:Tajer 15G + Assets:Tajer:Items "The Emerald Dream" -1 {4G} @ 15G + Income:Brokering -11G + +2006/03/20 Auction House + Expenses:Fees:Mail 60c + Assets:Tajer + +2006/03/21 Auction House + Assets:Tajer:Items "Orb of Deception" 1 @ 170G + Assets:Tajer + +2006/03/21 Auction House + Expenses:Fees:Auction 2760c + Expenses:Fees:Auction 2760c + Assets:Tajer + +2006/03/22 Auction House + Assets:Tajer:Items "Nightblade" 1 @ 200G + Assets:Tajer + +2006/03/22 Auction House + Expenses:Fees:Auction 177s + Expenses:Fees:Auction 177s + Expenses:Fees:Auction 177s + Expenses:Fees:Auction 177s + Expenses:Fees:Auction 75s + Assets:Tajer + +2006/03/23 Auction House + Assets:Tajer 1665260c + Assets:Tajer:Items "Orb of Deception" -1 {170G} @ 1665260c + Expenses:Capital Loss 34740c + +2006/03/26 Auction House + Assets:Tajer 81980c + Assets:Tajer:Items "Two of Portals" -1 {2.5G} @ 81980c + Income:Brokering -56980c + +2006/03/26 Player + Expenses:Items 150s ; Recipe: Elixir of Minor Agility + Expenses:Fees:Mail 30c + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/27 Player + Assets:Tajer 160G + Assets:Tajer:Items "Nightblade" -1 {200G} @ 160G + Expenses:Capital Loss 40G + +2006/03/27 Player + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/26 Player + Expenses:Items (9G * 6) ; Traveler's backpacks + Expenses:Items 10G + Expenses:Fees:Bank 10G + Expenses:Fees:Mail 630c + Expenses:Fees:Mail 330c + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/04/01 Auction House + Assets:Tajer:Items "Orb of Deception" 1 @ 155G + Assets:Tajer +>>>1 + 133.98G + 158.85G + 0 + 14.28s + 21.96s + 28.08s + 75.72s + 1.09G + 1.22G + 1.36G + 1.42G + 2.43G + 2.79G + 2.95G + 3.79G + 4.79G + 5.02G + 0 + 15.89G + 0 + 13.20s + 0 + 1.15G + 0 + 32.16s + 0 + 30c + 0 + 3.47G + 0 + 23.16s + 0 + 1.00G + 0 + 5.94G + 0 + 1.20s + 0 + 3.00G + 0 + 6.00G + 0 + 35.00s + 0 + "Plans: Wildthorn Mail" 1 [2006/03/14] + -1.25G + "Plans: Wildthorn Mail" 1 [2006/03/14] + -1.22G + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Plans: Wildthorn Mail" 1 [2006/03/14] + -77.41s + "Plans: Wildthorn Mail" 1 [2006/03/14] + -30.21s + -1.25G + "Plans: Wildthorn Mail" 1 [2006/03/14] + -1.24G + "Plans: Wildthorn Mail" 1 [2006/03/14] + -1.25G + "Plans: Wildthorn Mail" 1 [2006/03/14] + 6.75G + "Plans: Wildthorn Mail" 1 [2006/03/14] + -1.25G + "Plans: Wildthorn Mail" 1 [2006/03/14] + -1.24G + "Plans: Wildthorn Mail" 1 [2006/03/14] + -1.25G + "Plans: Wildthorn Mail" 1 [2006/03/14] + 6.75G + "Plans: Wildthorn Mail" 1 [2006/03/14] + -1.25G + "Plans: Wildthorn Mail" 1 [2006/03/14] + -1.25G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + -2.50G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + -2.05G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + -2.02G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + -2.50G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + -2.03G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + -2.50G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + -1.25G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + -2.50G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + -2.26G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + -2.50G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + -2.50G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + -2.50G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + -2.50G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + -2.50G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + -2.08G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + -2.00G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + -2.50G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + -2.49G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + -2.50G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + 50.00s + -2.50G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + -2.10G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + -2.10G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + -2.50G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + -2.42G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + -2.31G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + -2.50G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Beaststalker's Belt" 1 [2006/03/15] + -2.50G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Beaststalker's Belt" 1 [2006/03/15] + -67.50G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Beaststalker's Belt" 1 [2006/03/15] + -67.50G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Beaststalker's Belt" 1 [2006/03/15] + -67.50G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Beaststalker's Belt" 1 [2006/03/15] + -66.67G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Beaststalker's Belt" 1 [2006/03/15] + -67.50G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Beaststalker's Belt" 1 [2006/03/15] + -67.50G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Beaststalker's Belt" 1 [2006/03/15] + -67.50G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Beaststalker's Belt" 1 [2006/03/15] + -65.83G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Beaststalker's Belt" 1 [2006/03/15] + -64.16G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Beaststalker's Belt" 1 [2006/03/15] + -67.50G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Beaststalker's Belt" 1 [2006/03/15] + -67.50G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Beaststalker's Belt" 1 [2006/03/15] + -67.50G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Beaststalker's Belt" 1 [2006/03/15] + -67.42G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Beaststalker's Belt" 1 [2006/03/15] + -67.37G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Beaststalker's Belt" 1 [2006/03/15] + -67.32G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Beaststalker's Belt" 1 [2006/03/15] + -67.28G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Beaststalker's Belt" 1 [2006/03/15] + -67.26G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Beaststalker's Belt" 1 [2006/03/15] + -67.50G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Beaststalker's Belt" 1 [2006/03/15] + -67.38G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Beaststalker's Belt" 1 [2006/03/15] + -67.50G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Beaststalker's Belt" 1 [2006/03/15] + -67.28G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Beaststalker's Belt" 1 [2006/03/15] + -67.50G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Beaststalker's Belt" 1 [2006/03/15] + -67.50G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 1 [2006/03/15] + "Beaststalker's Belt" 1 [2006/03/15] + -68.50G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 1 [2006/03/15] + "Beaststalker's Belt" 1 [2006/03/15] + -68.50G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 1 [2006/03/15] + "Beaststalker's Belt" 1 [2006/03/15] + -68.50G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 1 [2006/03/15] + "Beaststalker's Belt" 1 [2006/03/15] + -67.67G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 1 [2006/03/15] + "Beaststalker's Belt" 1 [2006/03/15] + -68.50G + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 1 [2006/03/15] + "Beaststalker's Belt" 1 [2006/03/15] + -68.50G + "Plans: Mithril Shield Spike" 1 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 1 [2006/03/15] + "Beaststalker's Belt" 1 [2006/03/15] + -70.61G + "Plans: Mithril Shield Spike" 1 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 1 [2006/03/15] + "Beaststalker's Belt" 1 [2006/03/15] + -70.61G + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 1 [2006/03/15] + "Beaststalker's Belt" 1 [2006/03/15] + -72.90G + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 1 [2006/03/15] + "Beaststalker's Belt" 1 [2006/03/15] + -72.90G + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" 1 [2006/03/15] + -74.40G + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" 1 [2006/03/15] + -71.40G + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" 1 [2006/03/15] + -74.40G + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" 1 [2006/03/15] + -74.40G + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" 1 [2006/03/15] + -74.40G + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" 1 [2006/03/15] + 45.17G + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 45.17G + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -9.40G + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 45.17G + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 45.17G + "Plans: Mithril Shield Spike" 1 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 45.17G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 45.17G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 1 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 45.17G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 38.27G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 42.27G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 38.27G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 51.68G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 38.27G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 38.27G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 38.27G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 38.27G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 38.28G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 38.27G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 38.51G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 38.63G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 38.75G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 38.76G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 38.76G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 38.27G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 38.67G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 39.07G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 38.27G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 38.27G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 43.27G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 38.27G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 38.27G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 58.27G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 38.27G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 38.27G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 37.27G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 37.36G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 37.27G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 37.27G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 67.27G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 37.27G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 37.27G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 7.27G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Ace of Warlords" 2 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 7.27G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Ace of Warlords" 2 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -22.73G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Ace of Warlords" 2 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -22.73G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Ace of Warlords" 2 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -22.73G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Ace of Warlords" 2 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -22.72G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Ace of Warlords" 2 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -22.73G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Ace of Warlords" 2 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -22.52G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Ace of Warlords" 2 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -22.73G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Ace of Warlords" 2 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -21.98G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Ace of Warlords" 2 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -21.23G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Ace of Warlords" 2 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -22.73G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Ace of Warlords" 2 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -22.73G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Ace of Warlords" 2 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -22.73G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Ace of Warlords" 2 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -22.73G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Ace of Warlords" 2 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -22.73G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Ace of Warlords" 2 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -22.73G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Ace of Warlords" 2 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -22.73G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Ace of Warlords" 2 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -22.73G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Ace of Warlords" 2 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -22.73G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Ace of Warlords" 2 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -21.73G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Ace of Warlords" 2 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -22.73G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Ace of Warlords" 2 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -4.67G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Ace of Warlords" 2 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -4.67G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Ace of Warlords" 2 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -21.23G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Ace of Warlords" 2 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -4.67G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Ace of Warlords" 2 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 13.38G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Ace of Warlords" 2 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 13.38G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Ace of Warlords" 2 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -3.67G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Ace of Warlords" 2 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 13.38G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Ace of Warlords" 2 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 13.39G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Ace of Warlords" 2 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 13.38G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Ace of Warlords" 2 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 13.38G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Wildheart Belt" 1 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 13.38G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Wildheart Belt" 1 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 14.13G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Wildheart Belt" 1 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 13.38G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Wildheart Belt" 1 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 13.41G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Wildheart Belt" 1 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 13.38G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Wildheart Belt" 1 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 14.38G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Wildheart Belt" 1 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 14.38G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Wildheart Belt" 1 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 14.63G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Wildheart Belt" 1 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 14.38G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Wildheart Belt" 1 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 17.17G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Wildheart Belt" 1 + "Ace of Warlords" 2 [2006/03/16] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 14.38G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Wildheart Belt" 1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 1 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 14.38G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Wildheart Belt" 1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 14.38G + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Wildheart Belt" 1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 14.38G + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "Wildheart Belt" 1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 14.38G + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 14.38G + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 14.38G + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 14.38G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 14.38G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -12.52G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -8.52G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -8.52G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -11.52G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -8.52G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -8.20G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -8.20G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -5.52G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -8.20G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -6.95G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -8.20G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 6.80G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 6.80G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -8.20G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 28.05G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 28.05G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 1 + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 28.05G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -3.79G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 12.22G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 28.05G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 78.00G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 79.00G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 79.00G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 28.05G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 28.05G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 28.07G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 28.05G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 73.97G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 82.07G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 28.05G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 94.29G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 94.30G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 28.05G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 28.80G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 28.80G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 28.05G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -1 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 43.05G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 43.05G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 31.95G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 43.05G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 86.49G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Wildheart Belt" 1 + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 86.49G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 73.05G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 86.49G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 106.44G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 106.44G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 91.49G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 106.44G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 134.94G + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 134.94G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 110.44G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 134.94G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 152.04G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 152.04G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 138.94G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 152.04G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 156.70G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 156.70G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 153.04G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 156.70G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 156.70G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" 1 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 156.70G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 151.20G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 167.54G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 167.54G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 153.20G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 167.54G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 172.54G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 172.54G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -1 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 170.54G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -1 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 172.54G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -1 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 187.54G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -1 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 187.54G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -1 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 176.54G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -1 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 187.54G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -1 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 187.55G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -1 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 187.54G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -1 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 187.54G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -1 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 17.54G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -1 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 17.82G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -1 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 18.09G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -1 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 17.54G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -1 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 17.54G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade 1 [2006/03/22] + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -1 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -182.46G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade 1 [2006/03/22] + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -1 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -180.69G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade 1 [2006/03/22] + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -1 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -178.92G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade 1 [2006/03/22] + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -1 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -177.15G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade 1 [2006/03/22] + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -1 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -175.38G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade 1 [2006/03/22] + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -1 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -174.63G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade 1 [2006/03/22] + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -1 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -182.46G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade 1 [2006/03/22] + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -1 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -15.93G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade 1 [2006/03/22] + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -1 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -15.93G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade 1 [2006/03/22] + "Orb of Deception" -1 + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -1 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -12.46G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade 1 [2006/03/22] + "Orb of Deception" -1 + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -1 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -15.93G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade 1 [2006/03/22] + "Orb of Deception" -1 + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -1 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -7.73G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade 1 [2006/03/22] + "Orb of Deception" -1 + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -1 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -7.73G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade 1 [2006/03/22] + "Orb of Deception" -1 + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -2 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -13.43G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade 1 [2006/03/22] + "Orb of Deception" -1 + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -2 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -7.73G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade 1 [2006/03/22] + "Orb of Deception" -1 + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -2 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -6.23G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade 1 [2006/03/22] + "Orb of Deception" -1 + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -2 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -6.23G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade 1 [2006/03/22] + "Orb of Deception" -1 + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -2 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -6.23G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade 1 [2006/03/22] + "Orb of Deception" -1 + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -2 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -7.73G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade 1 [2006/03/22] + "Orb of Deception" -1 + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -2 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 152.27G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade 1 [2006/03/22] + "Orb of Deception" -1 + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -2 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 152.27G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade -1 + Nightblade 1 [2006/03/22] + "Orb of Deception" -1 + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -2 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 192.27G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade -1 + Nightblade 1 [2006/03/22] + "Orb of Deception" -1 + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -2 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 152.27G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade -1 + Nightblade 1 [2006/03/22] + "Orb of Deception" -1 + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -2 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 152.27G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade -1 + Nightblade 1 [2006/03/22] + "Orb of Deception" -1 + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -2 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 152.27G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade -1 + Nightblade 1 [2006/03/22] + "Orb of Deception" -1 + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -2 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 206.27G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade -1 + Nightblade 1 [2006/03/22] + "Orb of Deception" -1 + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -2 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 216.27G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade -1 + Nightblade 1 [2006/03/22] + "Orb of Deception" -1 + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -2 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 226.27G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade -1 + Nightblade 1 [2006/03/22] + "Orb of Deception" -1 + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -2 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 226.33G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade -1 + Nightblade 1 [2006/03/22] + "Orb of Deception" -1 + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -2 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 226.36G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade -1 + Nightblade 1 [2006/03/22] + "Orb of Deception" -1 + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -2 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 226.37G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade -1 + Nightblade 1 [2006/03/22] + "Orb of Deception" -1 + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -2 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 152.27G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade -1 + Nightblade 1 [2006/03/22] + "Orb of Deception" -1 + "Orb of Deception" 1 [2006/03/21] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -2 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + 152.27G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade -1 + Nightblade 1 [2006/03/22] + "Orb of Deception" -1 + "Orb of Deception" 1 [2006/03/21] + "Orb of Deception" 1 [2006/04/01] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -2 + "Two of Portals" 2 [2006/03/19] + "Ace of Warlords" -2 + "Ace of Warlords" 2 [2006/03/16] + "Ace of Warlords" 2 [2006/03/17] + "Beaststalker's Belt" -1 + "Beaststalker's Belt" 1 [2006/03/15] + -2.73G + "Garona: Book on Treachery" -1 + "Garona: Book on Treachery" 1 [2006/03/17] + "Harnessing Shadows" -1 + "Harnessing Shadows" 1 [2006/03/17] + "Holy Bologna" -1 + "Holy Bologna" 1 [2006/03/17] + Nightblade -1 + Nightblade 1 [2006/03/22] + "Orb of Deception" -1 + "Orb of Deception" 1 [2006/03/21] + "Orb of Deception" 1 [2006/04/01] + "Plans: Mithril Shield Spike" 2 [2006/03/15] + "Plans: Wildthorn Mail" 1 [2006/03/14] + "Preserved Holly" -5 + "Preserved Holly" 5 [2006/03/17] + "Pulsating Hydra Heart" -1 + "Pulsating Hydra Heart" 1 [2006/03/16] + "Recipe: Elixir of Giant Growth" 2 [2006/03/15] + "The Arcanist's Cookbook" -1 + "The Arcanist's Cookbook" 1 [2006/03/17] + "The Emerald Dream" -1 + "The Emerald Dream" 1 [2006/03/17] + "Two of Portals" -2 + "Two of Portals" 2 [2006/03/19] +>>>2 +=== 0 diff --git a/test/baseline/opt-lot-prices.test b/test/baseline/opt-lot-prices.test new file mode 100644 index 00000000..22aa5ab5 --- /dev/null +++ b/test/baseline/opt-lot-prices.test @@ -0,0 +1,2891 @@ +reg -F '%(justify(scrub(total_expr), 80, 80, true))\n' --lot-prices --unsorted +<<< +C 1.00s = 100c +C 1.00G = 100s + +D 1.00G + +2006/03/14 Opening Balances + Assets:Tajer 1339829c + Assets:Gruulmorg 248720c + Equity:Gold + +2006/03/14 Auction House + Expenses:Fees:Auction 1428c + Expenses:Fees:Auction 768c + Expenses:Fees:Auction 612c + Expenses:Fees:Auction 4764c + Expenses:Fees:Auction 3372c + Expenses:Fees:Auction 1296c + Expenses:Fees:Auction 1332c + Expenses:Fees:Auction 660c + Expenses:Fees:Auction 10044c + Expenses:Fees:Auction 3588c + Expenses:Fees:Auction 1632c + Expenses:Fees:Auction 8388c + Expenses:Fees:Auction 9984c + Expenses:Fees:Auction 2316c + Assets:Tajer + +2006/03/14 Auction House + Assets:Tajer 158860c + Equity:Gold + +2006/03/14 Auction House + Expenses:Fees:Auction 1320c + Assets:Tajer + +2006/03/14 Auction House + Assets:Tajer 11496c + Equity:Gold + +2006/03/14 Auction House + Expenses:Fees:Auction 3216c + Assets:Tajer + +2006/03/14 Post + Expenses:Fees:Mail 30c + Assets:Gruulmorg + +2006/03/14 Auction House + Assets:Tajer 34678c + Equity:Gold + +2006/03/14 Auction House + Expenses:Fees:Auction 2316c + Assets:Tajer + +2006/03/14 Auction House + Assets:Gruulmorg 1G + Equity:Gold + +2006/03/14 Auction House + Assets:Tajer 59389c + Equity:Gold + +2006/03/14 Post + Expenses:Fees:Mail 120c + Assets:Tajer + +2006/03/14 Player + Assets:Tajer 3G + Equity:Gold + +2006/03/14 Player + Assets:Tajer 6G + Equity:Gold + +2006/03/14 Auction House + Expenses:Items 35s + Assets:Tajer + +2006/03/14 Auction House + Assets:Tajer:Items "Plans: Wildthorn Mail" 1 @ 125s + Assets:Tajer + +2006/03/14 Auction House + Assets:Bids 259c + Assets:Bids 45s + Assets:Bids 4720c + Assets:Tajer + +2006/03/14 Post + Expenses:Fees:Mail 120c + Assets:Tajer + +2006/03/14 Auction House + Expenses:Items 8G + Assets:Tajer + +2006/03/14 Post + Expenses:Fees:Mail 120c + Assets:Tajer + +2006/03/14 Puldoost + Assets:Tajer 8G + Expenses:Items + +2006/03/14 Auction House + Assets:Wyshona:Items "Plans: Wildthorn Mail" 1 {1.25G} + Assets:Tajer:Items + +2006/03/15 Auction House + Assets:Tajer 45s + Assets:Tajer 259c + Assets:Bids + +2006/03/15 Auction House + Assets:Tajer 4720c + Assets:Bids + +2006/03/15 Auction House + Expenses:Fees:Auction 12542c ; something got lost here + Assets:Tajer + +2006/03/15 Auction House + Expenses:Fees:Auction 2375c + Expenses:Fees:Auction -2375c + Assets:Gruulmorg + +2006/03/15 Auction House + Assets:Danell 4c + Equity:Gold + +2006/03/15 Transfer + Assets:Gruulmorg 2c + Assets:Danell + +2006/03/15 Transfer + Assets:Danell 4250c + Expenses:Fees:Auction 750c + Assets:Gruulmorg -50s + +2006/03/15 Post + Expenses:Fees:Mail 60c + Assets:Danell + +2006/03/15 Player + Assets:Tajer 3G + Equity:Gold + +2006/03/15 Post + Assets:Wyshona 40s + Expenses:Fees:Mail 30c + Assets:Danell + +2006/03/15 Auction House + Expenses:Fees:Auction 8s + Expenses:Fees:Auction 11s + Assets:Wyshona + +2006/03/15 Auction House + Assets:Tajer:Items "Beaststalker's Belt" 1 @ 65G + Assets:Tajer + +2006/03/15 Post + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/15 Auction House + Expenses:Fees:Auction 8268c + Assets:Tajer + +2006/03/15 Post + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/15 Vendor + Assets:Tajer 16744c + Assets:Tajer 16640c + Equity:Gold + +2006/03/15 Post + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/15 Auction House + Expenses:Fees:Auction 772c + Expenses:Fees:Auction 544c + Expenses:Fees:Auction 444c + Expenses:Fees:Auction 432c + Expenses:Fees:Auction 204c + Assets:Tajer + +2006/03/15 Player + Assets:Tajer 12s + Equity:Gold + +2006/03/15 Vendor + Assets:Tajer 22s + Equity:Gold + +2006/03/15 Auction House + Assets:Tajer:Items "Recipe: Elixir of Giant Growth" 1 @ 1G + Assets:Tajer + +2006/03/15 Post + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/15 Auction House + Expenses:Fees:Auction 8268c + Assets:Tajer + +2006/03/15 Auction House + Assets:Tajer:Items "Plans: Mithril Shield Spike" 1 @ 21050c + Assets:Tajer + +2006/03/15 Auction House + Assets:Tajer:Items "Plans: Mithril Shield Spike" 1 @ 23000c + Assets:Tajer + +2006/03/15 Auction House + Assets:Tajer:Items "Recipe: Elixir of Giant Growth" 1 @ 150s + Assets:Tajer + +2006/03/16 Player + Assets:Tajer 3G + Equity:Gold + +2006/03/16 Post + Expenses:Fees:Mail 90c + Assets:Tajer + +2006/03/16 Auction House + Assets:Tajer 1195768c + Assets:Tajer:Items "Beaststalker's Belt" -1 {65G} @ 1195768c + Income:Brokering -545768c + +2006/03/16 Auction House + Assets:Wyshona:Items "Plans: Mithril Shield Spike" 1 {21050c} + Assets:Wyshona:Items "Plans: Mithril Shield Spike" 1 {2.3G} + Assets:Wyshona:Items "Recipe: Elixir of Giant Growth" 1 {1G} + Assets:Wyshona:Items "Recipe: Elixir of Giant Growth" 1 {1.5G} + Assets:Tajer:Items + +2006/03/16 Player + Assets:Tajer 4G + Equity:Gold + +2006/03/16 Auction House + Assets:Wyshona 1341s + Equity:Gold + +2006/03/16 Auction House + Assets:Gruulmorg 4c + Assets:Danell + +2006/03/16 Auction House + Expenses:Fees:Auction 4c + Expenses:Fees:Mail 120c + Assets:Danell + +2006/03/16 Auction House + Expenses:Fees:Auction 24s + Expenses:Fees:Auction 12s + Expenses:Fees:Auction 12s + Expenses:Fees:Auction 84c + Expenses:Fees:Auction 84c + Assets:Wyshona + +2006/03/16 Crazy Cat Lady + Expenses:Items 40s + Expenses:Items 40s + Assets:Wyshona + +2006/03/16 Transfer + Expenses:Fees:Mail 60c + Assets:Danell 5G + Assets:Wyshona + +2006/03/16 Transfer + Expenses:Fees:Mail 30c + Assets:Tajer 20G + Assets:Gruulmorg + +2006/03/16 Auction House + Assets:Tajer:Items "Pulsating Hydra Heart" 1 @ 1G + Assets:Tajer + +2006/03/16 Auction House + Expenses:Fees:Auction 936c + Assets:Tajer + +2006/03/16 Transfer + Expenses:Fees:Mail 30c + Assets:Gruulmorg 30G + Assets:Tajer + +2006/03/16 Auction House + Assets:Gruulmorg:Items "Ace of Warlords" 2 @ 15G + Assets:Gruulmorg + +2006/03/16 Transfer + Assets:Tajer:Items "Ace of Warlords" 2 {15G} + Assets:Gruulmorg:Items + +2006/03/16 Post + Expenses:Fees:Mail 60c + Assets:Gruulmorg + +2006/03/16 Post + Expenses:Fees:Mail 120c + Assets:Tajer + +2006/03/16 Auction House + Assets:Tajer 2104c + Equity:Gold + +2006/03/16 Auction House + Expenses:Fees:Auction 75s + Expenses:Fees:Auction 75s + Assets:Tajer + +2006/03/16 Transfer + Assets:Danell 6c + Assets:Gruulmorg + +2006/03/16 Post + Expenses:Fees:Mail 60c + Assets:Gruulmorg + +2006/03/16 Post + Expenses:Fees:Mail 60c + Assets:Tajer + +2006/03/16 General Goods Vendor + Expenses:Items 50c ; wrapping paper + Assets:Tajer + +2006/03/16 Player + Assets:Tajer 1G + Equity:Gold + +2006/03/17 Auction House + Assets:Wyshona 180584c + Assets:Wyshona:Items "Recipe: Elixir of Giant Growth" -1 {1.5G} @ 180584c + Income:Brokering -165584c + +2006/03/17 Auction House + Assets:Wyshona 180584c + Assets:Wyshona:Items "Recipe: Elixir of Giant Growth" -1 {1G} @ 180584c + Income:Brokering -170584c + +2006/03/17 Post + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/17 Player: raev + Assets:Tajer:Items "Wildheart Belt" 1 {30G} + Assets:Tajer:Items "Ace of Warlords" -2 {15G} + +2006/03/17 Auction House + Expenses:Fees:Auction 7482c + Assets:Tajer + +2006/03/17 Post + Expenses:Fees:Mail 300c + Assets:Wyshona + +2006/03/17 Player + Assets:Wyshona 1G + Assets:Wyshona:Items "Plans: Wildthorn Mail" -1 {1.25G} @ 1G + Expenses:Capital Loss 25s + +2006/03/17 Auction House (implicit transfer) + Expenses:Items 279s ; Recipe: Swiftness Potion + Assets:Wyshona + +2006/03/17 Auction House (implicit transfer) + Assets:Danell:Items "Ace of Warlords" 1 @ 3G + Assets:Tajer:Items "Ace of Warlords" 1 @ 3.9G + Assets:Tajer:Items "Holy Bologna" 1 @ 2G + Assets:Tajer:Items "The Emerald Dream" 1 @ 4G + Assets:Tajer:Items "The Arcanist's Cookbook" 1 @ 4G + Assets:Tajer:Items "Harnessing Shadows" 1 @ 5G + Assets:Tajer:Items "Garona: Book on Treachery" 1 @ 4G + Assets:Tajer:Items "Preserved Holly" 5 @ 20s + Assets:Wyshona + +2006/03/17 Auction House + Assets:Tajer 4G + Assets:Tajer:Items "Pulsating Hydra Heart" -1 {1G} @ 4G + Income:Brokering -3G + +2006/03/17 Auction House + Assets:Danell 3171c + Assets:Danell:Items "Ace of Warlords" -1 {3G} @ 3171c + Expenses:Capital Loss 26829c + +2006/03/17 Auction House + Expenses:Fees:Auction 12537c + Assets:Danell + +2006/03/17 Transfer + Assets:Gruulmorg 15G + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/17 Auction House + Assets:Wyshona 362450c + Assets:Wyshona:Items "Plans: Mithril Shield Spike" -1 {21050c} @ 181225c + Assets:Wyshona:Items "Plans: Mithril Shield Spike" -1 {2.3G} @ 181225c + Income:Brokering -318400c + +2006/03/17 Transfer + Assets:Danell 499560c + Expenses:Gifts 1G + Expenses:Fees:Mail 30c + Assets:Wyshona + +2006/03/17 Post + Expenses:Fees:Mail 90c + Expenses:Fees:Auction 166c + Assets:Gruulmorg + +2006/03/17 Transfer + Assets:Gruulmorg 459211c + Expenses:Fees:Auction 81023c + Assets:Danell -540234c + +2006/03/17 Transfer + Assets:Tajer 662465c + Expenses:Fees:Mail 30c + Assets:Gruulmorg + +2006/03/17 Auction House + Expenses:Fees:Auction 75s + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/18 Auction House + Assets:Tajer 15G + Assets:Tajer:Items "Ace of Warlords" -1 {3.9G} @ 15G + Income:Brokering -111000c + +2006/03/18 Auction House + Assets:Tajer 434472c + Assets:Tajer:Items "Wildheart Belt" -1 {30G} @ 434472c + Income:Brokering -134472c + +2006/03/18 Auction House + Assets:Tajer 1995s + Assets:Tajer:Items "Harnessing Shadows" -1 {5G} @ 1995s + Income:Brokering -1495s + +2006/03/19 Auction House + Assets:Tajer 2850s + Assets:Tajer:Items "Garona: Book on Treachery" -1 {4G} @ 2850s + Income:Brokering -2450s + +2006/03/19 Auction House + Assets:Tajer 1710s + Assets:Tajer:Items "The Arcanist's Cookbook" -1 {4G} @ 1710s + Income:Brokering -1310s + +2006/03/19 Auction House + Assets:Tajer 46550c + Assets:Tajer:Items "Preserved Holly" -5 {20s} @ 9310c + Income:Brokering -36550c + +2006/03/19 Auction House + Assets:Tajer:Items "Two of Portals" 1 @ 3G + Assets:Tajer:Items "Two of Portals" 1 @ 2.5G + Assets:Tajer + +2006/03/20 Auction House + Assets:Tajer 163443c + Assets:Tajer:Items "Holy Bologna" -1 {2G} @ 163443c + Income:Brokering -143443c + +2006/03/20 Auction House + Assets:Tajer 5G + Assets:Tajer:Items "Two of Portals" -1 {3G} @ 5G + Income:Brokering -2G + +2006/03/20 Auction House + Assets:Tajer 15G + Assets:Tajer:Items "The Emerald Dream" -1 {4G} @ 15G + Income:Brokering -11G + +2006/03/20 Auction House + Expenses:Fees:Mail 60c + Assets:Tajer + +2006/03/21 Auction House + Assets:Tajer:Items "Orb of Deception" 1 @ 170G + Assets:Tajer + +2006/03/21 Auction House + Expenses:Fees:Auction 2760c + Expenses:Fees:Auction 2760c + Assets:Tajer + +2006/03/22 Auction House + Assets:Tajer:Items "Nightblade" 1 @ 200G + Assets:Tajer + +2006/03/22 Auction House + Expenses:Fees:Auction 177s + Expenses:Fees:Auction 177s + Expenses:Fees:Auction 177s + Expenses:Fees:Auction 177s + Expenses:Fees:Auction 75s + Assets:Tajer + +2006/03/23 Auction House + Assets:Tajer 1665260c + Assets:Tajer:Items "Orb of Deception" -1 {170G} @ 1665260c + Expenses:Capital Loss 34740c + +2006/03/26 Auction House + Assets:Tajer 81980c + Assets:Tajer:Items "Two of Portals" -1 {2.5G} @ 81980c + Income:Brokering -56980c + +2006/03/26 Player + Expenses:Items 150s ; Recipe: Elixir of Minor Agility + Expenses:Fees:Mail 30c + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/27 Player + Assets:Tajer 160G + Assets:Tajer:Items "Nightblade" -1 {200G} @ 160G + Expenses:Capital Loss 40G + +2006/03/27 Player + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/26 Player + Expenses:Items (9G * 6) ; Traveler's backpacks + Expenses:Items 10G + Expenses:Fees:Bank 10G + Expenses:Fees:Mail 630c + Expenses:Fees:Mail 330c + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/04/01 Auction House + Assets:Tajer:Items "Orb of Deception" 1 @ 155G + Assets:Tajer +>>>1 + 133.98G + 158.85G + 0 + 14.28s + 21.96s + 28.08s + 75.72s + 1.09G + 1.22G + 1.36G + 1.42G + 2.43G + 2.79G + 2.95G + 3.79G + 4.79G + 5.02G + 0 + 15.89G + 0 + 13.20s + 0 + 1.15G + 0 + 32.16s + 0 + 30c + 0 + 3.47G + 0 + 23.16s + 0 + 1.00G + 0 + 5.94G + 0 + 1.20s + 0 + 3.00G + 0 + 6.00G + 0 + 35.00s + 0 + "Plans: Wildthorn Mail" 1 {1.25G} + -1.25G + "Plans: Wildthorn Mail" 1 {1.25G} + -1.22G + "Plans: Wildthorn Mail" 1 {1.25G} + "Plans: Wildthorn Mail" 1 {1.25G} + -77.41s + "Plans: Wildthorn Mail" 1 {1.25G} + -30.21s + -1.25G + "Plans: Wildthorn Mail" 1 {1.25G} + -1.24G + "Plans: Wildthorn Mail" 1 {1.25G} + -1.25G + "Plans: Wildthorn Mail" 1 {1.25G} + 6.75G + "Plans: Wildthorn Mail" 1 {1.25G} + -1.25G + "Plans: Wildthorn Mail" 1 {1.25G} + -1.24G + "Plans: Wildthorn Mail" 1 {1.25G} + -1.25G + "Plans: Wildthorn Mail" 1 {1.25G} + 6.75G + "Plans: Wildthorn Mail" 1 {1.25G} + -1.25G + "Plans: Wildthorn Mail" 1 {1.25G} + -1.25G + "Plans: Wildthorn Mail" 2 {1.25G} + -2.50G + "Plans: Wildthorn Mail" 2 {1.25G} + -2.05G + "Plans: Wildthorn Mail" 2 {1.25G} + -2.02G + "Plans: Wildthorn Mail" 2 {1.25G} + -2.50G + "Plans: Wildthorn Mail" 2 {1.25G} + -2.03G + "Plans: Wildthorn Mail" 2 {1.25G} + -2.50G + "Plans: Wildthorn Mail" 2 {1.25G} + -1.25G + "Plans: Wildthorn Mail" 2 {1.25G} + -2.50G + "Plans: Wildthorn Mail" 2 {1.25G} + -2.26G + "Plans: Wildthorn Mail" 2 {1.25G} + -2.50G + "Plans: Wildthorn Mail" 2 {1.25G} + -2.50G + "Plans: Wildthorn Mail" 2 {1.25G} + -2.50G + "Plans: Wildthorn Mail" 2 {1.25G} + -2.50G + "Plans: Wildthorn Mail" 2 {1.25G} + -2.50G + "Plans: Wildthorn Mail" 2 {1.25G} + -2.08G + "Plans: Wildthorn Mail" 2 {1.25G} + -2.00G + "Plans: Wildthorn Mail" 2 {1.25G} + -2.50G + "Plans: Wildthorn Mail" 2 {1.25G} + -2.49G + "Plans: Wildthorn Mail" 2 {1.25G} + -2.50G + "Plans: Wildthorn Mail" 2 {1.25G} + "Plans: Wildthorn Mail" 2 {1.25G} + 50.00s + -2.50G + "Plans: Wildthorn Mail" 2 {1.25G} + -2.10G + "Plans: Wildthorn Mail" 2 {1.25G} + -2.10G + "Plans: Wildthorn Mail" 2 {1.25G} + -2.50G + "Plans: Wildthorn Mail" 2 {1.25G} + -2.42G + "Plans: Wildthorn Mail" 2 {1.25G} + -2.31G + "Plans: Wildthorn Mail" 2 {1.25G} + -2.50G + "Plans: Wildthorn Mail" 2 {1.25G} + "Beaststalker's Belt" 1 {65.00G} + -2.50G + "Plans: Wildthorn Mail" 2 {1.25G} + "Beaststalker's Belt" 1 {65.00G} + -67.50G + "Plans: Wildthorn Mail" 2 {1.25G} + "Beaststalker's Belt" 1 {65.00G} + -67.50G + "Plans: Wildthorn Mail" 2 {1.25G} + "Beaststalker's Belt" 1 {65.00G} + -67.50G + "Plans: Wildthorn Mail" 2 {1.25G} + "Beaststalker's Belt" 1 {65.00G} + -66.67G + "Plans: Wildthorn Mail" 2 {1.25G} + "Beaststalker's Belt" 1 {65.00G} + -67.50G + "Plans: Wildthorn Mail" 2 {1.25G} + "Beaststalker's Belt" 1 {65.00G} + -67.50G + "Plans: Wildthorn Mail" 2 {1.25G} + "Beaststalker's Belt" 1 {65.00G} + -67.50G + "Plans: Wildthorn Mail" 2 {1.25G} + "Beaststalker's Belt" 1 {65.00G} + -65.83G + "Plans: Wildthorn Mail" 2 {1.25G} + "Beaststalker's Belt" 1 {65.00G} + -64.16G + "Plans: Wildthorn Mail" 2 {1.25G} + "Beaststalker's Belt" 1 {65.00G} + -67.50G + "Plans: Wildthorn Mail" 2 {1.25G} + "Beaststalker's Belt" 1 {65.00G} + -67.50G + "Plans: Wildthorn Mail" 2 {1.25G} + "Beaststalker's Belt" 1 {65.00G} + -67.50G + "Plans: Wildthorn Mail" 2 {1.25G} + "Beaststalker's Belt" 1 {65.00G} + -67.42G + "Plans: Wildthorn Mail" 2 {1.25G} + "Beaststalker's Belt" 1 {65.00G} + -67.37G + "Plans: Wildthorn Mail" 2 {1.25G} + "Beaststalker's Belt" 1 {65.00G} + -67.32G + "Plans: Wildthorn Mail" 2 {1.25G} + "Beaststalker's Belt" 1 {65.00G} + -67.28G + "Plans: Wildthorn Mail" 2 {1.25G} + "Beaststalker's Belt" 1 {65.00G} + -67.26G + "Plans: Wildthorn Mail" 2 {1.25G} + "Beaststalker's Belt" 1 {65.00G} + -67.50G + "Plans: Wildthorn Mail" 2 {1.25G} + "Beaststalker's Belt" 1 {65.00G} + -67.38G + "Plans: Wildthorn Mail" 2 {1.25G} + "Beaststalker's Belt" 1 {65.00G} + -67.50G + "Plans: Wildthorn Mail" 2 {1.25G} + "Beaststalker's Belt" 1 {65.00G} + -67.28G + "Plans: Wildthorn Mail" 2 {1.25G} + "Beaststalker's Belt" 1 {65.00G} + -67.50G + "Plans: Wildthorn Mail" 2 {1.25G} + "Beaststalker's Belt" 1 {65.00G} + -67.50G + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Beaststalker's Belt" 1 {65.00G} + -68.50G + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Beaststalker's Belt" 1 {65.00G} + -68.50G + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Beaststalker's Belt" 1 {65.00G} + -68.50G + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Beaststalker's Belt" 1 {65.00G} + -67.67G + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Beaststalker's Belt" 1 {65.00G} + -68.50G + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Beaststalker's Belt" 1 {65.00G} + -68.50G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Beaststalker's Belt" 1 {65.00G} + -70.61G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Beaststalker's Belt" 1 {65.00G} + -70.61G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Beaststalker's Belt" 1 {65.00G} + -72.90G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Beaststalker's Belt" 1 {65.00G} + -72.90G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} + -74.40G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} + -71.40G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} + -74.40G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} + -74.40G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} + -74.40G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} + 45.17G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + 45.17G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + -9.40G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + 45.17G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + 45.17G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + 45.17G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + 45.17G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + 45.17G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + 38.27G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + 42.27G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + 38.27G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + 51.68G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + 38.27G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + 38.27G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + 38.27G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + 38.27G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + 38.28G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + 38.27G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + 38.51G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + 38.63G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + 38.75G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + 38.76G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + 38.76G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + 38.27G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + 38.67G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + 39.07G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + 38.27G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + 38.27G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + 43.27G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + 38.27G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + 38.27G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + 58.27G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + 38.27G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + 38.27G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + 37.27G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + 37.36G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + 37.27G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + 37.27G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + 67.27G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + 37.27G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + "Ace of Warlords" 2 {15.00G} + 37.27G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + "Ace of Warlords" 2 {15.00G} + 7.27G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + "Ace of Warlords" 4 {15.00G} + 7.27G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + "Ace of Warlords" 4 {15.00G} + -22.73G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + "Ace of Warlords" 4 {15.00G} + -22.73G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + "Ace of Warlords" 4 {15.00G} + -22.73G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + "Ace of Warlords" 4 {15.00G} + -22.72G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + "Ace of Warlords" 4 {15.00G} + -22.73G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + "Ace of Warlords" 4 {15.00G} + -22.52G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + "Ace of Warlords" 4 {15.00G} + -22.73G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + "Ace of Warlords" 4 {15.00G} + -21.98G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + "Ace of Warlords" 4 {15.00G} + -21.23G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + "Ace of Warlords" 4 {15.00G} + -22.73G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + "Ace of Warlords" 4 {15.00G} + -22.73G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + "Ace of Warlords" 4 {15.00G} + -22.73G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + "Ace of Warlords" 4 {15.00G} + -22.73G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + "Ace of Warlords" 4 {15.00G} + -22.73G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + "Ace of Warlords" 4 {15.00G} + -22.73G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + "Ace of Warlords" 4 {15.00G} + -22.73G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + "Ace of Warlords" 4 {15.00G} + -22.73G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + "Ace of Warlords" 4 {15.00G} + -22.73G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + "Ace of Warlords" 4 {15.00G} + -21.73G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + "Ace of Warlords" 4 {15.00G} + -22.73G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + "Ace of Warlords" 4 {15.00G} + -4.67G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.50G} + "Ace of Warlords" 4 {15.00G} + -4.67G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 4 {15.00G} + -21.23G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 4 {15.00G} + -4.67G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 4 {15.00G} + 13.38G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 2 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 4 {15.00G} + 13.38G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 4 {15.00G} + -3.67G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 4 {15.00G} + 13.38G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 4 {15.00G} + 13.39G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 4 {15.00G} + 13.38G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 4 {15.00G} + 13.38G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 2 {15.00G} + 13.38G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 2 {15.00G} + 14.13G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 2 {15.00G} + 13.38G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 2 {15.00G} + 13.41G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 2 {15.00G} + 13.38G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 2 {15.00G} + 14.38G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 2 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 2 {15.00G} + 14.38G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 2 {15.00G} + 14.63G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 2 {15.00G} + 14.38G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 2 {15.00G} + 17.17G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 2 {15.00G} + 14.38G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} + "Ace of Warlords" 2 {15.00G} + 14.38G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + 14.38G + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + 14.38G + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + 14.38G + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + 14.38G + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + 14.38G + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + 14.38G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + 14.38G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + -12.52G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + -8.52G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + -8.52G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + -11.52G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + -8.52G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + -8.20G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + -8.20G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + -5.52G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + -8.20G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + -6.95G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + -8.20G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + 6.80G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + 6.80G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + -8.20G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + 28.05G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 2 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + 28.05G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 2 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + 28.05G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + -3.79G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + 12.22G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + 28.05G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + 78.00G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + 79.00G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + 79.00G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + 28.05G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + 28.05G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + 28.07G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + 28.05G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + 73.97G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + 82.07G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + 28.05G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + 94.29G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + 94.30G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + 28.05G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + 28.80G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + 28.80G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + 28.05G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.90G} + "Ace of Warlords" 2 {15.00G} + 43.05G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 2 {15.00G} + 43.05G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 2 {15.00G} + 31.95G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 2 {15.00G} + 43.05G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 2 {15.00G} + 86.49G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 2 {15.00G} + 86.49G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Ace of Warlords" 2 {15.00G} + 73.05G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Ace of Warlords" 2 {15.00G} + 86.49G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Ace of Warlords" 2 {15.00G} + 106.44G + "Garona: Book on Treachery" 1 {4.00G} + "Harnessing Shadows" 1 {5.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Ace of Warlords" 2 {15.00G} + 106.44G + "Garona: Book on Treachery" 1 {4.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Ace of Warlords" 2 {15.00G} + 91.49G + "Garona: Book on Treachery" 1 {4.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Ace of Warlords" 2 {15.00G} + 106.44G + "Garona: Book on Treachery" 1 {4.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Ace of Warlords" 2 {15.00G} + 134.94G + "Garona: Book on Treachery" 1 {4.00G} + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Ace of Warlords" 2 {15.00G} + 134.94G + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Ace of Warlords" 2 {15.00G} + 110.44G + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Ace of Warlords" 2 {15.00G} + 134.94G + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Ace of Warlords" 2 {15.00G} + 152.04G + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Arcanist's Cookbook" 1 {4.00G} + "The Emerald Dream" 1 {4.00G} + "Ace of Warlords" 2 {15.00G} + 152.04G + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Emerald Dream" 1 {4.00G} + "Ace of Warlords" 2 {15.00G} + 138.94G + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Emerald Dream" 1 {4.00G} + "Ace of Warlords" 2 {15.00G} + 152.04G + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Emerald Dream" 1 {4.00G} + "Ace of Warlords" 2 {15.00G} + 156.70G + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Preserved Holly" 5 {20.00s} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Emerald Dream" 1 {4.00G} + "Ace of Warlords" 2 {15.00G} + 156.70G + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Emerald Dream" 1 {4.00G} + "Ace of Warlords" 2 {15.00G} + 153.04G + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Emerald Dream" 1 {4.00G} + "Ace of Warlords" 2 {15.00G} + 156.70G + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Emerald Dream" 1 {4.00G} + "Ace of Warlords" 2 {15.00G} + 156.70G + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Emerald Dream" 1 {4.00G} + "Two of Portals" 1 {3.00G} + "Ace of Warlords" 2 {15.00G} + 156.70G + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Emerald Dream" 1 {4.00G} + "Two of Portals" 1 {2.50G} + "Two of Portals" 1 {3.00G} + "Ace of Warlords" 2 {15.00G} + 151.20G + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Emerald Dream" 1 {4.00G} + "Two of Portals" 1 {2.50G} + "Two of Portals" 1 {3.00G} + "Ace of Warlords" 2 {15.00G} + 167.54G + "Holy Bologna" 1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Emerald Dream" 1 {4.00G} + "Two of Portals" 1 {2.50G} + "Two of Portals" 1 {3.00G} + "Ace of Warlords" 2 {15.00G} + 167.54G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Emerald Dream" 1 {4.00G} + "Two of Portals" 1 {2.50G} + "Two of Portals" 1 {3.00G} + "Ace of Warlords" 2 {15.00G} + 153.20G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Emerald Dream" 1 {4.00G} + "Two of Portals" 1 {2.50G} + "Two of Portals" 1 {3.00G} + "Ace of Warlords" 2 {15.00G} + 167.54G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Emerald Dream" 1 {4.00G} + "Two of Portals" 1 {2.50G} + "Two of Portals" 1 {3.00G} + "Ace of Warlords" 2 {15.00G} + 172.54G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Emerald Dream" 1 {4.00G} + "Two of Portals" 1 {2.50G} + "Two of Portals" 1 {3.00G} + "Ace of Warlords" 2 {15.00G} + 172.54G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Emerald Dream" 1 {4.00G} + "Two of Portals" 1 {2.50G} + "Ace of Warlords" 2 {15.00G} + 170.54G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Emerald Dream" 1 {4.00G} + "Two of Portals" 1 {2.50G} + "Ace of Warlords" 2 {15.00G} + 172.54G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Emerald Dream" 1 {4.00G} + "Two of Portals" 1 {2.50G} + "Ace of Warlords" 2 {15.00G} + 187.54G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "The Emerald Dream" 1 {4.00G} + "Two of Portals" 1 {2.50G} + "Ace of Warlords" 2 {15.00G} + 187.54G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Two of Portals" 1 {2.50G} + "Ace of Warlords" 2 {15.00G} + 176.54G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Two of Portals" 1 {2.50G} + "Ace of Warlords" 2 {15.00G} + 187.54G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Two of Portals" 1 {2.50G} + "Ace of Warlords" 2 {15.00G} + 187.55G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Two of Portals" 1 {2.50G} + "Ace of Warlords" 2 {15.00G} + 187.54G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Two of Portals" 1 {2.50G} + "Ace of Warlords" 2 {15.00G} + 187.54G + "Orb of Deception" 1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Two of Portals" 1 {2.50G} + "Ace of Warlords" 2 {15.00G} + 17.54G + "Orb of Deception" 1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Two of Portals" 1 {2.50G} + "Ace of Warlords" 2 {15.00G} + 17.82G + "Orb of Deception" 1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Two of Portals" 1 {2.50G} + "Ace of Warlords" 2 {15.00G} + 18.09G + "Orb of Deception" 1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Two of Portals" 1 {2.50G} + "Ace of Warlords" 2 {15.00G} + 17.54G + "Orb of Deception" 1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Two of Portals" 1 {2.50G} + "Ace of Warlords" 2 {15.00G} + 17.54G + Nightblade 1 {200.00G} + "Orb of Deception" 1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Two of Portals" 1 {2.50G} + "Ace of Warlords" 2 {15.00G} + -182.46G + Nightblade 1 {200.00G} + "Orb of Deception" 1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Two of Portals" 1 {2.50G} + "Ace of Warlords" 2 {15.00G} + -180.69G + Nightblade 1 {200.00G} + "Orb of Deception" 1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Two of Portals" 1 {2.50G} + "Ace of Warlords" 2 {15.00G} + -178.92G + Nightblade 1 {200.00G} + "Orb of Deception" 1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Two of Portals" 1 {2.50G} + "Ace of Warlords" 2 {15.00G} + -177.15G + Nightblade 1 {200.00G} + "Orb of Deception" 1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Two of Portals" 1 {2.50G} + "Ace of Warlords" 2 {15.00G} + -175.38G + Nightblade 1 {200.00G} + "Orb of Deception" 1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Two of Portals" 1 {2.50G} + "Ace of Warlords" 2 {15.00G} + -174.63G + Nightblade 1 {200.00G} + "Orb of Deception" 1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Two of Portals" 1 {2.50G} + "Ace of Warlords" 2 {15.00G} + -182.46G + Nightblade 1 {200.00G} + "Orb of Deception" 1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Two of Portals" 1 {2.50G} + "Ace of Warlords" 2 {15.00G} + -15.93G + Nightblade 1 {200.00G} + "Orb of Deception" 1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Two of Portals" 1 {2.50G} + "Ace of Warlords" 2 {15.00G} + -15.93G + Nightblade 1 {200.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Two of Portals" 1 {2.50G} + "Ace of Warlords" 2 {15.00G} + -12.46G + Nightblade 1 {200.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Two of Portals" 1 {2.50G} + "Ace of Warlords" 2 {15.00G} + -15.93G + Nightblade 1 {200.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Two of Portals" 1 {2.50G} + "Ace of Warlords" 2 {15.00G} + -7.73G + Nightblade 1 {200.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Two of Portals" 1 {2.50G} + "Ace of Warlords" 2 {15.00G} + -7.73G + Nightblade 1 {200.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} + -13.43G + Nightblade 1 {200.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} + -7.73G + Nightblade 1 {200.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} + -6.23G + Nightblade 1 {200.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} + -6.23G + Nightblade 1 {200.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} + -6.23G + Nightblade 1 {200.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} + -7.73G + Nightblade 1 {200.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} + 152.27G + Nightblade 1 {200.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} + 152.27G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} + 192.27G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} + 152.27G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} + 152.27G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} + 152.27G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} + 206.27G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} + 216.27G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} + 226.27G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} + 226.33G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} + 226.36G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} + 226.37G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} + 152.27G + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} + 152.27G + "Orb of Deception" 1 {155.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} + -2.73G + "Orb of Deception" 1 {155.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} +>>>2 +=== 0 diff --git a/test/baseline/opt-lot-tags.test b/test/baseline/opt-lot-tags.test new file mode 100644 index 00000000..d77aea33 --- /dev/null +++ b/test/baseline/opt-lot-tags.test @@ -0,0 +1,12 @@ +bal --lot-tags tajer +<<< +D 1.00c + +2006/03/14 Opening Balances + Assets:Tajer 1339829c (TAG) + Assets:Gruulmorg 248720c + Equity:Gold +>>>1 + 1339829.00c (TAG) Assets:Tajer +>>>2 +=== 0 diff --git a/test/baseline/opt-lots-actual.test b/test/baseline/opt-lots-actual.test new file mode 100644 index 00000000..39a27363 --- /dev/null +++ b/test/baseline/opt-lots-actual.test @@ -0,0 +1,27 @@ +reg --format '%(justify(scrub(total_expr), 40, 40, true))\n' --lots +<<< +D 1.0000s + +2006/03/14 Opening Balances + Assets:Tajer 1339829c @ 1.86590975416s + Assets:Gruulmorg 248720c {10.051463493s} + Equity:Gold -5000000s +>>>1 + 1339829c {1.8659s} [2006/03/14] + 1339829c {1.8659s} [2006/03/14] + 248720c {10.0515s} + 1339829c {1.8659s} [2006/03/14] + 248720c {10.0515s} + -1388.9h +>>>2 +=== 0 +reg --format '%(justify(scrub(total_expr), 40, 40, true))\n' --lots-actual +>>>1 + 1339829c + 1339829c + 248720c {10.0515s} + 1339829c + 248720c {10.0515s} + -1388.9h +>>>2 +=== 0 diff --git a/test/baseline/opt-lots.test b/test/baseline/opt-lots.test new file mode 100644 index 00000000..916a2b2e --- /dev/null +++ b/test/baseline/opt-lots.test @@ -0,0 +1,5373 @@ +reg -F '%(justify(scrub(total_expr), 80, 80, true))\n' --lots --unsorted +<<< +C 1.00s = 100c +C 1.00G = 100s + +D 1.00G + +2006/03/14 Opening Balances + Assets:Tajer 1339829c + Assets:Gruulmorg 248720c + Equity:Gold + +2006/03/14 Auction House + Expenses:Fees:Auction 1428c + Expenses:Fees:Auction 768c + Expenses:Fees:Auction 612c + Expenses:Fees:Auction 4764c + Expenses:Fees:Auction 3372c + Expenses:Fees:Auction 1296c + Expenses:Fees:Auction 1332c + Expenses:Fees:Auction 660c + Expenses:Fees:Auction 10044c + Expenses:Fees:Auction 3588c + Expenses:Fees:Auction 1632c + Expenses:Fees:Auction 8388c + Expenses:Fees:Auction 9984c + Expenses:Fees:Auction 2316c + Assets:Tajer + +2006/03/14 Auction House + Assets:Tajer 158860c + Equity:Gold + +2006/03/14 Auction House + Expenses:Fees:Auction 1320c + Assets:Tajer + +2006/03/14 Auction House + Assets:Tajer 11496c + Equity:Gold + +2006/03/14 Auction House + Expenses:Fees:Auction 3216c + Assets:Tajer + +2006/03/14 Post + Expenses:Fees:Mail 30c + Assets:Gruulmorg + +2006/03/14 Auction House + Assets:Tajer 34678c + Equity:Gold + +2006/03/14 Auction House + Expenses:Fees:Auction 2316c + Assets:Tajer + +2006/03/14 Auction House + Assets:Gruulmorg 1G + Equity:Gold + +2006/03/14 Auction House + Assets:Tajer 59389c + Equity:Gold + +2006/03/14 Post + Expenses:Fees:Mail 120c + Assets:Tajer + +2006/03/14 Player + Assets:Tajer 3G + Equity:Gold + +2006/03/14 Player + Assets:Tajer 6G + Equity:Gold + +2006/03/14 Auction House + Expenses:Items 35s + Assets:Tajer + +2006/03/14 Auction House + Assets:Tajer:Items "Plans: Wildthorn Mail" 1 @ 125s + Assets:Tajer + +2006/03/14 Auction House + Assets:Bids 259c + Assets:Bids 45s + Assets:Bids 4720c + Assets:Tajer + +2006/03/14 Post + Expenses:Fees:Mail 120c + Assets:Tajer + +2006/03/14 Auction House + Expenses:Items 8G + Assets:Tajer + +2006/03/14 Post + Expenses:Fees:Mail 120c + Assets:Tajer + +2006/03/14 Puldoost + Assets:Tajer 8G + Expenses:Items + +2006/03/14 Auction House + Assets:Wyshona:Items "Plans: Wildthorn Mail" 1 {1.25G} + Assets:Tajer:Items + +2006/03/15 Auction House + Assets:Tajer 45s + Assets:Tajer 259c + Assets:Bids + +2006/03/15 Auction House + Assets:Tajer 4720c + Assets:Bids + +2006/03/15 Auction House + Expenses:Fees:Auction 12542c ; something got lost here + Assets:Tajer + +2006/03/15 Auction House + Expenses:Fees:Auction 2375c + Expenses:Fees:Auction -2375c + Assets:Gruulmorg + +2006/03/15 Auction House + Assets:Danell 4c + Equity:Gold + +2006/03/15 Transfer + Assets:Gruulmorg 2c + Assets:Danell + +2006/03/15 Transfer + Assets:Danell 4250c + Expenses:Fees:Auction 750c + Assets:Gruulmorg -50s + +2006/03/15 Post + Expenses:Fees:Mail 60c + Assets:Danell + +2006/03/15 Player + Assets:Tajer 3G + Equity:Gold + +2006/03/15 Post + Assets:Wyshona 40s + Expenses:Fees:Mail 30c + Assets:Danell + +2006/03/15 Auction House + Expenses:Fees:Auction 8s + Expenses:Fees:Auction 11s + Assets:Wyshona + +2006/03/15 Auction House + Assets:Tajer:Items "Beaststalker's Belt" 1 @ 65G + Assets:Tajer + +2006/03/15 Post + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/15 Auction House + Expenses:Fees:Auction 8268c + Assets:Tajer + +2006/03/15 Post + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/15 Vendor + Assets:Tajer 16744c + Assets:Tajer 16640c + Equity:Gold + +2006/03/15 Post + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/15 Auction House + Expenses:Fees:Auction 772c + Expenses:Fees:Auction 544c + Expenses:Fees:Auction 444c + Expenses:Fees:Auction 432c + Expenses:Fees:Auction 204c + Assets:Tajer + +2006/03/15 Player + Assets:Tajer 12s + Equity:Gold + +2006/03/15 Vendor + Assets:Tajer 22s + Equity:Gold + +2006/03/15 Auction House + Assets:Tajer:Items "Recipe: Elixir of Giant Growth" 1 @ 1G + Assets:Tajer + +2006/03/15 Post + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/15 Auction House + Expenses:Fees:Auction 8268c + Assets:Tajer + +2006/03/15 Auction House + Assets:Tajer:Items "Plans: Mithril Shield Spike" 1 @ 21050c + Assets:Tajer + +2006/03/15 Auction House + Assets:Tajer:Items "Plans: Mithril Shield Spike" 1 @ 23000c + Assets:Tajer + +2006/03/15 Auction House + Assets:Tajer:Items "Recipe: Elixir of Giant Growth" 1 @ 150s + Assets:Tajer + +2006/03/16 Player + Assets:Tajer 3G + Equity:Gold + +2006/03/16 Post + Expenses:Fees:Mail 90c + Assets:Tajer + +2006/03/16 Auction House + Assets:Tajer 1195768c + Assets:Tajer:Items "Beaststalker's Belt" -1 {65G} @ 1195768c + Income:Brokering -545768c + +2006/03/16 Auction House + Assets:Wyshona:Items "Plans: Mithril Shield Spike" 1 {21050c} + Assets:Wyshona:Items "Plans: Mithril Shield Spike" 1 {2.3G} + Assets:Wyshona:Items "Recipe: Elixir of Giant Growth" 1 {1G} + Assets:Wyshona:Items "Recipe: Elixir of Giant Growth" 1 {1.5G} + Assets:Tajer:Items + +2006/03/16 Player + Assets:Tajer 4G + Equity:Gold + +2006/03/16 Auction House + Assets:Wyshona 1341s + Equity:Gold + +2006/03/16 Auction House + Assets:Gruulmorg 4c + Assets:Danell + +2006/03/16 Auction House + Expenses:Fees:Auction 4c + Expenses:Fees:Mail 120c + Assets:Danell + +2006/03/16 Auction House + Expenses:Fees:Auction 24s + Expenses:Fees:Auction 12s + Expenses:Fees:Auction 12s + Expenses:Fees:Auction 84c + Expenses:Fees:Auction 84c + Assets:Wyshona + +2006/03/16 Crazy Cat Lady + Expenses:Items 40s + Expenses:Items 40s + Assets:Wyshona + +2006/03/16 Transfer + Expenses:Fees:Mail 60c + Assets:Danell 5G + Assets:Wyshona + +2006/03/16 Transfer + Expenses:Fees:Mail 30c + Assets:Tajer 20G + Assets:Gruulmorg + +2006/03/16 Auction House + Assets:Tajer:Items "Pulsating Hydra Heart" 1 @ 1G + Assets:Tajer + +2006/03/16 Auction House + Expenses:Fees:Auction 936c + Assets:Tajer + +2006/03/16 Transfer + Expenses:Fees:Mail 30c + Assets:Gruulmorg 30G + Assets:Tajer + +2006/03/16 Auction House + Assets:Gruulmorg:Items "Ace of Warlords" 2 @ 15G + Assets:Gruulmorg + +2006/03/16 Transfer + Assets:Tajer:Items "Ace of Warlords" 2 {15G} + Assets:Gruulmorg:Items + +2006/03/16 Post + Expenses:Fees:Mail 60c + Assets:Gruulmorg + +2006/03/16 Post + Expenses:Fees:Mail 120c + Assets:Tajer + +2006/03/16 Auction House + Assets:Tajer 2104c + Equity:Gold + +2006/03/16 Auction House + Expenses:Fees:Auction 75s + Expenses:Fees:Auction 75s + Assets:Tajer + +2006/03/16 Transfer + Assets:Danell 6c + Assets:Gruulmorg + +2006/03/16 Post + Expenses:Fees:Mail 60c + Assets:Gruulmorg + +2006/03/16 Post + Expenses:Fees:Mail 60c + Assets:Tajer + +2006/03/16 General Goods Vendor + Expenses:Items 50c ; wrapping paper + Assets:Tajer + +2006/03/16 Player + Assets:Tajer 1G + Equity:Gold + +2006/03/17 Auction House + Assets:Wyshona 180584c + Assets:Wyshona:Items "Recipe: Elixir of Giant Growth" -1 {1.5G} @ 180584c + Income:Brokering -165584c + +2006/03/17 Auction House + Assets:Wyshona 180584c + Assets:Wyshona:Items "Recipe: Elixir of Giant Growth" -1 {1G} @ 180584c + Income:Brokering -170584c + +2006/03/17 Post + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/17 Player: raev + Assets:Tajer:Items "Wildheart Belt" 1 {30G} + Assets:Tajer:Items "Ace of Warlords" -2 {15G} + +2006/03/17 Auction House + Expenses:Fees:Auction 7482c + Assets:Tajer + +2006/03/17 Post + Expenses:Fees:Mail 300c + Assets:Wyshona + +2006/03/17 Player + Assets:Wyshona 1G + Assets:Wyshona:Items "Plans: Wildthorn Mail" -1 {1.25G} @ 1G + Expenses:Capital Loss 25s + +2006/03/17 Auction House (implicit transfer) + Expenses:Items 279s ; Recipe: Swiftness Potion + Assets:Wyshona + +2006/03/17 Auction House (implicit transfer) + Assets:Danell:Items "Ace of Warlords" 1 @ 3G + Assets:Tajer:Items "Ace of Warlords" 1 @ 3.9G + Assets:Tajer:Items "Holy Bologna" 1 @ 2G + Assets:Tajer:Items "The Emerald Dream" 1 @ 4G + Assets:Tajer:Items "The Arcanist's Cookbook" 1 @ 4G + Assets:Tajer:Items "Harnessing Shadows" 1 @ 5G + Assets:Tajer:Items "Garona: Book on Treachery" 1 @ 4G + Assets:Tajer:Items "Preserved Holly" 5 @ 20s + Assets:Wyshona + +2006/03/17 Auction House + Assets:Tajer 4G + Assets:Tajer:Items "Pulsating Hydra Heart" -1 {1G} @ 4G + Income:Brokering -3G + +2006/03/17 Auction House + Assets:Danell 3171c + Assets:Danell:Items "Ace of Warlords" -1 {3G} @ 3171c + Expenses:Capital Loss 26829c + +2006/03/17 Auction House + Expenses:Fees:Auction 12537c + Assets:Danell + +2006/03/17 Transfer + Assets:Gruulmorg 15G + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/17 Auction House + Assets:Wyshona 362450c + Assets:Wyshona:Items "Plans: Mithril Shield Spike" -1 {21050c} @ 181225c + Assets:Wyshona:Items "Plans: Mithril Shield Spike" -1 {2.3G} @ 181225c + Income:Brokering -318400c + +2006/03/17 Transfer + Assets:Danell 499560c + Expenses:Gifts 1G + Expenses:Fees:Mail 30c + Assets:Wyshona + +2006/03/17 Post + Expenses:Fees:Mail 90c + Expenses:Fees:Auction 166c + Assets:Gruulmorg + +2006/03/17 Transfer + Assets:Gruulmorg 459211c + Expenses:Fees:Auction 81023c + Assets:Danell -540234c + +2006/03/17 Transfer + Assets:Tajer 662465c + Expenses:Fees:Mail 30c + Assets:Gruulmorg + +2006/03/17 Auction House + Expenses:Fees:Auction 75s + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/18 Auction House + Assets:Tajer 15G + Assets:Tajer:Items "Ace of Warlords" -1 {3.9G} @ 15G + Income:Brokering -111000c + +2006/03/18 Auction House + Assets:Tajer 434472c + Assets:Tajer:Items "Wildheart Belt" -1 {30G} @ 434472c + Income:Brokering -134472c + +2006/03/18 Auction House + Assets:Tajer 1995s + Assets:Tajer:Items "Harnessing Shadows" -1 {5G} @ 1995s + Income:Brokering -1495s + +2006/03/19 Auction House + Assets:Tajer 2850s + Assets:Tajer:Items "Garona: Book on Treachery" -1 {4G} @ 2850s + Income:Brokering -2450s + +2006/03/19 Auction House + Assets:Tajer 1710s + Assets:Tajer:Items "The Arcanist's Cookbook" -1 {4G} @ 1710s + Income:Brokering -1310s + +2006/03/19 Auction House + Assets:Tajer 46550c + Assets:Tajer:Items "Preserved Holly" -5 {20s} @ 9310c + Income:Brokering -36550c + +2006/03/19 Auction House + Assets:Tajer:Items "Two of Portals" 1 @ 3G + Assets:Tajer:Items "Two of Portals" 1 @ 2.5G + Assets:Tajer + +2006/03/20 Auction House + Assets:Tajer 163443c + Assets:Tajer:Items "Holy Bologna" -1 {2G} @ 163443c + Income:Brokering -143443c + +2006/03/20 Auction House + Assets:Tajer 5G + Assets:Tajer:Items "Two of Portals" -1 {3G} @ 5G + Income:Brokering -2G + +2006/03/20 Auction House + Assets:Tajer 15G + Assets:Tajer:Items "The Emerald Dream" -1 {4G} @ 15G + Income:Brokering -11G + +2006/03/20 Auction House + Expenses:Fees:Mail 60c + Assets:Tajer + +2006/03/21 Auction House + Assets:Tajer:Items "Orb of Deception" 1 @ 170G + Assets:Tajer + +2006/03/21 Auction House + Expenses:Fees:Auction 2760c + Expenses:Fees:Auction 2760c + Assets:Tajer + +2006/03/22 Auction House + Assets:Tajer:Items "Nightblade" 1 @ 200G + Assets:Tajer + +2006/03/22 Auction House + Expenses:Fees:Auction 177s + Expenses:Fees:Auction 177s + Expenses:Fees:Auction 177s + Expenses:Fees:Auction 177s + Expenses:Fees:Auction 75s + Assets:Tajer + +2006/03/23 Auction House + Assets:Tajer 1665260c + Assets:Tajer:Items "Orb of Deception" -1 {170G} @ 1665260c + Expenses:Capital Loss 34740c + +2006/03/26 Auction House + Assets:Tajer 81980c + Assets:Tajer:Items "Two of Portals" -1 {2.5G} @ 81980c + Income:Brokering -56980c + +2006/03/26 Player + Expenses:Items 150s ; Recipe: Elixir of Minor Agility + Expenses:Fees:Mail 30c + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/27 Player + Assets:Tajer 160G + Assets:Tajer:Items "Nightblade" -1 {200G} @ 160G + Expenses:Capital Loss 40G + +2006/03/27 Player + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/26 Player + Expenses:Items (9G * 6) ; Traveler's backpacks + Expenses:Items 10G + Expenses:Fees:Bank 10G + Expenses:Fees:Mail 630c + Expenses:Fees:Mail 330c + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/04/01 Auction House + Assets:Tajer:Items "Orb of Deception" 1 @ 155G + Assets:Tajer +>>>1 + 133.98G + 158.85G + 0 + 14.28s + 21.96s + 28.08s + 75.72s + 1.09G + 1.22G + 1.36G + 1.42G + 2.43G + 2.79G + 2.95G + 3.79G + 4.79G + 5.02G + 0 + 15.89G + 0 + 13.20s + 0 + 1.15G + 0 + 32.16s + 0 + 30c + 0 + 3.47G + 0 + 23.16s + 0 + 1.00G + 0 + 5.94G + 0 + 1.20s + 0 + 3.00G + 0 + 6.00G + 0 + 35.00s + 0 + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + -1.25G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + -1.22G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + -77.41s + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + -30.21s + -1.25G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + -1.24G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + -1.25G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + 6.75G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + -1.25G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + -1.24G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + -1.25G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + 6.75G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + -1.25G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + -1.25G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + -2.50G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + -2.05G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + -2.02G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + -2.50G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + -2.03G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + -2.50G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + -1.25G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + -2.50G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + -2.26G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + -2.50G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + -2.50G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + -2.50G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + -2.50G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + -2.50G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + -2.08G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + -2.00G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + -2.50G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + -2.49G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + -2.50G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + 50.00s + -2.50G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + -2.10G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + -2.10G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + -2.50G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + -2.42G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + -2.31G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + -2.50G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -2.50G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -67.50G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -67.50G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -67.50G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -66.67G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -67.50G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -67.50G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -67.50G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -65.83G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -64.16G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -67.50G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -67.50G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -67.50G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -67.42G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -67.37G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -67.32G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -67.28G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -67.26G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -67.50G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -67.38G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -67.50G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -67.28G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -67.50G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -67.50G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -68.50G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -68.50G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -68.50G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -67.67G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -68.50G + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -68.50G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -70.61G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -70.61G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -72.90G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -72.90G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -74.40G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -71.40G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -74.40G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -74.40G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + -74.40G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + 45.17G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 45.17G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -9.40G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 45.17G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 45.17G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 45.17G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 45.17G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 45.17G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 38.27G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 42.27G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 38.27G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 51.68G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 38.27G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 38.27G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 38.27G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 38.27G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 38.28G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 38.27G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 38.51G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 38.63G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 38.75G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 38.76G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 38.76G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 38.27G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 38.67G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 39.07G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 38.27G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 38.27G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 43.27G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 38.27G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 38.27G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 58.27G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 38.27G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 38.27G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 37.27G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 37.36G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 37.27G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 37.27G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 67.27G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 37.27G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 37.27G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 7.27G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Ace of Warlords" 2 {15.00G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 7.27G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Ace of Warlords" 2 {15.00G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -22.73G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Ace of Warlords" 2 {15.00G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -22.73G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Ace of Warlords" 2 {15.00G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -22.73G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Ace of Warlords" 2 {15.00G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -22.72G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Ace of Warlords" 2 {15.00G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -22.73G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Ace of Warlords" 2 {15.00G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -22.52G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Ace of Warlords" 2 {15.00G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -22.73G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Ace of Warlords" 2 {15.00G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -21.98G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Ace of Warlords" 2 {15.00G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -21.23G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Ace of Warlords" 2 {15.00G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -22.73G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Ace of Warlords" 2 {15.00G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -22.73G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Ace of Warlords" 2 {15.00G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -22.73G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Ace of Warlords" 2 {15.00G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -22.73G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Ace of Warlords" 2 {15.00G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -22.73G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Ace of Warlords" 2 {15.00G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -22.73G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Ace of Warlords" 2 {15.00G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -22.73G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Ace of Warlords" 2 {15.00G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -22.73G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Ace of Warlords" 2 {15.00G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -22.73G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Ace of Warlords" 2 {15.00G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -21.73G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Ace of Warlords" 2 {15.00G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -22.73G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Ace of Warlords" 2 {15.00G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -4.67G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Ace of Warlords" 2 {15.00G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -4.67G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Ace of Warlords" 2 {15.00G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -21.23G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Ace of Warlords" 2 {15.00G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -4.67G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Ace of Warlords" 2 {15.00G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 13.38G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Ace of Warlords" 2 {15.00G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 13.38G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Ace of Warlords" 2 {15.00G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -3.67G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Ace of Warlords" 2 {15.00G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 13.38G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Ace of Warlords" 2 {15.00G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 13.39G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Ace of Warlords" 2 {15.00G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 13.38G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Ace of Warlords" 2 {15.00G} + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 13.38G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 13.38G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 14.13G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 13.38G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 13.41G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 13.38G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 14.38G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Plans: Wildthorn Mail" 1 {1.25G} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 14.38G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 14.63G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 14.38G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 17.17G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 14.38G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 14.38G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 14.38G + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 14.38G + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 14.38G + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 14.38G + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 14.38G + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 14.38G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 14.38G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -12.52G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -8.52G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -8.52G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -11.52G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -8.52G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -8.20G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -8.20G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -5.52G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -8.20G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -6.95G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -8.20G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 6.80G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 6.80G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -8.20G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 28.05G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.11G} + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 28.05G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 28.05G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -3.79G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 12.22G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 28.05G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 78.00G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 79.00G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 79.00G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 28.05G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 28.05G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 28.07G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 28.05G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 73.97G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 82.07G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 28.05G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 94.29G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 94.30G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 28.05G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 28.80G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 28.80G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 28.05G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 43.05G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 43.05G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 31.95G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 43.05G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 86.49G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Wildheart Belt" 1 {30.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 86.49G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 73.05G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 86.49G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 106.44G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 106.44G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 91.49G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 106.44G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 134.94G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 134.94G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 110.44G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 134.94G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 152.04G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 152.04G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 138.94G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 152.04G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 156.70G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 156.70G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 153.04G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 156.70G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 156.70G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 156.70G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 151.20G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 167.54G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 167.54G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 153.20G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 167.54G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 172.54G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 172.54G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 170.54G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 172.54G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 187.54G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 187.54G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 176.54G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 187.54G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 187.55G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 187.54G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 187.54G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 17.54G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 17.82G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 18.09G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 17.54G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 17.54G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -182.46G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -180.69G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -178.92G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -177.15G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -175.38G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -174.63G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -182.46G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -15.93G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -15.93G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Orb of Deception" -1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -12.46G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Orb of Deception" -1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -15.93G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Orb of Deception" -1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -7.73G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Orb of Deception" -1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -7.73G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Orb of Deception" -1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" -1 {2.50G} + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -13.43G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Orb of Deception" -1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" -1 {2.50G} + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -7.73G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Orb of Deception" -1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" -1 {2.50G} + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -6.23G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Orb of Deception" -1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" -1 {2.50G} + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -6.23G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Orb of Deception" -1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" -1 {2.50G} + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -6.23G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Orb of Deception" -1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" -1 {2.50G} + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -7.73G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Orb of Deception" -1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" -1 {2.50G} + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 152.27G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Orb of Deception" -1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" -1 {2.50G} + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 152.27G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + Nightblade -1 {200.00G} + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Orb of Deception" -1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" -1 {2.50G} + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 192.27G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + Nightblade -1 {200.00G} + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Orb of Deception" -1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" -1 {2.50G} + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 152.27G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + Nightblade -1 {200.00G} + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Orb of Deception" -1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" -1 {2.50G} + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 152.27G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + Nightblade -1 {200.00G} + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Orb of Deception" -1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" -1 {2.50G} + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 152.27G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + Nightblade -1 {200.00G} + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Orb of Deception" -1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" -1 {2.50G} + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 206.27G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + Nightblade -1 {200.00G} + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Orb of Deception" -1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" -1 {2.50G} + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 216.27G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + Nightblade -1 {200.00G} + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Orb of Deception" -1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" -1 {2.50G} + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 226.27G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + Nightblade -1 {200.00G} + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Orb of Deception" -1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" -1 {2.50G} + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 226.33G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + Nightblade -1 {200.00G} + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Orb of Deception" -1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" -1 {2.50G} + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 226.36G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + Nightblade -1 {200.00G} + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Orb of Deception" -1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" -1 {2.50G} + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 226.37G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + Nightblade -1 {200.00G} + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Orb of Deception" -1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" -1 {2.50G} + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 152.27G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + Nightblade -1 {200.00G} + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Orb of Deception" -1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" -1 {2.50G} + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + 152.27G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + Nightblade -1 {200.00G} + "Orb of Deception" 1 {155.00G} [2006/04/01] + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Orb of Deception" -1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" -1 {2.50G} + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} + "Ace of Warlords" 1 {3.00G} [2006/03/17] + "Ace of Warlords" -1 {3.00G} + "Ace of Warlords" 1 {3.90G} [2006/03/17] + "Ace of Warlords" -1 {3.90G} + "Ace of Warlords" 2 {15.00G} [2006/03/16] + "Beaststalker's Belt" 1 {65.00G} [2006/03/15] + "Beaststalker's Belt" -1 {65.00G} + -2.73G + "Garona: Book on Treachery" 1 {4.00G} [2006/03/17] + "Garona: Book on Treachery" -1 {4.00G} + "Harnessing Shadows" 1 {5.00G} [2006/03/17] + "Harnessing Shadows" -1 {5.00G} + "Holy Bologna" 1 {2.00G} [2006/03/17] + "Holy Bologna" -1 {2.00G} + Nightblade 1 {200.00G} [2006/03/22] + Nightblade -1 {200.00G} + "Orb of Deception" 1 {155.00G} [2006/04/01] + "Orb of Deception" 1 {170.00G} [2006/03/21] + "Orb of Deception" -1 {170.00G} + "Plans: Mithril Shield Spike" 1 {2.11G} [2006/03/15] + "Plans: Mithril Shield Spike" 1 {2.30G} [2006/03/15] + "Plans: Wildthorn Mail" 1 {1.25G} [2006/03/14] + "Preserved Holly" 5 {20.00s} [2006/03/17] + "Preserved Holly" -5 {20.00s} + "Pulsating Hydra Heart" 1 {1.00G} [2006/03/16] + "Pulsating Hydra Heart" -1 {1.00G} + "Recipe: Elixir of Giant Growth" 1 {1.00G} [2006/03/15] + "Recipe: Elixir of Giant Growth" 1 {1.50G} [2006/03/15] + "The Arcanist's Cookbook" 1 {4.00G} [2006/03/17] + "The Arcanist's Cookbook" -1 {4.00G} + "The Emerald Dream" 1 {4.00G} [2006/03/17] + "The Emerald Dream" -1 {4.00G} + "Two of Portals" 1 {2.50G} [2006/03/19] + "Two of Portals" -1 {2.50G} + "Two of Portals" 1 {3.00G} [2006/03/19] + "Two of Portals" -1 {3.00G} +>>>2 +=== 0 diff --git a/test/baseline/opt-lots_basis.test b/test/baseline/opt-lots_basis.test new file mode 100644 index 00000000..51235473 --- /dev/null +++ b/test/baseline/opt-lots_basis.test @@ -0,0 +1,890 @@ +reg --basis +<<< +C 1.00s = 100c +C 1.00G = 100s + +D 1.00G + +2006/03/14 Opening Balances + Assets:Tajer 1339829c + Assets:Gruulmorg 248720c + Equity:Gold + +2006/03/14 Auction House + Expenses:Fees:Auction 1428c + Expenses:Fees:Auction 768c + Expenses:Fees:Auction 612c + Expenses:Fees:Auction 4764c + Expenses:Fees:Auction 3372c + Expenses:Fees:Auction 1296c + Expenses:Fees:Auction 1332c + Expenses:Fees:Auction 660c + Expenses:Fees:Auction 10044c + Expenses:Fees:Auction 3588c + Expenses:Fees:Auction 1632c + Expenses:Fees:Auction 8388c + Expenses:Fees:Auction 9984c + Expenses:Fees:Auction 2316c + Assets:Tajer + +2006/03/14 Auction House + Assets:Tajer 158860c + Equity:Gold + +2006/03/14 Auction House + Expenses:Fees:Auction 1320c + Assets:Tajer + +2006/03/14 Auction House + Assets:Tajer 11496c + Equity:Gold + +2006/03/14 Auction House + Expenses:Fees:Auction 3216c + Assets:Tajer + +2006/03/14 Post + Expenses:Fees:Mail 30c + Assets:Gruulmorg + +2006/03/14 Auction House + Assets:Tajer 34678c + Equity:Gold + +2006/03/14 Auction House + Expenses:Fees:Auction 2316c + Assets:Tajer + +2006/03/14 Auction House + Assets:Gruulmorg 1G + Equity:Gold + +2006/03/14 Auction House + Assets:Tajer 59389c + Equity:Gold + +2006/03/14 Post + Expenses:Fees:Mail 120c + Assets:Tajer + +2006/03/14 Player + Assets:Tajer 3G + Equity:Gold + +2006/03/14 Player + Assets:Tajer 6G + Equity:Gold + +2006/03/14 Auction House + Expenses:Items 35s + Assets:Tajer + +2006/03/14 Auction House + Assets:Tajer:Items "Plans: Wildthorn Mail" 1 @ 125s + Assets:Tajer + +2006/03/14 Auction House + Assets:Bids 259c + Assets:Bids 45s + Assets:Bids 4720c + Assets:Tajer + +2006/03/14 Post + Expenses:Fees:Mail 120c + Assets:Tajer + +2006/03/14 Auction House + Expenses:Items 8G + Assets:Tajer + +2006/03/14 Post + Expenses:Fees:Mail 120c + Assets:Tajer + +2006/03/14 Puldoost + Assets:Tajer 8G + Expenses:Items + +2006/03/14 Auction House + Assets:Wyshona:Items "Plans: Wildthorn Mail" 1 {1.25G} + Assets:Tajer:Items + +2006/03/15 Auction House + Assets:Tajer 45s + Assets:Tajer 259c + Assets:Bids + +2006/03/15 Auction House + Assets:Tajer 4720c + Assets:Bids + +2006/03/15 Auction House + Expenses:Fees:Auction 12542c ; something got lost here + Assets:Tajer + +2006/03/15 Auction House + Expenses:Fees:Auction 2375c + Expenses:Fees:Auction -2375c + Assets:Gruulmorg + +2006/03/15 Auction House + Assets:Danell 4c + Equity:Gold + +2006/03/15 Transfer + Assets:Gruulmorg 2c + Assets:Danell + +2006/03/15 Transfer + Assets:Danell 4250c + Expenses:Fees:Auction 750c + Assets:Gruulmorg -50s + +2006/03/15 Post + Expenses:Fees:Mail 60c + Assets:Danell + +2006/03/15 Player + Assets:Tajer 3G + Equity:Gold + +2006/03/15 Post + Assets:Wyshona 40s + Expenses:Fees:Mail 30c + Assets:Danell + +2006/03/15 Auction House + Expenses:Fees:Auction 8s + Expenses:Fees:Auction 11s + Assets:Wyshona + +2006/03/15 Auction House + Assets:Tajer:Items "Beaststalker's Belt" 1 @ 65G + Assets:Tajer + +2006/03/15 Post + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/15 Auction House + Expenses:Fees:Auction 8268c + Assets:Tajer + +2006/03/15 Post + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/15 Vendor + Assets:Tajer 16744c + Assets:Tajer 16640c + Equity:Gold + +2006/03/15 Post + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/15 Auction House + Expenses:Fees:Auction 772c + Expenses:Fees:Auction 544c + Expenses:Fees:Auction 444c + Expenses:Fees:Auction 432c + Expenses:Fees:Auction 204c + Assets:Tajer + +2006/03/15 Player + Assets:Tajer 12s + Equity:Gold + +2006/03/15 Vendor + Assets:Tajer 22s + Equity:Gold + +2006/03/15 Auction House + Assets:Tajer:Items "Recipe: Elixir of Giant Growth" 1 @ 1G + Assets:Tajer + +2006/03/15 Post + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/15 Auction House + Expenses:Fees:Auction 8268c + Assets:Tajer + +2006/03/15 Auction House + Assets:Tajer:Items "Plans: Mithril Shield Spike" 1 @ 21050c + Assets:Tajer + +2006/03/15 Auction House + Assets:Tajer:Items "Plans: Mithril Shield Spike" 1 @ 23000c + Assets:Tajer + +2006/03/15 Auction House + Assets:Tajer:Items "Recipe: Elixir of Giant Growth" 1 @ 150s + Assets:Tajer + +2006/03/16 Player + Assets:Tajer 3G + Equity:Gold + +2006/03/16 Post + Expenses:Fees:Mail 90c + Assets:Tajer + +2006/03/16 Auction House + Assets:Tajer 1195768c + Assets:Tajer:Items "Beaststalker's Belt" -1 {65G} @ 1195768c + Income:Brokering -545768c + +2006/03/16 Auction House + Assets:Wyshona:Items "Plans: Mithril Shield Spike" 1 {21050c} + Assets:Wyshona:Items "Plans: Mithril Shield Spike" 1 {2.3G} + Assets:Wyshona:Items "Recipe: Elixir of Giant Growth" 1 {1G} + Assets:Wyshona:Items "Recipe: Elixir of Giant Growth" 1 {1.5G} + Assets:Tajer:Items + +2006/03/16 Player + Assets:Tajer 4G + Equity:Gold + +2006/03/16 Auction House + Assets:Wyshona 1341s + Equity:Gold + +2006/03/16 Auction House + Assets:Gruulmorg 4c + Assets:Danell + +2006/03/16 Auction House + Expenses:Fees:Auction 4c + Expenses:Fees:Mail 120c + Assets:Danell + +2006/03/16 Auction House + Expenses:Fees:Auction 24s + Expenses:Fees:Auction 12s + Expenses:Fees:Auction 12s + Expenses:Fees:Auction 84c + Expenses:Fees:Auction 84c + Assets:Wyshona + +2006/03/16 Crazy Cat Lady + Expenses:Items 40s + Expenses:Items 40s + Assets:Wyshona + +2006/03/16 Transfer + Expenses:Fees:Mail 60c + Assets:Danell 5G + Assets:Wyshona + +2006/03/16 Transfer + Expenses:Fees:Mail 30c + Assets:Tajer 20G + Assets:Gruulmorg + +2006/03/16 Auction House + Assets:Tajer:Items "Pulsating Hydra Heart" 1 @ 1G + Assets:Tajer + +2006/03/16 Auction House + Expenses:Fees:Auction 936c + Assets:Tajer + +2006/03/16 Transfer + Expenses:Fees:Mail 30c + Assets:Gruulmorg 30G + Assets:Tajer + +2006/03/16 Auction House + Assets:Gruulmorg:Items "Ace of Warlords" 2 @ 15G + Assets:Gruulmorg + +2006/03/16 Transfer + Assets:Tajer:Items "Ace of Warlords" 2 {15G} + Assets:Gruulmorg:Items + +2006/03/16 Post + Expenses:Fees:Mail 60c + Assets:Gruulmorg + +2006/03/16 Post + Expenses:Fees:Mail 120c + Assets:Tajer + +2006/03/16 Auction House + Assets:Tajer 2104c + Equity:Gold + +2006/03/16 Auction House + Expenses:Fees:Auction 75s + Expenses:Fees:Auction 75s + Assets:Tajer + +2006/03/16 Transfer + Assets:Danell 6c + Assets:Gruulmorg + +2006/03/16 Post + Expenses:Fees:Mail 60c + Assets:Gruulmorg + +2006/03/16 Post + Expenses:Fees:Mail 60c + Assets:Tajer + +2006/03/16 General Goods Vendor + Expenses:Items 50c ; wrapping paper + Assets:Tajer + +2006/03/16 Player + Assets:Tajer 1G + Equity:Gold + +2006/03/17 Auction House + Assets:Wyshona 180584c + Assets:Wyshona:Items "Recipe: Elixir of Giant Growth" -1 {1.5G} @ 180584c + Income:Brokering -165584c + +2006/03/17 Auction House + Assets:Wyshona 180584c + Assets:Wyshona:Items "Recipe: Elixir of Giant Growth" -1 {1G} @ 180584c + Income:Brokering -170584c + +2006/03/17 Post + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/17 Player: raev + Assets:Tajer:Items "Wildheart Belt" 1 {30G} + Assets:Tajer:Items "Ace of Warlords" -2 {15G} + +2006/03/17 Auction House + Expenses:Fees:Auction 7482c + Assets:Tajer + +2006/03/17 Post + Expenses:Fees:Mail 300c + Assets:Wyshona + +2006/03/17 Player + Assets:Wyshona 1G + Assets:Wyshona:Items "Plans: Wildthorn Mail" -1 {1.25G} @ 1G + Expenses:Capital Loss 25s + +2006/03/17 Auction House (implicit transfer) + Expenses:Items 279s ; Recipe: Swiftness Potion + Assets:Wyshona + +2006/03/17 Auction House (implicit transfer) + Assets:Danell:Items "Ace of Warlords" 1 @ 3G + Assets:Tajer:Items "Ace of Warlords" 1 @ 3.9G + Assets:Tajer:Items "Holy Bologna" 1 @ 2G + Assets:Tajer:Items "The Emerald Dream" 1 @ 4G + Assets:Tajer:Items "The Arcanist's Cookbook" 1 @ 4G + Assets:Tajer:Items "Harnessing Shadows" 1 @ 5G + Assets:Tajer:Items "Garona: Book on Treachery" 1 @ 4G + Assets:Tajer:Items "Preserved Holly" 5 @ 20s + Assets:Wyshona + +2006/03/17 Auction House + Assets:Tajer 4G + Assets:Tajer:Items "Pulsating Hydra Heart" -1 {1G} @ 4G + Income:Brokering -3G + +2006/03/17 Auction House + Assets:Danell 3171c + Assets:Danell:Items "Ace of Warlords" -1 {3G} @ 3171c + Expenses:Capital Loss 26829c + +2006/03/17 Auction House + Expenses:Fees:Auction 12537c + Assets:Danell + +2006/03/17 Transfer + Assets:Gruulmorg 15G + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/17 Auction House + Assets:Wyshona 362450c + Assets:Wyshona:Items "Plans: Mithril Shield Spike" -1 {21050c} @ 181225c + Assets:Wyshona:Items "Plans: Mithril Shield Spike" -1 {2.3G} @ 181225c + Income:Brokering -318400c + +2006/03/17 Transfer + Assets:Danell 499560c + Expenses:Gifts 1G + Expenses:Fees:Mail 30c + Assets:Wyshona + +2006/03/17 Post + Expenses:Fees:Mail 90c + Expenses:Fees:Auction 166c + Assets:Gruulmorg + +2006/03/17 Transfer + Assets:Gruulmorg 459211c + Expenses:Fees:Auction 81023c + Assets:Danell -540234c + +2006/03/17 Transfer + Assets:Tajer 662465c + Expenses:Fees:Mail 30c + Assets:Gruulmorg + +2006/03/17 Auction House + Expenses:Fees:Auction 75s + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/18 Auction House + Assets:Tajer 15G + Assets:Tajer:Items "Ace of Warlords" -1 {3.9G} @ 15G + Income:Brokering -111000c + +2006/03/18 Auction House + Assets:Tajer 434472c + Assets:Tajer:Items "Wildheart Belt" -1 {30G} @ 434472c + Income:Brokering -134472c + +2006/03/18 Auction House + Assets:Tajer 1995s + Assets:Tajer:Items "Harnessing Shadows" -1 {5G} @ 1995s + Income:Brokering -1495s + +2006/03/19 Auction House + Assets:Tajer 2850s + Assets:Tajer:Items "Garona: Book on Treachery" -1 {4G} @ 2850s + Income:Brokering -2450s + +2006/03/19 Auction House + Assets:Tajer 1710s + Assets:Tajer:Items "The Arcanist's Cookbook" -1 {4G} @ 1710s + Income:Brokering -1310s + +2006/03/19 Auction House + Assets:Tajer 46550c + Assets:Tajer:Items "Preserved Holly" -5 {20s} @ 9310c + Income:Brokering -36550c + +2006/03/19 Auction House + Assets:Tajer:Items "Two of Portals" 1 @ 3G + Assets:Tajer:Items "Two of Portals" 1 @ 2.5G + Assets:Tajer + +2006/03/20 Auction House + Assets:Tajer 163443c + Assets:Tajer:Items "Holy Bologna" -1 {2G} @ 163443c + Income:Brokering -143443c + +2006/03/20 Auction House + Assets:Tajer 5G + Assets:Tajer:Items "Two of Portals" -1 {3G} @ 5G + Income:Brokering -2G + +2006/03/20 Auction House + Assets:Tajer 15G + Assets:Tajer:Items "The Emerald Dream" -1 {4G} @ 15G + Income:Brokering -11G + +2006/03/20 Auction House + Expenses:Fees:Mail 60c + Assets:Tajer + +2006/03/21 Auction House + Assets:Tajer:Items "Orb of Deception" 1 @ 170G + Assets:Tajer + +2006/03/21 Auction House + Expenses:Fees:Auction 2760c + Expenses:Fees:Auction 2760c + Assets:Tajer + +2006/03/22 Auction House + Assets:Tajer:Items "Nightblade" 1 @ 200G + Assets:Tajer + +2006/03/22 Auction House + Expenses:Fees:Auction 177s + Expenses:Fees:Auction 177s + Expenses:Fees:Auction 177s + Expenses:Fees:Auction 177s + Expenses:Fees:Auction 75s + Assets:Tajer + +2006/03/23 Auction House + Assets:Tajer 1665260c + Assets:Tajer:Items "Orb of Deception" -1 {170G} @ 1665260c + Expenses:Capital Loss 34740c + +2006/03/26 Auction House + Assets:Tajer 81980c + Assets:Tajer:Items "Two of Portals" -1 {2.5G} @ 81980c + Income:Brokering -56980c + +2006/03/26 Player + Expenses:Items 150s ; Recipe: Elixir of Minor Agility + Expenses:Fees:Mail 30c + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/27 Player + Assets:Tajer 160G + Assets:Tajer:Items "Nightblade" -1 {200G} @ 160G + Expenses:Capital Loss 40G + +2006/03/27 Player + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/26 Player + Expenses:Items (9G * 6) ; Traveler's backpacks + Expenses:Items 10G + Expenses:Fees:Bank 10G + Expenses:Fees:Mail 630c + Expenses:Fees:Mail 330c + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/04/01 Auction House + Assets:Tajer:Items "Orb of Deception" 1 @ 155G + Assets:Tajer +>>>1 +06-Mar-14 Opening Balances Assets:Tajer 133.98G 133.98G + Assets:Gruulmorg 24.87G 158.85G + Equity:Gold -158.85G 0 +06-Mar-14 Auction House Expenses:Fees:Auction 14.28s 14.28s + Expenses:Fees:Auction 7.68s 21.96s + Expenses:Fees:Auction 6.12s 28.08s + Expenses:Fees:Auction 47.64s 75.72s + Expenses:Fees:Auction 33.72s 1.09G + Expenses:Fees:Auction 12.96s 1.22G + Expenses:Fees:Auction 13.32s 1.36G + Expenses:Fees:Auction 6.60s 1.42G + Expenses:Fees:Auction 1.00G 2.43G + Expenses:Fees:Auction 35.88s 2.79G + Expenses:Fees:Auction 16.32s 2.95G + Expenses:Fees:Auction 83.88s 3.79G + Expenses:Fees:Auction 99.84s 4.79G + Expenses:Fees:Auction 23.16s 5.02G + Assets:Tajer -5.02G 0 +06-Mar-14 Auction House Assets:Tajer 15.89G 15.89G + Equity:Gold -15.89G 0 +06-Mar-14 Auction House Expenses:Fees:Auction 13.20s 13.20s + Assets:Tajer -13.20s 0 +06-Mar-14 Auction House Assets:Tajer 1.15G 1.15G + Equity:Gold -1.15G 0 +06-Mar-14 Auction House Expenses:Fees:Auction 32.16s 32.16s + Assets:Tajer -32.16s 0 +06-Mar-14 Post Expenses:Fees:Mail 30c 30c + Assets:Gruulmorg -30c 0 +06-Mar-14 Auction House Assets:Tajer 3.47G 3.47G + Equity:Gold -3.47G 0 +06-Mar-14 Auction House Expenses:Fees:Auction 23.16s 23.16s + Assets:Tajer -23.16s 0 +06-Mar-14 Auction House Assets:Gruulmorg 1.00G 1.00G + Equity:Gold -1.00G 0 +06-Mar-14 Auction House Assets:Tajer 5.94G 5.94G + Equity:Gold -5.94G 0 +06-Mar-14 Post Expenses:Fees:Mail 1.20s 1.20s + Assets:Tajer -1.20s 0 +06-Mar-14 Player Assets:Tajer 3.00G 3.00G + Equity:Gold -3.00G 0 +06-Mar-14 Player Assets:Tajer 6.00G 6.00G + Equity:Gold -6.00G 0 +06-Mar-14 Auction House Expenses:Items 35.00s 35.00s + Assets:Tajer -35.00s 0 +06-Mar-14 Auction House Assets:Tajer:Items 1.25G 1.25G + Assets:Tajer -1.25G 0 +06-Mar-14 Auction House Assets:Bids 2.59s 2.59s + Assets:Bids 45.00s 47.59s + Assets:Bids 47.20s 94.79s + Assets:Tajer -94.79s 0 +06-Mar-14 Post Expenses:Fees:Mail 1.20s 1.20s + Assets:Tajer -1.20s 0 +06-Mar-14 Auction House Expenses:Items 8.00G 8.00G + Assets:Tajer -8.00G 0 +06-Mar-14 Post Expenses:Fees:Mail 1.20s 1.20s + Assets:Tajer -1.20s 0 +06-Mar-14 Puldoost Assets:Tajer 8.00G 8.00G + Expenses:Items -8.00G 0 +06-Mar-14 Auction House Assets:Wyshona:Items 1.25G 1.25G + Assets:Tajer:Items -1.25G 0 +06-Mar-15 Auction House Assets:Tajer 45.00s 45.00s + Assets:Tajer 2.59s 47.59s + Assets:Bids -47.59s 0 +06-Mar-15 Auction House Assets:Tajer 47.20s 47.20s + Assets:Bids -47.20s 0 +06-Mar-15 Auction House Expenses:Fees:Auction 1.25G 1.25G + Assets:Tajer -1.25G 0 +06-Mar-15 Auction House Expenses:Fees:Auction 23.75s 23.75s + Expenses:Fees:Auction -23.75s 0 +06-Mar-15 Auction House Assets:Danell 4c 4c + Equity:Gold -4c 0 +06-Mar-15 Transfer Assets:Gruulmorg 2c 2c + Assets:Danell -2c 0 +06-Mar-15 Transfer Assets:Danell 42.50s 42.50s + Expenses:Fees:Auction 7.50s 50.00s + Assets:Gruulmorg -50.00s 0 +06-Mar-15 Post Expenses:Fees:Mail 60c 60c + Assets:Danell -60c 0 +06-Mar-15 Player Assets:Tajer 3.00G 3.00G + Equity:Gold -3.00G 0 +06-Mar-15 Post Assets:Wyshona 40.00s 40.00s + Expenses:Fees:Mail 30c 40.30s + Assets:Danell -40.30s 0 +06-Mar-15 Auction House Expenses:Fees:Auction 8.00s 8.00s + Expenses:Fees:Auction 11.00s 19.00s + Assets:Wyshona -19.00s 0 +06-Mar-15 Auction House Assets:Tajer:Items 65.00G 65.00G + Assets:Tajer -65.00G 0 +06-Mar-15 Post Expenses:Fees:Mail 30c 30c + Assets:Tajer -30c 0 +06-Mar-15 Auction House Expenses:Fees:Auction 82.68s 82.68s + Assets:Tajer -82.68s 0 +06-Mar-15 Post Expenses:Fees:Mail 30c 30c + Assets:Tajer -30c 0 +06-Mar-15 Vendor Assets:Tajer 1.67G 1.67G + Assets:Tajer 1.66G 3.34G + Equity:Gold -3.34G 0 +06-Mar-15 Post Expenses:Fees:Mail 30c 30c + Assets:Tajer -30c 0 +06-Mar-15 Auction House Expenses:Fees:Auction 7.72s 7.72s + Expenses:Fees:Auction 5.44s 13.16s + Expenses:Fees:Auction 4.44s 17.60s + Expenses:Fees:Auction 4.32s 21.92s + Expenses:Fees:Auction 2.04s 23.96s + Assets:Tajer -23.96s 0 +06-Mar-15 Player Assets:Tajer 12.00s 12.00s + Equity:Gold -12.00s 0 +06-Mar-15 Vendor Assets:Tajer 22.00s 22.00s + Equity:Gold -22.00s 0 +06-Mar-15 Auction House Assets:Tajer:Items 1.00G 1.00G + Assets:Tajer -1.00G 0 +06-Mar-15 Post Expenses:Fees:Mail 30c 30c + Assets:Tajer -30c 0 +06-Mar-15 Auction House Expenses:Fees:Auction 82.68s 82.68s + Assets:Tajer -82.68s 0 +06-Mar-15 Auction House Assets:Tajer:Items 2.11G 2.11G + Assets:Tajer -2.11G 0 +06-Mar-15 Auction House Assets:Tajer:Items 2.30G 2.30G + Assets:Tajer -2.30G 0 +06-Mar-15 Auction House Assets:Tajer:Items 1.50G 1.50G + Assets:Tajer -1.50G 0 +06-Mar-16 Player Assets:Tajer 3.00G 3.00G + Equity:Gold -3.00G 0 +06-Mar-16 Post Expenses:Fees:Mail 90c 90c + Assets:Tajer -90c 0 +06-Mar-16 Auction House Assets:Tajer 119.58G 119.58G + Assets:Tajer:Items -119.58G 0 + Income:Brokering -54.58G -54.58G + Equity:Capital Gains 54.58G 0 +06-Mar-16 Auction House Assets:Wyshona:Items 2.11G 2.11G + Assets:Wyshona:Items 2.30G 4.40G + Assets:Wyshona:Items 1.00G 5.40G + Assets:Wyshona:Items 1.50G 6.90G + Assets:Tajer:Items -6.90G 0 +06-Mar-16 Player Assets:Tajer 4.00G 4.00G + Equity:Gold -4.00G 0 +06-Mar-16 Auction House Assets:Wyshona 13.41G 13.41G + Equity:Gold -13.41G 0 +06-Mar-16 Auction House Assets:Gruulmorg 4c 4c + Assets:Danell -4c 0 +06-Mar-16 Auction House Expenses:Fees:Auction 4c 4c + Expenses:Fees:Mail 1.20s 1.24s + Assets:Danell -1.24s 0 +06-Mar-16 Auction House Expenses:Fees:Auction 24.00s 24.00s + Expenses:Fees:Auction 12.00s 36.00s + Expenses:Fees:Auction 12.00s 48.00s + Expenses:Fees:Auction 84c 48.84s + Expenses:Fees:Auction 84c 49.68s + Assets:Wyshona -49.68s 0 +06-Mar-16 Crazy Cat Lady Expenses:Items 40.00s 40.00s + Expenses:Items 40.00s 80.00s + Assets:Wyshona -80.00s 0 +06-Mar-16 Transfer Expenses:Fees:Mail 60c 60c + Assets:Danell 5.00G 5.01G + Assets:Wyshona -5.01G 0 +06-Mar-16 Transfer Expenses:Fees:Mail 30c 30c + Assets:Tajer 20.00G 20.00G + Assets:Gruulmorg -20.00G 0 +06-Mar-16 Auction House Assets:Tajer:Items 1.00G 1.00G + Assets:Tajer -1.00G 0 +06-Mar-16 Auction House Expenses:Fees:Auction 9.36s 9.36s + Assets:Tajer -9.36s 0 +06-Mar-16 Transfer Expenses:Fees:Mail 30c 30c + Assets:Gruulmorg 30.00G 30.00G + Assets:Tajer -30.00G 0 +06-Mar-16 Auction House Assets:Gruulmorg:Items 30.00G 30.00G + Assets:Gruulmorg -30.00G 0 +06-Mar-16 Transfer Assets:Tajer:Items 30.00G 30.00G + Assets:Gruulmorg:Items -30.00G 0 +06-Mar-16 Post Expenses:Fees:Mail 60c 60c + Assets:Gruulmorg -60c 0 +06-Mar-16 Post Expenses:Fees:Mail 1.20s 1.20s + Assets:Tajer -1.20s 0 +06-Mar-16 Auction House Assets:Tajer 21.04s 21.04s + Equity:Gold -21.04s 0 +06-Mar-16 Auction House Expenses:Fees:Auction 75.00s 75.00s + Expenses:Fees:Auction 75.00s 1.50G + Assets:Tajer -1.50G 0 +06-Mar-16 Transfer Assets:Danell 6c 6c + Assets:Gruulmorg -6c 0 +06-Mar-16 Post Expenses:Fees:Mail 60c 60c + Assets:Gruulmorg -60c 0 +06-Mar-16 Post Expenses:Fees:Mail 60c 60c + Assets:Tajer -60c 0 +06-Mar-16 General Goods Vendor Expenses:Items 50c 50c + Assets:Tajer -50c 0 +06-Mar-16 Player Assets:Tajer 1.00G 1.00G + Equity:Gold -1.00G 0 +06-Mar-17 Auction House Assets:Wyshona 18.06G 18.06G + Assets:Wyshona:Items -18.06G 0 + Income:Brokering -16.56G -16.56G + Equity:Capital Gains 16.56G 0 +06-Mar-17 Auction House Assets:Wyshona 18.06G 18.06G + Assets:Wyshona:Items -18.06G 0 + Income:Brokering -17.06G -17.06G + Equity:Capital Gains 17.06G 0 +06-Mar-17 Post Expenses:Fees:Mail 30c 30c + Assets:Tajer -30c 0 +06-Mar-17 Player: raev Assets:Tajer:Items 30.00G 30.00G + Assets:Tajer:Items -30.00G 0 +06-Mar-17 Auction House Expenses:Fees:Auction 74.82s 74.82s + Assets:Tajer -74.82s 0 +06-Mar-17 Post Expenses:Fees:Mail 3.00s 3.00s + Assets:Wyshona -3.00s 0 +06-Mar-17 Player Assets:Wyshona 1.00G 1.00G + Assets:Wyshona:Items -1.00G 0 + Expenses:Capital Loss 25.00s 25.00s + Equity:Capital Losses -25.00s 0 +06-Mar-17 Auction House (impl.. Expenses:Items 2.79G 2.79G + Assets:Wyshona -2.79G 0 +06-Mar-17 Auction House (impl.. Assets:Danell:Items 3.00G 3.00G + Assets:Tajer:Items 3.90G 6.90G + Assets:Tajer:Items 2.00G 8.90G + Assets:Tajer:Items 4.00G 12.90G + Assets:Tajer:Items 4.00G 16.90G + Assets:Tajer:Items 5.00G 21.90G + Assets:Tajer:Items 4.00G 25.90G + Assets:Tajer:Items 1.00G 26.90G + Assets:Wyshona -26.90G 0 +06-Mar-17 Auction House Assets:Tajer 4.00G 4.00G + Assets:Tajer:Items -4.00G 0 + Income:Brokering -3.00G -3.00G + Equity:Capital Gains 3.00G 0 +06-Mar-17 Auction House Assets:Danell 31.71s 31.71s + Assets:Danell:Items -31.71s 0 + Expenses:Capital Loss 2.68G 2.68G + Equity:Capital Losses -2.68G 0 +06-Mar-17 Auction House Expenses:Fees:Auction 1.25G 1.25G + Assets:Danell -1.25G 0 +06-Mar-17 Transfer Assets:Gruulmorg 15.00G 15.00G + Expenses:Fees:Mail 30c 15.00G + Assets:Tajer -15.00G 0 +06-Mar-17 Auction House Assets:Wyshona 36.25G 36.25G + Assets:Wyshona:Items -18.12G 18.12G + Assets:Wyshona:Items -18.12G 0 + Income:Brokering -31.84G -31.84G + Equity:Capital Gains 16.02G -15.82G + Equity:Capital Gains 15.82G 0 +06-Mar-17 Transfer Assets:Danell 49.96G 49.96G + Expenses:Gifts 1.00G 50.96G + Expenses:Fees:Mail 30c 50.96G + Assets:Wyshona -50.96G 0 +06-Mar-17 Post Expenses:Fees:Mail 90c 90c + Expenses:Fees:Auction 1.66s 2.56s + Assets:Gruulmorg -2.56s 0 +06-Mar-17 Transfer Assets:Gruulmorg 45.92G 45.92G + Expenses:Fees:Auction 8.10G 54.02G + Assets:Danell -54.02G 0 +06-Mar-17 Transfer Assets:Tajer 66.25G 66.25G + Expenses:Fees:Mail 30c 66.25G + Assets:Gruulmorg -66.25G 0 +06-Mar-17 Auction House Expenses:Fees:Auction 75.00s 75.00s + Expenses:Fees:Mail 30c 75.30s + Assets:Tajer -75.30s 0 +06-Mar-18 Auction House Assets:Tajer 15.00G 15.00G + Assets:Tajer:Items -15.00G 0 + Income:Brokering -11.10G -11.10G + Equity:Capital Gains 11.10G 0 +06-Mar-18 Auction House Assets:Tajer 43.45G 43.45G + Assets:Tajer:Items -43.45G 0 + Income:Brokering -13.45G -13.45G + Equity:Capital Gains 13.45G 0 +06-Mar-18 Auction House Assets:Tajer 19.95G 19.95G + Assets:Tajer:Items -19.95G 0 + Income:Brokering -14.95G -14.95G + Equity:Capital Gains 14.95G 0 +06-Mar-19 Auction House Assets:Tajer 28.50G 28.50G + Assets:Tajer:Items -28.50G 0 + Income:Brokering -24.50G -24.50G + Equity:Capital Gains 24.50G 0 +06-Mar-19 Auction House Assets:Tajer 17.10G 17.10G + Assets:Tajer:Items -17.10G 0 + Income:Brokering -13.10G -13.10G + Equity:Capital Gains 13.10G 0 +06-Mar-19 Auction House Assets:Tajer 4.65G 4.65G + Assets:Tajer:Items -4.65G 0 + Income:Brokering -3.65G -3.65G + Equity:Capital Gains 3.65G 0 +06-Mar-19 Auction House Assets:Tajer:Items 3.00G 3.00G + Assets:Tajer:Items 2.50G 5.50G + Assets:Tajer -5.50G 0 +06-Mar-20 Auction House Assets:Tajer 16.34G 16.34G + Assets:Tajer:Items -16.34G 0 + Income:Brokering -14.34G -14.34G + Equity:Capital Gains 14.34G 0 +06-Mar-20 Auction House Assets:Tajer 5.00G 5.00G + Assets:Tajer:Items -5.00G 0 + Income:Brokering -2.00G -2.00G + Equity:Capital Gains 2.00G 0 +06-Mar-20 Auction House Assets:Tajer 15.00G 15.00G + Assets:Tajer:Items -15.00G 0 + Income:Brokering -11.00G -11.00G + Equity:Capital Gains 11.00G 0 +06-Mar-20 Auction House Expenses:Fees:Mail 60c 60c + Assets:Tajer -60c 0 +06-Mar-21 Auction House Assets:Tajer:Items 170.00G 170.00G + Assets:Tajer -170.00G 0 +06-Mar-21 Auction House Expenses:Fees:Auction 27.60s 27.60s + Expenses:Fees:Auction 27.60s 55.20s + Assets:Tajer -55.20s 0 +06-Mar-22 Auction House Assets:Tajer:Items 200.00G 200.00G + Assets:Tajer -200.00G 0 +06-Mar-22 Auction House Expenses:Fees:Auction 1.77G 1.77G + Expenses:Fees:Auction 1.77G 3.54G + Expenses:Fees:Auction 1.77G 5.31G + Expenses:Fees:Auction 1.77G 7.08G + Expenses:Fees:Auction 75.00s 7.83G + Assets:Tajer -7.83G 0 +06-Mar-23 Auction House Assets:Tajer 166.53G 166.53G + Assets:Tajer:Items -166.53G 0 + Expenses:Capital Loss 3.47G 3.47G + Equity:Capital Losses -3.47G 0 +06-Mar-26 Auction House Assets:Tajer 8.20G 8.20G + Assets:Tajer:Items -8.20G 0 + Income:Brokering -5.70G -5.70G + Equity:Capital Gains 5.70G 0 +06-Mar-26 Player Expenses:Items 1.50G 1.50G + Expenses:Fees:Mail 30c 1.50G + Expenses:Fees:Mail 30c 1.51G + Assets:Tajer -1.51G 0 +06-Mar-26 Player Expenses:Items 54.00G 54.00G + Expenses:Items 10.00G 64.00G + Expenses:Fees:Bank 10.00G 74.00G + Expenses:Fees:Mail 6.30s 74.06G + Expenses:Fees:Mail 3.30s 74.10G + Expenses:Fees:Mail 30c 74.10G + Assets:Tajer -74.10G 0 +06-Mar-27 Player Assets:Tajer 160.00G 160.00G + Assets:Tajer:Items -160.00G 0 + Expenses:Capital Loss 40.00G 40.00G + Equity:Capital Losses -40.00G 0 +06-Mar-27 Player Expenses:Fees:Mail 30c 30c + Assets:Tajer -30c 0 +06-Apr-01 Auction House Assets:Tajer:Items 155.00G 155.00G + Assets:Tajer -155.00G 0 +>>>2 +=== 0 diff --git a/test/baseline/opt-lots_basis_base.test b/test/baseline/opt-lots_basis_base.test new file mode 100644 index 00000000..2fa1fdb1 --- /dev/null +++ b/test/baseline/opt-lots_basis_base.test @@ -0,0 +1,891 @@ +reg --basis --base +<<< +C 1.00s = 100c +C 1.00G = 100s + +D 1.00G + +2006/03/14 Opening Balances + Assets:Tajer 1339829c + Assets:Gruulmorg 248720c + Equity:Gold + +2006/03/14 Auction House + Expenses:Fees:Auction 1428c + Expenses:Fees:Auction 768c + Expenses:Fees:Auction 612c + Expenses:Fees:Auction 4764c + Expenses:Fees:Auction 3372c + Expenses:Fees:Auction 1296c + Expenses:Fees:Auction 1332c + Expenses:Fees:Auction 660c + Expenses:Fees:Auction 10044c + Expenses:Fees:Auction 3588c + Expenses:Fees:Auction 1632c + Expenses:Fees:Auction 8388c + Expenses:Fees:Auction 9984c + Expenses:Fees:Auction 2316c + Assets:Tajer + +2006/03/14 Auction House + Assets:Tajer 158860c + Equity:Gold + +2006/03/14 Auction House + Expenses:Fees:Auction 1320c + Assets:Tajer + +2006/03/14 Auction House + Assets:Tajer 11496c + Equity:Gold + +2006/03/14 Auction House + Expenses:Fees:Auction 3216c + Assets:Tajer + +2006/03/14 Post + Expenses:Fees:Mail 30c + Assets:Gruulmorg + +2006/03/14 Auction House + Assets:Tajer 34678c + Equity:Gold + +2006/03/14 Auction House + Expenses:Fees:Auction 2316c + Assets:Tajer + +2006/03/14 Auction House + Assets:Gruulmorg 1G + Equity:Gold + +2006/03/14 Auction House + Assets:Tajer 59389c + Equity:Gold + +2006/03/14 Post + Expenses:Fees:Mail 120c + Assets:Tajer + +2006/03/14 Player + Assets:Tajer 3G + Equity:Gold + +2006/03/14 Player + Assets:Tajer 6G + Equity:Gold + +2006/03/14 Auction House + Expenses:Items 35s + Assets:Tajer + +2006/03/14 Auction House + Assets:Tajer:Items "Plans: Wildthorn Mail" 1 @ 125s + Assets:Tajer + +2006/03/14 Auction House + Assets:Bids 259c + Assets:Bids 45s + Assets:Bids 4720c + Assets:Tajer + +2006/03/14 Post + Expenses:Fees:Mail 120c + Assets:Tajer + +2006/03/14 Auction House + Expenses:Items 8G + Assets:Tajer + +2006/03/14 Post + Expenses:Fees:Mail 120c + Assets:Tajer + +2006/03/14 Puldoost + Assets:Tajer 8G + Expenses:Items + +2006/03/14 Auction House + Assets:Wyshona:Items "Plans: Wildthorn Mail" 1 {1.25G} + Assets:Tajer:Items + +2006/03/15 Auction House + Assets:Tajer 45s + Assets:Tajer 259c + Assets:Bids + +2006/03/15 Auction House + Assets:Tajer 4720c + Assets:Bids + +2006/03/15 Auction House + Expenses:Fees:Auction 12542c ; something got lost here + Assets:Tajer + +2006/03/15 Auction House + Expenses:Fees:Auction 2375c + Expenses:Fees:Auction -2375c + Assets:Gruulmorg + +2006/03/15 Auction House + Assets:Danell 4c + Equity:Gold + +2006/03/15 Transfer + Assets:Gruulmorg 2c + Assets:Danell + +2006/03/15 Transfer + Assets:Danell 4250c + Expenses:Fees:Auction 750c + Assets:Gruulmorg -50s + +2006/03/15 Post + Expenses:Fees:Mail 60c + Assets:Danell + +2006/03/15 Player + Assets:Tajer 3G + Equity:Gold + +2006/03/15 Post + Assets:Wyshona 40s + Expenses:Fees:Mail 30c + Assets:Danell + +2006/03/15 Auction House + Expenses:Fees:Auction 8s + Expenses:Fees:Auction 11s + Assets:Wyshona + +2006/03/15 Auction House + Assets:Tajer:Items "Beaststalker's Belt" 1 @ 65G + Assets:Tajer + +2006/03/15 Post + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/15 Auction House + Expenses:Fees:Auction 8268c + Assets:Tajer + +2006/03/15 Post + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/15 Vendor + Assets:Tajer 16744c + Assets:Tajer 16640c + Equity:Gold + +2006/03/15 Post + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/15 Auction House + Expenses:Fees:Auction 772c + Expenses:Fees:Auction 544c + Expenses:Fees:Auction 444c + Expenses:Fees:Auction 432c + Expenses:Fees:Auction 204c + Assets:Tajer + +2006/03/15 Player + Assets:Tajer 12s + Equity:Gold + +2006/03/15 Vendor + Assets:Tajer 22s + Equity:Gold + +2006/03/15 Auction House + Assets:Tajer:Items "Recipe: Elixir of Giant Growth" 1 @ 1G + Assets:Tajer + +2006/03/15 Post + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/15 Auction House + Expenses:Fees:Auction 8268c + Assets:Tajer + +2006/03/15 Auction House + Assets:Tajer:Items "Plans: Mithril Shield Spike" 1 @ 21050c + Assets:Tajer + +2006/03/15 Auction House + Assets:Tajer:Items "Plans: Mithril Shield Spike" 1 @ 23000c + Assets:Tajer + +2006/03/15 Auction House + Assets:Tajer:Items "Recipe: Elixir of Giant Growth" 1 @ 150s + Assets:Tajer + +2006/03/16 Player + Assets:Tajer 3G + Equity:Gold + +2006/03/16 Post + Expenses:Fees:Mail 90c + Assets:Tajer + +2006/03/16 Auction House + Assets:Tajer 1195768c + Assets:Tajer:Items "Beaststalker's Belt" -1 {65G} @ 1195768c + Income:Brokering -545768c + +2006/03/16 Auction House + Assets:Wyshona:Items "Plans: Mithril Shield Spike" 1 {21050c} + Assets:Wyshona:Items "Plans: Mithril Shield Spike" 1 {2.3G} + Assets:Wyshona:Items "Recipe: Elixir of Giant Growth" 1 {1G} + Assets:Wyshona:Items "Recipe: Elixir of Giant Growth" 1 {1.5G} + Assets:Tajer:Items + +2006/03/16 Player + Assets:Tajer 4G + Equity:Gold + +2006/03/16 Auction House + Assets:Wyshona 1341s + Equity:Gold + +2006/03/16 Auction House + Assets:Gruulmorg 4c + Assets:Danell + +2006/03/16 Auction House + Expenses:Fees:Auction 4c + Expenses:Fees:Mail 120c + Assets:Danell + +2006/03/16 Auction House + Expenses:Fees:Auction 24s + Expenses:Fees:Auction 12s + Expenses:Fees:Auction 12s + Expenses:Fees:Auction 84c + Expenses:Fees:Auction 84c + Assets:Wyshona + +2006/03/16 Crazy Cat Lady + Expenses:Items 40s + Expenses:Items 40s + Assets:Wyshona + +2006/03/16 Transfer + Expenses:Fees:Mail 60c + Assets:Danell 5G + Assets:Wyshona + +2006/03/16 Transfer + Expenses:Fees:Mail 30c + Assets:Tajer 20G + Assets:Gruulmorg + +2006/03/16 Auction House + Assets:Tajer:Items "Pulsating Hydra Heart" 1 @ 1G + Assets:Tajer + +2006/03/16 Auction House + Expenses:Fees:Auction 936c + Assets:Tajer + +2006/03/16 Transfer + Expenses:Fees:Mail 30c + Assets:Gruulmorg 30G + Assets:Tajer + +2006/03/16 Auction House + Assets:Gruulmorg:Items "Ace of Warlords" 2 @ 15G + Assets:Gruulmorg + +2006/03/16 Transfer + Assets:Tajer:Items "Ace of Warlords" 2 {15G} + Assets:Gruulmorg:Items + +2006/03/16 Post + Expenses:Fees:Mail 60c + Assets:Gruulmorg + +2006/03/16 Post + Expenses:Fees:Mail 120c + Assets:Tajer + +2006/03/16 Auction House + Assets:Tajer 2104c + Equity:Gold + +2006/03/16 Auction House + Expenses:Fees:Auction 75s + Expenses:Fees:Auction 75s + Assets:Tajer + +2006/03/16 Transfer + Assets:Danell 6c + Assets:Gruulmorg + +2006/03/16 Post + Expenses:Fees:Mail 60c + Assets:Gruulmorg + +2006/03/16 Post + Expenses:Fees:Mail 60c + Assets:Tajer + +2006/03/16 General Goods Vendor + Expenses:Items 50c ; wrapping paper + Assets:Tajer + +2006/03/16 Player + Assets:Tajer 1G + Equity:Gold + +2006/03/17 Auction House + Assets:Wyshona 180584c + Assets:Wyshona:Items "Recipe: Elixir of Giant Growth" -1 {1.5G} @ 180584c + Income:Brokering -165584c + +2006/03/17 Auction House + Assets:Wyshona 180584c + Assets:Wyshona:Items "Recipe: Elixir of Giant Growth" -1 {1G} @ 180584c + Income:Brokering -170584c + +2006/03/17 Post + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/17 Player: raev + Assets:Tajer:Items "Wildheart Belt" 1 {30G} + Assets:Tajer:Items "Ace of Warlords" -2 {15G} + +2006/03/17 Auction House + Expenses:Fees:Auction 7482c + Assets:Tajer + +2006/03/17 Post + Expenses:Fees:Mail 300c + Assets:Wyshona + +2006/03/17 Player + Assets:Wyshona 1G + Assets:Wyshona:Items "Plans: Wildthorn Mail" -1 {1.25G} @ 1G + Expenses:Capital Loss 25s + +2006/03/17 Auction House (implicit transfer) + Expenses:Items 279s ; Recipe: Swiftness Potion + Assets:Wyshona + +2006/03/17 Auction House (implicit transfer) + Assets:Danell:Items "Ace of Warlords" 1 @ 3G + Assets:Tajer:Items "Ace of Warlords" 1 @ 3.9G + Assets:Tajer:Items "Holy Bologna" 1 @ 2G + Assets:Tajer:Items "The Emerald Dream" 1 @ 4G + Assets:Tajer:Items "The Arcanist's Cookbook" 1 @ 4G + Assets:Tajer:Items "Harnessing Shadows" 1 @ 5G + Assets:Tajer:Items "Garona: Book on Treachery" 1 @ 4G + Assets:Tajer:Items "Preserved Holly" 5 @ 20s + Assets:Wyshona + +2006/03/17 Auction House + Assets:Tajer 4G + Assets:Tajer:Items "Pulsating Hydra Heart" -1 {1G} @ 4G + Income:Brokering -3G + +2006/03/17 Auction House + Assets:Danell 3171c + Assets:Danell:Items "Ace of Warlords" -1 {3G} @ 3171c + Expenses:Capital Loss 26829c + +2006/03/17 Auction House + Expenses:Fees:Auction 12537c + Assets:Danell + +2006/03/17 Transfer + Assets:Gruulmorg 15G + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/17 Auction House + Assets:Wyshona 362450c + Assets:Wyshona:Items "Plans: Mithril Shield Spike" -1 {21050c} @ 181225c + Assets:Wyshona:Items "Plans: Mithril Shield Spike" -1 {2.3G} @ 181225c + Income:Brokering -318400c + +2006/03/17 Transfer + Assets:Danell 499560c + Expenses:Gifts 1G + Expenses:Fees:Mail 30c + Assets:Wyshona + +2006/03/17 Post + Expenses:Fees:Mail 90c + Expenses:Fees:Auction 166c + Assets:Gruulmorg + +2006/03/17 Transfer + Assets:Gruulmorg 459211c + Expenses:Fees:Auction 81023c + Assets:Danell -540234c + +2006/03/17 Transfer + Assets:Tajer 662465c + Expenses:Fees:Mail 30c + Assets:Gruulmorg + +2006/03/17 Auction House + Expenses:Fees:Auction 75s + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/18 Auction House + Assets:Tajer 15G + Assets:Tajer:Items "Ace of Warlords" -1 {3.9G} @ 15G + Income:Brokering -111000c + +2006/03/18 Auction House + Assets:Tajer 434472c + Assets:Tajer:Items "Wildheart Belt" -1 {30G} @ 434472c + Income:Brokering -134472c + +2006/03/18 Auction House + Assets:Tajer 1995s + Assets:Tajer:Items "Harnessing Shadows" -1 {5G} @ 1995s + Income:Brokering -1495s + +2006/03/19 Auction House + Assets:Tajer 2850s + Assets:Tajer:Items "Garona: Book on Treachery" -1 {4G} @ 2850s + Income:Brokering -2450s + +2006/03/19 Auction House + Assets:Tajer 1710s + Assets:Tajer:Items "The Arcanist's Cookbook" -1 {4G} @ 1710s + Income:Brokering -1310s + +2006/03/19 Auction House + Assets:Tajer 46550c + Assets:Tajer:Items "Preserved Holly" -5 {20s} @ 9310c + Income:Brokering -36550c + +2006/03/19 Auction House + Assets:Tajer:Items "Two of Portals" 1 @ 3G + Assets:Tajer:Items "Two of Portals" 1 @ 2.5G + Assets:Tajer + +2006/03/20 Auction House + Assets:Tajer 163443c + Assets:Tajer:Items "Holy Bologna" -1 {2G} @ 163443c + Income:Brokering -143443c + +2006/03/20 Auction House + Assets:Tajer 5G + Assets:Tajer:Items "Two of Portals" -1 {3G} @ 5G + Income:Brokering -2G + +2006/03/20 Auction House + Assets:Tajer 15G + Assets:Tajer:Items "The Emerald Dream" -1 {4G} @ 15G + Income:Brokering -11G + +2006/03/20 Auction House + Expenses:Fees:Mail 60c + Assets:Tajer + +2006/03/21 Auction House + Assets:Tajer:Items "Orb of Deception" 1 @ 170G + Assets:Tajer + +2006/03/21 Auction House + Expenses:Fees:Auction 2760c + Expenses:Fees:Auction 2760c + Assets:Tajer + +2006/03/22 Auction House + Assets:Tajer:Items "Nightblade" 1 @ 200G + Assets:Tajer + +2006/03/22 Auction House + Expenses:Fees:Auction 177s + Expenses:Fees:Auction 177s + Expenses:Fees:Auction 177s + Expenses:Fees:Auction 177s + Expenses:Fees:Auction 75s + Assets:Tajer + +2006/03/23 Auction House + Assets:Tajer 1665260c + Assets:Tajer:Items "Orb of Deception" -1 {170G} @ 1665260c + Expenses:Capital Loss 34740c + +2006/03/26 Auction House + Assets:Tajer 81980c + Assets:Tajer:Items "Two of Portals" -1 {2.5G} @ 81980c + Income:Brokering -56980c + +2006/03/26 Player + Expenses:Items 150s ; Recipe: Elixir of Minor Agility + Expenses:Fees:Mail 30c + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/27 Player + Assets:Tajer 160G + Assets:Tajer:Items "Nightblade" -1 {200G} @ 160G + Expenses:Capital Loss 40G + +2006/03/27 Player + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/03/26 Player + Expenses:Items (9G * 6) ; Traveler's backpacks + Expenses:Items 10G + Expenses:Fees:Bank 10G + Expenses:Fees:Mail 630c + Expenses:Fees:Mail 330c + Expenses:Fees:Mail 30c + Assets:Tajer + +2006/04/01 Auction House + Assets:Tajer:Items "Orb of Deception" 1 @ 155G + Assets:Tajer + +>>>1 +06-Mar-14 Opening Balances Assets:Tajer 1339829c 1339829c + Assets:Gruulmorg 248720c 1588549c + Equity:Gold -1588549c 0 +06-Mar-14 Auction House Expenses:Fees:Auction 1428c 1428c + Expenses:Fees:Auction 768c 2196c + Expenses:Fees:Auction 612c 2808c + Expenses:Fees:Auction 4764c 7572c + Expenses:Fees:Auction 3372c 10944c + Expenses:Fees:Auction 1296c 12240c + Expenses:Fees:Auction 1332c 13572c + Expenses:Fees:Auction 660c 14232c + Expenses:Fees:Auction 10044c 24276c + Expenses:Fees:Auction 3588c 27864c + Expenses:Fees:Auction 1632c 29496c + Expenses:Fees:Auction 8388c 37884c + Expenses:Fees:Auction 9984c 47868c + Expenses:Fees:Auction 2316c 50184c + Assets:Tajer -50184c 0 +06-Mar-14 Auction House Assets:Tajer 158860c 158860c + Equity:Gold -158860c 0 +06-Mar-14 Auction House Expenses:Fees:Auction 1320c 1320c + Assets:Tajer -1320c 0 +06-Mar-14 Auction House Assets:Tajer 11496c 11496c + Equity:Gold -11496c 0 +06-Mar-14 Auction House Expenses:Fees:Auction 3216c 3216c + Assets:Tajer -3216c 0 +06-Mar-14 Post Expenses:Fees:Mail 30c 30c + Assets:Gruulmorg -30c 0 +06-Mar-14 Auction House Assets:Tajer 34678c 34678c + Equity:Gold -34678c 0 +06-Mar-14 Auction House Expenses:Fees:Auction 2316c 2316c + Assets:Tajer -2316c 0 +06-Mar-14 Auction House Assets:Gruulmorg 10000c 10000c + Equity:Gold -10000c 0 +06-Mar-14 Auction House Assets:Tajer 59389c 59389c + Equity:Gold -59389c 0 +06-Mar-14 Post Expenses:Fees:Mail 120c 120c + Assets:Tajer -120c 0 +06-Mar-14 Player Assets:Tajer 30000c 30000c + Equity:Gold -30000c 0 +06-Mar-14 Player Assets:Tajer 60000c 60000c + Equity:Gold -60000c 0 +06-Mar-14 Auction House Expenses:Items 3500c 3500c + Assets:Tajer -3500c 0 +06-Mar-14 Auction House Assets:Tajer:Items 12500c 12500c + Assets:Tajer -12500c 0 +06-Mar-14 Auction House Assets:Bids 259c 259c + Assets:Bids 4500c 4759c + Assets:Bids 4720c 9479c + Assets:Tajer -9479c 0 +06-Mar-14 Post Expenses:Fees:Mail 120c 120c + Assets:Tajer -120c 0 +06-Mar-14 Auction House Expenses:Items 80000c 80000c + Assets:Tajer -80000c 0 +06-Mar-14 Post Expenses:Fees:Mail 120c 120c + Assets:Tajer -120c 0 +06-Mar-14 Puldoost Assets:Tajer 80000c 80000c + Expenses:Items -80000c 0 +06-Mar-14 Auction House Assets:Wyshona:Items 12500c 12500c + Assets:Tajer:Items -12500c 0 +06-Mar-15 Auction House Assets:Tajer 4500c 4500c + Assets:Tajer 259c 4759c + Assets:Bids -4759c 0 +06-Mar-15 Auction House Assets:Tajer 4720c 4720c + Assets:Bids -4720c 0 +06-Mar-15 Auction House Expenses:Fees:Auction 12542c 12542c + Assets:Tajer -12542c 0 +06-Mar-15 Auction House Expenses:Fees:Auction 2375c 2375c + Expenses:Fees:Auction -2375c 0 +06-Mar-15 Auction House Assets:Danell 4c 4c + Equity:Gold -4c 0 +06-Mar-15 Transfer Assets:Gruulmorg 2c 2c + Assets:Danell -2c 0 +06-Mar-15 Transfer Assets:Danell 4250c 4250c + Expenses:Fees:Auction 750c 5000c + Assets:Gruulmorg -5000c 0 +06-Mar-15 Post Expenses:Fees:Mail 60c 60c + Assets:Danell -60c 0 +06-Mar-15 Player Assets:Tajer 30000c 30000c + Equity:Gold -30000c 0 +06-Mar-15 Post Assets:Wyshona 4000c 4000c + Expenses:Fees:Mail 30c 4030c + Assets:Danell -4030c 0 +06-Mar-15 Auction House Expenses:Fees:Auction 800c 800c + Expenses:Fees:Auction 1100c 1900c + Assets:Wyshona -1900c 0 +06-Mar-15 Auction House Assets:Tajer:Items 650000c 650000c + Assets:Tajer -650000c 0 +06-Mar-15 Post Expenses:Fees:Mail 30c 30c + Assets:Tajer -30c 0 +06-Mar-15 Auction House Expenses:Fees:Auction 8268c 8268c + Assets:Tajer -8268c 0 +06-Mar-15 Post Expenses:Fees:Mail 30c 30c + Assets:Tajer -30c 0 +06-Mar-15 Vendor Assets:Tajer 16744c 16744c + Assets:Tajer 16640c 33384c + Equity:Gold -33384c 0 +06-Mar-15 Post Expenses:Fees:Mail 30c 30c + Assets:Tajer -30c 0 +06-Mar-15 Auction House Expenses:Fees:Auction 772c 772c + Expenses:Fees:Auction 544c 1316c + Expenses:Fees:Auction 444c 1760c + Expenses:Fees:Auction 432c 2192c + Expenses:Fees:Auction 204c 2396c + Assets:Tajer -2396c 0 +06-Mar-15 Player Assets:Tajer 1200c 1200c + Equity:Gold -1200c 0 +06-Mar-15 Vendor Assets:Tajer 2200c 2200c + Equity:Gold -2200c 0 +06-Mar-15 Auction House Assets:Tajer:Items 10000c 10000c + Assets:Tajer -10000c 0 +06-Mar-15 Post Expenses:Fees:Mail 30c 30c + Assets:Tajer -30c 0 +06-Mar-15 Auction House Expenses:Fees:Auction 8268c 8268c + Assets:Tajer -8268c 0 +06-Mar-15 Auction House Assets:Tajer:Items 21050c 21050c + Assets:Tajer -21050c 0 +06-Mar-15 Auction House Assets:Tajer:Items 23000c 23000c + Assets:Tajer -23000c 0 +06-Mar-15 Auction House Assets:Tajer:Items 15000c 15000c + Assets:Tajer -15000c 0 +06-Mar-16 Player Assets:Tajer 30000c 30000c + Equity:Gold -30000c 0 +06-Mar-16 Post Expenses:Fees:Mail 90c 90c + Assets:Tajer -90c 0 +06-Mar-16 Auction House Assets:Tajer 1195768c 1195768c + Assets:Tajer:Items -1195768c 0 + Income:Brokering -545768c -545768c + Equity:Capital Gains 545768c 0 +06-Mar-16 Auction House Assets:Wyshona:Items 21050c 21050c + Assets:Wyshona:Items 23000c 44050c + Assets:Wyshona:Items 10000c 54050c + Assets:Wyshona:Items 15000c 69050c + Assets:Tajer:Items -69050c 0 +06-Mar-16 Player Assets:Tajer 40000c 40000c + Equity:Gold -40000c 0 +06-Mar-16 Auction House Assets:Wyshona 134100c 134100c + Equity:Gold -134100c 0 +06-Mar-16 Auction House Assets:Gruulmorg 4c 4c + Assets:Danell -4c 0 +06-Mar-16 Auction House Expenses:Fees:Auction 4c 4c + Expenses:Fees:Mail 120c 124c + Assets:Danell -124c 0 +06-Mar-16 Auction House Expenses:Fees:Auction 2400c 2400c + Expenses:Fees:Auction 1200c 3600c + Expenses:Fees:Auction 1200c 4800c + Expenses:Fees:Auction 84c 4884c + Expenses:Fees:Auction 84c 4968c + Assets:Wyshona -4968c 0 +06-Mar-16 Crazy Cat Lady Expenses:Items 4000c 4000c + Expenses:Items 4000c 8000c + Assets:Wyshona -8000c 0 +06-Mar-16 Transfer Expenses:Fees:Mail 60c 60c + Assets:Danell 50000c 50060c + Assets:Wyshona -50060c 0 +06-Mar-16 Transfer Expenses:Fees:Mail 30c 30c + Assets:Tajer 200000c 200030c + Assets:Gruulmorg -200030c 0 +06-Mar-16 Auction House Assets:Tajer:Items 10000c 10000c + Assets:Tajer -10000c 0 +06-Mar-16 Auction House Expenses:Fees:Auction 936c 936c + Assets:Tajer -936c 0 +06-Mar-16 Transfer Expenses:Fees:Mail 30c 30c + Assets:Gruulmorg 300000c 300030c + Assets:Tajer -300030c 0 +06-Mar-16 Auction House Assets:Gruulmorg:Items 300000c 300000c + Assets:Gruulmorg -300000c 0 +06-Mar-16 Transfer Assets:Tajer:Items 300000c 300000c + Assets:Gruulmorg:Items -300000c 0 +06-Mar-16 Post Expenses:Fees:Mail 60c 60c + Assets:Gruulmorg -60c 0 +06-Mar-16 Post Expenses:Fees:Mail 120c 120c + Assets:Tajer -120c 0 +06-Mar-16 Auction House Assets:Tajer 2104c 2104c + Equity:Gold -2104c 0 +06-Mar-16 Auction House Expenses:Fees:Auction 7500c 7500c + Expenses:Fees:Auction 7500c 15000c + Assets:Tajer -15000c 0 +06-Mar-16 Transfer Assets:Danell 6c 6c + Assets:Gruulmorg -6c 0 +06-Mar-16 Post Expenses:Fees:Mail 60c 60c + Assets:Gruulmorg -60c 0 +06-Mar-16 Post Expenses:Fees:Mail 60c 60c + Assets:Tajer -60c 0 +06-Mar-16 General Goods Vendor Expenses:Items 50c 50c + Assets:Tajer -50c 0 +06-Mar-16 Player Assets:Tajer 10000c 10000c + Equity:Gold -10000c 0 +06-Mar-17 Auction House Assets:Wyshona 180584c 180584c + Assets:Wyshona:Items -180584c 0 + Income:Brokering -165584c -165584c + Equity:Capital Gains 165584c 0 +06-Mar-17 Auction House Assets:Wyshona 180584c 180584c + Assets:Wyshona:Items -180584c 0 + Income:Brokering -170584c -170584c + Equity:Capital Gains 170584c 0 +06-Mar-17 Post Expenses:Fees:Mail 30c 30c + Assets:Tajer -30c 0 +06-Mar-17 Player: raev Assets:Tajer:Items 300000c 300000c + Assets:Tajer:Items -300000c 0 +06-Mar-17 Auction House Expenses:Fees:Auction 7482c 7482c + Assets:Tajer -7482c 0 +06-Mar-17 Post Expenses:Fees:Mail 300c 300c + Assets:Wyshona -300c 0 +06-Mar-17 Player Assets:Wyshona 10000c 10000c + Assets:Wyshona:Items -10000c 0 + Expenses:Capital Loss 2500c 2500c + Equity:Capital Losses -2500c 0 +06-Mar-17 Auction House (impl.. Expenses:Items 27900c 27900c + Assets:Wyshona -27900c 0 +06-Mar-17 Auction House (impl.. Assets:Danell:Items 30000c 30000c + Assets:Tajer:Items 39000c 69000c + Assets:Tajer:Items 20000c 89000c + Assets:Tajer:Items 40000c 129000c + Assets:Tajer:Items 40000c 169000c + Assets:Tajer:Items 50000c 219000c + Assets:Tajer:Items 40000c 259000c + Assets:Tajer:Items 10000c 269000c + Assets:Wyshona -269000c 0 +06-Mar-17 Auction House Assets:Tajer 40000c 40000c + Assets:Tajer:Items -40000c 0 + Income:Brokering -30000c -30000c + Equity:Capital Gains 30000c 0 +06-Mar-17 Auction House Assets:Danell 3171c 3171c + Assets:Danell:Items -3171c 0 + Expenses:Capital Loss 26829c 26829c + Equity:Capital Losses -26829c 0 +06-Mar-17 Auction House Expenses:Fees:Auction 12537c 12537c + Assets:Danell -12537c 0 +06-Mar-17 Transfer Assets:Gruulmorg 150000c 150000c + Expenses:Fees:Mail 30c 150030c + Assets:Tajer -150030c 0 +06-Mar-17 Auction House Assets:Wyshona 362450c 362450c + Assets:Wyshona:Items -181225c 181225c + Assets:Wyshona:Items -181225c 0 + Income:Brokering -318400c -318400c + Equity:Capital Gains 160175c -158225c + Equity:Capital Gains 158225c 0 +06-Mar-17 Transfer Assets:Danell 499560c 499560c + Expenses:Gifts 10000c 509560c + Expenses:Fees:Mail 30c 509590c + Assets:Wyshona -509590c 0 +06-Mar-17 Post Expenses:Fees:Mail 90c 90c + Expenses:Fees:Auction 166c 256c + Assets:Gruulmorg -256c 0 +06-Mar-17 Transfer Assets:Gruulmorg 459211c 459211c + Expenses:Fees:Auction 81023c 540234c + Assets:Danell -540234c 0 +06-Mar-17 Transfer Assets:Tajer 662465c 662465c + Expenses:Fees:Mail 30c 662495c + Assets:Gruulmorg -662495c 0 +06-Mar-17 Auction House Expenses:Fees:Auction 7500c 7500c + Expenses:Fees:Mail 30c 7530c + Assets:Tajer -7530c 0 +06-Mar-18 Auction House Assets:Tajer 150000c 150000c + Assets:Tajer:Items -150000c 0 + Income:Brokering -111000c -111000c + Equity:Capital Gains 111000c 0 +06-Mar-18 Auction House Assets:Tajer 434472c 434472c + Assets:Tajer:Items -434472c 0 + Income:Brokering -134472c -134472c + Equity:Capital Gains 134472c 0 +06-Mar-18 Auction House Assets:Tajer 199500c 199500c + Assets:Tajer:Items -199500c 0 + Income:Brokering -149500c -149500c + Equity:Capital Gains 149500c 0 +06-Mar-19 Auction House Assets:Tajer 285000c 285000c + Assets:Tajer:Items -285000c 0 + Income:Brokering -245000c -245000c + Equity:Capital Gains 245000c 0 +06-Mar-19 Auction House Assets:Tajer 171000c 171000c + Assets:Tajer:Items -171000c 0 + Income:Brokering -131000c -131000c + Equity:Capital Gains 131000c 0 +06-Mar-19 Auction House Assets:Tajer 46550c 46550c + Assets:Tajer:Items -46550c 0 + Income:Brokering -36550c -36550c + Equity:Capital Gains 36550c 0 +06-Mar-19 Auction House Assets:Tajer:Items 30000c 30000c + Assets:Tajer:Items 25000c 55000c + Assets:Tajer -55000c 0 +06-Mar-20 Auction House Assets:Tajer 163443c 163443c + Assets:Tajer:Items -163443c 0 + Income:Brokering -143443c -143443c + Equity:Capital Gains 143443c 0 +06-Mar-20 Auction House Assets:Tajer 50000c 50000c + Assets:Tajer:Items -50000c 0 + Income:Brokering -20000c -20000c + Equity:Capital Gains 20000c 0 +06-Mar-20 Auction House Assets:Tajer 150000c 150000c + Assets:Tajer:Items -150000c 0 + Income:Brokering -110000c -110000c + Equity:Capital Gains 110000c 0 +06-Mar-20 Auction House Expenses:Fees:Mail 60c 60c + Assets:Tajer -60c 0 +06-Mar-21 Auction House Assets:Tajer:Items 1700000c 1700000c + Assets:Tajer -1700000c 0 +06-Mar-21 Auction House Expenses:Fees:Auction 2760c 2760c + Expenses:Fees:Auction 2760c 5520c + Assets:Tajer -5520c 0 +06-Mar-22 Auction House Assets:Tajer:Items 2000000c 2000000c + Assets:Tajer -2000000c 0 +06-Mar-22 Auction House Expenses:Fees:Auction 17700c 17700c + Expenses:Fees:Auction 17700c 35400c + Expenses:Fees:Auction 17700c 53100c + Expenses:Fees:Auction 17700c 70800c + Expenses:Fees:Auction 7500c 78300c + Assets:Tajer -78300c 0 +06-Mar-23 Auction House Assets:Tajer 1665260c 1665260c + Assets:Tajer:Items -1665260c 0 + Expenses:Capital Loss 34740c 34740c + Equity:Capital Losses -34740c 0 +06-Mar-26 Auction House Assets:Tajer 81980c 81980c + Assets:Tajer:Items -81980c 0 + Income:Brokering -56980c -56980c + Equity:Capital Gains 56980c 0 +06-Mar-26 Player Expenses:Items 15000c 15000c + Expenses:Fees:Mail 30c 15030c + Expenses:Fees:Mail 30c 15060c + Assets:Tajer -15060c 0 +06-Mar-26 Player Expenses:Items 540000c 540000c + Expenses:Items 100000c 640000c + Expenses:Fees:Bank 100000c 740000c + Expenses:Fees:Mail 630c 740630c + Expenses:Fees:Mail 330c 740960c + Expenses:Fees:Mail 30c 740990c + Assets:Tajer -740990c 0 +06-Mar-27 Player Assets:Tajer 1600000c 1600000c + Assets:Tajer:Items -1600000c 0 + Expenses:Capital Loss 400000c 400000c + Equity:Capital Losses -400000c 0 +06-Mar-27 Player Expenses:Fees:Mail 30c 30c + Assets:Tajer -30c 0 +06-Apr-01 Auction House Assets:Tajer:Items 1550000c 1550000c + Assets:Tajer -1550000c 0 +>>>2 +=== 0 diff --git a/test/baseline/opt-market.test b/test/baseline/opt-market.test new file mode 100644 index 00000000..b6c0ed6d --- /dev/null +++ b/test/baseline/opt-market.test @@ -0,0 +1,66 @@ +reg --market stocks +<<< +2009/01/01 Sample 1a + Assets:Brokerage:Stocks 100 S + Assets:Brokerage:Cash -100 P + +P 2009/01/01 00:00:00 S 2 P + +2009/02/01 Sample 2a + Assets:Brokerage:Stocks 100 S @ 1 P + Assets:Brokerage:Cash + +P 2009/02/01 00:00:00 S 4 P + +2009/03/01 Sample 3a + Assets:Brokerage:Stocks 100 S @@ 100 P + Assets:Brokerage:Cash + +P 2009/03/01 00:00:00 S 8 P + +2009/04/01 Sample 4a + Assets:Brokerage:Cash 100 P + Assets:Brokerage:Stocks -100 S {1 P} + +P 2009/04/01 00:00:00 S 16 P + +; In this usage case, the top amount is always secondary +; 2010/01/01 Sample 1b +; Assets:Brokerage:Cash -100 P +; Assets:Brokerage:Stocks 100 S +; +; P 2010/01/01 00:00:00 S 2 P + +2010/02/01 Sample 2b + Assets:Brokerage:Cash + Assets:Brokerage:Stocks 100 S @ 1 P + +P 2010/02/01 00:00:00 S 4 P + +2010/03/01 Sample 3b + Assets:Brokerage:Cash + Assets:Brokerage:Stocks 100 S @@ 100 P + +P 2010/03/01 00:00:00 S 8 P + +2010/04/01 Sample 4b + Assets:Brokerage:Stocks -100 S {1 P} + Assets:Brokerage:Cash 100 P + +P 2010/04/01 00:00:00 S 16 P +>>>1 +09-Jan-01 Sample 1a As:Brokerage:Stocks 200 P 200 P +09-Feb-01 Commodities revalued <Revalued> 200 P 400 P +09-Feb-01 Sample 2a As:Brokerage:Stocks 400 P 800 P +09-Mar-01 Commodities revalued <Revalued> 800 P 1600 P +09-Mar-01 Sample 3a As:Brokerage:Stocks 800 P 2400 P +09-Apr-01 Commodities revalued <Revalued> 2400 P 4800 P +09-Apr-01 Sample 4a As:Brokerage:Stocks -1600 P 3200 P +10-Feb-01 Commodities revalued <Revalued> -2400 P 800 P +10-Feb-01 Sample 2b As:Brokerage:Stocks 400 P 1200 P +10-Mar-01 Commodities revalued <Revalued> 1200 P 2400 P +10-Mar-01 Sample 3b As:Brokerage:Stocks 800 P 3200 P +10-Apr-01 Commodities revalued <Revalued> 3200 P 6400 P +10-Apr-01 Sample 4b As:Brokerage:Stocks -1600 P 4800 P +>>>2 +=== 0 diff --git a/test/baseline/opt-master-account.test b/test/baseline/opt-master-account.test new file mode 100644 index 00000000..1b571e6b --- /dev/null +++ b/test/baseline/opt-master-account.test @@ -0,0 +1,15 @@ +bal --master-account=Master +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 + $-0.35 + 0.350 VMMXX Master + 0.350 VMMXX Assets:Investments:Vanguard:VMMXX + $-0.35 Income:Dividends:Vanguard:VMMXX +-------------------- + $-0.35 + 0.350 VMMXX +>>>2 +=== 0 diff --git a/test/baseline/opt-monthly.test b/test/baseline/opt-monthly.test new file mode 100644 index 00000000..53942ee1 --- /dev/null +++ b/test/baseline/opt-monthly.test @@ -0,0 +1,220 @@ +reg --monthly books +<<< +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2008/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2008/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2008/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2008/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2008/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2008/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2008/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2008/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2008/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2008/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2008/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2008/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2008/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2008/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2008/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2008/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2008/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2008/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2008/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2008/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2008/12/31 End of December + Expenses:Books $120.00 + Assets:Cash + +2009/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2009/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2009/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2009/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2009/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2009/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2009/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2009/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2009/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2009/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2009/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2009/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2009/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2009/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2009/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2009/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2009/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2009/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2009/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2009/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2009/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2009/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2009/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2009/12/31 End of December + Expenses:Books $120.00 + Assets:Cash +>>>1 +08-Jan-01 - 08-Jan-31 Expenses:Books $20.00 $20.00 +08-Feb-01 - 08-Feb-29 Expenses:Books $40.00 $60.00 +08-Mar-01 - 08-Mar-31 Expenses:Books $60.00 $120.00 +08-Apr-01 - 08-Apr-30 Expenses:Books $80.00 $200.00 +08-May-01 - 08-May-31 Expenses:Books $100.00 $300.00 +08-Jun-01 - 08-Jun-30 Expenses:Books $120.00 $420.00 +08-Jul-01 - 08-Jul-31 Expenses:Books $140.00 $560.00 +08-Aug-01 - 08-Aug-31 Expenses:Books $160.00 $720.00 +08-Sep-01 - 08-Sep-30 Expenses:Books $180.00 $900.00 +08-Oct-01 - 08-Oct-31 Expenses:Books $200.00 $1100.00 +08-Nov-01 - 08-Nov-30 Expenses:Books $220.00 $1320.00 +08-Dec-01 - 08-Dec-31 Expenses:Books $240.00 $1560.00 +09-Jan-01 - 09-Jan-31 Expenses:Books $20.00 $1580.00 +09-Feb-01 - 09-Feb-28 Expenses:Books $40.00 $1620.00 +09-Mar-01 - 09-Mar-31 Expenses:Books $60.00 $1680.00 +09-Apr-01 - 09-Apr-30 Expenses:Books $80.00 $1760.00 +09-May-01 - 09-May-31 Expenses:Books $100.00 $1860.00 +09-Jun-01 - 09-Jun-30 Expenses:Books $120.00 $1980.00 +09-Jul-01 - 09-Jul-31 Expenses:Books $140.00 $2120.00 +09-Aug-01 - 09-Aug-31 Expenses:Books $160.00 $2280.00 +09-Sep-01 - 09-Sep-30 Expenses:Books $180.00 $2460.00 +09-Oct-01 - 09-Oct-31 Expenses:Books $200.00 $2660.00 +09-Nov-01 - 09-Nov-30 Expenses:Books $220.00 $2880.00 +09-Dec-01 - 09-Dec-31 Expenses:Books $240.00 $3120.00 +>>>2 +=== 0 diff --git a/test/baseline/opt-no-total.test b/test/baseline/opt-no-total.test new file mode 100644 index 00000000..d1a11485 --- /dev/null +++ b/test/baseline/opt-no-total.test @@ -0,0 +1,10 @@ +bal --no-total +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 + 0.350 VMMXX Assets:Investments:Vanguard:VMMXX + $-0.35 Income:Dividends:Vanguard:VMMXX +>>>2 +=== 0 diff --git a/test/baseline/opt-only.test b/test/baseline/opt-only.test new file mode 100644 index 00000000..9728edae --- /dev/null +++ b/test/baseline/opt-only.test @@ -0,0 +1,236 @@ +reg books --monthly --limit='amount > $100' +<<< +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2008/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2008/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2008/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2008/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2008/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2008/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2008/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2008/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2008/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2008/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2008/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2008/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2008/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2008/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2008/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2008/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2008/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2008/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2008/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2008/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2008/12/31 End of December + Expenses:Books $120.00 + Assets:Cash + +2009/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2009/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2009/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2009/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2009/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2009/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2009/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2009/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2009/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2009/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2009/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2009/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2009/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2009/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2009/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2009/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2009/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2009/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2009/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2009/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2009/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2009/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2009/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2009/12/31 End of December + Expenses:Books $120.00 + Assets:Cash +>>>1 +08-Nov-01 - 08-Nov-30 Expenses:Books $220.00 $220.00 +08-Dec-01 - 08-Dec-31 Expenses:Books $240.00 $460.00 +09-Nov-01 - 09-Nov-30 Expenses:Books $220.00 $680.00 +09-Dec-01 - 09-Dec-31 Expenses:Books $240.00 $920.00 +>>>2 +=== 0 +reg books --monthly --only='amount > $100' +>>>1 +08-Jun-01 - 08-Jun-30 Expenses:Books $120.00 $120.00 +08-Jul-01 - 08-Jul-31 Expenses:Books $140.00 $260.00 +08-Aug-01 - 08-Aug-31 Expenses:Books $160.00 $420.00 +08-Sep-01 - 08-Sep-30 Expenses:Books $180.00 $600.00 +08-Oct-01 - 08-Oct-31 Expenses:Books $200.00 $800.00 +08-Nov-01 - 08-Nov-30 Expenses:Books $220.00 $1020.00 +08-Dec-01 - 08-Dec-31 Expenses:Books $240.00 $1260.00 +09-Jun-01 - 09-Jun-30 Expenses:Books $120.00 $1380.00 +09-Jul-01 - 09-Jul-31 Expenses:Books $140.00 $1520.00 +09-Aug-01 - 09-Aug-31 Expenses:Books $160.00 $1680.00 +09-Sep-01 - 09-Sep-30 Expenses:Books $180.00 $1860.00 +09-Oct-01 - 09-Oct-31 Expenses:Books $200.00 $2060.00 +09-Nov-01 - 09-Nov-30 Expenses:Books $220.00 $2280.00 +09-Dec-01 - 09-Dec-31 Expenses:Books $240.00 $2520.00 +>>>2 +=== 0 +reg books --monthly --display='amount > $100' +>>>1 +08-Jun-01 - 08-Jun-30 Expenses:Books $120.00 $420.00 +08-Jul-01 - 08-Jul-31 Expenses:Books $140.00 $560.00 +08-Aug-01 - 08-Aug-31 Expenses:Books $160.00 $720.00 +08-Sep-01 - 08-Sep-30 Expenses:Books $180.00 $900.00 +08-Oct-01 - 08-Oct-31 Expenses:Books $200.00 $1100.00 +08-Nov-01 - 08-Nov-30 Expenses:Books $220.00 $1320.00 +08-Dec-01 - 08-Dec-31 Expenses:Books $240.00 $1560.00 +09-Jun-01 - 09-Jun-30 Expenses:Books $120.00 $1980.00 +09-Jul-01 - 09-Jul-31 Expenses:Books $140.00 $2120.00 +09-Aug-01 - 09-Aug-31 Expenses:Books $160.00 $2280.00 +09-Sep-01 - 09-Sep-30 Expenses:Books $180.00 $2460.00 +09-Oct-01 - 09-Oct-31 Expenses:Books $200.00 $2660.00 +09-Nov-01 - 09-Nov-30 Expenses:Books $220.00 $2880.00 +09-Dec-01 - 09-Dec-31 Expenses:Books $240.00 $3120.00 +>>>2 +=== 0 diff --git a/test/baseline/opt-output.test b/test/baseline/opt-output.test new file mode 100644 index 00000000..49881fb3 --- /dev/null +++ b/test/baseline/opt-output.test @@ -0,0 +1,11 @@ +reg --output=/dev/stderr +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +>>>2 +07-Feb-02 RD VMMXX As:In:Vanguard:VMMXX 0.350 VMMXX 0.350 VMMXX + In:Di:Vanguard:VMMXX $-0.35 $-0.35 + 0.350 VMMXX +=== 0 diff --git a/test/baseline/opt-pager.test b/test/baseline/opt-pager.test new file mode 100644 index 00000000..2a109ad7 --- /dev/null +++ b/test/baseline/opt-pager.test @@ -0,0 +1,11 @@ +reg --pager=cat +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +07-Feb-02 RD VMMXX As:In:Vanguard:VMMXX 0.350 VMMXX 0.350 VMMXX + In:Di:Vanguard:VMMXX $-0.35 $-0.35 + 0.350 VMMXX +>>>2 +=== 0 diff --git a/test/baseline/opt-payee-as-account.test b/test/baseline/opt-payee-as-account.test new file mode 100644 index 00000000..a9c95b2c --- /dev/null +++ b/test/baseline/opt-payee-as-account.test @@ -0,0 +1,34 @@ +reg --account=payee +<<< +2008/01/01 * (100) January + Expenses:Books $10.00 + Assets:Cash + +2008/01/31 (101) End of January + Expenses:Books $10.00 + Assets:Cash + +2008/02/01 * (102) February + Expenses:Books $20.00 + Assets:Cash + +2008/02/28 (103) End of February + Expenses:Books $20.00 + Assets:Cash + +2008/03/01 * March + Expenses:Books $30.00 + Assets:Cash +>>>1 +08-Jan-01 January January $10.00 $10.00 +08-Jan-01 January January $-10.00 0 +08-Jan-31 End of January End of January $10.00 $10.00 +08-Jan-31 End of January End of January $-10.00 0 +08-Feb-01 February February $20.00 $20.00 +08-Feb-01 February February $-20.00 0 +08-Feb-28 End of February End of February $20.00 $20.00 +08-Feb-28 End of February End of February $-20.00 0 +08-Mar-01 March March $30.00 $30.00 +08-Mar-01 March March $-30.00 0 +>>>2 +=== 0 diff --git a/test/baseline/opt-payee-width.test b/test/baseline/opt-payee-width.test new file mode 100644 index 00000000..a5f61e87 --- /dev/null +++ b/test/baseline/opt-payee-width.test @@ -0,0 +1,11 @@ +reg --payee-width=40 +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +07-Feb-02 RD VMMXX As:In:Vanguard:VMMXX 0.350 VMMXX 0.350 VMMXX + In:Di:Vanguard:VMMXX $-0.35 $-0.35 + 0.350 VMMXX +>>>2 +=== 0 diff --git a/test/baseline/opt-payee.test b/test/baseline/opt-payee.test new file mode 100644 index 00000000..56ee0cde --- /dev/null +++ b/test/baseline/opt-payee.test @@ -0,0 +1,11 @@ +reg --payee='account_base + ":" + commodity' +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +07-Feb-02 VMMXX:VMMXX As:In:Vanguard:VMMXX 0.350 VMMXX 0.350 VMMXX +07-Feb-02 VMMXX:$ In:Di:Vanguard:VMMXX $-0.35 $-0.35 + 0.350 VMMXX +>>>2 +=== 0 diff --git a/test/baseline/opt-pending.test b/test/baseline/opt-pending.test new file mode 100644 index 00000000..9a3507be --- /dev/null +++ b/test/baseline/opt-pending.test @@ -0,0 +1,200 @@ +reg --pending +<<< +2008/01/01 * January + Expenses:Books $10.00 + Assets:Cash + +2008/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/02/01 ! February + Expenses:Books $20.00 + Assets:Cash + +2008/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2008/03/01 * March + Expenses:Books $30.00 + Assets:Cash + +2008/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2008/04/01 April + * Expenses:Books $40.00 + Assets:Cash + +2008/04/30 End of April + * Expenses:Books $40.00 + Assets:Cash + +2008/05/01 May + Expenses:Books $50.00 + ! Assets:Cash + +2008/05/31 End of May + Expenses:Books $50.00 + ! Assets:Cash + +2008/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2008/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2008/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2008/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2008/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2008/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2008/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2008/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2008/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2008/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2008/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2008/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2008/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2008/12/31 End of December + Expenses:Books $120.00 + Assets:Cash + +2009/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2009/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2009/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2009/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2009/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2009/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2009/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2009/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2009/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2009/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2009/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2009/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2009/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2009/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2009/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2009/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2009/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2009/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2009/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2009/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2009/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2009/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2009/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2009/12/31 End of December + Expenses:Books $120.00 + Assets:Cash +>>>1 +08-Feb-01 February Expenses:Books $20.00 $20.00 + Assets:Cash $-20.00 0 +08-May-01 May Assets:Cash $-50.00 $-50.00 +08-May-31 End of May Assets:Cash $-50.00 $-100.00 +>>>2 +=== 0 diff --git a/test/baseline/opt-percent.test b/test/baseline/opt-percent.test new file mode 100644 index 00000000..1adb0a8a --- /dev/null +++ b/test/baseline/opt-percent.test @@ -0,0 +1,94 @@ +bal --percent +<<< +2008/01/11 LIAT + Expenses:Travel:Airfare $40.00 + Liabilities:MasterCard + +2008/01/14 cheaptickets.com + Expenses:Travel:Airfare $182.19 + Liabilities:MasterCard + +2008/02/05 CTX + Expenses:Travel:Auto $240.38 + Liabilities:MasterCard + +2008/02/05 UNITED + Expenses:Travel:Airfare $238.80 + Liabilities:MasterCard + +2008/02/05 UNITED + Expenses:Travel:Airfare $238.80 + Liabilities:MasterCard + +2008/02/22 BUDGET RENT-A-CAR + Expenses:Travel:Auto $40.59 + Liabilities:MasterCard + +2008/03/16 IBERIA + Expenses:Travel:Airfare $1,231.60 + Liabilities:MasterCard + +2008/03/16 IBERIA + Expenses:Travel:Airfare $1,231.60 + Liabilities:MasterCard + +2008/04/03 AMERICAN + Expenses:Travel:Airfare $155.86 + Liabilities:MasterCard + +2008/04/03 AMERICAN + Expenses:Travel:Airfare $155.86 + Liabilities:MasterCard + +2008/04/30 UNITED + Expenses:Travel:Airfare $437.21 + Liabilities:MasterCard + +2008/04/30 UNITED + Expenses:Travel:Airfare $437.21 + Liabilities:MasterCard + +2008/08/08 BCIS I-131 FILING FEE- + Expenses:Travel:Passport $170.00 + Liabilities:MasterCard + +2008/09/06 AMERICAN + Expenses:Travel:Airfare $912.60 + Liabilities:MasterCard + +2008/09/06 AMERICAN + Expenses:Travel:Airfare $912.60 + Liabilities:MasterCard + +2008/09/22 AGNT FEE + Expenses:Travel:Airfare $70.00 + Liabilities:MasterCard + +2008/09/22 DELTA + Expenses:Travel:Airfare $806.20 + Liabilities:MasterCard + +2008/09/22 DELTA + Expenses:Travel:Airfare $806.20 + Liabilities:MasterCard + +2008/09/22 LIAT 1974 LIMITED + Expenses:Travel:Airfare $418.34 + Liabilities:MasterCard + +2008/12/26 U.S. Department of State + Expenses:Travel:Passport $127.00 + Assets:Checking + +2008/12/26 U.S. Department of State + Expenses:Travel:Passport $127.00 + Assets:Checking +>>>1 + 100.00% Assets:Checking + 100.00% Expenses:Travel + 92.15% Airfare + 3.13% Auto + 4.72% Passport + 100.00% Liabilities:MasterCard +>>>2 +=== 0 diff --git a/test/baseline/opt-period.test b/test/baseline/opt-period.test new file mode 100644 index 00000000..09e7e355 --- /dev/null +++ b/test/baseline/opt-period.test @@ -0,0 +1,290 @@ +reg -p "january 2008" +<<< +2008/01/01 January + Expenses:Books $10.00 + Liabilities:Cards $10.00 + Assets:Cash + +2008/01/31 End of January + Expenses:Books $10.00 + Liabilities:Cards $10.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Liabilities:Cards $20.00 + Assets:Cash + +2008/02/28 End of February + Expenses:Books $20.00 + Liabilities:Cards $20.00 + Assets:Cash + +2008/03/01 March + Expenses:Books $30.00 + Liabilities:Cards $30.00 + Assets:Cash + +2008/03/31 End of March + Expenses:Books $30.00 + Liabilities:Cards $30.00 + Assets:Cash + +2008/04/01 April + Expenses:Books $40.00 + Liabilities:Cards $40.00 + Assets:Cash + +2008/04/30 End of April + Expenses:Books $40.00 + Liabilities:Cards $40.00 + Assets:Cash + +2008/05/01 May + Expenses:Books $50.00 + Liabilities:Cards $50.00 + Assets:Cash + +2008/05/31 End of May + Expenses:Books $50.00 + Liabilities:Cards $50.00 + Assets:Cash + +2008/06/01 June + Expenses:Books $60.00 + Liabilities:Cards $60.00 + Assets:Cash + +2008/06/30 End of June + Expenses:Books $60.00 + Liabilities:Cards $60.00 + Assets:Cash + +2008/07/01 July + Expenses:Books $70.00 + Liabilities:Cards $70.00 + Assets:Cash + +2008/07/31 End of July + Expenses:Books $70.00 + Liabilities:Cards $70.00 + Assets:Cash + +2008/08/01 August + Expenses:Books $80.00 + Liabilities:Cards $80.00 + Assets:Cash + +2008/08/31 End of August + Expenses:Books $80.00 + Liabilities:Cards $80.00 + Assets:Cash + +2008/09/01 September + Expenses:Books $90.00 + Liabilities:Cards $90.00 + Assets:Cash + +2008/09/30 End of September + Expenses:Books $90.00 + Liabilities:Cards $90.00 + Assets:Cash + +2008/10/01 October + Expenses:Books $100.00 + Liabilities:Cards $100.00 + Assets:Cash + +2008/10/31 End of October + Expenses:Books $100.00 + Liabilities:Cards $100.00 + Assets:Cash + +2008/11/01 November + Expenses:Books $110.00 + Liabilities:Cards $110.00 + Assets:Cash + +2008/11/30 End of November + Expenses:Books $110.00 + Liabilities:Cards $110.00 + Assets:Cash + +2008/12/01 December + Expenses:Books $120.00 + Liabilities:Cards $120.00 + Assets:Cash + +2008/12/31 End of December + Expenses:Books $120.00 + Liabilities:Cards $120.00 + Assets:Cash + +2009/01/01 January + Expenses:Books $10.00 + Liabilities:Cards $10.00 + Assets:Cash + +2009/01/31 End of January + Expenses:Books $10.00 + Liabilities:Cards $10.00 + Assets:Cash + +2009/02/01 February + Expenses:Books $20.00 + Liabilities:Cards $20.00 + Assets:Cash + +2009/02/28 End of February + Expenses:Books $20.00 + Liabilities:Cards $20.00 + Assets:Cash + +2009/03/01 March + Expenses:Books $30.00 + Liabilities:Cards $30.00 + Assets:Cash + +2009/03/31 End of March + Expenses:Books $30.00 + Liabilities:Cards $30.00 + Assets:Cash + +2009/04/01 April + Expenses:Books $40.00 + Liabilities:Cards $40.00 + Assets:Cash + +2009/04/30 End of April + Expenses:Books $40.00 + Liabilities:Cards $40.00 + Assets:Cash + +2009/05/01 May + Expenses:Books $50.00 + Liabilities:Cards $50.00 + Assets:Cash + +2009/05/31 End of May + Expenses:Books $50.00 + Liabilities:Cards $50.00 + Assets:Cash + +2009/06/01 June + Expenses:Books $60.00 + Liabilities:Cards $60.00 + Assets:Cash + +2009/06/30 End of June + Expenses:Books $60.00 + Liabilities:Cards $60.00 + Assets:Cash + +2009/07/01 July + Expenses:Books $70.00 + Liabilities:Cards $70.00 + Assets:Cash + +2009/07/31 End of July + Expenses:Books $70.00 + Liabilities:Cards $70.00 + Assets:Cash + +2009/08/01 August + Expenses:Books $80.00 + Liabilities:Cards $80.00 + Assets:Cash + +2009/08/31 End of August + Expenses:Books $80.00 + Liabilities:Cards $80.00 + Assets:Cash + +2009/09/01 September + Expenses:Books $90.00 + Liabilities:Cards $90.00 + Assets:Cash + +2009/09/30 End of September + Expenses:Books $90.00 + Liabilities:Cards $90.00 + Assets:Cash + +2009/10/01 October + Expenses:Books $100.00 + Liabilities:Cards $100.00 + Assets:Cash + +2009/10/31 End of October + Expenses:Books $100.00 + Liabilities:Cards $100.00 + Assets:Cash + +2009/11/01 November + Expenses:Books $110.00 + Liabilities:Cards $110.00 + Assets:Cash + +2009/11/30 End of November + Expenses:Books $110.00 + Liabilities:Cards $110.00 + Assets:Cash + +2009/12/01 December + Expenses:Books $120.00 + Liabilities:Cards $120.00 + Assets:Cash + +2009/12/31 End of December + Expenses:Books $120.00 + Liabilities:Cards $120.00 + Assets:Cash +>>>1 +08-Jan-01 January Expenses:Books $10.00 $10.00 + Liabilities:Cards $10.00 $20.00 + Assets:Cash $-20.00 0 +08-Jan-31 End of January Expenses:Books $10.00 $10.00 + Liabilities:Cards $10.00 $20.00 + Assets:Cash $-20.00 0 +>>>2 +=== 0 +reg -p "monthly january 2008" +>>>1 +08-Jan-01 - 08-Jan-31 Assets:Cash $-40.00 $-40.00 + Expenses:Books $20.00 $-20.00 + Liabilities:Cards $20.00 0 +>>>2 +=== 0 +reg -p "weekly january 2008" +>>>1 +08-Jan-01 - 08-Jan-05 Assets:Cash $-20.00 $-20.00 + Expenses:Books $10.00 $-10.00 + Liabilities:Cards $10.00 0 +08-Jan-29 - 08-Jan-31 Assets:Cash $-20.00 $-20.00 + Expenses:Books $10.00 $-10.00 + Liabilities:Cards $10.00 0 +>>>2 +=== 0 +reg -p "yearly 2008" +>>>1 +08-Jan-01 - 08-Dec-31 Assets:Cash $-3120.00 $-3120.00 + Expenses:Books $1560.00 $-1560.00 + Liabilities:Cards $1560.00 0 +>>>2 +=== 0 +reg -p "from 2009/11/01" +>>>1 +09-Nov-01 November Expenses:Books $110.00 $110.00 + Liabilities:Cards $110.00 $220.00 + Assets:Cash $-220.00 0 +09-Nov-30 End of November Expenses:Books $110.00 $110.00 + Liabilities:Cards $110.00 $220.00 + Assets:Cash $-220.00 0 +09-Dec-01 December Expenses:Books $120.00 $120.00 + Liabilities:Cards $120.00 $240.00 + Assets:Cash $-240.00 0 +09-Dec-31 End of December Expenses:Books $120.00 $120.00 + Liabilities:Cards $120.00 $240.00 + Assets:Cash $-240.00 0 +>>>2 +=== 0 diff --git a/test/baseline/opt-plot-amount-format.test b/test/baseline/opt-plot-amount-format.test new file mode 100644 index 00000000..9c5484af --- /dev/null +++ b/test/baseline/opt-plot-amount-format.test @@ -0,0 +1,10 @@ +reg -j --plot-amount-format='X %(format_date(date, "%Y-%m-%d")) Y %(quantity(scrub(display_amount)))\n' +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +X 2007-02-02 Y 0.35 +X 2007-02-02 Y -0.35 +>>>2 +=== 0 diff --git a/test/baseline/opt-plot-total-format.test b/test/baseline/opt-plot-total-format.test new file mode 100644 index 00000000..1065c5ce --- /dev/null +++ b/test/baseline/opt-plot-total-format.test @@ -0,0 +1,10 @@ +reg -J --plot-total-format='X %(format_date(date, "%Y-%m-%d")) Y %(quantity(scrub(display_amount)))\n' +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +X 2007-02-02 Y 0.35 +X 2007-02-02 Y -0.35 +>>>2 +=== 0 diff --git a/test/baseline/opt-price.test b/test/baseline/opt-price.test new file mode 100644 index 00000000..06cc7751 --- /dev/null +++ b/test/baseline/opt-price.test @@ -0,0 +1,47 @@ +reg equities +<<< +2008/01/01 * Purchase Apple shares + Equities 1000 AAPL @ $2 + Cash $-2000 + +2008/06/30 * Sell some Apple shares + Cash $1250 + Equities -500 AAPL {$2} @ $2.50 + Income:Gains $-250 + +P 2008/10/01 02:18:02 AAPL $3 +P 2009/01/31 02:18:02 AAPL $4 +P 3000/01/01 02:18:02 APPL $100 +>>>1 +08-Jan-01 Purchase Apple shares Equities 1000 AAPL 1000 AAPL +08-Jun-30 Sell some Apple sha.. Equities -500 AAPL 500 AAPL +>>>2 +=== 0 +reg -B equities +>>>1 +08-Jan-01 Purchase Apple shares Equities $2000 $2000 +08-Jun-30 Sell some Apple sha.. Equities $-1250 $750 +>>>2 +=== 0 +reg --end 2009/06/26 -V equities +>>>1 +08-Jan-01 Purchase Apple shares Equities $2000 $2000 +08-Jun-30 Commodities revalued <Revalued> $500 $2500 +08-Jun-30 Sell some Apple sha.. Equities $-1250 $1250 +09-Jun-26 Commodities revalued <Revalued> $750 $2000 +>>>2 +=== 0 +reg --end 2009/06/26 -G equities +>>>1 +08-Jan-01 Purchase Apple shares Equities 0 0 +08-Jun-30 Commodities revalued <Revalued> $500 $500 +08-Jun-30 Sell some Apple sha.. Equities 0 $500 +09-Jun-26 Commodities revalued <Revalued> $750 $1250 +>>>2 +=== 0 +reg -I equities +>>>1 +08-Jan-01 Purchase Apple shares Equities $2000 $2000 +08-Jun-30 Sell some Apple sha.. Equities $-1000 $1000 +>>>2 +=== 0 diff --git a/test/baseline/opt-pricedb-format.test b/test/baseline/opt-pricedb-format.test new file mode 100644 index 00000000..e2c26f5f --- /dev/null +++ b/test/baseline/opt-pricedb-format.test @@ -0,0 +1,21 @@ +pricedb --pricedb-format='P %(date) %(scrub(display_amount))\n' +<<< +D $1,000.00 + +P 2009/01/01 13:30:00 AAPL $10.00 +P 2009/01/01 14:30:00 AAPL $20.00 +P 2009/01/01 15:30:00 AAPL $30.00 +P 2009/01/01 16:30:00 AAPL $40.00 +P 2009/02/01 17:30:00 AAPL $50.00 + +2009/03/01 Purchase + Assets:Brokerage 100 AAPL + Income +>>>1 +P 2009/01/01 $10.00 +P 2009/01/01 $20.00 +P 2009/01/01 $30.00 +P 2009/01/01 $40.00 +P 2009/02/01 $50.00 +>>>2 +=== 0 diff --git a/test/baseline/opt-prices-format.test b/test/baseline/opt-prices-format.test new file mode 100644 index 00000000..8a83ad5f --- /dev/null +++ b/test/baseline/opt-prices-format.test @@ -0,0 +1,21 @@ +prices --prices-format='%(datetime) %(scrub(display_amount))\n' +<<< +D $1,000.00 + +P 2009/01/01 13:30:00 AAPL $10.00 +P 2009/01/01 14:30:00 AAPL $20.00 +P 2009/01/01 15:30:00 AAPL $30.00 +P 2009/01/01 16:30:00 AAPL $40.00 +P 2009/02/01 17:30:00 AAPL $50.00 + +2009/03/01 Purchase + Assets:Brokerage 100 AAPL + Income +>>>1 +2009/01/01 13:30:00 $10.00 +2009/01/01 14:30:00 $20.00 +2009/01/01 15:30:00 $30.00 +2009/01/01 16:30:00 $40.00 +2009/02/01 17:30:00 $50.00 +>>>2 +=== 0 diff --git a/test/baseline/opt-print-format.test b/test/baseline/opt-print-format.test new file mode 100644 index 00000000..103ceb1e --- /dev/null +++ b/test/baseline/opt-print-format.test @@ -0,0 +1,10 @@ +print --print-format='%(amount)\n' +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +0.350 VMMXX {$1.00} [2007/02/02] +$-0.35 +>>>2 +=== 0 diff --git a/test/baseline/opt-quantity.test b/test/baseline/opt-quantity.test new file mode 100644 index 00000000..5de92e84 --- /dev/null +++ b/test/baseline/opt-quantity.test @@ -0,0 +1,11 @@ +reg --quantity +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +07-Feb-02 RD VMMXX As:In:Vanguard:VMMXX 0.350 VMMXX 0.350 VMMXX + In:Di:Vanguard:VMMXX $-0.35 $-0.35 + 0.350 VMMXX +>>>2 +=== 0 diff --git a/test/baseline/opt-quarterly.test b/test/baseline/opt-quarterly.test new file mode 100644 index 00000000..b96e11ff --- /dev/null +++ b/test/baseline/opt-quarterly.test @@ -0,0 +1,204 @@ +reg --quarterly books +<<< +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2008/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2008/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2008/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2008/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2008/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2008/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2008/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2008/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2008/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2008/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2008/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2008/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2008/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2008/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2008/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2008/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2008/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2008/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2008/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2008/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2008/12/31 End of December + Expenses:Books $120.00 + Assets:Cash + +2009/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2009/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2009/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2009/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2009/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2009/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2009/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2009/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2009/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2009/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2009/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2009/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2009/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2009/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2009/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2009/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2009/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2009/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2009/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2009/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2009/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2009/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2009/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2009/12/31 End of December + Expenses:Books $120.00 + Assets:Cash +>>>1 +08-Jan-01 - 08-Mar-31 Expenses:Books $120.00 $120.00 +08-Apr-01 - 08-Jun-30 Expenses:Books $300.00 $420.00 +08-Jul-01 - 08-Sep-30 Expenses:Books $480.00 $900.00 +08-Oct-01 - 08-Dec-31 Expenses:Books $660.00 $1560.00 +09-Jan-01 - 09-Mar-31 Expenses:Books $120.00 $1680.00 +09-Apr-01 - 09-Jun-30 Expenses:Books $300.00 $1980.00 +09-Jul-01 - 09-Sep-30 Expenses:Books $480.00 $2460.00 +09-Oct-01 - 09-Dec-31 Expenses:Books $660.00 $3120.00 +>>>2 +=== 0 diff --git a/test/baseline/opt-raw.test b/test/baseline/opt-raw.test new file mode 100644 index 00000000..f9294724 --- /dev/null +++ b/test/baseline/opt-raw.test @@ -0,0 +1,11 @@ +print --raw +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>2 +=== 0 diff --git a/test/baseline/opt-real.test b/test/baseline/opt-real.test new file mode 100644 index 00000000..b406f29a --- /dev/null +++ b/test/baseline/opt-real.test @@ -0,0 +1,11 @@ +reg --real +<<< +2008/01/01 January + Expenses:Books $10.00 + (Liabilities:Cards) $10.00 + Assets:Cash +>>>1 +08-Jan-01 January Expenses:Books $10.00 $10.00 + Assets:Cash $-10.00 0 +>>>2 +=== 0 diff --git a/test/baseline/opt-register-format.test b/test/baseline/opt-register-format.test new file mode 100644 index 00000000..2384b6e2 --- /dev/null +++ b/test/baseline/opt-register-format.test @@ -0,0 +1,10 @@ +reg --register-format='%(amount)\n' +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +0.350 VMMXX {$1.00} [2007/02/02] +$-0.35 +>>>2 +=== 0 diff --git a/test/baseline/opt-related-all.test b/test/baseline/opt-related-all.test new file mode 100644 index 00000000..645f8a91 --- /dev/null +++ b/test/baseline/opt-related-all.test @@ -0,0 +1,14 @@ +reg --related-all credit +<<< +2009/06/18 This is a Test + Expenses:Food $20.00 + Expenses:Tips $2.00 + Expenses:Tax $3.00 + Liabilities:Credit +>>>1 +09-Jun-18 This is a Test Expenses:Food $20.00 $20.00 + Expenses:Tips $2.00 $22.00 + Expenses:Tax $3.00 $25.00 + Liabilities:Credit $-25.00 0 +>>>2 +=== 0 diff --git a/test/baseline/opt-related.test b/test/baseline/opt-related.test new file mode 100644 index 00000000..576bc9d2 --- /dev/null +++ b/test/baseline/opt-related.test @@ -0,0 +1,13 @@ +reg --related credit +<<< +2009/06/18 This is a Test + Expenses:Food $20.00 + Expenses:Tips $2.00 + Expenses:Tax $3.00 + Liabilities:Credit +>>>1 +09-Jun-18 This is a Test Expenses:Food $20.00 $20.00 + Expenses:Tips $2.00 $22.00 + Expenses:Tax $3.00 $25.00 +>>>2 +=== 0 diff --git a/test/baseline/opt-revalued-only.test b/test/baseline/opt-revalued-only.test new file mode 100644 index 00000000..5135b80d --- /dev/null +++ b/test/baseline/opt-revalued-only.test @@ -0,0 +1,59 @@ +reg --market --revalued-only stocks +<<< +2009/01/01 Sample 1a + Assets:Brokerage:Stocks 100 S + Assets:Brokerage:Cash -100 P + +P 2009/01/01 00:00:00 S 2 P + +2009/02/01 Sample 2a + Assets:Brokerage:Stocks 100 S @ 1 P + Assets:Brokerage:Cash + +P 2009/02/01 00:00:00 S 4 P + +2009/03/01 Sample 3a + Assets:Brokerage:Stocks 100 S @@ 100 P + Assets:Brokerage:Cash + +P 2009/03/01 00:00:00 S 8 P + +2009/04/01 Sample 4a + Assets:Brokerage:Cash 100 P + Assets:Brokerage:Stocks -100 S {1 P} + +P 2009/04/01 00:00:00 S 16 P + +; In this usage case, the top amount is always secondary +; 2010/01/01 Sample 1b +; Assets:Brokerage:Cash -100 P +; Assets:Brokerage:Stocks 100 S +; +; P 2010/01/01 00:00:00 S 2 P + +2010/02/01 Sample 2b + Assets:Brokerage:Cash + Assets:Brokerage:Stocks 100 S @ 1 P + +P 2010/02/01 00:00:00 S 4 P + +2010/03/01 Sample 3b + Assets:Brokerage:Cash + Assets:Brokerage:Stocks 100 S @@ 100 P + +P 2010/03/01 00:00:00 S 8 P + +2010/04/01 Sample 4b + Assets:Brokerage:Stocks -100 S {1 P} + Assets:Brokerage:Cash 100 P + +P 2010/04/01 00:00:00 S 16 P +>>>1 +09-Feb-01 Commodities revalued <Revalued> 200 P 400 P +09-Mar-01 Commodities revalued <Revalued> 800 P 1600 P +09-Apr-01 Commodities revalued <Revalued> 2400 P 4800 P +10-Feb-01 Commodities revalued <Revalued> -2400 P 800 P +10-Mar-01 Commodities revalued <Revalued> 1200 P 2400 P +10-Apr-01 Commodities revalued <Revalued> 3200 P 6400 P +>>>2 +=== 0 diff --git a/test/baseline/opt-revalued.test b/test/baseline/opt-revalued.test new file mode 100644 index 00000000..b68b256b --- /dev/null +++ b/test/baseline/opt-revalued.test @@ -0,0 +1,66 @@ +reg --market --revalued stocks +<<< +2009/01/01 Sample 1a + Assets:Brokerage:Stocks 100 S + Assets:Brokerage:Cash -100 P + +P 2009/01/01 00:00:00 S 2 P + +2009/02/01 Sample 2a + Assets:Brokerage:Stocks 100 S @ 1 P + Assets:Brokerage:Cash + +P 2009/02/01 00:00:00 S 4 P + +2009/03/01 Sample 3a + Assets:Brokerage:Stocks 100 S @@ 100 P + Assets:Brokerage:Cash + +P 2009/03/01 00:00:00 S 8 P + +2009/04/01 Sample 4a + Assets:Brokerage:Cash 100 P + Assets:Brokerage:Stocks -100 S {1 P} + +P 2009/04/01 00:00:00 S 16 P + +; In this usage case, the top amount is always secondary +; 2010/01/01 Sample 1b +; Assets:Brokerage:Cash -100 P +; Assets:Brokerage:Stocks 100 S +; +; P 2010/01/01 00:00:00 S 2 P + +2010/02/01 Sample 2b + Assets:Brokerage:Cash + Assets:Brokerage:Stocks 100 S @ 1 P + +P 2010/02/01 00:00:00 S 4 P + +2010/03/01 Sample 3b + Assets:Brokerage:Cash + Assets:Brokerage:Stocks 100 S @@ 100 P + +P 2010/03/01 00:00:00 S 8 P + +2010/04/01 Sample 4b + Assets:Brokerage:Stocks -100 S {1 P} + Assets:Brokerage:Cash 100 P + +P 2010/04/01 00:00:00 S 16 P +>>>1 +09-Jan-01 Sample 1a As:Brokerage:Stocks 200 P 200 P +09-Feb-01 Commodities revalued <Revalued> 200 P 400 P +09-Feb-01 Sample 2a As:Brokerage:Stocks 400 P 800 P +09-Mar-01 Commodities revalued <Revalued> 800 P 1600 P +09-Mar-01 Sample 3a As:Brokerage:Stocks 800 P 2400 P +09-Apr-01 Commodities revalued <Revalued> 2400 P 4800 P +09-Apr-01 Sample 4a As:Brokerage:Stocks -1600 P 3200 P +10-Feb-01 Commodities revalued <Revalued> -2400 P 800 P +10-Feb-01 Sample 2b As:Brokerage:Stocks 400 P 1200 P +10-Mar-01 Commodities revalued <Revalued> 1200 P 2400 P +10-Mar-01 Sample 3b As:Brokerage:Stocks 800 P 3200 P +10-Apr-01 Commodities revalued <Revalued> 3200 P 6400 P +10-Apr-01 Sample 4b As:Brokerage:Stocks -1600 P 4800 P +>>>2 +=== 0 diff --git a/test/baseline/opt-seed.test.save b/test/baseline/opt-seed.test.save new file mode 100644 index 00000000..48ca7d13 --- /dev/null +++ b/test/baseline/opt-seed.test.save @@ -0,0 +1,432 @@ +generate --seed=10 +<<< +>>>1 +2186/12/04=1987/04/07 (gxB) Xcm0wJS7fGh07 + ; K93x8n5028OV19:n9zv0ksC + [MIdo:Y377U9xhRjxQaFFk37:aEaw66xn:9ss914] 411126pQ @ ozgYxo0.578679 + ; n1:1Bm38PMy6FO51R58pWhXmc1HN08Umw8T + (X:S) -936200r @ nijv235713 + ; j7zUn1U8UPStcn46 72dpS5vd9d2oxQk:R + C:27lps3E + +2186/12/09=1987/04/08 (B7xDea) yA6fOo:q0A6IaA7v ; LB:l + cro FhdXRF:nROGw1H8PqY10Jg 3FQRrcX07 -733399YmHWf @ 0.640803LMtLP ; dVmRkOR + [Z2t:31I:2ox:81NC28A0] 263844DKa ; h4I8M355 + B0VD1MI2073MblRrsPV64O9 EEMQ 816045 @ 0.499731hzxnl ; qAsYFCY + [b1X09LHz:AkK5G] U -785951 + ; gJy3hZ4g75vf84:9Rz R 6Vpy11ZJ:24K m U:Y + DI7 3 ; H64 + +2186/12/11=1987/04/12 ! (Xu:Eo) Cx4o2an 3Upa0Fll:nDjT461:y ; uzZ5uQlLWR4 + [XKU2Jj6:p6I5kVSPv 3vpG:ShyKRF:dv8y] Tgojw -14862.9 + [SPOiCDS5Zg:t:Q7vMF01n8P:7h1i] qXxf 437098 @ BmJ866903 + [reGXB0LK38iD5FM zWxl PUW:eI5F21EN80e] acLq947715 + (NA LA 11uhxP8y7oBBgXZQ45lwPb1) 14641.5sndK @ 44.2184885 Cw + ; P4158:i1xa1eoHUHeF1pS8 + [CMs:8Yz9t7H1aF3qN] qt250589 + (B0T) a-715047 @ 0.946357 Ac + ; PeUU8DYH3 BxS Uu9y:YfU0isX6ly:sZO6S2xpN + V:60vuV + +2186/12/12=1987/04/14 * (OEWOu) SLGS + ; AuFLS1XOW:z04:gwQ2 + (VjI Tm79d6) -93666.5xuIH ; A9 + [UF3xXu kOA ERwiQOh aprUp9gM] -103361jSZeo @ 564002 iJOXN + (EzJ 65T295) QCaR134452 @ RuLEEw 0.6292982 + ; M8916aJx5C7:G9U0I:y4t68 + W oUJuq66YfULC1 CW95nX2VZch2:qK992pM3fhy manJj -209990 @ c 536098 + ; yzOvW 28W99zgmW9Y9:j:5w:1:gIX + rNUT0rM:rBsW:P87ZVn3d8X + +2186/12/17=1987/04/15 * (F7u) sZ:c vZ8U3Sr705 + T2DT75mS9x7 W727197 @ 1.264289dfiel + (Z X9E8W16j8:521) zPFS-334854 + ; RkIZ27O30b8:yf0pXU + (jAmK) 426564AO @ SemS 421251 + ER lq6N3 q 3317.11 @ RAAii 254.77207569 + ixS + +2186/12/21 * (EVhm) fnA 7GRR710:8:FhSlZRc:4L5J74Q RnH9H4v ; N2 + (dGg77g:i40RE7J3KnxNNHB0E 7) 262042 z + ; N3V98V827I:qaJ2U4E5IR tpHJw0J699:f + M8:vCvoagZmVL1Y:543:eucH98:Q 222936 aZtSl @ 1.851056rQWi + ; Os2Z7rnOU11Y9vm8pGNvTuK + [KWybHT:s] Zc -395512 @ 673430 Q + ; JDK FpB 6g 5dBDa + [Tk:B1257JrD9:LgqbzmH8GQ] UaS-222545 ; uiM6 + u335Ic + +2186/12/27 ! (GS) EJ99iD7cHek7EJp5aoFYIXz2Wx:hTSIPWjP + [rRlyn:21:Jcu292Ea] YuOJ-77111.5 @ ys9.708928 + ; EI309:2D t66H6NzNv c AXmMzeF4:kR + [jn 58DWi8DwD48Ee3:05qkh38Y8754VMaC80OD] 205960LdQ @ iiB 2.206851 ; vTJ9I oLQ9KF1l + [zqBE2yO1UWmgM4BL:A9Do4EffRd8V:io] w-53161.6 @ 350764 UclkLw + g:R000qI3C 746879 juFf @ hlN448555 + ; x5:1OGWm WY9Fdtu:8rD09k1:5z 1:8Y:xQ11I + A43J7Yjx6xKhN0:TjP ; f:l8Q 1L7RjfBQ + +2186/12/29 * (R3:UJ) hN K3YTd:0y:42Ze9ObAaT lgx:yJ:ir1j ; xIIL05IE2p3 + [y jLigz uChQA Eg4UEf0 70B:94:i4DqcQq] iyg895724 @ 0.510892 mCiSp + w8C 7Hx8Rq91QS6z:7b -331711 vDTIl + U0987:F:4DTh6V F6 Rkp3p1 CTDATK-782095 + [kG7R6F:9jPxChWVOObKg045AE80hc87FW] 252408ViNkjs + jHM I5:Y + +2187/01/02=1987/04/20 (oCi) coD:3Y1ZEF79r:C086 + ; q:Gk:331:S9 o:0CREm + (bML5K:jl7ntsH213:Q:1BjWS8Lrqp:3 qSg2 93) SgXoC 338602 + [mr7R wS405TMYlnq7:Jx:e7:Qv8uElrM01Ww] 596325 IEVnen + ; V220WkzjO p:eVRrzBl473Nht:26U + o1h:E + ; n:34:ThQmLaTUfgbrNm:71p1C9 + +2187/01/03=1987/04/24 * (e) S:8O8F8P4672h6 ; UEJwkn + (iA:R70:9:Wzp4x:v9skm) SXV 822239 + o6Vo3X:HmQ:8s94RFZ8:fbxJYY2:xy6 wE 129507 @ 7.102689 hq + ; T:Dr0SwdlwU:3gn49 + TDM8vS3 4:l497yk2f2 d307311 @ 0.344104 xOqmt + ; hrZn9 5BaTBOkT16 y:65f848liI558:f9 + ADHTI7b:417f9NC p:81Dn:dd:2t58QPvkr6 280677 ewaJgw @ OhuZ248193 ; US178U5:E2P + JvY8mjt0 p1F ; Er nO + +2187/01/09 (u) I55B7BN7Nic0Xf7l:enK6:wZEp + [u7n1K7hy3kMKbPG hL] pIYM -959467 + [Xe3P2P:oUoMA1slU09R] -544505SfH @ 852228 OkXknF + ; z uE9:xQ53Sy0 s3p53voVFV:bOP2mL9K4hBf:24 + YJ5N:el1lEP1rksmQ4af8vXzlix:87 oXtoLV-494724 + [f28 6:EG5sn 6clN E:689EhZ6rljIS9A05HB] -592178TcaIqX @ 0.52632KqgxJY + oiMz51lFxbnN + +2187/01/10 * (f:YKS) b152q + ; l0728x5Ep97f405oy5sTr4j + (X2l:yjc3P5Jf0R8slv7fn:DWa0HB63yUBY) -637008UW + b -526513qGuvC + (P9QJnILJLlK20j9) VJx -237745 + ; H0:S1m6o:kpqGBmr0jn4yGp0PPx63680Bo + [JpVMi82HvZ8Cjn8R] jVSSg-913619 @ 0.808966 yoc + ; jYk3X58298IFBV7M TH3WN4n l0:x73agt4z + (HU 0M:e3A:030XdN3:8g) 243401kRXr @ eW 346761 + ; V6tnx1GMt6B0iT5DL9 + Eh EjQL:5Rj:68NZ42kd 16djH k883779 @ 652143 KQK + hlxM319I2412y + +2187/01/14 (p7NK) i56 + (E0V bMA) -901145n + ; I0G5G9axvs32G0R19D72Nj + c:6q9 dM:73:5Nc1p5g:c0 q -764271.00 @ 0.310259Pwv + [Nf2:jSoF:X79mOgTa:t4 CC8903Ug 0cf Gv4w] -345268RzzzmL @ e 1.692647 + ; R:KT0Y:WIkiD3UB2Fu6:CK5X6G6K1 + (d) PDGe 828999 + ; iFk6G5XkFII6739 31Dq2Qde25a:vfvRL0 + NDODeT1ud913r9L:s7JDMkkGwNHEoac ; FyMDFsNG + +2187/01/20=1987/04/29 ! (uvZ) C79:n5SB4r + OV35363j:REM:JjkW -996837ufeCSQ @ 0.47472dq ; EqA:SE2QJpd20a + [JTaWorK:018RpRg1y23Eh2FzS:o84BimcBP] 644258 VmNxi + uh:l8fPO05YCYi053 + +2187/01/23 * (M) p4yw23Z7z708H2t 1d108W509F XtQHd + ; JrdATcORmZ7F4:RilGAo4nPERSla K8:q319 + (pgNXjW:7:w c6434RmZg9x39A QgUoDd8NZ) SUO 203170 + [ob] DHAra-72498.6 @ 2.7968954yeCD + ; xTxkz:Qo:27 6146k0 + [o:1wP7Q2] 77384 dQolH @ 492890 l ; H:d6 Yu + [vhjm6FF] -597065 iBP @ brzs0.0717997 + B1V:H4agb9:aLP9235e2b + +2187/01/29 (KQhu) Q7x65f8ls25W88oyPR1H56I + (lX 0:3ZQ8e:f:We0b4lAUvFl7lf5x208) 383456kQrwsT + ; wa0f6v8ZJ7:on7T + [She:qWK1Qaijt7B5ua0] kniumo499909 + ; Z:CP:A5hK5uN4JI7FMqS3V:vyVS2 + [Y68R:A5N] 798458a + ; x:26gTlXF1:7:R6BMewcn:H:N8UXE + (QfdF:4GLhMy) b-547602 + ; b aPGwAfp Qx:m952ctx495 + [utb8nOU0r9N] mLHbE223101 + A6f1R:zEq0Vea3gsKnC9:06 a224 ZmNQ 774115 @ 892757 OQv + ; X6g:0Ka:8E735uVV + W6zw11QYbiE3awi1d A + ; pXFvBnAu8E77qcw:ZUlwkWV5lZ:VkC3:5gZyaERW + +2187/02/01=1987/05/01 ! (wv5i) f6n2pmhOP77oyv6:IG5j0TEk9v5pXP9810s + V 5w Po:lVghM1g4t3BXKy B B:1Zz gT -123047 + S3j:Aj4s 791849I + [B9:WfB9KIt4vLU51:Jm99I6Q125dMRIqx66vC5z2] 242497 A @ 583994 uXRfdk ; p5H8:j:o:fES + lS7d:q -106717 iefO + sj + +2187/02/04 (s) Z1yWLuX5yE4h:xT0X0Ga:o7:8T:0BbAvP46 + ; X79u5:K mYCw9Utl + (uE:h:1jzdLirp r gP5Z:AF:79I) -711627oRDqJP @ CLpS1.184335 ; DUx7WX5j4nX + [t2xBfs53KgY vP:XxCk2bmJC92 3Sx5U4] 313034 GINL + ; lLpf64qmRAVY7J943jaE:c:l 4570l4:P + u8 84Cpd e3 + ; g a m05HNW45pto sn0pJPv0U9r5bfT + +2187/02/07 (aj:5) X7rkc3PjvxTL l + V8aoGZ8p IL 50587.5vBeRJ + M6Ai3R:Q 325120 O + J5EUo35CK:qrg4E:V RznCQB3:q8MX1tX0CDyp 975643CDIcM @ 855572Twu ; bf5 A + [TM5Z] 913463 oimIl + YI8S9:X:C6zA 75 + +2187/02/08=1987/05/03 (u5N2W) X2Lbql6n O:z2U1WB0 iDB8N0:4O286Be4h5q5 + [q95j7F] Z -886734 @ 931353 bNt ; u0G KuFLh nq68 + (Y:3LOBz1:S:nA7B) wwL-880685 @ 960618G + X9:gud7uR5Qxth7:f1Q0 + ; F2lUncNAoUU4hWY DVe + +2187/02/10 * (E) n07K0X69w9Lm5n:Kas2ErCM6l4 48cR18Y:SnV + [R Cv H:6SpHO6:l63Gq:20JXImfc] -667443 y ; Kv + [mI9ZfM02qNaD8] 668500 RYSLl @ ddu0.19124 + d:BPcI1lYVW9CcA6yL:4lhaK6ID717 + ; N8Ix1H95urPX pLL5m:vz1mg:e A8 + +2187/02/13=1987/05/05 ! (c) Bb7b10:fG8C 6 6Wx1l + [Ef] -85775.1dN @ 315212ejCU + (wLjq:0601Iqx:96 HF) 658188HKt + suu2OqWMY6sJFv:xm:Tx -638358 jnDT + [g:9S f8OoiA87l0I4Kqx3] -601167p @ 43014.8 aLq + ; S:2T:i:IzbT:bNP5snh:2Pk:5nu + lN 8U973P3983pe32X:A:219N:1 + ; W:0 BO yy8:w8evC7YmboP ghx2:J9Xo + +2187/02/18 * (AN) oUwsLl:0Mm6p66d4leuup0:2x + ; c 5kp7U8G1k4:3qemxEP9IIYN8YUxA:8I9q + ysc8Prp:BAO3:NmJPIpZli -863446K @ VQ568439 ; tA6 + (I 4u8PI1L81v:aOP1QE74d 1DDZBY e7) Xl -571100 + ; C3SV V0zIpW0K6O:Uy1d:Q7dvwz:o5B EQ Nh + (L bD:5l2K650y8i9Ja) d-942453 + ; FjCMw2cXC3T5S1 P7d:d:O63BwR6O + (qYLNQ:ApC) P -371484 @ WLbB 716482 + ; LkfG:wU7kt 6Ayo9H9 ho + (AH7Z266:lo9126ooP:ok6IqMf0) -695058SXInq @ Abz 913865 + ; Lqh76O:sSk3Y9zRR + [f:z:n2:bO7fwc230R:2Y7fjX9Yqq:649] RkqnLo 249887 @ vTD 1.7248 + IW0M187 Ub + ; u4h0r2cSYS1kHW 9j6FyRk1y + +2187/02/20=1987/05/06 (W95) k + [TDrC8nTiD:r4Dx9177sQJvd16Ed9SvU mrE81:oD] bipfJi -629380 + [cD2:Hy:DV6zL a647Aq7Pp71gTruf:0] BzPmpg 612835 + ; W3FiFcDe53HIm789:kQN + (nP6CPmJd9g7jS72M 41q:t V5ltrdUx169Zu28) 975397 shihH + qT7c6 -655081 BXPPc @ Ya 872226 ; yIX7OGx + (mQSZ) 426510 zcBER @ tsnr606449 ; cJS:z12J4QvOA + [Yjfk:FmxjrVAa278WBuv5:50eG7w] Xake56556.8 + uM61VJYWHmmS2swhTs1624firiH7MjO5Z5 M0Y + +2187/02/23=1987/05/08 ! (R) Dg8:279q:90GKH7:pq3WN kXi:C:4qf76 + ; NlnAoFwM C7d3KH8A:6:lHr o8kxh6N130jo:kJ + VI6YZ -597872tIjW + (e:81C4:oO swE5f 9l:d9) wUna-360797 ; mJ y8mI + (a2y 6:iZLCdeW t10vqB7n3YN:7) 272995 NcKRN + ; taqP:G6i 8ePbU7GD59:r6iS + E46j:t7f50rjzczn -420867In + (qfK1A qE9SAMwwY:RbfPDS) lAcJ136457 ; AJ7hu5lhG2Q + m9GnlWF:P 2e6300i0o:K 930528Om @ 127927Rq + ; YN86XuS17Ax6fBYw8:FZB + v89c7V90x898JVnHFV:i28l3mMf1xTU:Bo7iJ2d ; YHqY + +2187/02/24=1987/05/12 * (t87o) mjrM4MyN8oKdpS4s + ; dh4gFZgBk5z29g2F44zT5I9g58Xpo:AYe9u3 + (uQI843zXpD9vK6l2dc93) VDZfau695674 @ 1.395381tJ + A:UT:2t 4BPcec8xuFg Qb2sRg79Wt -715837BWwCJu + i uRN1hvI8 + ; Yh 2:snU9F5u0Q7:eT507nI3mN oSE8MkeZ0kPnF + +2187/03/02 (JaP) M:j9:DzCYyd:M V6 ; YCd5tl8gTY7r + KWu6Q vju54Wqg:Hajy3K5 699037PsAu @ 0.0432019 dmmsRU + gm:9:Uf:t:jZCaY8ZoPqd UB:qjC5OtR v2y -65372.2DRpj @ aPXbpG0.66845387 + ; HOntIQNDiUq2h7O88 + Lq6 + ; hB1 YKJgE pnE0a + +2187/03/08=1987/05/16 (fVUT) GB0y15 ; gw8ge764c35f + [fgY:5j4fG6:uBT] 994884 IuSb + [Qv84kw0f1cxt8MBl] -314694 SKN @ uIGy0.488405 + ; S x865af7EOVbh09z1C:atG + C:aOmIU 6quv27:L8:fO0X61IFuzPKm + ; cU95Tz:wN9F99u2C:7QW2R6QdK:y:5Lcdf + +2187/03/11=1987/05/18 * (Q2P) kOT0:08TY + r19iHviTP MQmbBklzoe5Zy:8T4 -701612X @ 1.347401 dhCZ + j8hn 8a:zJvx -950080X ; X6V4:Vrz7:A9 + ChMhD kwW2Drf8oW4 m23b6 rg17K cc + +2187/03/16 * (tZ) U C44:BGa4J6Bzwwb4o + [YK49QGHo:U167ZuH:Sus] -653997 r @ 990828 WsMH + ; YY7Vl4m0y6h:97Eb:t:WZ38 + [rkd6eQ QnFRO4Eap1:o24ze7 MJta:5Lmw8y1] 713018 dOybc @ 867696 pqosoj + L rGB fhmmAj41N:75MlS:HI02Dhtvv92:9 + +2187/03/19=1987/05/20 * (C) x4MFm08t8:Rv484 + ; pteIOL8G3L7K:PiF:ed01NaE:5 + jLXaJ7:TPkx:hnc0a84T949V -337155Pt + [z Cimq6yQ5 6Hz:4:y j3pTBDWr:Xwi5xa4fT0] egJUlL927254 @ ETLYp 830216 + ; i5s0qZi5:it:qv1g 35vrb4GY:4y5 + (aGO8o973:8:DqP588) cReiuY -813613 @ ZVwoPf 932860 + [iG0OQ:tWl:Y:F59 R09pKiI] 499724 y @ qwy 1.437329 + ; bNO myx5K3DhtxI0gZGc4eWCtZ:Nsb:l7Yx 3v + [OT2sQn:78mn:6dC6k2BPLg8Xu:1NV8GHg6cq9d] yFpTo -290498 @ PdADxe 2.729485 + W2C:PzB:a7iA:VHeXq7gYKI vM2611:bCoq aHgK 381854 @ 721958RKv + pPYXx2wrFvMC:94zr3C9T1TdhR6D4 + +2187/03/25 * (R) Z6et66o5F44:HG74D5gdk9 + ; I8k7lSGq5223eFvFeSX4B20O + EiOxe -49170.3ptFX @ WYtmyT 781596 + [cn U0zGj:Ylm2R:4a Sy] pxLB-155187 + x:yw8duO9Ic:4CqN:AUa xd + +2187/03/27 * (tg) VirzaV9213J8:jkhY7b + (Kk:22T6893q129HLfMQ9QZf K66Kc:1 Qu:51Ki) hEP288640 @ 1.734694 ES + [yP7cI1x:Ns7Ik:CF 8W:2r:tT8r:ND3K4naIL] vnCq-270931 @ 368422 Qum + [OkJ:WvF64D87M22b58xgnAS2yf85] -542640 eM + [P U] 602501 oUB + c32Ww93:Z:mj7BK + +2187/03/28=1987/05/21 ! (kIWM) lz L5 + (HoA7y0U4v4R458U80K0wqj4V8L:3Hy hK:u2o) baf 692841 + (tX) -864521 x @ Vy0.360209 ; Wxe043p9:061 + (Lq:5g7L:wwv:HyHFPCZYy) MYpd631128 @ 508656Cz + (x5 79ER 2Z3I0U19 47VfLtNKOq:2X) -696823bSC ; a8:Ad6LdI + +2187/03/29=1987/05/24 * (O) E0Rfh34 + t4FdLx3:l:Ck6m3VJ stAj-908528 + ; vQ8h:OiGS:f7CG 5 Y7fBz d10 + z 2936srygkDWhn1c4jyG:L:nHpTrnLB51 vG75178.3 + ; UfL7dG5a87Mm430vKtQ4Z:M2sdMzh3:a + [bdA:M:AM9FCXQm6HMGIB7 Lz:YV4tm3:r:SN] 38780.8HvaL @ HamR 19.0182771 + ; z4KY C:Q:3h2 X 7 + (R:n9:lXU) YTx-417744 @ 1.230378 D + [DLs 9 mtV 1G:b:Bep yVU n93Hbd:8By2Mx:M] -48707.2 a + [R:Goz1E0Bj:blF5Hl] -298794rPVm @ 3.283965 bUoyr + ; KYa8M9:6482B650mXUE7b:Ka + w8NK7U54q7vHGU0l30t:Il:3P:U T:SfY0 + +2187/04/01=1987/05/26 ! (Eq) M59Ml:3 + K ASPeZQ:7LW:wzN2QaUr77OXr wS-848544 @ Exd 0.625834 + (tX0 1Uhq2Q969Z5x07I4B:8:n2t4T4V:E:6K) rQem -637441 ; ErSB:G0z + RqXG2 IZT646tE30:n84Y fEt-767950 @ 0.594623 Hkqq + ; pw3k2j 4KT D3Uo:B27e:WKDiuOD43L + [C3] BheR-157970 + (A8p:062sBPYe8e:6oK:n 8X:87Qn) 982770 uVsEo + ; oHE U:F7z1f1b8mTv:s 2KwNo7 WgI + [D20EU:1] Sppd 837068 + Bdn0znI799:07:s60 M5099z7 + ; dEGfxH:U8p6z8DBSZ:diiQ49H21 6 + +2187/04/04 * (M80a) Z:k206 + [x7:anc] 437316 Dqk @ eZCzj 0.285032 + [hC705 NtL:iP:q3608P93d7P:GdE] 544670li + ; oy:4zAY3upE31j0VUKCo95b84:O9E5d365E:4 + ysN:P:56bd43Z:v:krkEyf R y287D + ; eZ U0AU4:MSGD:jjK7O94rD3webUWW1:4r0:07 + +2187/04/07 (vvA) wc05O32W:H34:Y990 + jBCX1J524A63U1k1j98823 2PYK886n 391730qA + tf50 ptOxzto:d6O0ye:cg8MIIR9C3ZlTRQ1 nx920305 @ 1.019439 MyVL + (UaTIt08Xl47:98zv83X92k3Ap) nlfkS 154433 + (j3M44pR2dc4J:rTP7oN 2kO5 GOp:2zo8I) PXO-126823 + ; yM21414i0eV2HAu50r61:5WN:2ApRhE:sM:ic + Xs551d 14OR5:j:5:u + ; psjmtc 57 BvF44CTmU7BXYna9w:2e58Wk5dV + +2187/04/12 * (Rh2) xe:4694A4vNXtTO:BRdX4n:U:6gLXW4atziLPi + h:E31A:6lSbJKE181aNzg2l2s1q -158224QX @ dKAD 4.682267 + (pfitL560:H:rL2O7L) 976398 wMZ @ t486509 + Motxoa 3u1 D 58373.9 V @ 3.1142171 a + ; tnBH6o 757IL 3:bche8 5 V:6 F29 + [U 76 7PO6E2M6fJ47pk3no K1KI6r] 690776 cL + ; Tz1W zMl:6r0Sr67wwiv6mHI1:UMowDl + (A:4s97lX2ZJg5XL:JASmf:H) wTEdPr 126890 + ; E8N231t1v62wd53wZ3S7ZJ + [MkN6f0006:53MX36298W vL2Rr] 131653voz + i:Y82PTu8o0RsU5c393 ; m09zvwT873z02 + +2187/04/16 * (O) g09nmf1f ; fiQ T4D2:E + pNwv4w va614303 @ BfEt776882 + [z 8M3qc:0W6 323:7 HE46vE5goXpC4C] GZatQD349279 ; c79 + N6Ny7D0NikU2Qzy:W:N4M:94F7D:C zua3Gr ol-473902 @ TiG1.58947 + ; USUm8 I01T7:rL9xC4H6QaI1fI4zg4iw9D9D94NY + iK9PGH2Lr:5xL 11077X ; WiNki + QxGAnH:0i1:5:hpK1454yx + +2187/04/18=1987/05/27 (d6 76) WKycS8BB4k2pWB6U1 TqC799Q3Q:Q:uvDbP v + ; S1 H:53Fz:Z9RY7660oS2:iEzlx8zId1KHlAp13 + WAIZL7YC8T6xsxb C lEBkQZcC6ZYX8oUdjs aBsqCO-859192 ; X + (dVeDho1zLvBM1:bc2907v rw6w:fIyj) rJO-348003 @ 0.5828lNOAP + [VYR86aOPCBtU:T43s31qNrcmX55] 148376Kaqj + ; Hb5Mz2T33FTGp:6mf92L1 + g0P FOnuBD634440 + Eu2590k:6 542890 YbTkPd + ; MG7:fX1QN7F:aBWcZ WK:miVS9IS4 + TXhdCnW:q3 83Q0:A:TLa:P1 389207Qu @ ZxD 474844 + ; ze Xr:DiUmY4O5a494 E 7C jd9f:y + ej:OV1p + ; UQIvt cFi75q3l7:33q9V4epmq1c3o:MQY9:4 + +2187/04/19=1987/05/29 * (yIEGx) vtu yZ:FLNg8 bz81244o 1 + [eQ0:vQFftKq312 5:qt4OJRF14:8iUS9] -514867H + [zS4kj:1U364n 77yT4heLR0WCtP:J:qpTVC] C 626719 + ; k61HYqVgh4pw4PSJ:8Zd5c0LvKhEqop + hQu J5:iL7i:dlczgv5 aUXZ:SW20:d + ; B6CQoX:m7:T0DObHKf:c35E tVQg:6N7 XR0yk1F + +2187/04/25 (d5) mO3V65tcQ93f:bpH2O4KQc7i8A3ubo64L + [cY8j:X:D1g53O] 913440 AkznZ + ; qiWp0:1K:9:yoagiids8YU8GazTJnDZyJMuJjU + [h 6v3:GS9 8] w 909579.0 @ 0.439321 a + QpWryY4 + +2187/04/26 * (Oa X8v) nTu ; Blnf + RcSi7T4:bA87Zk v1a6Bue2RiF3Q:1vHkrC Yd-594954 @ 379530 uXzDxT + (jlB2E47ka6U7mwZ3Tp:56wE:w Gr5pco7WO) MJ -210135 + (HrjMwB92A2:4:bnLz1hf5EAIx8wo71 AnSM83) PzifkG-18466.2 @ 532525.0 a + a E913Z48r PEZ930954 @ TWN0.26211 + K4:3w6:okgb7jHi3He7DMv:h6N:W15Go9 ; OLa p:p6ITR + +2187/04/28 ! (eq) I87a 1T 0f95 + (wD) ZGCAmF-128472 + ; h6161Ck29nuU0N764bi 4g:0W + (Ri:q26Y9xE ubzMbbB672:pM0:QA) 68525.6QBwZl @ 750604 joWS + +2187/04/30=1987/06/03 ! (B) tv2:A:T22kI16n5J6mbHh:qZj:E:86 + (ktL4z m2B5cKS4m53CgD:MnTTq584P8:6) 655291 eOEUll @ 594372OkUXd ; upZep79v + (bYT3j0yJy8fIq:2O48R70YV5T34) -498403 RaGA @ 1.611509AfRXi + G:2XSwTH3:WI7Y8:H:Kk 134595OIIOE + ; p:38 jzL2NZhQjy5fIB0S:ixVU0 + [BTLZ Y7Kd8W:mo6rR] -142806 ZUSM @ iV629749 + ; VRFPZ40e:B8vMk8VYpyaxYT T1f1jY8qHg69LxTr + (QzQvt5:a) 863612 C + ; UW7ldN1R6:JV79EzO9I5nkQKqXNx + (K0jG1Nn6xW6qmGoK852Wm82P891w O) w -639451.0 + ; b2ERs49v6Ri734X01 + STI0MT + ; kpM7x:a6:n61Z1k7 uY4ABsJ93 + +2187/05/06=1987/06/07 ! (DWS3) G Z r2r iYLKfxR7:vrl9vr707P6pb 94XSd + HC5FR0S vxXRGK -142673 @ xAV 605535 + [Fy1:u15syG 8:8C 38vB:178ExtQk5eBMq7F:blU] -130770oz + QvJZ:t xw:N + +2187/05/09 * (nKVz6) a9:T7 + ; eT75RyW4Xd8a f1a679UnNi SH065V KnOo9 + l7liL:4Qnz07kFUQ 800903 emTA @ 976479MTcm + (a:d) -761443Ay @ 0.576885 TDa + i + +2187/05/12=1987/06/09 ! (G3CN) nm r5 + (rsiBbx8T EXY5) 386928 flTii @ 2.000225 DE + HQg3:FK1EgO -941250jElq ; Yn6gjO + C42Y z:mOpuX:f:nnk:tx + +2187/05/13 * (r6e y0) V65by ; Z X8Whns + [h96nQFF32fyO8y] 968994 UBNDg + ; T72YEmnsvcmFX91DLNMg w2948464 + [Qwk40WBS0:N2V WUW:BM7M4:09961G0] 130897QkeP @ 719156 E + l5C402g:8ym9I0T1id zl7:sa811F1q vbUv:8Q + ; t5AnGg88R45W:S161kRC0o +>>>2 +=== 0 diff --git a/test/baseline/opt-sort-all.test b/test/baseline/opt-sort-all.test new file mode 100644 index 00000000..b289f8e8 --- /dev/null +++ b/test/baseline/opt-sort-all.test @@ -0,0 +1,122 @@ +reg --monthly --sort=-amount +<<< +2008/01/11 LIAT + Expenses:Travel:Airfare $40.00 + Liabilities:MasterCard + +2008/01/14 cheaptickets.com + Expenses:Travel:Airfare $182.19 + Liabilities:MasterCard + +2008/02/05 CTX + Expenses:Travel:Auto $240.38 + Liabilities:MasterCard + +2008/02/05 UNITED + Expenses:Travel:Airfare $238.80 + Liabilities:MasterCard + +2008/02/05 UNITED + Expenses:Travel:Airfare $238.80 + Liabilities:MasterCard + +2008/02/22 BUDGET RENT-A-CAR + Expenses:Travel:Auto $40.59 + Liabilities:MasterCard + +2008/03/16 IBERIA + Expenses:Travel:Airfare $1,231.60 + Liabilities:MasterCard + +2008/03/16 IBERIA + Expenses:Travel:Airfare $1,231.60 + Liabilities:MasterCard + +2008/04/03 AMERICAN + Expenses:Travel:Airfare $155.86 + Liabilities:MasterCard + +2008/04/03 AMERICAN + Expenses:Travel:Airfare $155.86 + Liabilities:MasterCard + +2008/04/30 UNITED + Expenses:Travel:Airfare $437.21 + Liabilities:MasterCard + +2008/04/30 UNITED + Expenses:Travel:Airfare $437.21 + Liabilities:MasterCard + +2008/08/08 BCIS I-131 FILING FEE- + Expenses:Travel:Passport $170.00 + Liabilities:MasterCard + +2008/09/06 AMERICAN + Expenses:Travel:Airfare $912.60 + Liabilities:MasterCard + +2008/09/06 AMERICAN + Expenses:Travel:Airfare $912.60 + Liabilities:MasterCard + +2008/09/22 AGNT FEE + Expenses:Travel:Airfare $70.00 + Liabilities:MasterCard + +2008/09/22 DELTA + Expenses:Travel:Airfare $806.20 + Liabilities:MasterCard + +2008/09/22 DELTA + Expenses:Travel:Airfare $806.20 + Liabilities:MasterCard + +2008/09/22 LIAT 1974 LIMITED + Expenses:Travel:Airfare $418.34 + Liabilities:MasterCard + +2008/12/26 U.S. Department of State + Expenses:Travel:Passport $127.00 + Assets:Checking + +2008/12/26 U.S. Department of State + Expenses:Travel:Passport $127.00 + Assets:Checking +>>>1 +08-Jan-01 - 08-Jan-31 Ex:Travel:Airfare $222.19 $222.19 + Liabilities:MasterCard $-222.19 0 +08-Feb-01 - 08-Feb-29 Ex:Travel:Airfare $477.60 $477.60 + Expenses:Travel:Auto $280.97 $758.57 + Liabilities:MasterCard $-758.57 0 +08-Mar-01 - 08-Mar-31 Ex:Travel:Airfare $2,463.20 $2,463.20 + Liabilities:MasterCard $-2,463.20 0 +08-Apr-01 - 08-Apr-30 Ex:Travel:Airfare $1,186.14 $1,186.14 + Liabilities:MasterCard $-1,186.14 0 +08-Aug-01 - 08-Aug-31 Ex:Travel:Passport $170.00 $170.00 + Liabilities:MasterCard $-170.00 0 +08-Sep-01 - 08-Sep-30 Ex:Travel:Airfare $3,925.94 $3,925.94 + Liabilities:MasterCard $-3,925.94 0 +08-Dec-01 - 08-Dec-31 Ex:Travel:Passport $254.00 $254.00 + Assets:Checking $-254.00 0 +>>>2 +=== 0 +reg --monthly --sort-all=-amount +>>>1 +08-Sep-01 - 08-Sep-30 Ex:Travel:Airfare $3,925.94 $3,925.94 +08-Mar-01 - 08-Mar-31 Ex:Travel:Airfare $2,463.20 $6,389.14 +08-Apr-01 - 08-Apr-30 Ex:Travel:Airfare $1,186.14 $7,575.28 +08-Feb-01 - 08-Feb-29 Ex:Travel:Airfare $477.60 $8,052.88 + Expenses:Travel:Auto $280.97 $8,333.85 +08-Dec-01 - 08-Dec-31 Ex:Travel:Passport $254.00 $8,587.85 +08-Jan-01 - 08-Jan-31 Ex:Travel:Airfare $222.19 $8,810.04 +08-Aug-01 - 08-Aug-31 Ex:Travel:Passport $170.00 $8,980.04 + Liabilities:MasterCard $-170.00 $8,810.04 +08-Jan-01 - 08-Jan-31 Liabilities:MasterCard $-222.19 $8,587.85 +08-Dec-01 - 08-Dec-31 Assets:Checking $-254.00 $8,333.85 +08-Feb-01 - 08-Feb-29 Liabilities:MasterCard $-758.57 $7,575.28 +08-Apr-01 - 08-Apr-30 Liabilities:MasterCard $-1,186.14 $6,389.14 +08-Mar-01 - 08-Mar-31 Liabilities:MasterCard $-2,463.20 $3,925.94 +08-Sep-01 - 08-Sep-30 Liabilities:MasterCard $-3,925.94 0 +>>>2 +=== 0 diff --git a/test/baseline/opt-sort-xacts.test b/test/baseline/opt-sort-xacts.test new file mode 100644 index 00000000..4882e18f --- /dev/null +++ b/test/baseline/opt-sort-xacts.test @@ -0,0 +1,176 @@ +reg --sort=account +<<< +2008/01/11 LIAT + Expenses:Travel:Airfare $40.00 + Liabilities:MasterCard + +2008/01/14 cheaptickets.com + Expenses:Travel:Airfare $182.19 + Liabilities:MasterCard + +2008/02/05 CTX + Expenses:Travel:Auto $240.38 + Liabilities:MasterCard + +2008/02/05 UNITED + Expenses:Travel:Airfare $238.80 + Liabilities:MasterCard + +2008/02/05 UNITED + Expenses:Travel:Airfare $238.80 + Liabilities:MasterCard + +2008/02/22 BUDGET RENT-A-CAR + Expenses:Travel:Auto $40.59 + Liabilities:MasterCard + +2008/03/16 IBERIA + Expenses:Travel:Airfare $1,231.60 + Liabilities:MasterCard + +2008/03/16 IBERIA + Expenses:Travel:Airfare $1,231.60 + Liabilities:MasterCard + +2008/04/03 AMERICAN + Expenses:Travel:Airfare $155.86 + Liabilities:MasterCard + +2008/04/03 AMERICAN + Expenses:Travel:Airfare $155.86 + Liabilities:MasterCard + +2008/04/30 UNITED + Expenses:Travel:Airfare $437.21 + Liabilities:MasterCard + +2008/04/30 UNITED + Expenses:Travel:Airfare $437.21 + Liabilities:MasterCard + +2008/08/08 BCIS I-131 FILING FEE- + Expenses:Travel:Passport $170.00 + Liabilities:MasterCard + +2008/09/06 AMERICAN + Expenses:Travel:Airfare $912.60 + Liabilities:MasterCard + +2008/09/06 AMERICAN + Expenses:Travel:Airfare $912.60 + Liabilities:MasterCard + +2008/09/22 AGNT FEE + Expenses:Travel:Airfare $70.00 + Liabilities:MasterCard + +2008/09/22 DELTA + Expenses:Travel:Airfare $806.20 + Liabilities:MasterCard + +2008/09/22 DELTA + Expenses:Travel:Airfare $806.20 + Liabilities:MasterCard + +2008/09/22 LIAT 1974 LIMITED + Expenses:Travel:Airfare $418.34 + Liabilities:MasterCard + +2008/12/26 U.S. Department of State + Expenses:Travel:Passport $127.00 + Assets:Checking + +2008/12/26 U.S. Department of State + Expenses:Travel:Passport $127.00 + Assets:Checking +>>>1 +08-Dec-26 U.S. Department of .. Assets:Checking $-127.00 $-127.00 +08-Dec-26 U.S. Department of .. Assets:Checking $-127.00 $-254.00 +08-Jan-11 LIAT Ex:Travel:Airfare $40.00 $-214.00 +08-Jan-14 cheaptickets.com Ex:Travel:Airfare $182.19 $-31.81 +08-Feb-05 UNITED Ex:Travel:Airfare $238.80 $206.99 +08-Feb-05 UNITED Ex:Travel:Airfare $238.80 $445.79 +08-Mar-16 IBERIA Ex:Travel:Airfare $1,231.60 $1,677.39 +08-Mar-16 IBERIA Ex:Travel:Airfare $1,231.60 $2,908.99 +08-Apr-03 AMERICAN Ex:Travel:Airfare $155.86 $3,064.85 +08-Apr-03 AMERICAN Ex:Travel:Airfare $155.86 $3,220.71 +08-Apr-30 UNITED Ex:Travel:Airfare $437.21 $3,657.92 +08-Apr-30 UNITED Ex:Travel:Airfare $437.21 $4,095.13 +08-Sep-06 AMERICAN Ex:Travel:Airfare $912.60 $5,007.73 +08-Sep-06 AMERICAN Ex:Travel:Airfare $912.60 $5,920.33 +08-Sep-22 AGNT FEE Ex:Travel:Airfare $70.00 $5,990.33 +08-Sep-22 DELTA Ex:Travel:Airfare $806.20 $6,796.53 +08-Sep-22 DELTA Ex:Travel:Airfare $806.20 $7,602.73 +08-Sep-22 LIAT 1974 LIMITED Ex:Travel:Airfare $418.34 $8,021.07 +08-Feb-05 CTX Expenses:Travel:Auto $240.38 $8,261.45 +08-Feb-22 BUDGET RENT-A-CAR Expenses:Travel:Auto $40.59 $8,302.04 +08-Aug-08 BCIS I-131 FILING F.. Ex:Travel:Passport $170.00 $8,472.04 +08-Dec-26 U.S. Department of .. Ex:Travel:Passport $127.00 $8,599.04 +08-Dec-26 U.S. Department of .. Ex:Travel:Passport $127.00 $8,726.04 +08-Jan-11 LIAT Liabilities:MasterCard $-40.00 $8,686.04 +08-Jan-14 cheaptickets.com Liabilities:MasterCard $-182.19 $8,503.85 +08-Feb-05 CTX Liabilities:MasterCard $-240.38 $8,263.47 +08-Feb-05 UNITED Liabilities:MasterCard $-238.80 $8,024.67 +08-Feb-05 UNITED Liabilities:MasterCard $-238.80 $7,785.87 +08-Feb-22 BUDGET RENT-A-CAR Liabilities:MasterCard $-40.59 $7,745.28 +08-Mar-16 IBERIA Liabilities:MasterCard $-1,231.60 $6,513.68 +08-Mar-16 IBERIA Liabilities:MasterCard $-1,231.60 $5,282.08 +08-Apr-03 AMERICAN Liabilities:MasterCard $-155.86 $5,126.22 +08-Apr-03 AMERICAN Liabilities:MasterCard $-155.86 $4,970.36 +08-Apr-30 UNITED Liabilities:MasterCard $-437.21 $4,533.15 +08-Apr-30 UNITED Liabilities:MasterCard $-437.21 $4,095.94 +08-Aug-08 BCIS I-131 FILING F.. Liabilities:MasterCard $-170.00 $3,925.94 +08-Sep-06 AMERICAN Liabilities:MasterCard $-912.60 $3,013.34 +08-Sep-06 AMERICAN Liabilities:MasterCard $-912.60 $2,100.74 +08-Sep-22 AGNT FEE Liabilities:MasterCard $-70.00 $2,030.74 +08-Sep-22 DELTA Liabilities:MasterCard $-806.20 $1,224.54 +08-Sep-22 DELTA Liabilities:MasterCard $-806.20 $418.34 +08-Sep-22 LIAT 1974 LIMITED Liabilities:MasterCard $-418.34 0 +>>>2 +=== 0 +reg --sort-xacts=account +>>>1 +08-Jan-11 LIAT Ex:Travel:Airfare $40.00 $40.00 + Liabilities:MasterCard $-40.00 0 +08-Jan-14 cheaptickets.com Ex:Travel:Airfare $182.19 $182.19 + Liabilities:MasterCard $-182.19 0 +08-Feb-05 CTX Expenses:Travel:Auto $240.38 $240.38 + Liabilities:MasterCard $-240.38 0 +08-Feb-05 UNITED Ex:Travel:Airfare $238.80 $238.80 + Liabilities:MasterCard $-238.80 0 +08-Feb-05 UNITED Ex:Travel:Airfare $238.80 $238.80 + Liabilities:MasterCard $-238.80 0 +08-Feb-22 BUDGET RENT-A-CAR Expenses:Travel:Auto $40.59 $40.59 + Liabilities:MasterCard $-40.59 0 +08-Mar-16 IBERIA Ex:Travel:Airfare $1,231.60 $1,231.60 + Liabilities:MasterCard $-1,231.60 0 +08-Mar-16 IBERIA Ex:Travel:Airfare $1,231.60 $1,231.60 + Liabilities:MasterCard $-1,231.60 0 +08-Apr-03 AMERICAN Ex:Travel:Airfare $155.86 $155.86 + Liabilities:MasterCard $-155.86 0 +08-Apr-03 AMERICAN Ex:Travel:Airfare $155.86 $155.86 + Liabilities:MasterCard $-155.86 0 +08-Apr-30 UNITED Ex:Travel:Airfare $437.21 $437.21 + Liabilities:MasterCard $-437.21 0 +08-Apr-30 UNITED Ex:Travel:Airfare $437.21 $437.21 + Liabilities:MasterCard $-437.21 0 +08-Aug-08 BCIS I-131 FILING F.. Ex:Travel:Passport $170.00 $170.00 + Liabilities:MasterCard $-170.00 0 +08-Sep-06 AMERICAN Ex:Travel:Airfare $912.60 $912.60 + Liabilities:MasterCard $-912.60 0 +08-Sep-06 AMERICAN Ex:Travel:Airfare $912.60 $912.60 + Liabilities:MasterCard $-912.60 0 +08-Sep-22 AGNT FEE Ex:Travel:Airfare $70.00 $70.00 + Liabilities:MasterCard $-70.00 0 +08-Sep-22 DELTA Ex:Travel:Airfare $806.20 $806.20 + Liabilities:MasterCard $-806.20 0 +08-Sep-22 DELTA Ex:Travel:Airfare $806.20 $806.20 + Liabilities:MasterCard $-806.20 0 +08-Sep-22 LIAT 1974 LIMITED Ex:Travel:Airfare $418.34 $418.34 + Liabilities:MasterCard $-418.34 0 +08-Dec-26 U.S. Department of .. Assets:Checking $-127.00 $-127.00 + Ex:Travel:Passport $127.00 0 +08-Dec-26 U.S. Department of .. Assets:Checking $-127.00 $-127.00 + Ex:Travel:Passport $127.00 0 +>>>2 +=== 0 diff --git a/test/baseline/opt-sort.test b/test/baseline/opt-sort.test new file mode 100644 index 00000000..27efe31b --- /dev/null +++ b/test/baseline/opt-sort.test @@ -0,0 +1,246 @@ +reg airfare --sort=date +<<< +2008/01/11 LIAT + Expenses:Travel:Airfare $40.00 + Liabilities:MasterCard + +2008/01/14 cheaptickets.com + Expenses:Travel:Airfare $182.19 + Liabilities:MasterCard + +2008/02/05 CTX + Expenses:Travel:Auto $240.38 + Liabilities:MasterCard + +2008/02/05 UNITED + Expenses:Travel:Airfare $238.80 + Liabilities:MasterCard + +2008/02/05 UNITED + Expenses:Travel:Airfare $238.80 + Liabilities:MasterCard + +2008/02/22 BUDGET RENT-A-CAR + Expenses:Travel:Auto $40.59 + Liabilities:MasterCard + +2008/03/16 IBERIA + Expenses:Travel:Airfare $1,231.60 + Liabilities:MasterCard + +2008/03/16 IBERIA + Expenses:Travel:Airfare $1,231.60 + Liabilities:MasterCard + +2008/04/03 AMERICAN + Expenses:Travel:Airfare $155.86 + Liabilities:MasterCard + +2008/04/03 AMERICAN + Expenses:Travel:Airfare $155.86 + Liabilities:MasterCard + +2008/04/30 UNITED + Expenses:Travel:Airfare $437.21 + Liabilities:MasterCard + +2008/04/30 UNITED + Expenses:Travel:Airfare $437.21 + Liabilities:MasterCard + +2008/08/08 BCIS I-131 FILING FEE- + Expenses:Travel:Passport $170.00 + Liabilities:MasterCard + +2008/09/06 AMERICAN + Expenses:Travel:Airfare $912.60 + Liabilities:MasterCard + +2008/09/06 AMERICAN + Expenses:Travel:Airfare $912.60 + Liabilities:MasterCard + +2008/09/22 AGNT FEE + Expenses:Travel:Airfare $70.00 + Liabilities:MasterCard + +2008/09/22 DELTA + Expenses:Travel:Airfare $806.20 + Liabilities:MasterCard + +2008/09/22 DELTA + Expenses:Travel:Airfare $806.20 + Liabilities:MasterCard + +2008/09/22 LIAT 1974 LIMITED + Expenses:Travel:Airfare $418.34 + Liabilities:MasterCard + +2008/12/26 U.S. Department of State + Expenses:Travel:Passport $127.00 + Assets:Checking + +2008/12/26 U.S. Department of State + Expenses:Travel:Passport $127.00 + Assets:Checking +>>>1 +08-Jan-11 LIAT Ex:Travel:Airfare $40.00 $40.00 +08-Jan-14 cheaptickets.com Ex:Travel:Airfare $182.19 $222.19 +08-Feb-05 UNITED Ex:Travel:Airfare $238.80 $460.99 +08-Feb-05 UNITED Ex:Travel:Airfare $238.80 $699.79 +08-Mar-16 IBERIA Ex:Travel:Airfare $1,231.60 $1,931.39 +08-Mar-16 IBERIA Ex:Travel:Airfare $1,231.60 $3,162.99 +08-Apr-03 AMERICAN Ex:Travel:Airfare $155.86 $3,318.85 +08-Apr-03 AMERICAN Ex:Travel:Airfare $155.86 $3,474.71 +08-Apr-30 UNITED Ex:Travel:Airfare $437.21 $3,911.92 +08-Apr-30 UNITED Ex:Travel:Airfare $437.21 $4,349.13 +08-Sep-06 AMERICAN Ex:Travel:Airfare $912.60 $5,261.73 +08-Sep-06 AMERICAN Ex:Travel:Airfare $912.60 $6,174.33 +08-Sep-22 AGNT FEE Ex:Travel:Airfare $70.00 $6,244.33 +08-Sep-22 DELTA Ex:Travel:Airfare $806.20 $7,050.53 +08-Sep-22 DELTA Ex:Travel:Airfare $806.20 $7,856.73 +08-Sep-22 LIAT 1974 LIMITED Ex:Travel:Airfare $418.34 $8,275.07 +>>>2 +=== 0 +reg airfare --sort=date,amount +>>>1 +08-Jan-11 LIAT Ex:Travel:Airfare $40.00 $40.00 +08-Jan-14 cheaptickets.com Ex:Travel:Airfare $182.19 $222.19 +08-Feb-05 UNITED Ex:Travel:Airfare $238.80 $460.99 +08-Feb-05 UNITED Ex:Travel:Airfare $238.80 $699.79 +08-Mar-16 IBERIA Ex:Travel:Airfare $1,231.60 $1,931.39 +08-Mar-16 IBERIA Ex:Travel:Airfare $1,231.60 $3,162.99 +08-Apr-03 AMERICAN Ex:Travel:Airfare $155.86 $3,318.85 +08-Apr-03 AMERICAN Ex:Travel:Airfare $155.86 $3,474.71 +08-Apr-30 UNITED Ex:Travel:Airfare $437.21 $3,911.92 +08-Apr-30 UNITED Ex:Travel:Airfare $437.21 $4,349.13 +08-Sep-06 AMERICAN Ex:Travel:Airfare $912.60 $5,261.73 +08-Sep-06 AMERICAN Ex:Travel:Airfare $912.60 $6,174.33 +08-Sep-22 AGNT FEE Ex:Travel:Airfare $70.00 $6,244.33 +08-Sep-22 LIAT 1974 LIMITED Ex:Travel:Airfare $418.34 $6,662.67 +08-Sep-22 DELTA Ex:Travel:Airfare $806.20 $7,468.87 +08-Sep-22 DELTA Ex:Travel:Airfare $806.20 $8,275.07 +>>>2 +=== 0 +reg airfare --sort=date,-amount +>>>1 +08-Jan-11 LIAT Ex:Travel:Airfare $40.00 $40.00 +08-Jan-14 cheaptickets.com Ex:Travel:Airfare $182.19 $222.19 +08-Feb-05 UNITED Ex:Travel:Airfare $238.80 $460.99 +08-Feb-05 UNITED Ex:Travel:Airfare $238.80 $699.79 +08-Mar-16 IBERIA Ex:Travel:Airfare $1,231.60 $1,931.39 +08-Mar-16 IBERIA Ex:Travel:Airfare $1,231.60 $3,162.99 +08-Apr-03 AMERICAN Ex:Travel:Airfare $155.86 $3,318.85 +08-Apr-03 AMERICAN Ex:Travel:Airfare $155.86 $3,474.71 +08-Apr-30 UNITED Ex:Travel:Airfare $437.21 $3,911.92 +08-Apr-30 UNITED Ex:Travel:Airfare $437.21 $4,349.13 +08-Sep-06 AMERICAN Ex:Travel:Airfare $912.60 $5,261.73 +08-Sep-06 AMERICAN Ex:Travel:Airfare $912.60 $6,174.33 +08-Sep-22 DELTA Ex:Travel:Airfare $806.20 $6,980.53 +08-Sep-22 DELTA Ex:Travel:Airfare $806.20 $7,786.73 +08-Sep-22 LIAT 1974 LIMITED Ex:Travel:Airfare $418.34 $8,205.07 +08-Sep-22 AGNT FEE Ex:Travel:Airfare $70.00 $8,275.07 +>>>2 +=== 0 +reg airfare --sort=-date,-amount +>>>1 +08-Sep-22 DELTA Ex:Travel:Airfare $806.20 $806.20 +08-Sep-22 DELTA Ex:Travel:Airfare $806.20 $1,612.40 +08-Sep-22 LIAT 1974 LIMITED Ex:Travel:Airfare $418.34 $2,030.74 +08-Sep-22 AGNT FEE Ex:Travel:Airfare $70.00 $2,100.74 +08-Sep-06 AMERICAN Ex:Travel:Airfare $912.60 $3,013.34 +08-Sep-06 AMERICAN Ex:Travel:Airfare $912.60 $3,925.94 +08-Apr-30 UNITED Ex:Travel:Airfare $437.21 $4,363.15 +08-Apr-30 UNITED Ex:Travel:Airfare $437.21 $4,800.36 +08-Apr-03 AMERICAN Ex:Travel:Airfare $155.86 $4,956.22 +08-Apr-03 AMERICAN Ex:Travel:Airfare $155.86 $5,112.08 +08-Mar-16 IBERIA Ex:Travel:Airfare $1,231.60 $6,343.68 +08-Mar-16 IBERIA Ex:Travel:Airfare $1,231.60 $7,575.28 +08-Feb-05 UNITED Ex:Travel:Airfare $238.80 $7,814.08 +08-Feb-05 UNITED Ex:Travel:Airfare $238.80 $8,052.88 +08-Jan-14 cheaptickets.com Ex:Travel:Airfare $182.19 $8,235.07 +08-Jan-11 LIAT Ex:Travel:Airfare $40.00 $8,275.07 +>>>2 +=== 0 +bal --sort=total +>>>1 + $-8,726.04 Liabilities:MasterCard + $-254.00 Assets:Checking + $8,980.04 Expenses:Travel + $280.97 Auto + $424.00 Passport + $8,275.07 Airfare +-------------------- + 0 +>>>2 +=== 0 +bal --sort=-total +>>>1 + $8,980.04 Expenses:Travel + $8,275.07 Airfare + $424.00 Passport + $280.97 Auto + $-254.00 Assets:Checking + $-8,726.04 Liabilities:MasterCard +-------------------- + 0 +>>>2 +=== 0 +bal --sort=-account +>>>1 + $-8,726.04 Liabilities:MasterCard + $8,980.04 Expenses:Travel + $424.00 Passport + $280.97 Auto + $8,275.07 Airfare + $-254.00 Assets:Checking +-------------------- + 0 +>>>2 +=== 0 +reg --sort=account +>>>1 +08-Dec-26 U.S. Department of .. Assets:Checking $-127.00 $-127.00 +08-Dec-26 U.S. Department of .. Assets:Checking $-127.00 $-254.00 +08-Jan-11 LIAT Ex:Travel:Airfare $40.00 $-214.00 +08-Jan-14 cheaptickets.com Ex:Travel:Airfare $182.19 $-31.81 +08-Feb-05 UNITED Ex:Travel:Airfare $238.80 $206.99 +08-Feb-05 UNITED Ex:Travel:Airfare $238.80 $445.79 +08-Mar-16 IBERIA Ex:Travel:Airfare $1,231.60 $1,677.39 +08-Mar-16 IBERIA Ex:Travel:Airfare $1,231.60 $2,908.99 +08-Apr-03 AMERICAN Ex:Travel:Airfare $155.86 $3,064.85 +08-Apr-03 AMERICAN Ex:Travel:Airfare $155.86 $3,220.71 +08-Apr-30 UNITED Ex:Travel:Airfare $437.21 $3,657.92 +08-Apr-30 UNITED Ex:Travel:Airfare $437.21 $4,095.13 +08-Sep-06 AMERICAN Ex:Travel:Airfare $912.60 $5,007.73 +08-Sep-06 AMERICAN Ex:Travel:Airfare $912.60 $5,920.33 +08-Sep-22 AGNT FEE Ex:Travel:Airfare $70.00 $5,990.33 +08-Sep-22 DELTA Ex:Travel:Airfare $806.20 $6,796.53 +08-Sep-22 DELTA Ex:Travel:Airfare $806.20 $7,602.73 +08-Sep-22 LIAT 1974 LIMITED Ex:Travel:Airfare $418.34 $8,021.07 +08-Feb-05 CTX Expenses:Travel:Auto $240.38 $8,261.45 +08-Feb-22 BUDGET RENT-A-CAR Expenses:Travel:Auto $40.59 $8,302.04 +08-Aug-08 BCIS I-131 FILING F.. Ex:Travel:Passport $170.00 $8,472.04 +08-Dec-26 U.S. Department of .. Ex:Travel:Passport $127.00 $8,599.04 +08-Dec-26 U.S. Department of .. Ex:Travel:Passport $127.00 $8,726.04 +08-Jan-11 LIAT Liabilities:MasterCard $-40.00 $8,686.04 +08-Jan-14 cheaptickets.com Liabilities:MasterCard $-182.19 $8,503.85 +08-Feb-05 CTX Liabilities:MasterCard $-240.38 $8,263.47 +08-Feb-05 UNITED Liabilities:MasterCard $-238.80 $8,024.67 +08-Feb-05 UNITED Liabilities:MasterCard $-238.80 $7,785.87 +08-Feb-22 BUDGET RENT-A-CAR Liabilities:MasterCard $-40.59 $7,745.28 +08-Mar-16 IBERIA Liabilities:MasterCard $-1,231.60 $6,513.68 +08-Mar-16 IBERIA Liabilities:MasterCard $-1,231.60 $5,282.08 +08-Apr-03 AMERICAN Liabilities:MasterCard $-155.86 $5,126.22 +08-Apr-03 AMERICAN Liabilities:MasterCard $-155.86 $4,970.36 +08-Apr-30 UNITED Liabilities:MasterCard $-437.21 $4,533.15 +08-Apr-30 UNITED Liabilities:MasterCard $-437.21 $4,095.94 +08-Aug-08 BCIS I-131 FILING F.. Liabilities:MasterCard $-170.00 $3,925.94 +08-Sep-06 AMERICAN Liabilities:MasterCard $-912.60 $3,013.34 +08-Sep-06 AMERICAN Liabilities:MasterCard $-912.60 $2,100.74 +08-Sep-22 AGNT FEE Liabilities:MasterCard $-70.00 $2,030.74 +08-Sep-22 DELTA Liabilities:MasterCard $-806.20 $1,224.54 +08-Sep-22 DELTA Liabilities:MasterCard $-806.20 $418.34 +08-Sep-22 LIAT 1974 LIMITED Liabilities:MasterCard $-418.34 0 +>>>2 +=== 0 diff --git a/test/baseline/opt-start-of-week.test b/test/baseline/opt-start-of-week.test new file mode 100644 index 00000000..04fae951 --- /dev/null +++ b/test/baseline/opt-start-of-week.test @@ -0,0 +1,224 @@ +reg --weekly --start-of-week=mon books +<<< +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2008/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2008/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2008/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2008/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2008/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2008/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2008/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2008/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2008/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2008/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2008/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2008/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2008/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2008/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2008/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2008/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2008/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2008/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2008/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2008/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2008/12/31 End of December + Expenses:Books $120.00 + Assets:Cash + +2009/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2009/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2009/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2009/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2009/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2009/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2009/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2009/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2009/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2009/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2009/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2009/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2009/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2009/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2009/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2009/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2009/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2009/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2009/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2009/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2009/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2009/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2009/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2009/12/31 End of December + Expenses:Books $120.00 + Assets:Cash +>>>1 +07-Dec-31 - 08-Jan-06 Expenses:Books $10.00 $10.00 +08-Jan-28 - 08-Feb-03 Expenses:Books $30.00 $40.00 +08-Feb-25 - 08-Mar-02 Expenses:Books $50.00 $90.00 +08-Mar-31 - 08-Apr-06 Expenses:Books $70.00 $160.00 +08-Apr-28 - 08-May-04 Expenses:Books $90.00 $250.00 +08-May-26 - 08-Jun-01 Expenses:Books $110.00 $360.00 +08-Jun-30 - 08-Jul-06 Expenses:Books $130.00 $490.00 +08-Jul-28 - 08-Aug-03 Expenses:Books $150.00 $640.00 +08-Aug-25 - 08-Aug-31 Expenses:Books $80.00 $720.00 +08-Sep-01 - 08-Sep-07 Expenses:Books $90.00 $810.00 +08-Sep-29 - 08-Oct-05 Expenses:Books $190.00 $1000.00 +08-Oct-27 - 08-Nov-02 Expenses:Books $210.00 $1210.00 +08-Nov-24 - 08-Nov-30 Expenses:Books $110.00 $1320.00 +08-Dec-01 - 08-Dec-07 Expenses:Books $120.00 $1440.00 +08-Dec-29 - 09-Jan-04 Expenses:Books $130.00 $1570.00 +09-Jan-26 - 09-Feb-01 Expenses:Books $30.00 $1600.00 +09-Feb-23 - 09-Mar-01 Expenses:Books $50.00 $1650.00 +09-Mar-30 - 09-Apr-05 Expenses:Books $70.00 $1720.00 +09-Apr-27 - 09-May-03 Expenses:Books $90.00 $1810.00 +09-May-25 - 09-May-31 Expenses:Books $50.00 $1860.00 +09-Jun-01 - 09-Jun-07 Expenses:Books $60.00 $1920.00 +09-Jun-29 - 09-Jul-05 Expenses:Books $130.00 $2050.00 +09-Jul-27 - 09-Aug-02 Expenses:Books $150.00 $2200.00 +09-Aug-31 - 09-Sep-06 Expenses:Books $170.00 $2370.00 +09-Sep-28 - 09-Oct-04 Expenses:Books $190.00 $2560.00 +09-Oct-26 - 09-Nov-01 Expenses:Books $210.00 $2770.00 +09-Nov-30 - 09-Dec-06 Expenses:Books $230.00 $3000.00 +09-Dec-28 - 10-Jan-03 Expenses:Books $120.00 $3120.00 +>>>2 +=== 0 diff --git a/test/baseline/opt-strict.test b/test/baseline/opt-strict.test new file mode 100644 index 00000000..1917d946 --- /dev/null +++ b/test/baseline/opt-strict.test @@ -0,0 +1,23 @@ +reg --strict +<<< +2007/02/02 * Foo + Expenses:Food $10.00 + Assets:Cash + +2007/02/03 Bar + * Expenses:Food $20.00 + Assets:Cash + +2007/02/02 Baz + Expenses:Foodx $30.00 + Assets:Cash +>>>1 +07-Feb-02 Foo Expenses:Food $10.00 $10.00 + Assets:Cash $-10.00 0 +07-Feb-02 Baz Expenses:Foodx $30.00 $30.00 + Assets:Cash $-30.00 0 +07-Feb-03 Bar Expenses:Food $20.00 $20.00 + Assets:Cash $-20.00 0 +>>>2 +Warning: "$FILE", line 10: Unknown account 'Expenses:Foodx' +=== 0 diff --git a/test/baseline/opt-subtotal.test b/test/baseline/opt-subtotal.test new file mode 100644 index 00000000..41defbc1 --- /dev/null +++ b/test/baseline/opt-subtotal.test @@ -0,0 +1,93 @@ +reg --subtotal +<<< +2008/01/11 LIAT + Expenses:Travel:Airfare $40.00 + Liabilities:MasterCard + +2008/01/14 cheaptickets.com + Expenses:Travel:Airfare $182.19 + Liabilities:MasterCard + +2008/02/05 CTX + Expenses:Travel:Auto $240.38 + Liabilities:MasterCard + +2008/02/05 UNITED + Expenses:Travel:Airfare $238.80 + Liabilities:MasterCard + +2008/02/05 UNITED + Expenses:Travel:Airfare $238.80 + Liabilities:MasterCard + +2008/02/22 BUDGET RENT-A-CAR + Expenses:Travel:Auto $40.59 + Liabilities:MasterCard + +2008/03/16 IBERIA + Expenses:Travel:Airfare $1,231.60 + Liabilities:MasterCard + +2008/03/16 IBERIA + Expenses:Travel:Airfare $1,231.60 + Liabilities:MasterCard + +2008/04/03 AMERICAN + Expenses:Travel:Airfare $155.86 + Liabilities:MasterCard + +2008/04/03 AMERICAN + Expenses:Travel:Airfare $155.86 + Liabilities:MasterCard + +2008/04/30 UNITED + Expenses:Travel:Airfare $437.21 + Liabilities:MasterCard + +2008/04/30 UNITED + Expenses:Travel:Airfare $437.21 + Liabilities:MasterCard + +2008/08/08 BCIS I-131 FILING FEE- + Expenses:Travel:Passport $170.00 + Liabilities:MasterCard + +2008/09/06 AMERICAN + Expenses:Travel:Airfare $912.60 + Liabilities:MasterCard + +2008/09/06 AMERICAN + Expenses:Travel:Airfare $912.60 + Liabilities:MasterCard + +2008/09/22 AGNT FEE + Expenses:Travel:Airfare $70.00 + Liabilities:MasterCard + +2008/09/22 DELTA + Expenses:Travel:Airfare $806.20 + Liabilities:MasterCard + +2008/09/22 DELTA + Expenses:Travel:Airfare $806.20 + Liabilities:MasterCard + +2008/09/22 LIAT 1974 LIMITED + Expenses:Travel:Airfare $418.34 + Liabilities:MasterCard + +2008/12/26 U.S. Department of State + Expenses:Travel:Passport $127.00 + Assets:Checking + +2008/12/26 U.S. Department of State + Expenses:Travel:Passport $127.00 + Assets:Checking +>>>1 +08-Jan-11 - 08-Dec-26 Assets:Checking $-254.00 $-254.00 + Ex:Travel:Airfare $8,275.07 $8,021.07 + Expenses:Travel:Auto $280.97 $8,302.04 + Ex:Travel:Passport $424.00 $8,726.04 + Liabilities:MasterCard $-8,726.04 0 +>>>2 +=== 0 diff --git a/test/baseline/opt-tail.test b/test/baseline/opt-tail.test new file mode 100644 index 00000000..0f0b862b --- /dev/null +++ b/test/baseline/opt-tail.test @@ -0,0 +1,206 @@ +reg --tail=10 books +<<< +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2008/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2008/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2008/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2008/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2008/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2008/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2008/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2008/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2008/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2008/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2008/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2008/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2008/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2008/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2008/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2008/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2008/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2008/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2008/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2008/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2008/12/31 End of December + Expenses:Books $120.00 + Assets:Cash + +2009/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2009/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2009/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2009/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2009/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2009/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2009/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2009/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2009/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2009/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2009/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2009/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2009/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2009/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2009/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2009/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2009/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2009/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2009/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2009/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2009/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2009/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2009/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2009/12/31 End of December + Expenses:Books $120.00 + Assets:Cash +>>>1 +09-Aug-01 August Expenses:Books $80.00 $2200.00 +09-Aug-31 End of August Expenses:Books $80.00 $2280.00 +09-Sep-01 September Expenses:Books $90.00 $2370.00 +09-Sep-30 End of September Expenses:Books $90.00 $2460.00 +09-Oct-01 October Expenses:Books $100.00 $2560.00 +09-Oct-31 End of October Expenses:Books $100.00 $2660.00 +09-Nov-01 November Expenses:Books $110.00 $2770.00 +09-Nov-30 End of November Expenses:Books $110.00 $2880.00 +09-Dec-01 December Expenses:Books $120.00 $3000.00 +09-Dec-31 End of December Expenses:Books $120.00 $3120.00 +>>>2 +=== 0 diff --git a/test/baseline/opt-total-data.test b/test/baseline/opt-total-data.test new file mode 100644 index 00000000..f1ab33c1 --- /dev/null +++ b/test/baseline/opt-total-data.test @@ -0,0 +1,10 @@ +reg --market --total-data +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +2007-02-02 0.35 +2007-02-02 0 +>>>2 +=== 0 diff --git a/test/baseline/opt-total-width.test b/test/baseline/opt-total-width.test new file mode 100644 index 00000000..1d7b8b94 --- /dev/null +++ b/test/baseline/opt-total-width.test @@ -0,0 +1,11 @@ +reg --total-width=25 +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +07-Feb-02 RD VMMXX As:In:Vanguard:VMMXX 0.350 VMMXX 0.350 VMMXX + In:Di:Vanguard:VMMXX $-0.35 $-0.35 + 0.350 VMMXX +>>>2 +=== 0 diff --git a/test/baseline/opt-total.test b/test/baseline/opt-total.test new file mode 100644 index 00000000..8f4719d2 --- /dev/null +++ b/test/baseline/opt-total.test @@ -0,0 +1,10 @@ +reg --total=10 +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +07-Feb-02 RD VMMXX As:In:Vanguard:VMMXX 0.350 VMMXX 10 + In:Di:Vanguard:VMMXX $-0.35 10 +>>>2 +=== 0 diff --git a/test/baseline/opt-truncate.test b/test/baseline/opt-truncate.test new file mode 100644 index 00000000..0f9190c2 --- /dev/null +++ b/test/baseline/opt-truncate.test @@ -0,0 +1,144 @@ +reg airfare --truncate=leading +<<< +2008/01/11 LIAT + Expenses:Travel:Airfare $40.00 + Liabilities:MasterCard + +2008/01/14 cheaptickets.com + Expenses:Travel:Airfare $182.19 + Liabilities:MasterCard + +2008/02/05 CTX + Expenses:Travel:Auto $240.38 + Liabilities:MasterCard + +2008/02/05 UNITED + Expenses:Travel:Airfare $238.80 + Liabilities:MasterCard + +2008/02/05 UNITED + Expenses:Travel:Airfare $238.80 + Liabilities:MasterCard + +2008/02/22 BUDGET RENT-A-CAR + Expenses:Travel:Auto $40.59 + Liabilities:MasterCard + +2008/03/16 IBERIA + Expenses:Travel:Airfare $1,231.60 + Liabilities:MasterCard + +2008/03/16 IBERIA + Expenses:Travel:Airfare $1,231.60 + Liabilities:MasterCard + +2008/04/03 AMERICAN + Expenses:Travel:Airfare $155.86 + Liabilities:MasterCard + +2008/04/03 AMERICAN + Expenses:Travel:Airfare $155.86 + Liabilities:MasterCard + +2008/04/30 UNITED + Expenses:Travel:Airfare $437.21 + Liabilities:MasterCard + +2008/04/30 UNITED + Expenses:Travel:Airfare $437.21 + Liabilities:MasterCard + +2008/08/08 BCIS I-131 FILING FEE- + Expenses:Travel:Passport $170.00 + Liabilities:MasterCard + +2008/09/06 AMERICAN + Expenses:Travel:Airfare $912.60 + Liabilities:MasterCard + +2008/09/06 AMERICAN + Expenses:Travel:Airfare $912.60 + Liabilities:MasterCard + +2008/09/22 AGNT FEE + Expenses:Travel:Airfare $70.00 + Liabilities:MasterCard + +2008/09/22 DELTA + Expenses:Travel:Airfare $806.20 + Liabilities:MasterCard + +2008/09/22 DELTA + Expenses:Travel:Airfare $806.20 + Liabilities:MasterCard + +2008/09/22 LIAT 1974 LIMITED + Expenses:Travel:Airfare $418.34 + Liabilities:MasterCard + +2008/12/26 U.S. Department of State + Expenses:Travel:Passport $127.00 + Assets:Checking + +2008/12/26 U.S. Department of State + Expenses:Travel:Passport $127.00 + Assets:Checking +>>>1 +08-Jan-11 LIAT ..enses:Travel:Airfare $40.00 $40.00 +08-Jan-14 cheaptickets.com ..enses:Travel:Airfare $182.19 $222.19 +08-Feb-05 UNITED ..enses:Travel:Airfare $238.80 $460.99 +08-Feb-05 UNITED ..enses:Travel:Airfare $238.80 $699.79 +08-Mar-16 IBERIA ..enses:Travel:Airfare $1,231.60 $1,931.39 +08-Mar-16 IBERIA ..enses:Travel:Airfare $1,231.60 $3,162.99 +08-Apr-03 AMERICAN ..enses:Travel:Airfare $155.86 $3,318.85 +08-Apr-03 AMERICAN ..enses:Travel:Airfare $155.86 $3,474.71 +08-Apr-30 UNITED ..enses:Travel:Airfare $437.21 $3,911.92 +08-Apr-30 UNITED ..enses:Travel:Airfare $437.21 $4,349.13 +08-Sep-06 AMERICAN ..enses:Travel:Airfare $912.60 $5,261.73 +08-Sep-06 AMERICAN ..enses:Travel:Airfare $912.60 $6,174.33 +08-Sep-22 AGNT FEE ..enses:Travel:Airfare $70.00 $6,244.33 +08-Sep-22 DELTA ..enses:Travel:Airfare $806.20 $7,050.53 +08-Sep-22 DELTA ..enses:Travel:Airfare $806.20 $7,856.73 +08-Sep-22 LIAT 1974 LIMITED ..enses:Travel:Airfare $418.34 $8,275.07 +>>>2 +=== 0 +reg airfare --truncate=middle +>>>1 +08-Jan-11 LIAT Expenses:T..el:Airfare $40.00 $40.00 +08-Jan-14 cheaptickets.com Expenses:T..el:Airfare $182.19 $222.19 +08-Feb-05 UNITED Expenses:T..el:Airfare $238.80 $460.99 +08-Feb-05 UNITED Expenses:T..el:Airfare $238.80 $699.79 +08-Mar-16 IBERIA Expenses:T..el:Airfare $1,231.60 $1,931.39 +08-Mar-16 IBERIA Expenses:T..el:Airfare $1,231.60 $3,162.99 +08-Apr-03 AMERICAN Expenses:T..el:Airfare $155.86 $3,318.85 +08-Apr-03 AMERICAN Expenses:T..el:Airfare $155.86 $3,474.71 +08-Apr-30 UNITED Expenses:T..el:Airfare $437.21 $3,911.92 +08-Apr-30 UNITED Expenses:T..el:Airfare $437.21 $4,349.13 +08-Sep-06 AMERICAN Expenses:T..el:Airfare $912.60 $5,261.73 +08-Sep-06 AMERICAN Expenses:T..el:Airfare $912.60 $6,174.33 +08-Sep-22 AGNT FEE Expenses:T..el:Airfare $70.00 $6,244.33 +08-Sep-22 DELTA Expenses:T..el:Airfare $806.20 $7,050.53 +08-Sep-22 DELTA Expenses:T..el:Airfare $806.20 $7,856.73 +08-Sep-22 LIAT 1974 LIMITED Expenses:T..el:Airfare $418.34 $8,275.07 +>>>2 +=== 0 +reg airfare --truncate=trailing +>>>1 +08-Jan-11 LIAT Expenses:Travel:Airf.. $40.00 $40.00 +08-Jan-14 cheaptickets.com Expenses:Travel:Airf.. $182.19 $222.19 +08-Feb-05 UNITED Expenses:Travel:Airf.. $238.80 $460.99 +08-Feb-05 UNITED Expenses:Travel:Airf.. $238.80 $699.79 +08-Mar-16 IBERIA Expenses:Travel:Airf.. $1,231.60 $1,931.39 +08-Mar-16 IBERIA Expenses:Travel:Airf.. $1,231.60 $3,162.99 +08-Apr-03 AMERICAN Expenses:Travel:Airf.. $155.86 $3,318.85 +08-Apr-03 AMERICAN Expenses:Travel:Airf.. $155.86 $3,474.71 +08-Apr-30 UNITED Expenses:Travel:Airf.. $437.21 $3,911.92 +08-Apr-30 UNITED Expenses:Travel:Airf.. $437.21 $4,349.13 +08-Sep-06 AMERICAN Expenses:Travel:Airf.. $912.60 $5,261.73 +08-Sep-06 AMERICAN Expenses:Travel:Airf.. $912.60 $6,174.33 +08-Sep-22 AGNT FEE Expenses:Travel:Airf.. $70.00 $6,244.33 +08-Sep-22 DELTA Expenses:Travel:Airf.. $806.20 $7,050.53 +08-Sep-22 DELTA Expenses:Travel:Airf.. $806.20 $7,856.73 +08-Sep-22 LIAT 1974 LIMITED Expenses:Travel:Airf.. $418.34 $8,275.07 +>>>2 +=== 0 diff --git a/test/baseline/opt-unbudgeted.test b/test/baseline/opt-unbudgeted.test new file mode 100644 index 00000000..e8acee1e --- /dev/null +++ b/test/baseline/opt-unbudgeted.test @@ -0,0 +1,296 @@ +reg --unbudgeted +<<< +~ monthly + Expenses:Books $10.00 + Assets:Cash + +2008/01/01 January + Expenses:Books $10.00 + Liabilities:Cards $10.00 + Assets:Cash + +2008/01/31 End of January + Expenses:Books $10.00 + Liabilities:Cards $10.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Liabilities:Cards $20.00 + Assets:Cash + +2008/02/28 End of February + Expenses:Books $20.00 + Liabilities:Cards $20.00 + Assets:Cash + +2008/03/01 March + Expenses:Books $30.00 + Liabilities:Cards $30.00 + Assets:Cash + +2008/03/31 End of March + Expenses:Books $30.00 + Liabilities:Cards $30.00 + Assets:Cash + +2008/04/01 April + Expenses:Books $40.00 + Liabilities:Cards $40.00 + Assets:Cash + +2008/04/30 End of April + Expenses:Books $40.00 + Liabilities:Cards $40.00 + Assets:Cash + +2008/05/01 May + Expenses:Books $50.00 + Liabilities:Cards $50.00 + Assets:Cash + +2008/05/31 End of May + Expenses:Books $50.00 + Liabilities:Cards $50.00 + Assets:Cash + +2008/06/01 June + Expenses:Books $60.00 + Liabilities:Cards $60.00 + Assets:Cash + +2008/06/30 End of June + Expenses:Books $60.00 + Liabilities:Cards $60.00 + Assets:Cash + +2008/07/01 July + Expenses:Books $70.00 + Liabilities:Cards $70.00 + Assets:Cash + +2008/07/31 End of July + Expenses:Books $70.00 + Liabilities:Cards $70.00 + Assets:Cash + +2008/08/01 August + Expenses:Books $80.00 + Liabilities:Cards $80.00 + Assets:Cash + +2008/08/31 End of August + Expenses:Books $80.00 + Liabilities:Cards $80.00 + Assets:Cash + +2008/09/01 September + Expenses:Books $90.00 + Liabilities:Cards $90.00 + Assets:Cash + +2008/09/30 End of September + Expenses:Books $90.00 + Liabilities:Cards $90.00 + Assets:Cash + +2008/10/01 October + Expenses:Books $100.00 + Liabilities:Cards $100.00 + Assets:Cash + +2008/10/31 End of October + Expenses:Books $100.00 + Liabilities:Cards $100.00 + Assets:Cash + +2008/11/01 November + Expenses:Books $110.00 + Liabilities:Cards $110.00 + Assets:Cash + +2008/11/30 End of November + Expenses:Books $110.00 + Liabilities:Cards $110.00 + Assets:Cash + +2008/12/01 December + Expenses:Books $120.00 + Liabilities:Cards $120.00 + Assets:Cash + +2008/12/31 End of December + Expenses:Books $120.00 + Liabilities:Cards $120.00 + Assets:Cash + +2009/01/01 January + Expenses:Books $10.00 + Liabilities:Cards $10.00 + Assets:Cash + +2009/01/31 End of January + Expenses:Books $10.00 + Liabilities:Cards $10.00 + Assets:Cash + +2009/02/01 February + Expenses:Books $20.00 + Liabilities:Cards $20.00 + Assets:Cash + +2009/02/28 End of February + Expenses:Books $20.00 + Liabilities:Cards $20.00 + Assets:Cash + +2009/03/01 March + Expenses:Books $30.00 + Liabilities:Cards $30.00 + Assets:Cash + +2009/03/31 End of March + Expenses:Books $30.00 + Liabilities:Cards $30.00 + Assets:Cash + +2009/04/01 April + Expenses:Books $40.00 + Liabilities:Cards $40.00 + Assets:Cash + +2009/04/30 End of April + Expenses:Books $40.00 + Liabilities:Cards $40.00 + Assets:Cash + +2009/05/01 May + Expenses:Books $50.00 + Liabilities:Cards $50.00 + Assets:Cash + +2009/05/31 End of May + Expenses:Books $50.00 + Liabilities:Cards $50.00 + Assets:Cash + +2009/06/01 June + Expenses:Books $60.00 + Liabilities:Cards $60.00 + Assets:Cash + +2009/06/30 End of June + Expenses:Books $60.00 + Liabilities:Cards $60.00 + Assets:Cash + +2009/07/01 July + Expenses:Books $70.00 + Liabilities:Cards $70.00 + Assets:Cash + +2009/07/31 End of July + Expenses:Books $70.00 + Liabilities:Cards $70.00 + Assets:Cash + +2009/08/01 August + Expenses:Books $80.00 + Liabilities:Cards $80.00 + Assets:Cash + +2009/08/31 End of August + Expenses:Books $80.00 + Liabilities:Cards $80.00 + Assets:Cash + +2009/09/01 September + Expenses:Books $90.00 + Liabilities:Cards $90.00 + Assets:Cash + +2009/09/30 End of September + Expenses:Books $90.00 + Liabilities:Cards $90.00 + Assets:Cash + +2009/10/01 October + Expenses:Books $100.00 + Liabilities:Cards $100.00 + Assets:Cash + +2009/10/31 End of October + Expenses:Books $100.00 + Liabilities:Cards $100.00 + Assets:Cash + +2009/11/01 November + Expenses:Books $110.00 + Liabilities:Cards $110.00 + Assets:Cash + +2009/11/30 End of November + Expenses:Books $110.00 + Liabilities:Cards $110.00 + Assets:Cash + +2009/12/01 December + Expenses:Books $120.00 + Liabilities:Cards $120.00 + Assets:Cash + +2009/12/31 End of December + Expenses:Books $120.00 + Liabilities:Cards $120.00 + Assets:Cash +>>>1 +08-Jan-01 January Liabilities:Cards $10.00 $10.00 +08-Jan-31 End of January Liabilities:Cards $10.00 $20.00 +08-Feb-01 February Liabilities:Cards $20.00 $40.00 +08-Feb-28 End of February Liabilities:Cards $20.00 $60.00 +08-Mar-01 March Liabilities:Cards $30.00 $90.00 +08-Mar-31 End of March Liabilities:Cards $30.00 $120.00 +08-Apr-01 April Liabilities:Cards $40.00 $160.00 +08-Apr-30 End of April Liabilities:Cards $40.00 $200.00 +08-May-01 May Liabilities:Cards $50.00 $250.00 +08-May-31 End of May Liabilities:Cards $50.00 $300.00 +08-Jun-01 June Liabilities:Cards $60.00 $360.00 +08-Jun-30 End of June Liabilities:Cards $60.00 $420.00 +08-Jul-01 July Liabilities:Cards $70.00 $490.00 +08-Jul-31 End of July Liabilities:Cards $70.00 $560.00 +08-Aug-01 August Liabilities:Cards $80.00 $640.00 +08-Aug-31 End of August Liabilities:Cards $80.00 $720.00 +08-Sep-01 September Liabilities:Cards $90.00 $810.00 +08-Sep-30 End of September Liabilities:Cards $90.00 $900.00 +08-Oct-01 October Liabilities:Cards $100.00 $1000.00 +08-Oct-31 End of October Liabilities:Cards $100.00 $1100.00 +08-Nov-01 November Liabilities:Cards $110.00 $1210.00 +08-Nov-30 End of November Liabilities:Cards $110.00 $1320.00 +08-Dec-01 December Liabilities:Cards $120.00 $1440.00 +08-Dec-31 End of December Liabilities:Cards $120.00 $1560.00 +09-Jan-01 January Liabilities:Cards $10.00 $1570.00 +09-Jan-31 End of January Liabilities:Cards $10.00 $1580.00 +09-Feb-01 February Liabilities:Cards $20.00 $1600.00 +09-Feb-28 End of February Liabilities:Cards $20.00 $1620.00 +09-Mar-01 March Liabilities:Cards $30.00 $1650.00 +09-Mar-31 End of March Liabilities:Cards $30.00 $1680.00 +09-Apr-01 April Liabilities:Cards $40.00 $1720.00 +09-Apr-30 End of April Liabilities:Cards $40.00 $1760.00 +09-May-01 May Liabilities:Cards $50.00 $1810.00 +09-May-31 End of May Liabilities:Cards $50.00 $1860.00 +09-Jun-01 June Liabilities:Cards $60.00 $1920.00 +09-Jun-30 End of June Liabilities:Cards $60.00 $1980.00 +09-Jul-01 July Liabilities:Cards $70.00 $2050.00 +09-Jul-31 End of July Liabilities:Cards $70.00 $2120.00 +09-Aug-01 August Liabilities:Cards $80.00 $2200.00 +09-Aug-31 End of August Liabilities:Cards $80.00 $2280.00 +09-Sep-01 September Liabilities:Cards $90.00 $2370.00 +09-Sep-30 End of September Liabilities:Cards $90.00 $2460.00 +09-Oct-01 October Liabilities:Cards $100.00 $2560.00 +09-Oct-31 End of October Liabilities:Cards $100.00 $2660.00 +09-Nov-01 November Liabilities:Cards $110.00 $2770.00 +09-Nov-30 End of November Liabilities:Cards $110.00 $2880.00 +09-Dec-01 December Liabilities:Cards $120.00 $3000.00 +09-Dec-31 End of December Liabilities:Cards $120.00 $3120.00 +>>>2 +=== 0 diff --git a/test/baseline/opt-uncleared.test b/test/baseline/opt-uncleared.test new file mode 100644 index 00000000..95e976ad --- /dev/null +++ b/test/baseline/opt-uncleared.test @@ -0,0 +1,286 @@ +reg --uncleared +<<< +2008/01/01 * January + Expenses:Books $10.00 + Assets:Cash + +2008/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/02/01 ! February + Expenses:Books $20.00 + Assets:Cash + +2008/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2008/03/01 * March + Expenses:Books $30.00 + Assets:Cash + +2008/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2008/04/01 April + * Expenses:Books $40.00 + Assets:Cash + +2008/04/30 End of April + * Expenses:Books $40.00 + Assets:Cash + +2008/05/01 May + Expenses:Books $50.00 + ! Assets:Cash + +2008/05/31 End of May + Expenses:Books $50.00 + ! Assets:Cash + +2008/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2008/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2008/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2008/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2008/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2008/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2008/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2008/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2008/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2008/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2008/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2008/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2008/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2008/12/31 End of December + Expenses:Books $120.00 + Assets:Cash + +2009/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2009/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2009/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2009/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2009/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2009/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2009/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2009/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2009/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2009/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2009/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2009/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2009/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2009/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2009/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2009/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2009/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2009/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2009/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2009/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2009/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2009/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2009/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2009/12/31 End of December + Expenses:Books $120.00 + Assets:Cash +>>>1 +08-Jan-31 End of January Expenses:Books $10.00 $10.00 + Assets:Cash $-10.00 0 +08-Feb-01 February Expenses:Books $20.00 $20.00 + Assets:Cash $-20.00 0 +08-Feb-28 End of February Expenses:Books $20.00 $20.00 + Assets:Cash $-20.00 0 +08-Mar-31 End of March Expenses:Books $30.00 $30.00 + Assets:Cash $-30.00 0 +08-Apr-01 April Assets:Cash $-40.00 $-40.00 +08-Apr-30 End of April Assets:Cash $-40.00 $-80.00 +08-May-01 May Expenses:Books $50.00 $-30.00 + Assets:Cash $-50.00 $-80.00 +08-May-31 End of May Expenses:Books $50.00 $-30.00 + Assets:Cash $-50.00 $-80.00 +08-Jun-01 June Expenses:Books $60.00 $-20.00 + Assets:Cash $-60.00 $-80.00 +08-Jun-30 End of June Expenses:Books $60.00 $-20.00 + Assets:Cash $-60.00 $-80.00 +08-Jul-01 July Expenses:Books $70.00 $-10.00 + Assets:Cash $-70.00 $-80.00 +08-Jul-31 End of July Expenses:Books $70.00 $-10.00 + Assets:Cash $-70.00 $-80.00 +08-Aug-01 August Expenses:Books $80.00 0 + Assets:Cash $-80.00 $-80.00 +08-Aug-31 End of August Expenses:Books $80.00 0 + Assets:Cash $-80.00 $-80.00 +08-Sep-01 September Expenses:Books $90.00 $10.00 + Assets:Cash $-90.00 $-80.00 +08-Sep-30 End of September Expenses:Books $90.00 $10.00 + Assets:Cash $-90.00 $-80.00 +08-Oct-01 October Expenses:Books $100.00 $20.00 + Assets:Cash $-100.00 $-80.00 +08-Oct-31 End of October Expenses:Books $100.00 $20.00 + Assets:Cash $-100.00 $-80.00 +08-Nov-01 November Expenses:Books $110.00 $30.00 + Assets:Cash $-110.00 $-80.00 +08-Nov-30 End of November Expenses:Books $110.00 $30.00 + Assets:Cash $-110.00 $-80.00 +08-Dec-01 December Expenses:Books $120.00 $40.00 + Assets:Cash $-120.00 $-80.00 +08-Dec-31 End of December Expenses:Books $120.00 $40.00 + Assets:Cash $-120.00 $-80.00 +09-Jan-01 January Expenses:Books $10.00 $-70.00 + Assets:Cash $-10.00 $-80.00 +09-Jan-31 End of January Expenses:Books $10.00 $-70.00 + Assets:Cash $-10.00 $-80.00 +09-Feb-01 February Expenses:Books $20.00 $-60.00 + Assets:Cash $-20.00 $-80.00 +09-Feb-28 End of February Expenses:Books $20.00 $-60.00 + Assets:Cash $-20.00 $-80.00 +09-Mar-01 March Expenses:Books $30.00 $-50.00 + Assets:Cash $-30.00 $-80.00 +09-Mar-31 End of March Expenses:Books $30.00 $-50.00 + Assets:Cash $-30.00 $-80.00 +09-Apr-01 April Expenses:Books $40.00 $-40.00 + Assets:Cash $-40.00 $-80.00 +09-Apr-30 End of April Expenses:Books $40.00 $-40.00 + Assets:Cash $-40.00 $-80.00 +09-May-01 May Expenses:Books $50.00 $-30.00 + Assets:Cash $-50.00 $-80.00 +09-May-31 End of May Expenses:Books $50.00 $-30.00 + Assets:Cash $-50.00 $-80.00 +09-Jun-01 June Expenses:Books $60.00 $-20.00 + Assets:Cash $-60.00 $-80.00 +09-Jun-30 End of June Expenses:Books $60.00 $-20.00 + Assets:Cash $-60.00 $-80.00 +09-Jul-01 July Expenses:Books $70.00 $-10.00 + Assets:Cash $-70.00 $-80.00 +09-Jul-31 End of July Expenses:Books $70.00 $-10.00 + Assets:Cash $-70.00 $-80.00 +09-Aug-01 August Expenses:Books $80.00 0 + Assets:Cash $-80.00 $-80.00 +09-Aug-31 End of August Expenses:Books $80.00 0 + Assets:Cash $-80.00 $-80.00 +09-Sep-01 September Expenses:Books $90.00 $10.00 + Assets:Cash $-90.00 $-80.00 +09-Sep-30 End of September Expenses:Books $90.00 $10.00 + Assets:Cash $-90.00 $-80.00 +09-Oct-01 October Expenses:Books $100.00 $20.00 + Assets:Cash $-100.00 $-80.00 +09-Oct-31 End of October Expenses:Books $100.00 $20.00 + Assets:Cash $-100.00 $-80.00 +09-Nov-01 November Expenses:Books $110.00 $30.00 + Assets:Cash $-110.00 $-80.00 +09-Nov-30 End of November Expenses:Books $110.00 $30.00 + Assets:Cash $-110.00 $-80.00 +09-Dec-01 December Expenses:Books $120.00 $40.00 + Assets:Cash $-120.00 $-80.00 +09-Dec-31 End of December Expenses:Books $120.00 $40.00 + Assets:Cash $-120.00 $-80.00 +>>>2 +=== 0 diff --git a/test/baseline/opt-unrealized-gains.test b/test/baseline/opt-unrealized-gains.test new file mode 100644 index 00000000..5b225a42 --- /dev/null +++ b/test/baseline/opt-unrealized-gains.test @@ -0,0 +1,20 @@ +bal -V --unrealized --unrealized-gains G +<<< +2008/10/01 Sample + Assets:Brokerage 10 AAPL + Assets:Checking $-200.00 + +P 2008/10/20 12:00:00 AAPL $30.00 + +; 2008/10/20 <Generated Transaction> +; Assets:Brokerage $100 +; Equity:Unrealized Gains +>>>1 + $100.00 Assets + $300.00 Brokerage + $-200.00 Checking + $-100.00 G +-------------------- + 0 +>>>2 +=== 0 diff --git a/test/baseline/opt-unrealized-losses.test b/test/baseline/opt-unrealized-losses.test new file mode 100644 index 00000000..2edd4e63 --- /dev/null +++ b/test/baseline/opt-unrealized-losses.test @@ -0,0 +1,20 @@ +bal -V --unrealized --unrealized-losses L +<<< +2008/10/01 Sample + Assets:Brokerage 10 AAPL + Assets:Checking $-200.00 + +P 2008/10/20 12:00:00 AAPL $10.00 + +; 2008/10/20 <Generated Transaction> +; Assets:Brokerage $100 +; Equity:Unrealized Gains +>>>1 + $-100.00 Assets + $100.00 Brokerage + $-200.00 Checking + $100.00 L +-------------------- + 0 +>>>2 +=== 0 diff --git a/test/baseline/opt-unrealized.test b/test/baseline/opt-unrealized.test new file mode 100644 index 00000000..c472d9ef --- /dev/null +++ b/test/baseline/opt-unrealized.test @@ -0,0 +1,48 @@ +bal -V --unrealized +<<< +2008/10/01 Sample + Assets:Brokerage 10 AAPL + Assets:Checking $-200.00 + +P 2008/10/20 12:00:00 AAPL $30.00 + +; 2008/10/20 <Generated Transaction> +; Assets:Brokerage $100 +; Equity:Unrealized Gains +>>>1 + $100.00 Assets + $300.00 Brokerage + $-200.00 Checking + $-100.00 Equity:Unrealized Gains +-------------------- + 0 +>>>2 +=== 0 +bal -V --unrealized --now=2009/11/25 +<<< +2008/10/01 Sample + Assets:Brokerage 10 AAPL + Assets:Checking $-200.00 + +2008/10/01 Sample + Assets:Brokerage -10 QQQQ + Assets:Checking $1000 + +P 2008/10/20 12:00:00 AAPL $30.00 +P 2008/10/20 12:00:00 QQQQ $110 + +; 2008/10/20 <Generated Transaction> +; Assets:Brokerage $100 +; Equity:Unrealized Gains + +; 2008/10/20 <Generated Transaction> +; Assets:Brokerage $-100 +; Equity:Unrealized Losses +>>>1 + 0 Assets + $-800.00 Brokerage + $800.00 Checking +-------------------- + 0 +>>>2 +=== 0 diff --git a/test/baseline/opt-unround.test b/test/baseline/opt-unround.test new file mode 100644 index 00000000..70018f12 --- /dev/null +++ b/test/baseline/opt-unround.test @@ -0,0 +1,94 @@ +bal --unround --percent +<<< +2008/01/11 LIAT + Expenses:Travel:Airfare $40.00 + Liabilities:MasterCard + +2008/01/14 cheaptickets.com + Expenses:Travel:Airfare $182.19 + Liabilities:MasterCard + +2008/02/05 CTX + Expenses:Travel:Auto $240.38 + Liabilities:MasterCard + +2008/02/05 UNITED + Expenses:Travel:Airfare $238.80 + Liabilities:MasterCard + +2008/02/05 UNITED + Expenses:Travel:Airfare $238.80 + Liabilities:MasterCard + +2008/02/22 BUDGET RENT-A-CAR + Expenses:Travel:Auto $40.59 + Liabilities:MasterCard + +2008/03/16 IBERIA + Expenses:Travel:Airfare $1,231.60 + Liabilities:MasterCard + +2008/03/16 IBERIA + Expenses:Travel:Airfare $1,231.60 + Liabilities:MasterCard + +2008/04/03 AMERICAN + Expenses:Travel:Airfare $155.86 + Liabilities:MasterCard + +2008/04/03 AMERICAN + Expenses:Travel:Airfare $155.86 + Liabilities:MasterCard + +2008/04/30 UNITED + Expenses:Travel:Airfare $437.21 + Liabilities:MasterCard + +2008/04/30 UNITED + Expenses:Travel:Airfare $437.21 + Liabilities:MasterCard + +2008/08/08 BCIS I-131 FILING FEE- + Expenses:Travel:Passport $170.00 + Liabilities:MasterCard + +2008/09/06 AMERICAN + Expenses:Travel:Airfare $912.60 + Liabilities:MasterCard + +2008/09/06 AMERICAN + Expenses:Travel:Airfare $912.60 + Liabilities:MasterCard + +2008/09/22 AGNT FEE + Expenses:Travel:Airfare $70.00 + Liabilities:MasterCard + +2008/09/22 DELTA + Expenses:Travel:Airfare $806.20 + Liabilities:MasterCard + +2008/09/22 DELTA + Expenses:Travel:Airfare $806.20 + Liabilities:MasterCard + +2008/09/22 LIAT 1974 LIMITED + Expenses:Travel:Airfare $418.34 + Liabilities:MasterCard + +2008/12/26 U.S. Department of State + Expenses:Travel:Passport $127.00 + Assets:Checking + +2008/12/26 U.S. Department of State + Expenses:Travel:Passport $127.00 + Assets:Checking +>>>1 + 100.00% Assets:Checking + 100.00% Expenses:Travel + 92.14958953% Airfare + 3.12882793% Auto + 4.72158253% Passport + 100.00% Liabilities:MasterCard +>>>2 +=== 0 diff --git a/test/baseline/opt-weekly.test b/test/baseline/opt-weekly.test new file mode 100644 index 00000000..fb900c74 --- /dev/null +++ b/test/baseline/opt-weekly.test @@ -0,0 +1,225 @@ +reg --weekly books +<<< +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2008/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2008/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2008/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2008/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2008/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2008/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2008/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2008/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2008/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2008/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2008/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2008/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2008/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2008/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2008/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2008/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2008/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2008/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2008/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2008/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2008/12/31 End of December + Expenses:Books $120.00 + Assets:Cash + +2009/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2009/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2009/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2009/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2009/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2009/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2009/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2009/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2009/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2009/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2009/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2009/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2009/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2009/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2009/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2009/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2009/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2009/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2009/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2009/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2009/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2009/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2009/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2009/12/31 End of December + Expenses:Books $120.00 + Assets:Cash +>>>1 +07-Dec-30 - 08-Jan-05 Expenses:Books $10.00 $10.00 +08-Jan-27 - 08-Feb-02 Expenses:Books $30.00 $40.00 +08-Feb-24 - 08-Mar-01 Expenses:Books $50.00 $90.00 +08-Mar-30 - 08-Apr-05 Expenses:Books $70.00 $160.00 +08-Apr-27 - 08-May-03 Expenses:Books $90.00 $250.00 +08-May-25 - 08-May-31 Expenses:Books $50.00 $300.00 +08-Jun-01 - 08-Jun-07 Expenses:Books $60.00 $360.00 +08-Jun-29 - 08-Jul-05 Expenses:Books $130.00 $490.00 +08-Jul-27 - 08-Aug-02 Expenses:Books $150.00 $640.00 +08-Aug-31 - 08-Sep-06 Expenses:Books $170.00 $810.00 +08-Sep-28 - 08-Oct-04 Expenses:Books $190.00 $1000.00 +08-Oct-26 - 08-Nov-01 Expenses:Books $210.00 $1210.00 +08-Nov-30 - 08-Dec-06 Expenses:Books $230.00 $1440.00 +08-Dec-28 - 09-Jan-03 Expenses:Books $130.00 $1570.00 +09-Jan-25 - 09-Jan-31 Expenses:Books $10.00 $1580.00 +09-Feb-01 - 09-Feb-07 Expenses:Books $20.00 $1600.00 +09-Feb-22 - 09-Feb-28 Expenses:Books $20.00 $1620.00 +09-Mar-01 - 09-Mar-07 Expenses:Books $30.00 $1650.00 +09-Mar-29 - 09-Apr-04 Expenses:Books $70.00 $1720.00 +09-Apr-26 - 09-May-02 Expenses:Books $90.00 $1810.00 +09-May-31 - 09-Jun-06 Expenses:Books $110.00 $1920.00 +09-Jun-28 - 09-Jul-04 Expenses:Books $130.00 $2050.00 +09-Jul-26 - 09-Aug-01 Expenses:Books $150.00 $2200.00 +09-Aug-30 - 09-Sep-05 Expenses:Books $170.00 $2370.00 +09-Sep-27 - 09-Oct-03 Expenses:Books $190.00 $2560.00 +09-Oct-25 - 09-Oct-31 Expenses:Books $100.00 $2660.00 +09-Nov-01 - 09-Nov-07 Expenses:Books $110.00 $2770.00 +09-Nov-29 - 09-Dec-05 Expenses:Books $230.00 $3000.00 +09-Dec-27 - 10-Jan-02 Expenses:Books $120.00 $3120.00 +>>>2 +=== 0 diff --git a/test/baseline/opt-weekly_empty.test b/test/baseline/opt-weekly_empty.test new file mode 100644 index 00000000..662f1e14 --- /dev/null +++ b/test/baseline/opt-weekly_empty.test @@ -0,0 +1,301 @@ +reg --weekly --empty books +<<< +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2008/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2008/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2008/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2008/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2008/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2008/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2008/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2008/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2008/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2008/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2008/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2008/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2008/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2008/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2008/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2008/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2008/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2008/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2008/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2008/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2008/12/31 End of December + Expenses:Books $120.00 + Assets:Cash + +2009/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2009/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2009/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2009/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2009/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2009/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2009/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2009/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2009/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2009/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2009/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2009/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2009/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2009/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2009/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2009/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2009/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2009/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2009/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2009/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2009/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2009/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2009/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2009/12/31 End of December + Expenses:Books $120.00 + Assets:Cash +>>>1 +07-Dec-30 - 08-Jan-05 Expenses:Books $10.00 $10.00 +08-Jan-06 - 08-Jan-12 <None> 0 $10.00 +08-Jan-13 - 08-Jan-19 <None> 0 $10.00 +08-Jan-20 - 08-Jan-26 <None> 0 $10.00 +08-Jan-27 - 08-Feb-02 Expenses:Books $30.00 $40.00 +08-Feb-03 - 08-Feb-09 <None> 0 $40.00 +08-Feb-10 - 08-Feb-16 <None> 0 $40.00 +08-Feb-17 - 08-Feb-23 <None> 0 $40.00 +08-Feb-24 - 08-Mar-01 Expenses:Books $50.00 $90.00 +08-Mar-02 - 08-Mar-08 <None> 0 $90.00 +08-Mar-09 - 08-Mar-15 <None> 0 $90.00 +08-Mar-16 - 08-Mar-22 <None> 0 $90.00 +08-Mar-23 - 08-Mar-29 <None> 0 $90.00 +08-Mar-30 - 08-Apr-05 Expenses:Books $70.00 $160.00 +08-Apr-06 - 08-Apr-12 <None> 0 $160.00 +08-Apr-13 - 08-Apr-19 <None> 0 $160.00 +08-Apr-20 - 08-Apr-26 <None> 0 $160.00 +08-Apr-27 - 08-May-03 Expenses:Books $90.00 $250.00 +08-May-04 - 08-May-10 <None> 0 $250.00 +08-May-11 - 08-May-17 <None> 0 $250.00 +08-May-18 - 08-May-24 <None> 0 $250.00 +08-May-25 - 08-May-31 Expenses:Books $50.00 $300.00 +08-Jun-01 - 08-Jun-07 Expenses:Books $60.00 $360.00 +08-Jun-08 - 08-Jun-14 <None> 0 $360.00 +08-Jun-15 - 08-Jun-21 <None> 0 $360.00 +08-Jun-22 - 08-Jun-28 <None> 0 $360.00 +08-Jun-29 - 08-Jul-05 Expenses:Books $130.00 $490.00 +08-Jul-06 - 08-Jul-12 <None> 0 $490.00 +08-Jul-13 - 08-Jul-19 <None> 0 $490.00 +08-Jul-20 - 08-Jul-26 <None> 0 $490.00 +08-Jul-27 - 08-Aug-02 Expenses:Books $150.00 $640.00 +08-Aug-03 - 08-Aug-09 <None> 0 $640.00 +08-Aug-10 - 08-Aug-16 <None> 0 $640.00 +08-Aug-17 - 08-Aug-23 <None> 0 $640.00 +08-Aug-24 - 08-Aug-30 <None> 0 $640.00 +08-Aug-31 - 08-Sep-06 Expenses:Books $170.00 $810.00 +08-Sep-07 - 08-Sep-13 <None> 0 $810.00 +08-Sep-14 - 08-Sep-20 <None> 0 $810.00 +08-Sep-21 - 08-Sep-27 <None> 0 $810.00 +08-Sep-28 - 08-Oct-04 Expenses:Books $190.00 $1000.00 +08-Oct-05 - 08-Oct-11 <None> 0 $1000.00 +08-Oct-12 - 08-Oct-18 <None> 0 $1000.00 +08-Oct-19 - 08-Oct-25 <None> 0 $1000.00 +08-Oct-26 - 08-Nov-01 Expenses:Books $210.00 $1210.00 +08-Nov-02 - 08-Nov-08 <None> 0 $1210.00 +08-Nov-09 - 08-Nov-15 <None> 0 $1210.00 +08-Nov-16 - 08-Nov-22 <None> 0 $1210.00 +08-Nov-23 - 08-Nov-29 <None> 0 $1210.00 +08-Nov-30 - 08-Dec-06 Expenses:Books $230.00 $1440.00 +08-Dec-07 - 08-Dec-13 <None> 0 $1440.00 +08-Dec-14 - 08-Dec-20 <None> 0 $1440.00 +08-Dec-21 - 08-Dec-27 <None> 0 $1440.00 +08-Dec-28 - 09-Jan-03 Expenses:Books $130.00 $1570.00 +09-Jan-04 - 09-Jan-10 <None> 0 $1570.00 +09-Jan-11 - 09-Jan-17 <None> 0 $1570.00 +09-Jan-18 - 09-Jan-24 <None> 0 $1570.00 +09-Jan-25 - 09-Jan-31 Expenses:Books $10.00 $1580.00 +09-Feb-01 - 09-Feb-07 Expenses:Books $20.00 $1600.00 +09-Feb-08 - 09-Feb-14 <None> 0 $1600.00 +09-Feb-15 - 09-Feb-21 <None> 0 $1600.00 +09-Feb-22 - 09-Feb-28 Expenses:Books $20.00 $1620.00 +09-Mar-01 - 09-Mar-07 Expenses:Books $30.00 $1650.00 +09-Mar-08 - 09-Mar-14 <None> 0 $1650.00 +09-Mar-15 - 09-Mar-21 <None> 0 $1650.00 +09-Mar-22 - 09-Mar-28 <None> 0 $1650.00 +09-Mar-29 - 09-Apr-04 Expenses:Books $70.00 $1720.00 +09-Apr-05 - 09-Apr-11 <None> 0 $1720.00 +09-Apr-12 - 09-Apr-18 <None> 0 $1720.00 +09-Apr-19 - 09-Apr-25 <None> 0 $1720.00 +09-Apr-26 - 09-May-02 Expenses:Books $90.00 $1810.00 +09-May-03 - 09-May-09 <None> 0 $1810.00 +09-May-10 - 09-May-16 <None> 0 $1810.00 +09-May-17 - 09-May-23 <None> 0 $1810.00 +09-May-24 - 09-May-30 <None> 0 $1810.00 +09-May-31 - 09-Jun-06 Expenses:Books $110.00 $1920.00 +09-Jun-07 - 09-Jun-13 <None> 0 $1920.00 +09-Jun-14 - 09-Jun-20 <None> 0 $1920.00 +09-Jun-21 - 09-Jun-27 <None> 0 $1920.00 +09-Jun-28 - 09-Jul-04 Expenses:Books $130.00 $2050.00 +09-Jul-05 - 09-Jul-11 <None> 0 $2050.00 +09-Jul-12 - 09-Jul-18 <None> 0 $2050.00 +09-Jul-19 - 09-Jul-25 <None> 0 $2050.00 +09-Jul-26 - 09-Aug-01 Expenses:Books $150.00 $2200.00 +09-Aug-02 - 09-Aug-08 <None> 0 $2200.00 +09-Aug-09 - 09-Aug-15 <None> 0 $2200.00 +09-Aug-16 - 09-Aug-22 <None> 0 $2200.00 +09-Aug-23 - 09-Aug-29 <None> 0 $2200.00 +09-Aug-30 - 09-Sep-05 Expenses:Books $170.00 $2370.00 +09-Sep-06 - 09-Sep-12 <None> 0 $2370.00 +09-Sep-13 - 09-Sep-19 <None> 0 $2370.00 +09-Sep-20 - 09-Sep-26 <None> 0 $2370.00 +09-Sep-27 - 09-Oct-03 Expenses:Books $190.00 $2560.00 +09-Oct-04 - 09-Oct-10 <None> 0 $2560.00 +09-Oct-11 - 09-Oct-17 <None> 0 $2560.00 +09-Oct-18 - 09-Oct-24 <None> 0 $2560.00 +09-Oct-25 - 09-Oct-31 Expenses:Books $100.00 $2660.00 +09-Nov-01 - 09-Nov-07 Expenses:Books $110.00 $2770.00 +09-Nov-08 - 09-Nov-14 <None> 0 $2770.00 +09-Nov-15 - 09-Nov-21 <None> 0 $2770.00 +09-Nov-22 - 09-Nov-28 <None> 0 $2770.00 +09-Nov-29 - 09-Dec-05 Expenses:Books $230.00 $3000.00 +09-Dec-06 - 09-Dec-12 <None> 0 $3000.00 +09-Dec-13 - 09-Dec-19 <None> 0 $3000.00 +09-Dec-20 - 09-Dec-26 <None> 0 $3000.00 +09-Dec-27 - 10-Jan-02 Expenses:Books $120.00 $3120.00 +>>>2 +=== 0 diff --git a/test/baseline/opt-wide.test b/test/baseline/opt-wide.test new file mode 100644 index 00000000..02b4284a --- /dev/null +++ b/test/baseline/opt-wide.test @@ -0,0 +1,11 @@ +reg --wide +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +07-Feb-02 RD VMMXX Assets:Investments:Vanguard:VMMXX 0.350 VMMXX 0.350 VMMXX + Income:Dividends:Vanguard:VMMXX $-0.35 $-0.35 + 0.350 VMMXX +>>>2 +=== 0 diff --git a/test/baseline/opt-yearly.test b/test/baseline/opt-yearly.test new file mode 100644 index 00000000..a8c73607 --- /dev/null +++ b/test/baseline/opt-yearly.test @@ -0,0 +1,198 @@ +reg --yearly books +<<< +2008/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2008/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2008/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2008/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2008/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2008/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2008/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2008/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2008/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2008/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2008/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2008/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2008/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2008/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2008/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2008/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2008/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2008/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2008/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2008/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2008/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2008/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2008/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2008/12/31 End of December + Expenses:Books $120.00 + Assets:Cash + +2009/01/01 January + Expenses:Books $10.00 + Assets:Cash + +2009/01/31 End of January + Expenses:Books $10.00 + Assets:Cash + +2009/02/01 February + Expenses:Books $20.00 + Assets:Cash + +2009/02/28 End of February + Expenses:Books $20.00 + Assets:Cash + +2009/03/01 March + Expenses:Books $30.00 + Assets:Cash + +2009/03/31 End of March + Expenses:Books $30.00 + Assets:Cash + +2009/04/01 April + Expenses:Books $40.00 + Assets:Cash + +2009/04/30 End of April + Expenses:Books $40.00 + Assets:Cash + +2009/05/01 May + Expenses:Books $50.00 + Assets:Cash + +2009/05/31 End of May + Expenses:Books $50.00 + Assets:Cash + +2009/06/01 June + Expenses:Books $60.00 + Assets:Cash + +2009/06/30 End of June + Expenses:Books $60.00 + Assets:Cash + +2009/07/01 July + Expenses:Books $70.00 + Assets:Cash + +2009/07/31 End of July + Expenses:Books $70.00 + Assets:Cash + +2009/08/01 August + Expenses:Books $80.00 + Assets:Cash + +2009/08/31 End of August + Expenses:Books $80.00 + Assets:Cash + +2009/09/01 September + Expenses:Books $90.00 + Assets:Cash + +2009/09/30 End of September + Expenses:Books $90.00 + Assets:Cash + +2009/10/01 October + Expenses:Books $100.00 + Assets:Cash + +2009/10/31 End of October + Expenses:Books $100.00 + Assets:Cash + +2009/11/01 November + Expenses:Books $110.00 + Assets:Cash + +2009/11/30 End of November + Expenses:Books $110.00 + Assets:Cash + +2009/12/01 December + Expenses:Books $120.00 + Assets:Cash + +2009/12/31 End of December + Expenses:Books $120.00 + Assets:Cash +>>>1 +08-Jan-01 - 08-Dec-31 Expenses:Books $1560.00 $1560.00 +09-Jan-01 - 09-Dec-31 Expenses:Books $1560.00 $3120.00 +>>>2 +=== 0 diff --git a/test/baseline/test-sample.dat b/test/baseline/test-sample.dat new file mode 100644 index 00000000..4bfbe1e2 --- /dev/null +++ b/test/baseline/test-sample.dat @@ -0,0 +1,91 @@ +reg +<<< +; -*- ledger -*- + +N $ + += /^Expenses:Books/ + (Liabilities:Taxes) -0.10 + +~ Monthly + Assets:Bank:Checking $500.00 + Income:Salary + +~ Yearly + Expenses:Donations $100.00 + Assets:Bank:Checking + +2004/05/01 * Checking balance + Assets:Bank:Checking $1,000.00 + Equity:Opening Balances + +2004/05/03=2004/05/01 * Investment balance + Assets:Brokerage 50 AAPL @ $30.00 + Equity:Opening Balances + +2004/05/14 * Páy dày + Assets:Bank:Checking 500.00€ + Income:Salary + +2004/05/14 * Another dày in which there is Páying + Asséts:Bánk:Chécking:Asséts:Bánk:Chécking $500.00 + Income:Salary + +2004/05/14 * Another dày in which there is Páying + Русский язык:Активы:Русский язык:Русский язык $1000.00 + Income:Salary + +tag foo + +2004/05/27 Book Store + Expenses:Books $20.00 + Expenses:Cards $40.00 + Expenses:Docs $30.00 + Liabilities:MasterCard + +end tag + +2004/05/27 (100) Credit card company + ; This is an xact note! + ; Sample: Value + Liabilities:MasterCard $20.00 + ; This is a posting note! + ; Sample: Another Value + ; :MyTag: + Assets:Bank:Checking + ; :AnotherTag: +>>>1 +04-May-01 Checking balance Assets:Bank:Checking $1,000.00 $1,000.00 + Eq:Opening Balances $-1,000.00 0 +04-May-03 Investment balance Assets:Brokerage 50 AAPL 50 AAPL + Eq:Opening Balances $-1,500.00 $-1,500.00 + 50 AAPL +04-May-14 Páy dày Assets:Bank:Checking 500.00€ $-1,500.00 + 50 AAPL + 500.00€ + Income:Salary -500.00€ $-1,500.00 + 50 AAPL +04-May-14 Another dày in whic.. ..Bá:Ch:As:Bá:Chécking $500.00 $-1,000.00 + 50 AAPL + Income:Salary $-500.00 $-1,500.00 + 50 AAPL +04-May-14 Another dày in whic.. Ру:Ак:Ру:Русский язык $1,000.00 $-500.00 + 50 AAPL + Income:Salary $-1,000.00 $-1,500.00 + 50 AAPL +04-May-27 Book Store Expenses:Books $20.00 $-1,480.00 + 50 AAPL + Expenses:Cards $40.00 $-1,440.00 + 50 AAPL + Expenses:Docs $30.00 $-1,410.00 + 50 AAPL + Liabilities:MasterCard $-90.00 $-1,500.00 + 50 AAPL + (Liabilities:Taxes) $-2.00 $-1,502.00 + 50 AAPL +04-May-27 Credit card company Liabilities:MasterCard $20.00 $-1,482.00 + 50 AAPL + Assets:Bank:Checking $-20.00 $-1,502.00 + 50 AAPL +>>>2 +=== 0 |