Page 1 of 1

Introduction to Teamwork quest

Posted: Mon Jan 07, 2013 7:47 pm
by Raddpuppy
I'm trying to code the Intro to Teamwork quest but don't know the command to check party size and each party member's respective nation.

Is there a file that already keeps track of this information that I could just pull these variables from, or would I have to do something else to check this info for the quest?

Thanks.

Re: Introduction to Teamwork quest

Posted: Mon Jan 07, 2013 7:59 pm
by bluekirby0
Might have to throw together some new lua bindings for this. It is all available from the database (and memory) but I don't know of a way to check it from scripts offhand.

Re: Introduction to Teamwork quest

Posted: Wed Jan 09, 2013 4:36 pm
by demolish
I am also trying to get this quest working and have been stuck on checking the party size and member's nations but unfortunately I am completely new to scripts and databases so I don't have much of an idea of what to look for :(

Re: Introduction to Teamwork quest

Posted: Sat Jan 12, 2013 7:49 am
by bluekirby0
Added some functions that should help: http://code.google.com/p/onetimexi/source/detail?r=2237