Aller au contenu

Photo

Module Help Needed!


  • Veuillez vous connecter pour répondre
5 réponses à ce sujet

#1
AstoundingArcaneArcher

AstoundingArcaneArcher
  • Members
  • 70 messages
My
module has LOTS of problems, I am just at my wit's end at it. Any help
would be very appreciated and you will be credited in the module
description. Thank you!

Link:
http://www.2shared.c...ed_Spirits.html

Please note: this is a work in progess.

#2
CID-78

CID-78
  • Members
  • 1 124 messages
well i just took a look at it brief. and you seriously need to think about a naming system for the files. unless all those files are test files that your going to throw away.

#3
CID-78

CID-78
  • Members
  • 1 124 messages
all those recite line script can be replace with a dynamic conversation and only a few scripts. you can simply pick line within a single script that set a custom token rather then having one for each line.

#4
AstoundingArcaneArcher

AstoundingArcaneArcher
  • Members
  • 70 messages
The recite lines come from an imported script from the Neverwinter Nights Vault. Lol, at one time while testing the module all of the npcs turned hostile to the pc. And yes, those are test files.

#5
CID-78

CID-78
  • Members
  • 1 124 messages
well most of the things i found was a matter of structure rather then faults. Clever ways of organising oneliners and writting reusable script. to limit the need for so many small files that do the same or almost the same thing. Your module is obviously in the early state of development so it's now you should add those things without having to rework so much previous work.

#6
CID-78

CID-78
  • Members
  • 1 124 messages
oh by the way your trigger script isn't working like they should. and if you look at the code it's quite obvious why. the speak line is fine but your way of handling local variables isn't. you need one for each trigger if you store it on the PC, if the module is for single player or SIngle party you can simply delete the trigger and skip the variables.