Search found 103 matches

by Rickstavern
Wed Jun 22, 2005 5:47 pm
Forum: Mods Discussion
Topic: Monsters and how they work.
Replies: 21
Views: 17071

Monsters and how they work.

I need help to get some of my abominable creations to pose more of a challenge. It seems that no matter what I change, these beasts simply cannot hit my party when using their normal attacks. The default attack that most all monsters have (0x000e0001) just misses 99.9% of the time. How can I make th...
by Rickstavern
Fri Jun 17, 2005 10:59 am
Forum: Mods Discussion
Topic: Were the tools ever updated?
Replies: 18
Views: 8898

Makes perfect sense, origen.

I'll fire everything up and see how it spins this weekend.

Thanks everyone
by Rickstavern
Fri Jun 17, 2005 8:23 am
Forum: Mods Discussion
Topic: Were the tools ever updated?
Replies: 18
Views: 8898

I now have the beta patch and tools 1.1 As per the beta notes: "The Action editor was incorrectly assigning Paralyze resistance instead of no resistance for melee style attacks." Where is the corrected action editor? Or was this an issue with the core program incorrectly reading actions.da...
by Rickstavern
Fri Jun 10, 2005 11:36 am
Forum: Mods Discussion
Topic: Chest Script
Replies: 6
Views: 3949

Hmm, a double post. How unlike me.
by Rickstavern
Fri Jun 10, 2005 11:35 am
Forum: Mods Discussion
Topic: Chest Script
Replies: 6
Views: 3949

Here is a script that I use for teasure. from eventAPI import * from APIUtils import * rtcastle2chest1 = 0 def fireEvent(e): global rtcastle2chest1 rtcastle2chest1 = getTag(e, "rtcastle2chest1") if (rtcastle2chest1 == 1): retu...
by Rickstavern
Fri Jun 10, 2005 8:14 am
Forum: Mods Discussion
Topic: Were the tools ever updated?
Replies: 18
Views: 8898

Looks like the problem is that I have no active subscriptons. Sorry, but I'm not going to buy the game again. If there is another method for accessing the downloads then please let me know.

Thanks
by Rickstavern
Thu Jun 09, 2005 8:54 pm
Forum: Mods Discussion
Topic: Were the tools ever updated?
Replies: 18
Views: 8898

I checked renibister hall, but I do not see the tool set or any patches for download. Where are these items now located? The error with skills was with all newly created ones. I could not use any of the existing skills because they simply did not do enough damage or hit often enough. The bug was tha...
by Rickstavern
Thu Jun 09, 2005 12:17 pm
Forum: Mods Discussion
Topic: Were the tools ever updated?
Replies: 18
Views: 8898

My problem was that melee attacks were being resisted.

There was another bug where paladins could force boss type monsters to surrender. Was this ever addressed?
by Rickstavern
Thu Jun 09, 2005 12:14 pm
Forum: Mods Discussion
Topic: Were the tools ever updated?
Replies: 18
Views: 8898

My problem was that melee attacks were being resisted.

There was another bug where paladins could force boss type monsters to surrender. Was this ever addressed?
by Rickstavern
Thu Jun 09, 2005 12:03 pm
Forum: Mods Discussion
Topic: Chest Script
Replies: 6
Views: 3949

Looks like you have an extra parameter. The chest objects requires 7 and you have 8 in your script.

Code: Select all

chest(e, 1, 20, dice(100, 4, 1), [], dice(1, 4, 1), "a chest")
by Rickstavern
Thu Jun 09, 2005 10:36 am
Forum: Mods Discussion
Topic: Were the tools ever updated?
Replies: 18
Views: 8898

I made about 5MB of new graphics. Most of them are created from free textures that are available from various sources. I wanted enough so that the areas didn't look so bland. You can actually do quite a few nice things if you take a little time to decorate. There were a couple of changes I wanted ma...
by Rickstavern
Wed Jun 08, 2005 11:12 am
Forum: Mods Discussion
Topic: Were the tools ever updated?
Replies: 18
Views: 8898

I currently have version 2 of the game. So I asume that the patch is a more recent version? I read that there was a fixed version of the action editor. Where can I obtain this? One of the problems I encountered was that all the special attacks from my monsters were being resisted. I'm willing to try...
by Rickstavern
Sun May 29, 2005 11:46 am
Forum: Mods Discussion
Topic: Were the tools ever updated?
Replies: 18
Views: 8898

Were the tools ever updated?

About a year ago... I was working on a mod, but I ran into several issues when it came to creating new monsters. Basically there were a few issues that there were no workarounds for. I was wondering is the toolkit has been updated. If so, I might pick up where I left off (amazingly, I still have all...