Unofficial Offline Skilltree Calc (Delete the Data folder to update. Stop posting "update please" )

I cant download my items into the Programm, do i need to be logged in from the Game or is Forum Login enough ? I already told my Firewall to let the Programm do his Thing.
Ing: _DerikEX_
"
DerikEX wrote:
I cant download my items into the Programm, do i need to be logged in from the Game or is Forum Login enough ? I already told my Firewall to let the Programm do his Thing.


you only need to be logged in in the forum.
Are you sure you're entering the correct name?
What is happening when you try to download the items?
It should open your browser and lead you either to a site with lots of text that you just save and load in the tool, or it should just give you a download option.
ahh okay, always thought it is en error message that pops up in my browser. Sorry for the bother, now it seems to function

thx for the great programm
Ing: _DerikEX_
Hi, thanks a lot for this passive planner!

Just wanted to ask,

1. If it is possible to list the attributes in a custom group
  in the same order as I listed them in the group.txt file?

  Because somehow the all res, lightning res, and cold res
  sticks together, but not the fire res...


2. Is it possible to add up some attributes, such as the all res
  and each of the three elemental resistances?

  Then I would be able to figure out in a glance how much resistance
  I still need until cap.

Hope you see this :D
@Cycylno
1. Not sure what you mean, the custom groups are process in order. So if you have some group at the top that includes all items with "fire" it will also include "fire resistance" even if you have a group for that below the "fire" group. You should reorder the group lines to be processed correctly.

We are working on a Stat display that shows all the stats including dps. but since there are so many custom nodes and values it is not easy. It will probably take a lot of time till we're done.
really good work
don't even English
"
Headhorr wrote:
@Cycylno
1. Not sure what you mean, the custom groups are process in order. So if you have some group at the top that includes all items with "fire" it will also include "fire resistance" even if you have a group for that below the "fire" group. You should reorder the group lines to be processed correctly.

We are working on a Stat display that shows all the stats including dps. but since there are so many custom nodes and values it is not easy. It will probably take a lot of time till we're done.

Sorry for not being clear :D

What I am doing now is trying to regroup the default groups,
which are BaseStats, Spells, Defence... etc.

What I find difficult is the order I have in groups.txt for "Defence" is
"
to maximum Life,Defence
Energy Shield,Defence
Evasion Rating, Defence

but the order in the planner is instead
"
(^) Defence
+XXX to maximum Life
Evasion Rating: YYY
Energy Shield: ZZZ

this is the same when I try
Spoiler
to maximum Life,Defence
Energy Shield,Defence
to maximum Energy Shield,Defence
Energy Shield,Defence
increased maximum Energy Shield,Defence
increased Energy Shield Cooldown Recovery,Defence
more Maximum Energy Shield,Defence
to all Elemental Resistances,Defence
to Fire Resistance,Defence
to Lightning Resistance,Defence
to Cold Resistance,Defence

and get
Spoiler
(^) Defence
+xxx to maximum Life
+yyy% increased maximum Energy Shield
+yyy% increased Energy Shield Cooldown Recovery
+yyy% to all Elemental Resistances
+yyy% to Lightning Resistance
+yyy% to Cold Resistance
20% more Maximum Energy Shield
Energy Shield: xxx
+yyy% to Fire Resistance
+xxx to maximum Energy Shield
+yyy% Energy Shield

which is totally not in the order I intended...
OP UPDATE PLEASE
When I load the get-item file the client just crashes.
Is this a comon issue ? and fix ?

Spoiler
The error time: 04/08/2013 18:46
Exception: System.Exception: Error reading RavenJObject from JsonReader. Current JsonReader item is not an object: Boolean
at Raven.Json.Linq.RavenJObject.Load(JsonReader reader)
at Raven.Json.Linq.RavenJObject.Parse(String json)
at POESKillTree.ItemAttributes..ctor(String path)
at POESKillTree.MainWindow.button1_Click_1(Object sender, RoutedEventArgs e)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
at System.Windows.Controls.Primitives.ButtonBase.OnClick()
at System.Windows.Controls.Button.OnClick()
at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
at System.Windows.Input.InputManager.ProcessStagingArea()
at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
Th
Last edited by majexon on Apr 8, 2013, 12:55:47 PM
hm, you should try to download the items again, if it doesn't help, upload me the items somewhere and i will debug the problem.

Report Forum Post

Report Account:

Report Type

Additional Info