I Could Use Some Help

11/29/2012 01:12 pretzel666#1
Ok so i made a new divine point system with the tokens in EO , theyre just sitting there being useless figured might as well. I made an NPC to exchange these for items , now , my npc works 100% , somethings wrong with my cq_action for the exchange , could someone take a look and tell me whats wrong? i click the npc , and the params show in the chat on my PM , but nothing pops up on my screen
Quote:
666900001 666900002 0 101 0 Im~The~Divine~Quest
666900002 666900003 0 101 0 Casual~Exchanger~Numbers~Next~To~Name~Is~Required~ DP's
666900003 666900004 0 101 0 You~Earn~These~By~Hunting~Bosses
666900004 666900005 0 102 0 God~Attire~[99]. 666900008
666900005 666900006 0 102 0 Goddes~Attire~[99]. 666910003
666900006 0 0 102 0 I~Dont~Have~Any~DP's. 0
666900008 666910001 666930001 1001 0 bonus_points < 99
666930001 666910002 0 1001 0 bonus_points += -99
666910001 0 0 126 0 Not~Enough~DP's
666910002 0 0 501 194370 1
666910003 666910004 666910001 1001 0 bonus_points <99
666910004 666910005 0 1001 0 bonus_points += -99
666910005 0 0 501 194370 1
________________________________________
My other question is how do i get wamp's mysql and the DB's , Mysql to work together? i cant get them both to run at the same time , if ones running the other wont work
11/29/2012 21:28 magewarior2#2
you forget to add a next id after 666900006


add next id like euhhm ... 4000001

also be sure to add some ids to cq_task
id:
666900001
666900008
666910003

good luck.
11/30/2012 01:14 pretzel666#3
Quote:
666910001 0 0 126 0 Not~Enough~DP's
Is the message that appears when you dont have enough? why do i need a next action?
11/30/2012 06:52 RyanOtoy01#4
666900006 666910006 0 102 0 I~Dont~Have~Any~DP's. 0
Red Is Id Next,
You can Add This After Your Query...


(666910006,666910007,0,104,0,'0 0 0'),
(666910007,0,0,120,0,'');



And Dont Forget To Add Cq_task if You Want It Start At NPC,
12/01/2012 11:18 magewarior2#5
Quote:
Originally Posted by RyanOtoy01 View Post
666900006 666910006 0 102 0 I~Dont~Have~Any~DP's. 0
Red Is Id Next,
You can Add This After Your Query...


(666910006,666910007,0,104,0,'0 0 0'),
(666910007,0,0,120,0,'');



And Dont Forget To Add Cq_task if You Want It Start At NPC,
you could also add a new line... but that would just full op your cq_action even more...



so after the type`s 101 & 102 you have to have a type 120


to take an id as
4000001

or the folowing ids (look at cq_action)

you safe some place.

you understand?
12/02/2012 04:44 pretzel666#6
All of the records are added in the cq_task is that bad?
12/02/2012 19:25 magewarior2#7
Quote:
Originally Posted by pretzel666 View Post
All of the records are added in the cq_task is that bad?
no it is not bad, however, your table will get lots larger then they have to be...