How does that change can CpAdmin 1 Dbs to 256 cps or 10 dbs to 2,560 cps ????????????
Thank you
huh?? go to Character.cs, then find the NPC and there you will see something like that "MyChar.CPs += 215;" change it to w/e price you want, do the same thing to "MyChar.CPs += 2150;".....umm enjoy? O.O
Then, search for 7500 again,where you find the code for the exchance,and replace it with this:
First,search for 7500 ( NPC ID ) until you find the npc chat. Replace it with this :
Quote:
if (CurrentNPC == 7500)
{
SendPacket(General.MyPackets.NPCSay("Got many dragon balls you want to get rid of? Well i can give you 215 cps for each dragon ball you give me."));
SendPacket(General.MyPackets.NPCLink("Yes, i want CPs for my dragon ball!", 1));
SendPacket(General.MyPackets.NPCLink("Yes, I want 2560 CPs for my DBScroll", 2));
SendPacket(General.MyPackets.NPCLink("I don't have a dragon ball.", 255));
SendPacket(General.MyPackets.NPCSetFace(30));
SendPacket(General.MyPackets.NPCFinish());
}
Quote:
if (CurrentNPC == 7500)
{
if (Control == 1)
{
if (MyChar.InventoryContains(1088000, 1))
{
If he couldn't even figure out how to hit ctrl+f then type CP and search, then DON'T GIVE HIM THE SCRIPT. You are breeding script-kiddie non-coding newbs! STOP! go ahead and HINT to him how to find it, but stop feeding the trolls like that.
If he couldn't even figure out how to hit ctrl+f then type CP and search, then DON'T GIVE HIM THE SCRIPT. You are breeding script-kiddie non-codingSCRIPTS AND CODING ARE DIFFERENT, THEY ARE NOT A HIERARCHY, GET IT THROUGH YOUR HEAD. newbs! STOP! go ahead and HINT to him how to find it, but stop feeding the trolls like that.
I'm saying this one more ******* time before I start calling you a dumbass everyone I quote you.
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
[Request] CPAdmin 03/16/2009 - Conquer Online 2 - 2 Replies 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.
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?