Page 1 of 2 12 LastLast
Results 1 to 15 of 27

Thread: Need help adding a ne talent to custom template

  1. #1
    Join Date
    Feb 2003
    Location
    Topeka, KS
    Age
    49
    Posts
    640
    Rep Power
    150906

    Need help adding a ne talent to custom template

    Hey

    I've been trying and trying to add a new talent to a custom template and keep getting one error after another.

    I want to add a talent for 10pts this gives you a base roll of 10-less and +1 for 3 pts. Not based of a characteristic just a flat 10-less roll..could some one help me with the code please

  2. #2
    Join Date
    Feb 2003
    Location
    Topeka, KS
    Age
    49
    Posts
    640
    Rep Power
    150906

    Re: Need help adding a ne talent to custom template

    Here's the code I using..It keeps coming up with one error or another

    <TALENT XMLID="Magic Resistance" SHOWDIALOG="No" DISPLAY="Magic Resistance" MINCOST="10" ROLL="11" BASECOST="10">
    <BASECOST="3" LVLCOST="2" LVLVAL="1" />

    <DEFINITION> </DEFINITION>
    </TALENT>

  3. #3
    Join Date
    Apr 2004
    Location
    Houston, TX
    Age
    41
    Posts
    3,163
    Rep Power
    749732

    Re: Need help adding a ne talent to custom template

    What are the error messages?
    D3 Adventures
    Building better worlds for better games.

    Join D3 Adventures on Facebook
    Follow us on Twitter: @D3Adventures

    "Man will never be free until the last king is strangled with the entrails of the last priest."
    - Denis Diderot

  4. #4
    Join Date
    Feb 2003
    Location
    Topeka, KS
    Age
    49
    Posts
    640
    Rep Power
    150906

    Re: Need help adding a ne talent to custom template

    usally something about adding > or /> at a particular spot like after basecost..I do and same message appears

  5. #5
    Join Date
    Feb 2003
    Location
    Gainesville/Jacksonville, FL
    Posts
    630
    Rep Power
    656781

    Re: Need help adding a ne talent to custom template

    Try this...

    Code:
    <TALENT XMLID="Magic Resistance" SHOWDIALOG="No" DISPLAY="Magic Resistance" MINCOST="10" BASECOST="3" LVLCOST="2" LVLVAL="1">
    <DEFINITION> </DEFINITION>
    </TALENT>
    Last edited by concord; Dec 18th, '11 at 03:23 PM.
    Bill Beane
    Wardens Chronicles - Champions Campaign - http://wardens.angeva.com
    Foundation Chronicles - The World of the Wardens - http://foundation.angeva.com
    Foundation Redbook - Campaign Rules and Characters - http://redbook.angeva.com
    Wardens and Foundation Chronicles Updates - http://www.herogames.com/forums/showthread.php?t=29207
    Wardens Chronicles Characters - http://www.herogames.com/forums/showthread.php?t=30260

  6. #6
    Join Date
    Feb 2003
    Location
    Topeka, KS
    Age
    49
    Posts
    640
    Rep Power
    150906

    Re: Need help adding a ne talent to custom template

    I don't get the errors anymore. But the price doesn't change when you add levels.
    Last edited by tiger; Dec 19th, '11 at 12:25 AM.

  7. #7
    Join Date
    Feb 2003
    Location
    Topeka, KS
    Age
    49
    Posts
    640
    Rep Power
    150906

    Re: Need help adding a ne talent to custom template

    I'm also trying to get the roll to show on the sheet and with each lvl added..not having any luck

    I'm using this..based it off other abilities with roll.. Don't work

    <TALENT XMLID="Magic Resistance" SHOWDIALOG="No" DISPLAY="Magic Resistance" MINCOST="10" ROLL="11" BASECOST="3" LVLCOST="2" LVLVAL="1">
    <DEFINITION>This talent allows a character resistance to magic spells and effects </DEFINITION>
    </TALENT>

    Got the points adjusting by using this code

    <TALENT XMLID="Magic Resistance" SHOWDIALOG="No" DISPLAY="Magic Resistance" BASECOST="10" LVLCOST="3" LVLVAL="1" LEVELSTART="0">
    <DEFINITION>This talent allows a character resistance to magic spells and effects </DEFINITION>
    </TALENT>

    Still trying to figure out how to get the roll to show and adjust
    Last edited by tiger; Dec 19th, '11 at 02:21 AM.

  8. #8
    Join Date
    Feb 2003
    Location
    Waterloo, ON
    Age
    50
    Posts
    2,504
    Rep Power
    141124

    Re: Need help adding a ne talent to custom template

    I don't believe there is any way to get the roll to display.
    Rod "The Mad Canuck" Currie
    Author of the Hero Designer user manual.
    www.supersquadamerica.com

  9. #9
    Join Date
    Apr 2004
    Location
    Houston, TX
    Age
    41
    Posts
    3,163
    Rep Power
    749732

    Re: Need help adding a ne talent to custom template

    Quote Originally Posted by rjcurrie View Post
    I don't believe there is any way to get the roll to display.
    Correct, not in Talents at least. Move it to Skills or Powers and you won't have any problems.
    D3 Adventures
    Building better worlds for better games.

    Join D3 Adventures on Facebook
    Follow us on Twitter: @D3Adventures

    "Man will never be free until the last king is strangled with the entrails of the last priest."
    - Denis Diderot

  10. #10
    Join Date
    Feb 2003
    Location
    Waterloo, ON
    Age
    50
    Posts
    2,504
    Rep Power
    141124

    Re: Need help adding a ne talent to custom template

    Quote Originally Posted by mayapuppies View Post
    Correct, not in Talents at least. Move it to Skills or Powers and you won't have any problems.
    Are you sure about that? I didn't think there was any way to customize the output for those either. I guess using a Skill would display the Roll so that might work.
    Rod "The Mad Canuck" Currie
    Author of the Hero Designer user manual.
    www.supersquadamerica.com

  11. #11
    Join Date
    Apr 2004
    Location
    Houston, TX
    Age
    41
    Posts
    3,163
    Rep Power
    749732

    Re: Need help adding a ne talent to custom template

    With powers you just add RSR and you've got your skill roll...or at least that's how I fudge it.
    D3 Adventures
    Building better worlds for better games.

    Join D3 Adventures on Facebook
    Follow us on Twitter: @D3Adventures

    "Man will never be free until the last king is strangled with the entrails of the last priest."
    - Denis Diderot

  12. #12
    Join Date
    Feb 2003
    Location
    Topeka, KS
    Age
    49
    Posts
    640
    Rep Power
    150906

    Re: Need help adding a ne talent to custom template

    Guess I'll just have to use custom talent instead of adding it to a template. A roll will show up then, thanks for the help anyway

  13. #13
    Join Date
    Apr 2004
    Location
    Houston, TX
    Age
    41
    Posts
    3,163
    Rep Power
    749732

    Re: Need help adding a ne talent to custom template

    Can you add in a custom talent and then post the code here? I'd like to take a look at that.
    D3 Adventures
    Building better worlds for better games.

    Join D3 Adventures on Facebook
    Follow us on Twitter: @D3Adventures

    "Man will never be free until the last king is strangled with the entrails of the last priest."
    - Denis Diderot

  14. #14
    Join Date
    Feb 2003
    Location
    Topeka, KS
    Age
    49
    Posts
    640
    Rep Power
    150906

    Re: Need help adding a ne talent to custom template

    Here Ya Go

    <TALENT XMLID="CUSTOMTALENT" ID="1324324380105" BASECOST="0.0" LEVELS="14" ALIAS="Custom Talent" POSITION="5" MULTIPLIER="1.0" GRAPHIC="Burst" COLOR="255 255 255" SFX="Default" SHOW_ACTIVE_COST="Yes" INCLUDE_NOTES_IN_PRINTOUT="Yes" NAME="Magic Risistance" ROLL="13">
    <NOTES />
    </TALENT>

  15. #15
    Join Date
    Apr 2004
    Location
    Houston, TX
    Age
    41
    Posts
    3,163
    Rep Power
    749732

    Re: Need help adding a ne talent to custom template

    Ok, so the problem isn't in the Talent displaying a Roll, it's in getting the Roll to have the ability to have levels added to it.

    I'm pretty certain that functionality isn't available in a Talent (as opposed to a Skill).

    Is there an existing Talent that has this functionality?
    D3 Adventures
    Building better worlds for better games.

    Join D3 Adventures on Facebook
    Follow us on Twitter: @D3Adventures

    "Man will never be free until the last king is strangled with the entrails of the last priest."
    - Denis Diderot

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to Build: new talent based on custom characteristic
    By grayematter in forum HERO Designer Discussion
    Replies: 0
    Last Post: Feb 3rd, '08, 11:56 AM
  2. Adding new powers and skills to custom template
    By mudpyr8 in forum HERO Designer Discussion
    Replies: 2
    Last Post: Jul 27th, '06, 10:33 AM
  3. Custom Talent help
    By Sentry in forum HERO Designer Discussion
    Replies: 3
    Last Post: Jul 24th, '05, 03:09 PM
  4. Question on how much to charge for a custom talent...
    By Kraven Kor in forum Fantasy Hero
    Replies: 5
    Last Post: Jul 2nd, '04, 10:10 AM
  5. Custom Talent w/ Skill Not Exporting
    By Killer Shrike in forum HERO Designer Discussion
    Replies: 3
    Last Post: Oct 25th, '03, 11:16 AM

Bookmarks

Posting Permissions

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