Search found 313 matches

by patoace
Tue Oct 19, 2010 10:18 pm
Forum: Bug Reports
Topic: [1.3b75] snap-to-grid waypoint throws exception
Replies: 1
Views: 551

[1.3b75] snap-to-grid waypoint throws exception

In a map with no grid, if you set a token as snap-to-grid and try to set a waypoint, Maptool throws this error java.lang.NullPointerException at net.rptools.maptool.client.ui.zone.ZoneRenderer$SelectionSet.toggleWaypoint(ZoneRenderer.java:3382) at net.rptools.maptool.client.ui.zone.ZoneRenderer.togg...
by patoace
Mon Sep 27, 2010 2:02 pm
Forum: D&D 4e Frameworks
Topic: 4E D&D Spanish Campaign Framework
Replies: 53
Views: 33489

Re: 4E D&D Spanish Campaign Framework

Una nueva versión con esta fecha. Además de algunos cambios cosméticos a las barras de salud y puntos de poder psiónico, se agregó una función para guardar el arma o utensilio usado. La primera vez que se usa el botón de un arma o utensilio, se activan los modificadores en la ficha y se emite un tex...
by patoace
Thu Sep 16, 2010 7:13 am
Forum: Macros
Topic: Help making dice rolling Macro
Replies: 1
Views: 294

Re: Help making dice rolling Macro

You suck at rolling :P

I cut and paste your code and got: 18, 15, 15, 14, 19

Also, you can replace

Code: Select all

(eval ( Rollnumber + "d" + DiceType )
with

Code: Select all

(roll ( Rollnumber,DiceType )
by patoace
Tue Sep 14, 2010 9:56 pm
Forum: Macros
Topic: OnTokenMove for dummies
Replies: 11
Views: 1261

Re: OnTokenMove for dummies

Ok, here is aliasmask code for limiting movement with D&D 3.5 rules, with some minor modifications for default maptool preferences. [h,code:{ <!-- Init some variables --> [path = getLastPath()] [lastX = ""] [lastY = ""] [moveUnit = 5] [diagCost =0.5] [diagMove = 0] <!-- Get d...
by patoace
Tue Sep 14, 2010 12:13 pm
Forum: Macros
Topic: Macrolinks in Frames and Dialogs not always working
Replies: 4
Views: 388

Re: Macrolinks in Frames and Dialogs not always working

This may be a wild guess, but I've noted that if you move the mouse while clicking a macrolink in a frame, it doesn't work.

Unlike web browsers, in frames sometime small mouse movements cause them to fail.

I hope it helps.
by patoace
Tue Sep 14, 2010 7:14 am
Forum: Macros
Topic: OnTokenMove for dummies
Replies: 11
Views: 1261

Re: OnTokenMove for dummies

I'm sorry, that was my sloppy english.

I meant that if you put that comments, the rule of "only output: false" is broken. Comments are good, no doubt
by patoace
Mon Sep 13, 2010 10:14 pm
Forum: Macros
Topic: OnTokenMove for dummies
Replies: 11
Views: 1261

Re: OnTokenMove for dummies

Here's something you can do to account for extra diagonal movement: Thank you, Aliasmask. Just must be aware that the HTML comments make corrupts the output also. Another drawback is that you can move upto "Movement" distance whenever you start a drag-drop with your token. You can make it...
by patoace
Mon Sep 13, 2010 3:19 pm
Forum: Macros
Topic: OnTokenMove for dummies
Replies: 11
Views: 1261

OnTokenMove for dummies

While the codemasters are playing with the new functions to build cewl feats of teleporters and multi level maps, we can still use onTokenMove and getLastPath to achieve some simpler goals. The basics are: The macro must be in a token whose name starts with "Lib:". The name of the macro mu...
by patoace
Thu Sep 09, 2010 3:52 pm
Forum: D&D 4e Frameworks
Topic: 4E D&D Spanish Campaign Framework
Replies: 53
Views: 33489

Re: 4E D&D Spanish Campaign Framework

La versión 1.3b74 ha estado en uso por algunos días y parece que no sufre de fallos fundamentales. Además se ha reparado el soporte para caracteres internacionales, así que subiré la última versión del armazón de campaña. Hay algunos cambios cosméticos en esta versión: se agregó soporte para crítico...
by patoace
Mon Sep 06, 2010 11:11 am
Forum: MapTool
Topic: Calling all volunteers
Replies: 31
Views: 8575

Re: Calling all volunteers

Ok, I got the DEVELOPMENT Maptool working, Is there something you want me to check out, besides international characters support?
by patoace
Sat Sep 04, 2010 9:42 pm
Forum: MapTool
Topic: Calling all volunteers
Replies: 31
Views: 8575

Re: Calling all volunteers

For those that want to get started right away, the first thing to do is to install Eclipse(well, there really is NOT an install.) There is a thread in the developer notes about how to set up SVN, but the directions may not be up to date. Here is a VERY brief overview(mostly from Memory, so sorry if...
by patoace
Thu Sep 02, 2010 10:23 pm
Forum: MapTool
Topic: Calling all volunteers
Replies: 31
Views: 8575

Re: Calling all volunteers

Two hours and no volunteers? That's a shame.

Count me in, even if it's only for the "multiple languages" part.

Edit: By the way, I can offer 3 machines, 2 with Windows 7 32 bit and the other wit Windows XP 32 bits, all OS in Spanish.
by patoace
Tue Aug 31, 2010 10:24 am
Forum: User Creations
Topic: Beam me up, Scottie
Replies: 17
Views: 3960

Re: Beam me up, Scottie

I guess by now most people are using Lindsay's excellent tool for moving tokens between maps, but for documentation purposes I left here the code I'm currently using, based on the macro in the original post. You don't need a specifically formated table anymore, the macro considers every token in the...
by patoace
Sun Aug 29, 2010 7:46 pm
Forum: Macros
Topic: What stupid mistake am I making here?
Replies: 9
Views: 555

Re: What stupid mistake am I making here?

That was mi first guess too, but it actually works!

Code: Select all

[amod=eval("ATB=3","ATB")]
Returns "3". Go figure
by patoace
Sun Aug 29, 2010 5:07 pm
Forum: Macros
Topic: What stupid mistake am I making here?
Replies: 9
Views: 555

Re: What stupid mistake am I making here?

I think this "if"

Code: Select all

if(aroll+amod>=defense,if(aroll>=threat,"crit","hit"))
has an "else" statement missing

Go to advanced search