Jump to content

Home

DarthSmallz W.I.P.


Keiko

Recommended Posts

Originally posted by DarthSmallz

Alright, I dont think I will be doing sounfiles, because I have "No" idea how to do them, I read the tut, but it confused me, sorry. But, if anybody can help, I will do them.:D

 

 

 

Also, does anyone know of the script add darkside points and add experience points? Thanks!:D

 

Heh I'm sure you can think of some reason as to why he does not speak with a voice. Like he speaks in whispers through your mind or something to that effect.

Link to comment
Share on other sites

Originally posted by DarthSmallz

Alright, I dont think I will be doing sounfiles, because I have "No" idea how to do them, I read the tut, but it confused me, sorry. But, if anybody can help, I will do them.:D

 

 

 

Also, does anyone know of the script add darkside points and add experience points? Thanks!:D

 

Originally posted by Darth333

for ds points:

k_act_darksml

k_act_darkmed

k_act_darkhigh

 

for ls points:

k_act_lightghigh

k_act_lightmed

k_act_lightsml

 

 

void main()
{
   GivePlotXP("kor35_findingdustil",35);
}

This give 350 XP for doing the wuest called, "kor35_findingdustil."

void main()
{
object oPC=GetFirstPC();

GiveXPToCreature(oPC,200);
}

This should give normal XP.

 

All credit goes to Darth333, I copy/pasted from a post of her's.

Link to comment
Share on other sites

Originally posted by boinga1

void main()
{
   GivePlotXP("kor35_findingdustil",35);
}

This give 350 XP for doing the wuest called, "kor35_findingdustil."

void main()
{
object oPC=GetFirstPC();

GiveXPToCreature(oPC,200);
}

This should give normal XP.

 

All credit goes to Darth333, I copy/pasted from a post of her's.

 

The problem with that script is that it is in Kotor 1. While Darthsmallz is modding Kotor 2. However you can use similiar coding in a script of your own.

Link to comment
Share on other sites

Alright, so, while im finishing up my portrait, i didnt know what to do, so I created a little something, its a merchant names "Lord Smallz Slave Merchant", he gives everything in the game for you for free, this will be included in the mod, and he gives you one or two lightsabers, depending on what kind they are. Remember, everything in the game, wooooooo.:D

 

Darthy

Link to comment
Share on other sites

Originally posted by DarthSmallz

Alright, so, while im finishing up my portrait, i didnt know what to do, so I created a little something, its a merchant names "Lord Smallz Slave Merchant", he gives everything in the game for you for free, this will be included in the mod, and he gives you one or two lightsabers, depending on what kind they are. Remember, everything in the game, wooooooo.:D

 

Darthy

 

Runs in Terror from this thread.

Link to comment
Share on other sites

Alright, so I just may use sound files, yesterday when I was playing, i went to recruit Lord Smallz, and he started talking!!!!!! But then I had to change the dialog around, so now they dont work any more, does anyone know why? And now Lord Smallz talks through the force, and yes, it does have the cloud stuff around him. So if anyone could awnser I would be grateful.:D

Link to comment
Share on other sites

DarthSmallz, you have to be more specific when asking for help, you have to tell us exactly what it is that you have changed so that we may help you in what ways we know best. Tell us what you did to change the dialog, what parameters you set and what you may have overwriten.

Link to comment
Share on other sites

No i havent been blocking you, my computer that had AIM on it fried becaus of the geeks out there with no life that spend all their time making viruses. So AIM is not a way to contact me at the moment. Knowing how I made the module for you could you send me the files(all of them) that are included in this mod so that I may check over you work to see if you accidentally overwrote something i put in?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...