Page 62 of 87 FirstFirst ... 125258596061626364656672 ... LastLast
Results 1,221 to 1,240 of 1727
  1. #1221
    Community Member Book_O_Dragons's Avatar
    Join Date
    Jul 2010
    Posts
    560

    Default

    Do you mind taking a look at the formating for the notable equipment section?

    This is the export function's output with all the boxes but that unchecked. It will also happen when other boxes are checked.
    Code:
    Character Plan by DDO Character Planner Version 03.14.02
    DDO Character Planner Home Page
    
    Level 20 Lawful Neutral Human Male
    (20 Monk) 
    Hit Points: 260
    Spell Points: 0 
    BAB: 15\15\20\25\25
    Fortitude: 16
    Reflex: 23
    Will: 24
    
    {\b {\ul Notable Equipment }} \par Epic Chimera's Crown \par Epic Goggles of Time-Sensing \par Icy Raiment \par Epic Jidz Tet-ka \par Epic Seal of the Earth \par Nyoko's Band \par Cannith Boots of Propulsion \par Epic Spectral Gloves \par Epic Belt of the Mroranon \par Epic Cloak of Night \par Epic Grim's Bracelet \par Epic Pouch of Jerky \par  \par
    The worst problem on the DDO forums right now

    Primary Server: Khyber ~~~ Officer in Knights of Kern

  2. #1222
    Hero DanteEnFuego's Avatar
    Join Date
    Apr 2010
    Posts
    183

    Default

    Quote Originally Posted by Aganthor View Post
    Found a small typo in the "ItemEffectsFile" file that prevents one sovereign rune from getting loaded.

    Radiance guard effect reads "DT Soverign"...
    Should be :
    Radiant, not raidant too...
    "The lion cannot protect himself from traps, and the fox cannot defend himself from wolves. One must therefore be a fox to recognize traps, and a lion to frighten wolves." Niccolò Machiavelli
    Thelanis: Arbix Completionist (23rd Life), ArbySoul, ArbyBarb, ArbyPriest, Arbificer etc.

  3. #1223
    Community Member pelaaja's Avatar
    Join Date
    Nov 2009
    Posts
    346

    Default

    Will this character planner have Epic Destiny planner, too?
    Quote Originally Posted by amnota View Post
    Halfling thrower builds are fun.

    Of course the trick is in knowing just how to bend the halfling...otherwise they never come back.

  4. #1224
    Hero
    Join Date
    Sep 2009
    Posts
    19

    Default

    Great program and found a couple of bugs when building a ranged archer build.

    Combat Archery is listed as a selecteable feat but it shouldn't be available as it is an epic feat.

    The Point Black Shot feat is giving Archer's Focus feat when that is granted by Precise shot.

    Couldn't find these previously reported.

  5. #1225
    Community Member
    Join Date
    Sep 2010
    Posts
    185

    Default Problem getting latest version to run.

    I downloaded the latest version of the character planner and can't get it to run.
    When I open it I get a pop up that it has stopped working and it shuts down.

    Maybe I didn't clear my browser cache correctly, maybe someone could explain.
    I am running Windows Vista.
    Any help you can offer me would really be appreciated, thanks!

  6. #1226
    Community Member ArgentMage's Avatar
    Join Date
    Jun 2009
    Posts
    819

    Default

    Quote Originally Posted by Zipwire View Post
    I downloaded the latest version of the character planner and can't get it to run.
    When I open it I get a pop up that it has stopped working and it shuts down.

    Maybe I didn't clear my browser cache correctly, maybe someone could explain.
    I am running Windows Vista.
    Any help you can offer me would really be appreciated, thanks!

    If there's an error code in the "stopped working" box, that would really help.

  7. #1227
    Community Member
    Join Date
    Sep 2010
    Posts
    185

    Default

    Hi Argent, thanks for your reply.

    No error code comes up.
    Popup contents:

    DDOCharGen.exe has stopped working

    A Problem caused the program to stop working correctly.
    Windows will close the program and notify you if a solution is available.

  8. #1228
    Community Member
    Join Date
    Dec 2010
    Posts
    71

    Default mobile

    Just wondering will this app( which is GREAT ) ever be made for an android device? ??

  9. #1229
    Community Member ArgentMage's Avatar
    Join Date
    Jun 2009
    Posts
    819

    Default

    Quote Originally Posted by Zipwire View Post
    Hi Argent, thanks for your reply.

    No error code comes up.
    Popup contents:

    DDOCharGen.exe has stopped working

    A Problem caused the program to stop working correctly.
    Windows will close the program and notify you if a solution is available.
    OK, then two things that come to mind:

    - First, try the download again maybe even with another browser, if available, and
    uncompress it to a different folder. While unlikely, it could be that you got a bad
    download.

    - Second, go to where DDOCharGen.exe is located, right-click, Properties, Compatibility
    Tab, check the box, and in the pulldown select Windows XP, Accept, and try to
    launch it again. You shouldn't have to do this, but it's worth trying.
    Last edited by ArgentMage; 08-31-2012 at 02:22 PM.

  10. #1230
    Community Member ArgentMage's Avatar
    Join Date
    Jun 2009
    Posts
    819

    Default

    Quote Originally Posted by gee-dragon776 View Post
    Just wondering will this app( which is GREAT ) ever be made for an android device? ??
    Yeah, Ron, while I'm thinking of it, there's a tool called MoSync that would let
    you compile your C++ backend into a library that will run on Android or iOS mobile.
    Of course, the real issue is the screen assets, and even with a 7" tablet, you'd
    likely need several pages (probably 3) for the main screen alone. But after a couple
    of months of doing Android development, it probably could be done - after all, all
    the really hard work is in the backend validation...

    Right?
    Last edited by ArgentMage; 08-31-2012 at 02:25 PM.

  11. #1231
    Legendary Founder Ron's Avatar
    Join Date
    Feb 2006
    Posts
    2,518

    Default

    Quote Originally Posted by Zipwire View Post
    I downloaded the latest version of the character planner and can't get it to run.
    When I open it I get a pop up that it has stopped working and it shuts down.

    Maybe I didn't clear my browser cache correctly, maybe someone could explain.
    I am running Windows Vista.
    Any help you can offer me would really be appreciated, thanks!
    I find 9 times out of 10 when somebody has this issue it's one of two things. One, either you didn't decompress the download and are trying to run the exe right out of the zip file (this will not work, heh), or it was decompressed incorrectly and you have no subfolders (i.e. you have all the graphic files in the parent folder). Make sure the parent folder has only the exe in it along with a few subfolders.

    If that's not it, let me know and we can move to other less common problems.

    You shouldn't have to enable any compatibility modes. I run it on Vista and it works for me.

    Quote Originally Posted by ArgentMage View Post
    Yeah, Ron, while I'm thinking of it, there's a tool called MoSync that would let
    you compile your C++ backend into a library that will run on Android or iOS mobile.
    Of course, the real issue is the screen assets, and even with a 7" tablet, you'd
    likely need several pages (probably 3) for the main screen alone. But after a couple
    of months of doing Android development, it probably could be done - after all, all
    the really hard work is in the backend validation...

    Right?
    Well get on it then!

    I can't do it myself. A) I don't have a device to test it on and B) I don't have the time. I can't even keep up with all the stuff I want to do with the Windows version, much less try and add another version on top of that. I would be more than willing to share the code with anyone that wants to try to port it though, and even help out with questions. But I can't take on that project, I have far too much going on as it is.
    The locus of my identity is totally exterior to me.
    "On my business card, I am a corporate president. In my mind, I am a game developer. But in my heart, I am a gamer." - Satoru Iwata

  12. #1232
    Legendary Founder Ron's Avatar
    Join Date
    Feb 2006
    Posts
    2,518

    Default

    Quote Originally Posted by pelaaja View Post
    Will this character planner have Epic Destiny planner, too?
    Yes, that is the plan. I don't yet have a timeline for it (probably around the same time I get forum export templates done, a revamped print output done, and epic levels done, heh). But we do intend to add them.

    [actually, epic levels should be in with the next release...]
    The locus of my identity is totally exterior to me.
    "On my business card, I am a corporate president. In my mind, I am a game developer. But in my heart, I am a gamer." - Satoru Iwata

  13. #1233
    Community Member
    Join Date
    Sep 2010
    Posts
    185

    Default

    Hiya Ron, thanks for your reply.
    I know you are busy but really appreciate you taking the time to help me.

    I deleted first download, the zip and extracted files.
    I then extracted to my desktop and it seems to load just fine.
    I thought I did it the same way as previous versions but who knows.

    I didn't think I did what you mentioned but maybe I did without realizing it. lol
    Thanks again for your great planner and all the work you put into it!

  14. #1234
    Legendary Founder Ron's Avatar
    Join Date
    Feb 2006
    Posts
    2,518

    Default

    Well cool, I'm glad you got it working, whatever the problem was. Maybe the zip extractor just had a bad day and messed something up, heh.
    The locus of my identity is totally exterior to me.
    "On my business card, I am a corporate president. In my mind, I am a game developer. But in my heart, I am a gamer." - Satoru Iwata

  15. #1235
    Community Member FreeMemory's Avatar
    Join Date
    Apr 2010
    Posts
    89

    Default

    I think it's a recent change (update 15?) but significant on the warforged builds is that Warforged Healer's Friend I, II, III enhancements are only 1,2,3 AP instead of 2,4,6 AP and have different descriptions, basically stating healing is now 60%, 70%, 80% effective. Do you have an updated version coming out anytime soon?
    I know. Turbine is changing the rules faster than you can change the planner, not only needing updates, but probably creating issues with saved versions of builds on older versions if it does get updated.

    Sorry! I don't want any adventures, thank you. Not Today. Good morning! But please come to tea -any time you like! Why not tomorrow? Good bye!
    - Bilbo Baggins

  16. #1236
    Community Member Cigaran's Avatar
    Join Date
    Mar 2006
    Posts
    58

    Default

    I've been using your Character Planner and am enjoying it quite a bit. Thanks so much for all the work!

    I have however noticed an issue. In version 3.14.02, when building an Artificer there is no option to select Combat Casting at any level. I've double checked in-game and as of now, it is listed as an option for Artificer.

  17. #1237
    Community Member Bolo_Grubb's Avatar
    Join Date
    Oct 2009
    Posts
    1,075

    Default

    will epic levels be included some day? Mostly wonder just for planning the 2 extra feats and making sure I get any needed pre-requirements for them.

    Thanks for a great tool.
    Kill'em all and let their favorite deity sort'em out
    BoloGrubb / DJGrubb / Gijo
    Proud member of the HighLords of Malkier

  18. #1238
    The Mad Multiclasser Failedlegend's Avatar
    Join Date
    May 2009
    Posts
    0

    Default

    Quote Originally Posted by Bolo_Grubb View Post
    will epic levels be included some day? Mostly wonder just for planning the 2 extra feats and making sure I get any needed pre-requirements for them.

    Thanks for a great tool.
    Just use the Ron tracker - http://forums.ddo.com/search.php?searchid=20953580

    This was only 5ish posts ago...same page dude

    Quote Originally Posted by pelaaja View Post
    Will this character planner have Epic Destiny planner, too?
    Quote Originally Posted by Ron View Post
    Yes, that is the plan. I don't yet have a timeline for it (probably around the same time I get forum export templates done, a revamped print output done, and epic levels done, heh). But we do intend to add them.

    [actually, epic levels should be in with the next release...]
    Last edited by Failedlegend; 09-25-2012 at 01:28 PM.
    Quote Originally Posted by Cordovan
    There is little value in getting into an edition debate; as with anything, we create what we believe works best for DDO.

  19. #1239
    Community Member Bolo_Grubb's Avatar
    Join Date
    Oct 2009
    Posts
    1,075

    Default

    Quote Originally Posted by Failedlegend View Post
    Just use the Ron tracker - http://forums.ddo.com/search.php?searchid=20953580

    This was only 5ish posts ago...same page dude

    DOH you got me, I am lazy and at work so I was trying to just post quick with out doing my research.

    Thanks though
    Kill'em all and let their favorite deity sort'em out
    BoloGrubb / DJGrubb / Gijo
    Proud member of the HighLords of Malkier

  20. #1240
    The Mad Multiclasser Failedlegend's Avatar
    Join Date
    May 2009
    Posts
    0

    Default

    Quote Originally Posted by Bolo_Grubb View Post
    DOH you got me, I am lazy and at work
    Heh I understand...I literally have like 2 or 3 seconds between calls at work if its a slow day so my work posts are usually a bit of a mess and require editing when I get home but yeah the Ron tracker is a great tool
    Last edited by Failedlegend; 09-25-2012 at 02:29 PM.
    Quote Originally Posted by Cordovan
    There is little value in getting into an edition debate; as with anything, we create what we believe works best for DDO.

Page 62 of 87 FirstFirst ... 125258596061626364656672 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

This form's session has expired. You need to reload the page.

Reload