|
You last visited: Today at 09:11
Advertisement
[Request] CPAdmin
Discussion on [Request] CPAdmin within the Conquer Online 2 forum part of the MMORPGs category.
03/16/2009, 20:41
|
#1
|
elite*gold: 0
Join Date: Nov 2007
Posts: 4
Received Thanks: 0
|
[Request] CPAdmin
Yes, ninja, before u ask, i already search a lot but nothing works.
sorry for disturbing u guys, but i have some problem here, i need a npc to change money or dbs for cps. but my server comes without this npc, could someone show me exactly how i need to do, to this npc exange gold or dbs for cps in the middle of tc?
Thanks guys,
I'm waiting for a resolution. thanks again.
|
|
|
03/16/2009, 20:51
|
#2
|
elite*gold: 20
Join Date: Jun 2006
Posts: 3,296
Received Thanks: 925
|
I'll just assume that you use the TQ binaries
Code:
INSERT INTO `cq_npc` VALUES ('5056100', '0', '0', 'CPAdmin', '0002', '3330', '-1', '1036', '0258', '0223', '5056100', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0', '0', '0', '0', 'нч', '0000', '00', '00', '0000', '00', '0000');
INSERT INTO `cq_task` VALUES ('5056100', '5056100', '0000', '', '', '999', '0', '999', '-100000', '100000', '0000', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('5056110', '5056110', '0000', '', '', '0', '0', '999', '-100000', '100000', '0000', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('5056103', '5056103', '0000', '', '', '999', '0', '999', '-100000', '100000', '0000', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('5056114', '5056114', '0000', '', '', '999', '0', '999', '-100000', '100000', '0000', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('5056120', '5056120', '0000', '', '', '999', '0', '999', '-100000', '100000', '0000', '0000', '0', '-1', '0');
INSERT INTO `cq_action` VALUES ('5056100', '5056101', '0000', '0101', '0', 'Do~you~know~how~I~desire~the~DragonBall?~I~would~like~to~pay~all~I~have~for~DragonBalls.~Would~you~like~to~exchange');
INSERT INTO `cq_action` VALUES ('5056101', '5056102', '0000', '0101', '0', 'DragonBalls~for~CPs?~I~will~pay~you~215~CPs~for~a~DragonBall,~and~2150~CPs~for~a~DBScroll.~What~about~the~deal?');
INSERT INTO `cq_action` VALUES ('5056102', '5056103', '0000', '0101', '0', '');
INSERT INTO `cq_action` VALUES ('5056103', '5056104', '0000', '0102', '0', 'Exchange~a~DBScroll. 5056110');
INSERT INTO `cq_action` VALUES ('5056104', '5056105', '0000', '0102', '0', 'Exchange~a~DragonBall. 5056120');
INSERT INTO `cq_action` VALUES ('5056105', '610029', '0000', '0102', '0', 'I~have~nothing. 0');
INSERT INTO `cq_action` VALUES ('5056110', '5056113', '5056111', '0503', '720028', '');
INSERT INTO `cq_action` VALUES ('5056111', '5056112', '0000', '0101', '0', 'Where~is~your~DBScroll?');
INSERT INTO `cq_action` VALUES ('5056112', '610029', '0000', '0101', '0', 'Er,~sorry.~I~have~no~DBScroll. 0');
INSERT INTO `cq_action` VALUES ('5056113', '5056114', '0', '0502', '720028', '');
INSERT INTO `cq_action` VALUES ('5056114', '5056115', '0', '1001', '0', 'e_money += 2150');
INSERT INTO `cq_action` VALUES ('5056115', '5056116', '0', '1010', '2005', 'Congratulations!You~have~got~2150~CPs~in~your~inventory!');
INSERT INTO `cq_action` VALUES ('5056116', '5056117', '0', '1022', '0', '%user_name~exchanged~a~DBScroll~for~2150~CPs.');
INSERT INTO `cq_action` VALUES ('5056117', '0', '0', '0127', '0', 'INSERT INTO cq_log set user_id="%user_id",task_id="3029",profession="%user_pro",level="%user_lev",time="%iter_time"');
INSERT INTO `cq_action` VALUES ('5056120', '5056123', '5056121', '0503', '1088000', '');
INSERT INTO `cq_action` VALUES ('5056121', '5056122', '0000', '0101', '0', 'You~don`t~have~a~DragonBall.');
INSERT INTO `cq_action` VALUES ('5056122', '610029', '0000', '0102', '0', 'Er..I~will~come~again~with~DragonBalls. 0');
INSERT INTO `cq_action` VALUES ('5056123', '5056124', '0', '0502', '1088000', '');
INSERT INTO `cq_action` VALUES ('5056126', '5056127', '0', '1022', '0', '%user_name~exchanged~a~DB~for~215~CPs.');
INSERT INTO `cq_action` VALUES ('5056125', '5056126', '0', '1010', '2005', 'Congratulations!You~have~got~215~CPs~in~your~inventory!');
INSERT INTO `cq_action` VALUES ('5056124', '5056125', '0', '1001', '0', 'e_money += 215');
INSERT INTO `cq_action` VALUES ('5056127', '0', '0', '0127', '0', 'INSERT INTO cq_log set user_id="%user_id",task_id="3030",profession="%user_pro",level="%user_lev",time="%iter_time"');
|
|
|
03/16/2009, 21:07
|
#3
|
elite*gold: 0
Join Date: Nov 2007
Posts: 4
Received Thanks: 0
|
ok, i use, but where i put that???
|
|
|
 |
Similar Threads
|
New Modified CPAdmin
09/15/2010 - CO2 PServer Guides & Releases - 9 Replies
Hi I kind of modified the code for CPAdmin so instead of selling one db for 215 cps you can sell all of then in your inventory in one shot and same thing with the DBScroll. This is my first time playing around with the C# so please do not flame me. And i tested this code and it works perfect in my client 5165.
Press the thanks button if you like it :D
#region CPAdmin
case XXXXX: <<< Make the case whatever you want and add the NPC
{...
|
CPAdmin Issues.
02/02/2010 - CO2 Private Server - 4 Replies
Hey guys, I have recently got my server online again, and have had some issues with coding in NPC's. I can get them physically there, but then no dialog appears at all. Here is my cq_action for CPAdmin, could anyone please tell me if anything is incorrect?
Cheers
|
CPAdmin!!
02/21/2009 - CO2 Private Server - 2 Replies
Tq Binarys !!! i haven't CPAdmin or npc for trading Money for cps?? can anyone learn me how to add npcs in Tq binarys?
|
[help] problem CpAdmin
10/17/2008 - CO2 Private Server - 6 Replies
How does that change can CpAdmin 1 Dbs to 256 cps or 10 dbs to 2,560 cps ????????????
Thank you
|
CPAdmin...
06/08/2008 - Conquer Online 2 - 2 Replies
//
|
All times are GMT +1. The time now is 09:11.
|
|