Badlands Action
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Dedication to Action and fun.
 
HomeLatest imagesSearchRegisterLog in

 

 Give a quest item to each member of the party

Go down 
2 posters
AuthorMessage
lolthatguy

lolthatguy


Posts : 293
Join date : 2013-05-05
Age : 29
Location : larry town

Give a quest item to each member of the party Empty
PostSubject: Give a quest item to each member of the party   Give a quest item to each member of the party EmptyMon Oct 12, 2015 6:02 pm

this is probably really simple but I'm not sure how to make it so when a certain boss dies, he'll give each member of the party a quest item. I'm basically cutting down on the reward for iiistrael but giving each party member a special token that they can use to trade for the items they'd normally get, just not as many all at once. It also makes it more fair... so people don't just run to the chest and one person grabs everything.
Back to top Go down
Highv Priest
Admin
Highv Priest


Posts : 642
Join date : 2012-09-13

Give a quest item to each member of the party Empty
PostSubject: Re: Give a quest item to each member of the party   Give a quest item to each member of the party EmptyTue Oct 13, 2015 12:10 am

Best way to do this is:

Object oGive = GetFirstFactionMember(oPC);

While(GetIsObjectValid(oGive))
[
if(GetArea(oGive) == GetArea(oPC))
[
"insert stuff to do"
]
oGive = GetNextFactionMember(oPC);
]

BioWare also has a premade function which gives an item to a whole party, but doesn't allow randomness.
Back to top Go down
https://badlandsaction.forumotion.com
lolthatguy

lolthatguy


Posts : 293
Join date : 2013-05-05
Age : 29
Location : larry town

Give a quest item to each member of the party Empty
PostSubject: Re: Give a quest item to each member of the party   Give a quest item to each member of the party EmptyTue Oct 13, 2015 10:47 am

thanks
Back to top Go down
Sponsored content





Give a quest item to each member of the party Empty
PostSubject: Re: Give a quest item to each member of the party   Give a quest item to each member of the party Empty

Back to top Go down
 
Give a quest item to each member of the party
Back to top 
Page 1 of 1
 Similar topics
-
» need help with item transfer
» Reroll Item
» increased item value chance
» LIST OF USUABLE QUEST ITENS (Enhanced Edition)
» Give Pal alignment the Assasin treatment.

Permissions in this forum:You cannot reply to topics in this forum
Badlands Action :: Talking about nwn :: Q&A-
Jump to: