Hi Guys those who are too lazy to edit CPAdmin NPC here u are a simple CPAdmin NPC using money to exchange for CPs
go to Handler.cs then click on NPCTalk.cs
HTML Code:
case 2071://CPAdmin Guy
{
if (LinkBack == 0)
{
Text("Would like to exchange for Cps with ur money? It will only cost u 50k for 5k Cps.", CSocket);
Link("Well yea I want it.", 1, CSocket);
Link("Nah No thanks!!", 255, CSocket);
End(CSocket);
}
else if (LinkBack == 1)
{
if (CSocket.Client.Money >= 50000)
{
Money(-50000, CSocket);
CPs (+5000, CSocket);
}
else
{
Text("How dare you try to rip me off! Get lost, Or get my money!", CSocket);
Link("I'm sorry, I didn't realize.", 255, CSocket);
End(CSocket);
}
}
break;
}
I guess these will help you all and comment pls reply me. Thanks Guys for those who are helping me out.
How can you say "no offence" if you're saying it sucks? I don't see the point posting that last part. Only thing you could really correct is the grammar.
How can you say "no offence" if you're saying it sucks? I don't see the point posting that last part. Only thing you could really correct is the grammar.
Because perhaps it was his first work? He can't agree that his first work sucks and that he can improve?
7 Errors >.< I just got the LadyLuck but I still have 7 errors Face being one ReturnUID being another and InventoryContains being the other problem any suggestions? Ok I brought it down to 4 errors by deleting the Face line completly. But I am still with the InventoryContain problem not existing and also ReturnUID not existing.
K, well I read the FIRST post in this thread and followed the instructions. It all worked. I now have a CPAdmin giving 5000 CPs for 50000 silvers. Thanks VAM
[Release]CpAdmin for 5165 04/06/2010 - CO2 PServer Guides & Releases - 4 Replies Yo.
Well I made this 100% myself. enjoy
First off open NPCDialog and search for
#region Conductresses
case 45:
Under that region paste this;
[Release] CPAdmin for CoEmuV2 03/06/2010 - CO2 PServer Guides & Releases - 0 Replies Go to Handlers/NpcTalk.cs
Add this somewhere at other NPC`s:
#region CPAdmin
case 2071:
{
if (LinkBack == 0)
{
Text("U can exchance here Dragonballs for cps", CSocket);
[Release]CPAdmin chaning CPs for DBs 10/04/2009 - CO2 PServer Guides & Releases - 6 Replies ok
here is a CPAdmin who change Dragonballs or Dragonballscrolls to CPs
search for case 35500
or go into you NPCTalk.cs
#region CPAdmin
case 2071://CPAdmin Guy Coded by Koio
{
if (LinkBack == 0)
{
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?