Jump to content


Mayday

Member Since 31 Dec 2004
Offline Last Active May 31 2009 11:17 PM

Topics I've Started

I wonder if this is possible

04 January 2005 - 03:03 AM

I've noticed that NPC's tend to have several copies of themselves at different levels.
I wonder, if, to make such a thing easier, would it be possible to take an average of the party's combined XP and assign that to the character? Depending on whether the party was a higher XP than it was before?

I ask because I was thinking of implementing this idea to an NPC (non-player romanceable) I am beginning work on, and I'm just beginning to get a handle on the code.

I wonder if its also possible to have a timer which will allow for various dialogues to be accessed when you speak to an unjoined joinable NPC a certain time after they have been kicked from the party.

I ask this because I was wanting my NPC, if not initially taken, or kicked from party for a certain time, to have adventures of his own to tell, which would thereby make sense of the additional XP he had gained in the interim.

I was thinking sort of a gametime timer, which, every time it reached a certain point, would add onto a variable, which would be the number of, say AdventuresHad, and to prevent repitition, telling a tale would add on to a variable called, say, AdventuresTold.

Of course, if these are doable, and you'd like to use them in your own NPC, feel free. My only demand is being noted in the readme's credits. :)

Just a utility mod idea.

04 January 2005 - 02:46 AM

I was thinking of a mod that would be, er, I suppose a TC in a way.
You'd start its own exe, and it would put you into the infinity engine with not much more than a very unpretty menu, and there would only be a single area when you start the 'game' which would include a couple of invincible test dummies and some potions maybe.

This would allow for new spells to be tested to see if they work as desired, as well as seeing if a new piece of equipment works properly and looks cool.

This way you'd be able to check these things in-game without having to load every part of it up fully.

Just a suggestion for those who can code a lot better than I can.