Help Adding Tokens

11/29/2012 17:17 pretzel666#1
what would be the action to add to tokens? Their listed as "Bonus_points" in CQ_User , so i thought it would be bonus_points += 100 or w.e , but its not doing anything when i try doing this?
11/29/2012 21:15 magewarior2#2
Quote:
Originally Posted by pretzel666 View Post
what would be the action to add to tokens? Their listed as "Bonus_points" in CQ_User , so i thought it would be bonus_points += 100 or w.e , but its not doing anything when i try doing this?
try token or tokens

i forgot what it was ...

just be sure the type is 1001

and its "***** += 100"

* update

i just remeber it was something like bonus_points (i guess)
11/30/2012 01:17 pretzel666#3
im using this as an action for when you kill a monster
Quote:
3967721 3967722 0 1001 0 bonus_points += 10
3967722 0 0 1010 2005 Divinity~Points~Earned!!
(based off murtahs auto ep)
Would i change bonus_points to token +=?
12/01/2012 11:15 magewarior2#4
Quote:
Originally Posted by pretzel666 View Post
im using this as an action for when you kill a monster

(based off murtahs auto ep)
Would i change bonus_points to token +=?
no, it is bonus_points


however try to add the id 3967721 into cq_task, maybe it works after this :)
12/01/2012 19:03 haizamlee#5
3967721 3967722 0 1001 0 bonus_points += 10
you should change that code into this

3967721 3967722 0 1001 0 bonuspoint += 10

3967721 3967722 0 1001 0 bonus_points += 10
you should change that code into this

3967721 3967722 0 1001 0 bonuspoint += 10
12/02/2012 19:23 magewarior2#6
Quote:
Originally Posted by haizamlee View Post
3967721 3967722 0 1001 0 bonus_points += 10
you should change that code into this

3967721 3967722 0 1001 0 bonuspoint += 10

3967721 3967722 0 1001 0 bonus_points += 10
you should change that code into this

3967721 3967722 0 1001 0 bonuspoint += 10
yeah, also possible ....


i dunno for sure, cause i do not have a database by hand now...