Quote:
Originally Posted by .Horror.
Ok so i thought that adding a column in cq_user labeling it "questname" so when you do the quest using the 1001 type adding 1 to the column so that the npc can keep you from doing the quest again , but when i do the quest it doesnt add anything to the column.
This is the line in cq_action ( yes its in cq_task)
326000000 321100002 326000001 1001 0 WingQuest == 1
~Your Horrors
|
I'd say that the 1001 - 0 - "FieldName operator value" doesn't work how you expect it. It would be that "Field name" is actually a enumerated set of values. Meaning that there is a predefined list of fields that can be edited hardcoded into the server software. Adding fields to the tables won't change this.
I am certain of this because the majority of queries that the server does is done by "field index" and not field name. meaning that the tables' fields could have any name and they will still work.