Lua starting Conditions

05/09/2012 18:29 Shifty*#1
LuaSetStartCodition(2, QSC_QUEST, QSC_LEVEL, 1, 1)

QSC_Quest and QSC Level are the only one starting conditions I know so far. Are there some other starting conditions such as check gender, check class, check hwan etc? Could be useful to have a list of the starting conditions.

Also, I know how to add multiple rewards when finishing a quest, but how can I do so they can choose between 3 rewards?
05/09/2012 18:47 pH33n1x<3#2
QSC_LEVEL
QSC_QUEST
QSC_ITEM
QSC_TIME
QSC_REGION
QSC_RACE
QSC_SEX
QSC_SYSTEM
QSC_QUALIFICATION
QSC_ORDER
QSC_CHARACTER
05/09/2012 18:52 Shifty*#3
So you can make you need a specific item to start a quest?
05/09/2012 18:59 pH33n1x<3#4
Quote:
Originally Posted by Shifty* View Post
So you can make you need a specific item to start a quest?
Yes.

I played around with those shit a few days ago, not sure atm, but it's something like this:
Code:
LuaSetStartCodition(4, QSC_ITEM, QSC_ITEM, ITEM_CUSTOM_QUESTSTART1, ITEM_CUSTOM_QUESTSTART1)
05/09/2012 19:09 Shifty*#5
Trying to get QSC_Quest working firstly :p
LuaSetStartCodition(1, QSC_QUEST, 1043)
I havn't completed quest 1043 but I can still take the quest, know why?