Search found 26 matches

by Jabby
Sun May 01, 2011 1:58 am
Forum: MapTool
Topic: Wanted by the RPTools Team: A new team member!
Replies: 63
Views: 9008

Re: Wanted: Evangelical Bard

I'm interested. Please email me at [email protected]
by Jabby
Tue Apr 19, 2011 1:33 pm
Forum: Macros
Topic: Spellbook Macros
Replies: 4
Views: 1125

Spellbook Macros

I'm playing a cleric in a pathfinder/3.5 game and I want to make a macro that "uses" spells as I use them. Basically I want to be able to use the spells once until I take a rest. IE if have 4 Level 1 spells 3 Cure Light Wounds 1 Searing Light if I use searing light, the next time I use the...
by Jabby
Tue Apr 19, 2011 12:10 pm
Forum: Running Campaigns
Topic: Tyrs PF
Replies: 15
Views: 11630

Re: Tyrs PF

by Jabby
Thu Apr 14, 2011 9:35 am
Forum: Macros
Topic: Auto damage calculation and application
Replies: 5
Views: 624

Re: Auto damage calculation and application

Instead of clicking on a target for your macro, you might use [input("Target")] makes things a whole lot simpler on the programming end.
by Jabby
Wed Apr 13, 2011 11:59 am
Forum: Macros
Topic: Help with attack Macro
Replies: 3
Views: 574

Re: Help with attack Macro

Where it says Sword, Axe, Warlock's Curse , just keep adding the weapons as he gets them. The switch underneath will handle the bonuses. You may want to add some display factors like the d20 roll or the weapon bonuses. Also you will have to add a Case for each Weapon. [h: input("Weapon|Sword, A...
by Jabby
Wed Apr 13, 2011 11:51 am
Forum: Macros
Topic: Multiple Attacks per turn Macro
Replies: 5
Views: 539

Re: Multiple Attacks per turn Macro

Thanks for the heads up didn't occur to me.
by Jabby
Wed Apr 13, 2011 11:37 am
Forum: Macros
Topic: Multiple Attacks per turn Macro
Replies: 5
Views: 539

Re: Multiple Attacks per turn Macro

The above macro can also be applied to cleave/great cleave attacks
by Jabby
Wed Apr 13, 2011 11:35 am
Forum: Macros
Topic: Multiple Attacks per turn Macro
Replies: 5
Views: 539

Multiple Attacks per turn Macro

This Macro was designed for a 3.5 Fighter with Power Attack and +1d6 Acid Damage Crystal Starts off with an input pane so you can choose your attack. First attack is full BAB second attack is BAB - 5 etc etc. The get property lines were to be used with a particular framework. You can chance these to...
by Jabby
Tue Apr 12, 2011 2:10 pm
Forum: Macros
Topic: While loops
Replies: 3
Views: 614

While loops

Can someone provide an example of a while loop? Thank you.
by Jabby
Fri Apr 08, 2011 6:47 pm
Forum: Macros
Topic: Returning Values
Replies: 14
Views: 1407

Re: Returning Values

OK seriously the two nailed me on the head...I'm making my own framework...the consolidation happened already though
by Jabby
Thu Apr 07, 2011 11:41 pm
Forum: Feature Requests
Topic: Global Variables/Variable Sets
Replies: 3
Views: 634

Re: Global Variables/Variable Sets

It's cool. I don't need them anymore once I discovered how to add to states/properties. So I can just work from those token properties. You guys really do have an amazing program. I'm a relatively new program since I recently discovered I have a knack for it. The language is very easy to learn altho...
by Jabby
Thu Apr 07, 2011 10:49 pm
Forum: Macros
Topic: Returning Values
Replies: 14
Views: 1407

Re: Returning Values

Figured it out. Thanks.
by Jabby
Thu Apr 07, 2011 10:00 pm
Forum: Macros
Topic: Returning Values
Replies: 14
Views: 1407

Re: Returning Values

Thank you all for your help. The frameworks is entirely too complicated for me to use especially since I just soft coded everything using formulae etc etc the only numbers I'm using on the 6 stats and level. Everything else that is calculated off those is done so. IE Mods, Defenses etc etc. I would ...
by Jabby
Thu Apr 07, 2011 2:26 pm
Forum: Macros
Topic: Returning Values
Replies: 14
Views: 1407

Re: Returning Values

I have no idea what a frameworks is.
by Jabby
Thu Apr 07, 2011 11:49 am
Forum: Macros
Topic: Returning Values
Replies: 14
Views: 1407

Re: Returning Values

Finished Product Macro 1 [h: Level = 6 ] [h: Strength = 19 ] [h: StrMod = floor((Strength - 10)/2) ] [h: StrCheck = floor(Level/2) + StrMod ] [h: setProperty("strength", Strength ) ] [h: setProperty("strMod", StrMod ) ] [h: setProperty("strCheck", StrCheck ) ] Macro 2 [...

Go to advanced search