06-06-2013, 07:05 PM
no it is the type...
he has type 0
types :
#define QCONDITION_NPC 0 // NPC
#define QCONDITION_ITEM 1 // Quest Item
#define QCONDITION_ITEM_NORMAL 2 // Normal Item
#define QCONDITION_PC 3 // PC (ij¸¯ÅàPK)
and if the price is optional there is a plus cap
if(plus < 0 || plus > 4) // +4ÀÌ»óÀÇ ¾ÆÀÌÅÛÀ» º¸»óÀ¸·Î ÃÂÖÃÂø ¾Ê´Â´Ù. // [2/28/2007 KwonYongDae]
{
plus = 0;
}
also max +4
and also he use bash quest editor , there is a little bug in it at the type saving if i remember right

