Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Search Forums
Register FAQ Community Today's Posts Search

Notices

Showing results 1 to 22 of 22
Search took 0.01 seconds.
Search: Posts Made By: lazarus
Forum: HL - d20 System December 17th, 2007, 11:48 AM
Replies: 31
Views: 11,890
Posted By lazarus
What I meant by "dataset updates" stuff is ... is...

What I meant by "dataset updates" stuff is ... is it using structure that is likely to change, or is that stable structure?

Laz
Forum: HL - d20 System December 13th, 2007, 09:53 PM
Replies: 31
Views: 11,890
Posted By lazarus
I have another question: is there an easy way to...

I have another question: is there an easy way to have a checkbox, for instance, for "Using Disguise to pass off as a member of a parent race" to get a +4 bonus to Disguise applied while it's on, and...
Forum: HL - d20 System December 13th, 2007, 04:06 PM
Replies: 31
Views: 11,890
Posted By lazarus
oh, this reminds me of two UI changes I would...

oh, this reminds me of two UI changes I would like: 1) I want scrollbars in the script edit box, when necessary. It's not always obvious when there's more. 2) I would like the "File->Save" toolbar...
Forum: HL - d20 System December 13th, 2007, 04:04 PM
Replies: 31
Views: 11,890
Posted By lazarus
Hit something, though. I realize this is pretty,...

Hit something, though. I realize this is pretty, um, unique, but apparently the Hit Dice display in the class total doesn't particularly read the field[cHitDice] ... either that, or it picks it up...
Forum: HL - d20 System December 13th, 2007, 03:58 PM
Replies: 31
Views: 11,890
Posted By lazarus
Having just tried the Deverenian with your script...

Having just tried the Deverenian with your script as is, I have to apologize ... obviously I just didn't know what was going on. It works like that. ... is it using anything I may have to update...
Forum: HL - d20 System December 13th, 2007, 03:55 PM
Replies: 31
Views: 11,890
Posted By lazarus
As to the Deverenian Skill Points thing ... I...

As to the Deverenian Skill Points thing ... I don't think that script will work, as it's every other total level, not every other class level. For instance: Ftr 1 Wiz 1 should only have 1 added, but...
Forum: HL - d20 System December 13th, 2007, 03:44 PM
Replies: 31
Views: 11,890
Posted By lazarus
The way Halfbreeds work is this: basically, you...

