Search found 88 matches

by Doktor Avalanche
Sat Mar 29, 2014 8:02 am
Forum: User Creations
Topic: Very simple Pathfinder FW based on Toolbar
Replies: 14
Views: 2878

Re: Very simple Pathfinder FW based on Toolbar

I have started playing Pathfinder now and I am using an updated version of this Framework. It is 6MB so I will have to put it in my dropBox: https://dl.dropboxusercontent.com/u/38851301/PF/DokApathfinder.cmpgn I am new to Pathfinder as a DM and some of my players are new so the objective is to help ...
by Doktor Avalanche
Fri Jan 31, 2014 1:20 pm
Forum: Macros
Topic: Macro to find and replace "square" space
Replies: 3
Views: 626

Re: Macro to find and replace "square" space

Thankyou. That was exactly the solution. For anyone else looking to solve this problem I discovered that this works to remove strange boxed spaces:

Code: Select all

[h:StatCard = encode(StatCard)]
[h:StatCard = replace(StatCard,"%EF%BF%BD"," ")]
[h:StatCard = decode(StatCard)]
by Doktor Avalanche
Wed Jan 29, 2014 1:22 pm
Forum: Macros
Topic: Macro to find and replace "square" space
Replies: 3
Views: 626

Macro to find and replace "square" space

I wanted to import a PCGen (pathfinder) character sheet, but it imports some of the spaces as small squares. I think it means it is a special ascii (?) character. Has anyone come across this issue and how can I replace the squares as real spaces. I have tried to search for replace square space in go...
by Doktor Avalanche
Thu Jan 23, 2014 12:41 pm
Forum: User Creations
Topic: Monster database and creator for Pathfinder
Replies: 9
Views: 2486

Re: Monster database and creator for Pathfinder

Playing tonight and away for the weekend so I will not be working on it or looking at the forums for a few days. But, yes it is from PFSRD - which I should have referenced in the original post to give them credit for the work. And you are right, an NPC version is on my radar and would be very easy t...
by Doktor Avalanche
Wed Jan 22, 2014 4:14 pm
Forum: User Creations
Topic: Monster database and creator for Pathfinder
Replies: 9
Views: 2486

Monster database and creator for Pathfinder

Hi, I really like the RegEx parser which allows people to copy monsters into a framework. But I got to thinking why hasn't someone set up a database of monsters Like the spell databases so that within MT you can find a monster and click on it to auto create the token - then all you would need to do ...
by Doktor Avalanche
Mon Jan 13, 2014 4:06 pm
Forum: User Creations
Topic: Really basic Spell Manager for Pathfinder
Replies: 2
Views: 1048

Re: Really basic Spell Manager for Pathfinder

No way will my creation compete with yours. It is very basic. I'll look forward to what you come up with.
by Doktor Avalanche
Sun Jan 12, 2014 1:57 pm
Forum: User Creations
Topic: Really basic Spell Manager for Pathfinder
Replies: 2
Views: 1048

Really basic Spell Manager for Pathfinder

EDIT updated file My players like really simple. Here is a simple spell manager that I set up using the PRD. If anyone else uses it I may develop it further in public. There are some things that don't work (players can add spells twice and funny things happen; there are no checks on input, spells m...
by Doktor Avalanche
Wed Jan 08, 2014 3:57 pm
Forum: User Creations
Topic: Small Village, Wilderness with roads tileset
Replies: 0
Views: 983

Small Village, Wilderness with roads tileset

Our colleagues over at Vassal have created a Band of Brothers module which has some interesting tileable maps. They have numbers and a hex map over lay but work well together (there are about 20 of them) and are a good scale for random villages and small forest tracks. The screen shpts give an idea ...
by Doktor Avalanche
Sun Dec 15, 2013 8:26 am
Forum: Macros
Topic: Specific regex help please
Replies: 4
Views: 555

Re: Specific regex help please

Excellent, thanks for your help.
by Doktor Avalanche
Sun Dec 15, 2013 6:07 am
Forum: Macros
Topic: Specific regex help please
Replies: 4
Views: 555

Re: Specific regex help please

aliasmask, as always, your advice is sound. I did change your syntax slightly since I do not expect to have several strings separated by slashes I can use the below code. [H: AC.list = getGroup(strfind(StatCard,"[0-9]+ / [0-9]+ / [0-9]+"),1,0)] [H: pz.touch = listGet(AC.list,1," / &qu...
by Doktor Avalanche
Sun Dec 15, 2013 5:05 am
Forum: Macros
Topic: Specific regex help please
Replies: 4
Views: 555

Specific regex help please

My query is not Maptool specific, but any help would be most appreciated. I am trying to play with the stat card importer from James Manhattan (sp?) as expanded in the various Pathfinder frameworks. I have a line on a pathfinder character sheet: Total / Touch / Flat Footed AC: 13 / 13 / 11 I can pic...
by Doktor Avalanche
Thu Jun 27, 2013 8:02 am
Forum: Macros
Topic: Help with auto changing James Manhattan's stat card macro
Replies: 3
Views: 646

Re: Help with auto changing James Manhattan's stat card macr

Excellent, that worked.

I also tried to think of another way to do it and came up with this:

[h:tokenRunner=listGet(getSelected(),0)] as the first line, which also works.

Thanks Wolph.
by Doktor Avalanche
Thu Jun 27, 2013 6:39 am
Forum: Macros
Topic: Help with auto changing James Manhattan's stat card macro
Replies: 3
Views: 646

Help with auto changing James Manhattan's stat card macro

I stole the stat card code that James made and changed it so that it auto selected the stat card of the monster when the DM clicks on the monster (rather than having to hit F10 every time). The code I added at the top and bottom of James' code is starred below. It works except I get an error in the ...
by Doktor Avalanche
Sun Mar 17, 2013 1:26 pm
Forum: Macros
Topic: Help running a macro from a "toolbar"
Replies: 4
Views: 624

Re: Help running a macro from a "toolbar"

Oh yeah, and I would post the code for you why exactly?? That would make it way too easy for you !! LOL Your answer was exactly correct.... The macroLink had no output defined...ie it fell through to the default which I had not spotted is "none". Changing the output from nothing to explici...
by Doktor Avalanche
Thu Mar 14, 2013 7:12 pm
Forum: Macros
Topic: Help running a macro from a "toolbar"
Replies: 4
Views: 624

Re: Help running a macro from a "toolbar"

Thanks for the reply Rumble - but no the frame is just [frame...: etc.

Go to advanced search