Unofficial Offline Skilltree Calc (Delete the Data folder to update. Stop posting "update please" )
" I'm a retard, saved it in main folder instead of data folder, works great now. Thanks for an awesome program! | |
Thank you for the skill calculator. I find it very useful as I don't have to load up a webpage every single time just to look at a skill tree.
However, I noticed one thing: under the Class pulldown menu (Witch, Ranger, Marauder, Templar, Duelist, Shadow), etc. I noticed that instead of "Shadow", it says the word "SIX". Is this unavoidable or is this an error? [Tempest] Level 42 Tornado Shot Ranger Last edited by Exacerbated on Feb 1, 2013, 1:57:48 PM
|
|
will be changed with other stuff the next few days...
just have a lot to do right now. | |
I made small fixes to the code. There was some odd behavior with double clicking node etc.
http://pastebin.com/H0s4AFi8 | |
" cool thanks. i already integrated it into my local codebase. | |
Where did you learn how to program stuff like this? I'm interested in learning how to do stuff like this. What relevant skillsets and materials (i.e. mathematics, language requirements, external programs etc.) are necessary before I even try to attempt something like this?
[Tempest] Level 42 Tornado Shot Ranger Last edited by Exacerbated on Feb 1, 2013, 4:00:22 PM
|
|
Found a bug with dual monitors.
On my second display (different resolution than main) the program won't pick up the correct placement of my mouse pointer. End up with phantom tooltips on empty space since the program believes I'm hovering over it. Still looks fine, but only able to add points to the tree on my main display. Not a real big deal but thought I'd let you know. | |
" Welcome to computer science / software engineering! :P Check stuff related to programming / software development etc. on Khan Academy. You can search on the "stack exchange" network of sites for excellent answers to specific questions, once you have started delving into coding. You can start right away doing very basic newbie stuff ('hello world'). The critical thing if you want to actually make progress is to do examples on the way and figure stuff out with curiosity. " I experienced this bug too. | |
its a known bug, will be fixed soon.
does anyone bother reading the opening thread before posting?... | |
I updated the code i posted earlier as it was not showing the refund path after adding new node. I decided to "adopt" the code from "border1_MouseMove" and it now works correctly.
http://pastebin.com/4497Dx2F |