You last visited: Today at 16:12
Advertisement
Need help here :)
Discussion on Need help here :) within the EO PServer Hosting forum part of the Eudemons Online category.
09/13/2011, 03:11
#1
elite*gold: 0
Join Date: Oct 2008
Posts: 727
Received Thanks: 334
Need help here :)
Ok, i rarely ask for help but, now i opened another server, was trying to add a time for the npc released by nukleusz here is a picture of what its doing
Ok thats the picture i have tryed all different times like
20:00 21:00
21:00 22:00
22:00 23:00
etc
This is the coding
Code:
INSERT INTO `cq_action` VALUES ('570000000', '570000001', '570000003', '0123', '4', '20:00 21:00');
INSERT INTO `cq_action` VALUES ('570000001', '570000002', '0000', '0101', '0', 'Event~will~start~at~20:00~and~will~end~at~21:00');
INSERT INTO `cq_action` VALUES ('570000002', '4000010', '0000', '0102', '0', 'Ok~I~come~again~later. 0');
INSERT INTO `cq_action` VALUES ('570000003', '570000004', '0000', '0101', '0', 'Hi~%user_name,~Please~choose~your~event~map~to~enter');
INSERT INTO `cq_action` VALUES ('570000004', '570000005', '0000', '0102', '0', 'Level~1~to~level~254~Map 570000008');
INSERT INTO `cq_action` VALUES ('570000005', '570000006', '0000', '0102', '0', 'Level~255~Map 570000012');
INSERT INTO `cq_action` VALUES ('570000006', '570000007', '0000', '0102', '0', 'Vip~7~Map 570000016');
INSERT INTO `cq_action` VALUES ('570000007', '4000010', '0000', '0102', '0', 'Im~Lazy.~Next~time~maybe. 0');
INSERT INTO `cq_action` VALUES ('570000008', '570000009', '570000010', '1001', '0', 'level < 255');
INSERT INTO `cq_action` VALUES ('570000009', '0', '0', '1003', '0', '9902 67 117');
INSERT INTO `cq_action` VALUES ('570000010', '570000011', '0000', '0101', '0', 'U~already~at~max~level.~Please~choose~other~map');
INSERT INTO `cq_action` VALUES ('570000011', '4000010', '0000', '0102', '0', 'Ok~Im~Sorry 0');
INSERT INTO `cq_action` VALUES ('570000012', '570000013', '570000014', '1001', '0', 'level == 255');
INSERT INTO `cq_action` VALUES ('570000013', '0', '0', '1003', '0', '9900 67 117');
INSERT INTO `cq_action` VALUES ('570000014', '570000015', '0000', '0101', '0', 'U~still~not~reach~level~255.~Please~choose~other~map');
INSERT INTO `cq_action` VALUES ('570000015', '4000010', '0000', '0102', '0', 'Ok~Im~Sorry 0');
INSERT INTO `cq_action` VALUES ('570000016', '570000017', '570000018', '5001', '0', '== 7');
INSERT INTO `cq_action` VALUES ('570000017', '0', '0', '1003', '0', '9901 67 117');
INSERT INTO `cq_action` VALUES ('570000018', '570000019', '0000', '0101', '0', 'Your~Vip~is~lower~then~Level~7.~You~cannot~go~to~this~VIP~map!');
INSERT INTO `cq_action` VALUES ('570000019', '4000010', '0000', '0102', '0', 'Ok~Im~Sorry 0');
Urmm, well i looked at souls post just to make sure i was doing nothing wrong and it was looking perfect, but i just cant seem to get the timer to work
does any one know if i need to add a timer to the client too for it toread from ? or anything like that... i do not know Thanks in advance !
09/13/2011, 03:48
#2
elite*gold: 0
Join Date: Oct 2009
Posts: 1,208
Received Thanks: 926
Just to confirm, you are trying to click the npc between 8pm and 9pm? While testing that is.
09/13/2011, 06:16
#3
elite*gold: 0
Join Date: Oct 2008
Posts: 727
Received Thanks: 334
im Ghanging the time on the database the reoadacting the action then trying to click it
All times are GMT +2. The time now is 16:13 .