[Help]Couple Of Questions

02/15/2013 02:56 pretzel666#1
Ok So for question 1 , i want to make my summon 5 stone not work if you dont have summon four , so which params would i add to prevent someone who doesnt have summon 4 from using it?

My second question is i unchecked the time on cq_business but it still doesnt instant business , is there a query i need to run in batch or something?

And for my third question when ever i use the pet sql maker made by wolfvb , the pets always come out as rabbits .__.
02/15/2013 11:12 Soul[PM]#2
About your Second Questions Use This Qury to unlock the business for all player

UPDATE `cq_partner` SET `date`='0'

about your Third Questions There is bug in the Pet Sql i need to see the Qury to be able to fix it for you .....
i hope i did help :D
02/15/2013 16:47 georgeion92#3
For pet sql maker you must watch on the "insert into cq_itemtype" and must be like that (1072070,'BIRDIE',0,250,0,0,0,0,0,0,32,0,1,9000,72 070,2,1,0),
(1072071,'BIRDIE',0,250,0,0,0,0,0,0,32,0,1,9000,72 071,2,1,0),
(1072072,'BIRDIE',0,250,0,0,0,0,0,0,32,0,1,9000,72 072,2,1,0),
(1076070,'BIRDIE',0,250,0,0,0,0,0,0,32,0,1,9000,76 070,2,1,0),
(1076071,'BIRDIE',0,250,0,0,0,0,0,0,32,0,1,9000,76 071,2,1,0),
(1076072,'BIRDIE',0,250,0,0,0,0,0,0,32,0,1,9000,76 072,2,1,0);
in the case of sql maker buged is going for other id in the place of 72070! hope it helps
02/19/2013 15:43 pretzel666#4
Yous both helped! :) but i still need help with number 1 :(
02/24/2013 22:41 guiders#5
With your question number one, you simply create an action item Sumon5 in check, making sure that the account you are trying to use has already '' medal_selec 4 '' sorry my english
02/25/2013 16:29 magewarior2#6
Quote:
Originally Posted by guiders View Post
With your question number one, you simply create an action item Sumon5 in check, making sure that the account you are trying to use has already '' medal_selec 4 '' sorry my english
type 1001 param medal_select = 4
03/03/2013 01:16 pretzel666#7
Thanks you guys
# problems solved :D