View previous topic :: View next topic |
Author |
Message |
Tuebits
Joined: 27 Jan 2005 Posts: 18
|
Posted: Thu Jan 27, 2005 23:33 Post subject: NWNX-LETO DL |
|
|
could someone please supply me with a working link to get this DL
I am assuming it is something seperate than installing NWNX2.. and Leto seperatley.. all seems like it is something ELSE i need to DL.. |
|
Back to top |
|
|
Lokey
Joined: 02 Jan 2005 Posts: 158
|
|
Back to top |
|
|
Tuebits
Joined: 27 Jan 2005 Posts: 18
|
Posted: Fri Jan 28, 2005 3:50 Post subject: |
|
|
thank you very much |
|
Back to top |
|
|
Tuebits
Joined: 27 Jan 2005 Posts: 18
|
Posted: Fri Jan 28, 2005 4:38 Post subject: |
|
|
hehe ok new issue, and I may be showing how much of a Noob I am.. i copied the 2 .dll files from the DL into my NWN directory, and assumed that was all i had to do....
tried to add these 3 lines into an on client enter script
StackedLetoScript(AdjustAbility(ABILITY_STRENGTH, 4));
a couple other stacked and a run stacked command
but when went to save error
undefined Identifier ( StackedLetoScript)
something is telling me there was supposed to be something else i was supposed to do.... any help ? |
|
Back to top |
|
|
dragonsong
Joined: 08 Jan 2005 Posts: 19 Location: Salinas, CA
|
Posted: Fri Jan 28, 2005 7:04 Post subject: |
|
|
The two DLLs being copied is all you need to do on the NWNX side. On the NWScript side, you must #include the file which defines that function (StackedLetoScript) in any script where you want to use it. Sounds like you're using the CCC? You need this line at / near the top of your script:
Code: |
#include "inc_letoscript"
|
_________________ - dragonsong |
|
Back to top |
|
|
Primogenitor
Joined: 08 Jan 2005 Posts: 88
|
Posted: Fri Jan 28, 2005 16:03 Post subject: |
|
|
And remember to change the NWN_DIR constant in inc_letoscript to point to the correct location for NWN on your computer. And youll need to put the LetoPCExit function in your modules on client exit event. |
|
Back to top |
|
|
Tuebits
Joined: 27 Jan 2005 Posts: 18
|
Posted: Fri Jan 28, 2005 18:19 Post subject: |
|
|
thank you for the responce, after much more reading yesterday i knew it was in the NWN script side, and I only 3/4 understood your comments ( I am such a noob, but slowly learning, very slowly).
however, in an earlier post under differnt topic ( yet almost same) i mentioned a .erf file a friend sent me, it was the DAR subrace system, which does it for me, very nice system wich is only really 1/4 broken.. characters cannot receive extra spells or monster abilities or feats anymore, but that's it
being able to give a half-dragon subrace dragon breath would be cool, but can't anymore, so ohh well... |
|
Back to top |
|
|
Primogenitor
Joined: 08 Jan 2005 Posts: 88
|
Posted: Sat Jan 29, 2005 12:26 Post subject: |
|
|
Tuebits wrote: |
being able to give a half-dragon subrace dragon breath would be cool, but can't anymore, so ohh well... | In an outbreak of shamelsess advertising...
Have you tried the PRC (Player Resource Consortium) http://nwnprc.netgamers.co.uk/ ? Using haks (unlike DARs reliance on NWNX-Leto), and either a java Character Creator for SP & localvault or a Conversation Character Creator for servervault (PWs), you can easily add over 75 classes (including new base classes such as Anti-Paladin or Brawler and prestige classes such as Mystic Theurge, True Necromancer, Orc Warlord, or Vassal of Bahmut) plus 100+ races and subraces (ranging from things like wood elves, duregar, goblins, and kobolds up to minotaurs, ogres, illithid, rashkasha and lots more besides) complete with special abilties and as close as possible to a PnP implementation. Next release will be version 2.3 which will feature a full 3rd edition psionics system, including 4 new base classes and psionic prestige classes as well as metapsionics, as well as a proliferation of new spellbooks (including metamagic) for various classes. It will also include a much expanded domain selection for clerics, including new spells where appropriate, not to mention an approximate doubling in the number of additional races.
[/advert]okay, thats me done. |
|
Back to top |
|
|
dragonsong
Joined: 08 Jan 2005 Posts: 19 Location: Salinas, CA
|
Posted: Sat Jan 29, 2005 19:43 Post subject: |
|
|
Yes. SpecAbilityList no longer works, but doing it the hard way (the right way) has always worked. _________________ - dragonsong |
|
Back to top |
|
|
|