Search found 467 matches

by IMarvinTPA
Wed Oct 05, 2011 2:44 pm
Forum: General Discussion
Topic: Imarvin's Monster DB - Server Error
Replies: 8
Views: 2349

Re: Imarvin's Monster DB - Server Error

Fixed. The mysql library file object has gone away on Dreamhost, so I could not get my 5.2 php cgi file working. Fortunately, I figured out how to use their native 5.3 php and now things are happy. I need to check some things, but the token generator seems to be working and it was the most complex p...
by IMarvinTPA
Wed Oct 05, 2011 11:01 am
Forum: General Discussion
Topic: Imarvin's Monster DB - Server Error
Replies: 8
Views: 2349

Re: Imarvin's Monster DB - Server Error

It isn't just me, Dreamhost changed something and http://php.dreamhosters.com/php5-custom-cgi/ is also down.

Hmm,

IMarv
by IMarvinTPA
Wed Oct 05, 2011 10:30 am
Forum: General Discussion
Topic: Imarvin's Monster DB - Server Error
Replies: 8
Views: 2349

Re: Imarvin's Monster DB - Server Error

Uhm, I don't know either, so... I guess I have a project.

IMarv
by IMarvinTPA
Mon Aug 08, 2011 6:04 pm
Forum: D&D 3.5/Pathfinder 1e Campaign Macros
Topic: Multiple skillchecks with one Macro
Replies: 12
Views: 3947

Re: Multiple skillchecks with one Macro

Thx for the Quick answer. But this always asks for tempBonus, take 20 and secret. I just need a plain check. One click, 5 checks without further Input. There is a parameter for the macro: doInput <!-- HARD CODE DESIRED SKILL IN targSkill AND targSubcat --> <!-- SAMPLE SKILLS LIST: Appraise,Balance,...
by IMarvinTPA
Mon Aug 08, 2011 5:56 pm
Forum: User Creations
Topic: IMarv's Charactersheet and Format
Replies: 10
Views: 1979

Re: IMarv's Charactersheet and Format

Nice, I'm also going to be using dot syntax to break up having to nest JSONs. Good to see I'm not the only one with the idea.. I saw a campaign properties profile that had a dot in two of the entries. I'm knee deep in underscores with my names that I couldn't justify using them more and find dots a...
by IMarvinTPA
Sun Aug 07, 2011 3:12 pm
Forum: D&D 3.5/Pathfinder 1e Campaign Macros
Topic: Error moving tokens as Player client.
Replies: 5
Views: 1684

Error moving tokens as Player client.

java.lang.NullPointerException at net.rptools.maptool.client.tool.PointerTool.mouseMoved(PointerTool.java:585) at java.awt.AWTEventMulticaster.mouseMoved(Unknown Source) at java.awt.Component.processMouseMotionEvent(Unknown Source) at javax.swing.JComponent.processMouseMotionEvent(Unknown Source) at...
by IMarvinTPA
Sat Aug 06, 2011 6:31 pm
Forum: User Creations
Topic: IMarv's Charactersheet and Format
Replies: 10
Views: 1979

Re: IMarv's Charactersheet and Format

I find that a lot of things have an unnamed but not "unnamed" bonus value which I call "Base." These just are the value they are. A suit of armor has an Armor Bonus of 4, but where did that 4 come from? It is the Base for Armor Bonus. Natural Armor should not use Base but "N...
by IMarvinTPA
Sat Aug 06, 2011 5:11 pm
Forum: User Creations
Topic: IMarv's Charactersheet and Format
Replies: 10
Views: 1979

Re: IMarv's Charactersheet and Format

There is only a single natural armor bonus and it's called Natural Armor. There are enhancement bonuses, racial bonuses, and other types of bonuses to NA but they all affect the single value. (Note that it's murky because many of the feat and spell descriptions from PF were copied from D&D3.x a...
by IMarvinTPA
Sat Aug 06, 2011 5:06 pm
Forum: User Creations
Topic: IMarv's Charactersheet and Format
Replies: 10
Views: 1979

Re: IMarv's Charactersheet and Format

I'll try to cover these in the order you put them in the last two posts. Not sure why you're using multiple calls to a Replace() function. This looks like JS code and you can just create a regex object and use regular expressions. I'd have to look up the specific syntax 'cuz I can never remember it...
by IMarvinTPA
Sat Aug 06, 2011 12:12 pm
Forum: User Creations
Topic: IMarv's Charactersheet and Format
Replies: 10
Views: 1979

Re: IMarv's Charactersheet and Format

Moved from another thread. Natural Armor and Natural are two different bonus types. The former does not stack, the latter does. I can see we'd have to discuss this one in more detail. ;) I may also be confusing Natural with Racial. I don't think I have a "Natural" bonus in my data set so f...
by IMarvinTPA
Sat Aug 06, 2011 11:52 am
Forum: User Creations
Topic: IMarv's Charactersheet and Format
Replies: 10
Views: 1979

Re: IMarv's Charactersheet and Format

variables are even better than not case sensitive: function parenscores($str) { $str = Replace($str, " (", "_"); $str = Replace($str, "(", "_"); $str = Replace($str, ")", "_"); $str = Replace($str, " [", "_"); $str = Rep...
by IMarvinTPA
Sat Aug 06, 2011 8:51 am
Forum: User Creations
Topic: IMarv's Charactersheet and Format
Replies: 10
Views: 1979

IMarv's Charactersheet and Format

On my website, I have a character creation tool. I have one character sheet view so far, but I do intend on adding at least one more when I have time (Paizo stat block style, maybe classic 3.5 char sheet after that). Normal Character sheet: http://prpg.imarvintpa.com/ACharacter.php?ID=8 Data structu...
by IMarvinTPA
Fri Aug 05, 2011 5:54 pm
Forum: D&D 3.5/Pathfinder 1e Campaign Macros
Topic: Two-Weapon Fighting Multiplication
Replies: 11
Views: 2387

Re: Two-Weapon Fighting Multiplication

Natural Armor and Natural are two different bonus types. The former does not stack, the latter does. They don't need to be sorted, you create a bin for each bonus type and if the current value is less, replace it with the higher one. If they stack, add instead. Penalties reverse the logic in smaller...
by IMarvinTPA
Fri Aug 05, 2011 4:07 pm
Forum: D&D 3.5/Pathfinder 1e Campaign Macros
Topic: Two-Weapon Fighting Multiplication
Replies: 11
Views: 2387

Re: Two-Weapon Fighting Multiplication

I'm trying to set up macro buttons on characters so the players can just say "I smack them" and they click the button and out comes the values. So, I see the "Attack" button as a button generator screen, and the actual buttons as a stored "do it" stage. Sadly, the last ...
by IMarvinTPA
Thu Aug 04, 2011 6:57 pm
Forum: MapTool
Topic: Problems opening campaign file
Replies: 9
Views: 815

Re: Problems opening campaign file

Java 7 has turned on some optimizations that can cause crashes. (The same options are disabled in 6.)

http://developers.slashdot.org/story/11 ... -Community

IMarv

Go to advanced search