The way Halfbreeds work is this: basically, you choose your two parent races, and you get a specific ratial ability for each (that is, there is an Elf Halfbreed ability and a Dwarf Halfbreed ability,...
Forum: HL - d20 System December 13th, 2007, 02:11 PM
Replies: 31
Views: 11,890
Posted By lazarus
Re: System editing ...

Indeed.


I know I could do it that way ... is there a way to alter the class list depending on character race? 'cause, really, I would prefer to have things autoselect. Is it possible to have...
Forum: HL - d20 System December 9th, 2007, 11:17 PM
Replies: 51
Views: 21,255
Posted By lazarus
One option you could use is to take a look at the...

One option you could use is to take a look at the xml files for something that has "while shield is equipped" checked.

Also, mind if I muck about with your script a bit? Here's something that's...
Forum: HL - d20 System December 9th, 2007, 10:57 PM
Replies: 51
Views: 21,255
Posted By lazarus
What phase are you doing it in? I've found that...

What phase are you doing it in? I've found that it's very finicky to when it goes: I suspect if you try it in the Final phase, you'll see the bonus adding in. Hm. I see you've already got it going...
Forum: HL - d20 System December 9th, 2007, 10:16 PM
Replies: 51
Views: 21,255
Posted By lazarus
try hero.tagis[Hero.EquipShld]. Assuming that...

try hero.tagis[Hero.EquipShld]. Assuming that Hero.EquipShld is the correct tag, of course (I don't know, haven't taken a look at that section yet)

Laz
Forum: HL - d20 System December 8th, 2007, 12:28 PM
Replies: 31
Views: 11,890
Posted By lazarus
Whee! Now's where I hit another hard part: the...

Whee! Now's where I hit another hard part: the Halfbreeds. Like HARP, Warlords of the Accordlands allows you to mate any two races to come out with a halfbreed. What this means is that I have to...
Forum: HL - d20 System December 8th, 2007, 11:21 AM
Replies: 51
Views: 21,255
Posted By lazarus
Charges are handled by field[hTotal]. Here's the...

Charges are handled by field[hTotal]. Here's the script to one ability I wrote:


var result as number
var x as number

~ usable Wisdom bonus times per day
x =...
Forum: HL - d20 System December 6th, 2007, 06:50 PM
Replies: 31
Views: 11,890
Posted By lazarus
Getting whether to add the bonus is pretty easy: ...

Getting whether to add the bonus is pretty easy:

var level as number
level = #totallevelcount[] ~total levels
if ((level - 1) % 2 == 0) then ~ we're good. Note: I haven't actually tested if ==...
Forum: HL - d20 System December 6th, 2007, 04:34 PM
Replies: 31
Views: 11,890
Posted By lazarus
(for the record, I have the Race/Class ability...

(for the record, I have the Race/Class ability thing all figured out, except for how I'm going to do Clerics)

I have a question: Deverenians get +2 skill points every odd level. I've figured out...
Forum: HL - d20 System December 6th, 2007, 03:59 PM
Replies: 31
Views: 11,890
Posted By lazarus
... I now have some more abilities added in. ...

... I now have some more abilities added in. This is actually quite fun, now that I'm vaguely getting a hang of the scripting language.

Laz
Forum: HL - d20 System December 6th, 2007, 02:56 PM
Replies: 31
Views: 11,890
Posted By lazarus
Ok, figured out #2. At least, part of it. The...

Ok, figured out #2. At least, part of it. The "Phase" for the script should have been "Final" rather than "First" (I suppose looking at that, that makes a lot of sense).

So, the script that I'm...
Forum: HL - d20 System December 6th, 2007, 02:35 PM
Replies: 31
Views: 11,890
Posted By lazarus
I'm doing some testing, to see how things are...

I'm doing some testing, to see how things are going to work. By that, I mean I'm implementing a skeleton for the Nothrog race and the Assassin class in the Warlords game. I have three issues:

1)...
Forum: HL - d20 System December 5th, 2007, 12:56 PM
Replies: 31
Views: 11,890
Posted By lazarus
Um. I haven't actually /read/ the EQ magic...

Um. I haven't actually /read/ the EQ magic system, and even if I had, I don't actually know the Psionics system. My instinct tells me that it'll work, yes.

Laz
Forum: HL - d20 System December 4th, 2007, 06:54 PM
Replies: 31
Views: 11,890
Posted By lazarus
The EQ magic system is a spell point based...

The EQ magic system is a spell point based system. I think it's fairly doable using the d20 as a base (just have a Power Point Pool rather than a Spell / Day thing).

... I'm going to have to...
Forum: HL - d20 System December 3rd, 2007, 04:06 PM
Replies: 31
Views: 11,890
Posted By lazarus
I've now done the Class tutorial, and I suspect...

I've now done the Class tutorial, and I suspect that what's needed for #2 is to edit the "bootstrap" script conditions on the class abilities to check on whether the race is appropriate?

Laz
Forum: HL - d20 System December 3rd, 2007, 03:41 PM
Replies: 31
Views: 11,890
Posted By lazarus
System editing ...

I have a couple questions about editing the d20 system. Specifically, I'm interested in writing datafiles for "total conversions" like Warlords and Everquest. So, here's the questions:

1) how do...
Showing results 1 to 22 of 22

 
Forum Jump

All times are GMT -8. The time now is 12:01 PM.


Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.