Lone Wolf Development Forums  

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

Notices

Showing results 1 to 20 of 20
Search took 0.01 seconds.
Search: Posts Made By: CptCoots
Forum: HL - d20 System July 11th, 2013, 01:11 PM
Replies: 44
Views: 16,624
Posted By CptCoots
Well ain't you friggen smart? :D

Well ain't you friggen smart? :D
Forum: HL - d20 System July 11th, 2013, 11:05 AM
Replies: 44
Views: 16,624
Posted By CptCoots
Doh! there is a mistake in all this that I hadn't...

Doh! there is a mistake in all this that I hadn't noticed. Easy Metamagic cannot reduce a modified spell to less than one level higher than normal... so each metamagic has to add at least 1.
Forum: HL - d20 System July 10th, 2013, 03:00 AM
Replies: 44
Views: 16,624
Posted By CptCoots
Okay so a few things. Updated Arcane Thesis...

Okay so a few things.

Updated Arcane Thesis
Finished Incantatrix


Arcane Thesis: I saw something really weird when I was testing this with the finished Incantatrix. It was allowing...
Forum: HL - d20 System July 9th, 2013, 09:10 PM
Replies: 44
Views: 16,624
Posted By CptCoots
I'm going to do two things. First I'm going to do...

I'm going to do two things. First I'm going to do up the Improved Metamagic. Second I'm going to clean up Focused Studies and then give the whole thing an overhaul. Probably be done by Friday. I'll...
Forum: HL - d20 System July 9th, 2013, 08:53 PM
Replies: 44
Views: 16,624
Posted By CptCoots
Attach the .user file that you have the PrC,...

Attach the .user file that you have the PrC, special abilities, etc.. and I can write all the other stuff you need into it and re-attach in a day or so.
Forum: HL - d20 System July 9th, 2013, 12:19 PM
Replies: 44
Views: 16,624
Posted By CptCoots
Hey Sendric, we just kicked those feats' ass.

Hey Sendric, we just kicked those feats' ass.
Forum: HL - d20 System July 9th, 2013, 12:02 PM
Replies: 44
Views: 16,624
Posted By CptCoots
I did: Final Phase 30000 if...

I did:
Final Phase 30000
if (hero.pickexists[fRepeatSpl] <>0) then
perform assign[User.EasyMM]
endif

and added the User Tags via the gui button and made sure to replace the stock metamagic...
Forum: HL - d20 System July 9th, 2013, 11:31 AM
Replies: 44
Views: 16,624
Posted By CptCoots
The timing has to be adjusted to get all the...

The timing has to be adjusted to get all the levels to change correctly:
Pre-levels 5000 works

Oh and the custom metamagic items are throwing:
Live state of gizmo 'CustSpell' is being tested...
Forum: HL - d20 System July 9th, 2013, 11:16 AM
Replies: 44
Views: 16,624
Posted By CptCoots
Easy Metamagic eval

So popping in the tag on the Metamagic feat and testing it out worked. As usual I put my timing in Final with a huge number.

First - Grab the metamagic feat chosen
Second - Grab customized...
Forum: HL - d20 System July 9th, 2013, 10:43 AM
Replies: 44
Views: 16,624
Posted By CptCoots
doneif (isgizmo <> 0) this actually breaks...

doneif (isgizmo <> 0)

this actually breaks the entire script. It always seems to make it fail.

EDIT: changed the spell string that we're using for the top foreach loop to
spell = "thingid." &...
Forum: HL - d20 System July 9th, 2013, 09:46 AM
Replies: 44
Views: 16,624
Posted By CptCoots
Sendric, I like this. I'll implement this on my...

Sendric, I like this. I'll implement this on my side in my custom feats file. Look forward to seeing it in distro and I'll let you know if I hit a speed bump.
Forum: HL - d20 System July 9th, 2013, 09:23 AM
Replies: 44
Views: 16,624
Posted By CptCoots
The difference is then you shoot for the same...

The difference is then you shoot for the same naming convention between the feats and the mm items and then this is done with a few string manipulations rather that a giant and breakable if elseif...
Forum: HL - d20 System July 9th, 2013, 09:02 AM
Replies: 44
Views: 16,624
Posted By CptCoots
Wait, that is the problem! starting from...

Wait, that is the problem! starting from fQuickenSpl (what is chosen) how can I look at spells (sCustomSpl) to tell if they have mmQuicken on them?
Forum: HL - d20 System July 9th, 2013, 08:59 AM
Replies: 44
Views: 16,624
Posted By CptCoots
I just did something similar, can you tell I'm...

I just did something similar, can you tell I'm avoiding work? I added a User.metaitem tag to mmQuicken. Then the pull down menu can be User.metaitem instead of the feats.

Each way is a pain in...
Forum: HL - d20 System July 9th, 2013, 08:39 AM
Replies: 44
Views: 16,624
Posted By CptCoots
Sendric, Thank you so much! Well there is a...

Sendric, Thank you so much!

Well there is a straightforward way that is very prone to breaking should any of the tags change. The chosen pick will have the correct feat tag, e.g., fChainSpl,...
Forum: HL - d20 System July 8th, 2013, 11:01 PM
Replies: 44
Views: 16,624
Posted By CptCoots
Yeah so... Easy Metamagic is not really so easy...

Yeah so... Easy Metamagic is not really so easy off of this. The selector is fCategory.Metamagic but then there is no real slick way that I can find to connect any fields associated with the...
Forum: HL - d20 System July 8th, 2013, 10:08 PM
Replies: 44
Views: 16,624
Posted By CptCoots
Got it. It mostly works but there are two...

Got it. It mostly works but there are two things: I keep getting "Attempt to access non-existent containing entity from script" error AND in the metamagic window shows the wrong Total Spell Level. ...
Forum: HL - d20 System July 8th, 2013, 07:24 PM
Replies: 44
Views: 16,624
Posted By CptCoots
Okay so here is the full deal. Eval Script 1 is...

Okay so here is the full deal. Eval Script 1 is bad, but works for me for now. In Eval Script 2 what I'm trying to do is to go to the gizmo for each CustomSpl and then check for specific pick id's......
Forum: HL - d20 System July 8th, 2013, 06:37 PM
Replies: 44
Views: 16,624
Posted By CptCoots
Okay, so metamagic feats on spells are a damn...

Okay, so metamagic feats on spells are a damn mess. I first chucked in a script that did a foreach through my custom spells. The idea was to find the ones whose base spell is the right one and then...
Forum: HL - d20 System July 6th, 2013, 06:37 PM
Replies: 44
Views: 16,624
Posted By CptCoots
Arcane Thesis

I've seen some old posts about this feat, but looking at the d20 feat it really does nothing as far as game mechanics (just fills in the text). This is fine if I'm not memorizing any metamagic feats...
Showing results 1 to 20 of 20

 
Forum Jump

All times are GMT -8. The time now is 06:17 AM.


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