|
|
Mackey | Sat 27-Dec-03 09:14 AM |
Member since 27th Dec 2003
1 posts
| |
|
#329, "Zmud Auto-Roller Script"
|
Heyas,
After about a 4 year hiatus, I find myself back in the lands of Thera. I've been messing around with some characters and decided I want to get serious.
Unfortunately, my old stat rollers don't seem to work. I know that people who are clever can whip up their own using the zmud triggers, but I am apparently not that clever.
I understand the single port restrictions and all the other polite ways to use a stat roller, I just cannot for the life of me begin to grok how I would set one up for CF.
If anyone could offer me some advice, or steer me in the right direction for information on how to set this, I would appreciate it.
Thanks!
|
|
|
|
 It's this easy...,
victorianSURFER,
11-Jul-04 11:07 AM, #12
 Auto-roller for Gmud,
Splntrd,
05-Jul-04 10:49 PM, #11
 RE: Zmud Auto-Roller Script,
Peaceful_Avatar,
25-Jun-04 07:52 PM, #7
  Disclaimer:,
Valguarnera ,
26-Jun-04 07:58 AM, #8
 And don't forget...,
Dwoggurd,
26-Jun-04 03:22 PM, #9
 RE: Invokers,
Straklaw,
26-Jun-04 07:09 PM, #10
 RE: Zmud Auto-Roller Script,
Mordacai,
22-Feb-04 03:04 PM, #4
 here.,
permanewbie,
09-Feb-04 07:31 PM, #2
  Beats the "go ctc method". nt,
Dugruain,
09-Feb-04 11:20 PM, #3
 RE: Zmud Auto-Roller Script,
msattler,
09-Feb-04 01:51 PM, #1
 This is all you need , 1 line customisable roller.,
Rutsah,
11-Apr-04 01:13 AM, #5
 RE: This is all you need , 1 line customisable roller.,
Thaelog,
18-Jun-04 11:55 AM, #6
| |
| |
|
#442, "It's this easy..."
In response to Reply #0
|
#ACTION {(%d)str (%d)int (%d)wis (%d)dex (%d)con (%d)chr} {#MATH total (%1+%2+%3+%4+%5+%6);#IF (@total>XXX) {yes} {no}}
...where XXX would be your desired attribute, remove (%d)chr and %6 if you don't care about charisma.
|
|
|
|
|
|
Splntrd | Mon 05-Jul-04 10:49 PM |
Member since 08th Feb 2004
1096 posts
| |
|
#441, "Auto-roller for Gmud"
In response to Reply #0
|
I don't know how many people use Gmud, but it's a free client given to me by a fellow player. I've never used an auto-roller before, and seeing a triggers option on Gmud opened my mind to that possibility. Soo... my question is does anyone have an auto-roller for Gmud? Splntrd
|
|
|
|
| |
|
#437, "RE: Zmud Auto-Roller Script"
In response to Reply #0
|
Do a Goggle search for "GreyWolf stat roller" or "Carrion Fields Stat Roller" or Stat Roller. But GreyWolf is the one you really want for it is made for carrion fields. This is a link to get it............. http://www.downlinx.com/proghtml/212/21238.htm
Attachment #1, (downlinx file) This attachment is no longer available.
|
|
|
|
|     |
|
Dwoggurd | Sat 26-Jun-04 03:22 PM |
Member since 20th Jan 2004
668 posts
| |
|
#439, "And don't forget..."
In response to Reply #8
|
To read help affinity if you're going to roll an invoker.
|
|
|
|
|
|
Mordacai | Sun 22-Feb-04 03:04 PM |
Member since 10th Sep 2003
13 posts
| |
|
#378, "RE: Zmud Auto-Roller Script"
In response to Reply #0
|
Try here:
http://members.cox.net/jking999/
Two different ones.. one for microsoft excel, the other you extract and run the setup file.
Life is like a game of chess!
|
|
|
|
|   |
|
Dugruain | Mon 09-Feb-04 11:20 PM |
Member since 04th Mar 2003
71 posts
| |
|
#371, "Beats the "go ctc method". nt"
In response to Reply #2
|
|
|
|
|
msattler | Mon 09-Feb-04 01:51 PM |
Member since 09th Feb 2004
1 posts
| |
|
#369, "RE: Zmud Auto-Roller Script"
In response to Reply #0
|
I am also interested in getting one of the zmud rollers.
|
|
|
|
|   |
|
Rutsah | Sun 11-Apr-04 01:13 AM |
Member since 04th Mar 2003
19 posts
| |
|
#408, "This is all you need , 1 line customisable roller."
In response to Reply #1
|
Cut paste the following, into a newly created trigger.
PATTERN: (%d)str (%d)int (%d)wis (%d)dex (%d)con
Action: #IF (%1>20 & %2>14 & %3>16 & %4>15 & %5>21) {y} {N}
Explenation: %1 = str, %2 = int, %3 = wis, %4 = dex %5 = con
Set the value for each % , 1 less that your aiming for, this enables you to accept that your willing to have lower wis/int(or any other stat) on a character as long as your other stats are allready maxed. Running stat rollers on total numbers is fine, but if you want to be more precise, I prefer this 1 liner. Simple fast and easy to understand & edit... no messy maths that needs to be worked out in your head 
PS:
If you want to add in a charisma roll, add another (%d)cha on the pattern , then add a: & %6>15 , inside the round brackets.
|
|
|
|
|