Ok im gonna release some of the quests i finish for coemu source.
CoachLi Twin City Part 1
add this to Handlers/NpcTalk.cs
Code:
#region CoachLi Level 16 Quest
case 30080:
{
if (CSocket.Client.Level < 16)
{
if (LinkBack == 0)
{
Text("Welcome to the world of Conquer. Allow me to introduce myself, Li. Do you need some advice?", CSocket);
Link("Sure.", 1, CSocket);
Link("No Thanks.", 255, CSocket);
Face(30, CSocket);
End(CSocket);
}
else if (LinkBack == 1)
{
Text("I am an elemtary coach in Twin City. I suggest you practice outside Twin\n", CSocket);
Text("City, or you will be in danger!", CSocket);
Link("I shall try my best.", 2, CSocket);
Link("I fear nothing.", 255, CSocket);
Face(30, CSocket);
End(CSocket);
}
else if (LinkBack == 2)
{
Text("I give you a reference letter. When you reach level 16, you may get something\n", CSocket);
Text("useful from Coach Lin in Phoenix Castle.", CSocket);
Link("Thanks Alot.", 3, CSocket);
Link("I fear nothing.", 255, CSocket);
Face(30, CSocket);
End(CSocket);
}
else if (LinkBack == 3)
{
AddItem(721115, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
}
}
else
{
if (LinkBack == 0)
{
Text("Im Sorry but you are to powerful for my help.", CSocket);
Link("Ok Thanks.", 255, CSocket);
Face(30, CSocket);
End(CSocket);
}
}
break;
}
#endregion
CoachLin Phoenix Castle
add this to Handlers/NpcTalk.cs
Code:
#region CoachLin Level 16 Quest
case 30081:
{
if (CSocket.Client.Level >= 16)
{
if (HasItem(721115, 1, CSocket))
{
if (LinkBack == 0)
{
Text("Since you have come. I shall ask you a few questions. If you answer correctly,\n", CSocket);
Text("i will give you a reward.", CSocket);
Link("Fire Away.", 1, CSocket);
Link("Never Mind.", 255, CSocket);
Face(30, CSocket);
End(CSocket);
}
else if (LinkBack == 1)
{
Text("When can a Trojan equipt 2 weapons?", CSocket);
Link("Level 15.", 2, CSocket);
Link("Level 30.", 2, CSocket);
Link("Level 40.", 2, CSocket);
Link("Level 70.", 3, CSocket);
Face(30, CSocket);
End(CSocket);
}
else if (LinkBack == 2)
{
Text("Sorry, your answer is wrong. Please come again when you learn more about\n", CSocket);
Text("Conquer.", CSocket);
Link("Ok Thanks.", 255, CSocket);
Face(30, CSocket);
End(CSocket);
}
else if (LinkBack == 3)
{
Text("Good. You ansered correctly here is an item for you.", CSocket);
Link("Sword.", 4, CSocket);
Link("Blade.", 5, CSocket);
Link("Bow.", 6, CSocket);
Link("BackSword.", 7, CSocket);
Link("Club.", 8, CSocket);
Link("Wand.", 10, CSocket);
Face(30, CSocket);
End(CSocket);
}
else if (LinkBack == 4)//sword
{
DeleteItem(721115, 1, CSocket);
AddItem(420036, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
}
else if (LinkBack == 5)//blade
{
DeleteItem(721115, 1, CSocket);
AddItem(410036, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
}
else if (LinkBack == 6)//bow
{
DeleteItem(721115, 1, CSocket);
AddItem(500026, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
}
else if (LinkBack == 7)//backsword
{
DeleteItem(721115, 1, CSocket);
AddItem(421046, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
}
else if (LinkBack == 8)//club
{
DeleteItem(721115, 1, CSocket);
AddItem(480036, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
}
else if (LinkBack == 9)//wand
{
DeleteItem(721115, 1, CSocket);
AddItem(561036, 0, 0, 0, 0, 0, 0, 0, 0, CSocket);
}
}
else
{
Text("It seem each new generation excels the last one.", CSocket);
Link("Of course.", 255, CSocket);
Face(30, CSocket);
End(CSocket);
}
}
else
{
if (LinkBack == 0)
{
Text("Since Coach Li introduced you, I must try my best to help you. Please come\n.", CSocket);
Text("to me when you reach level 16.", CSocket);
Link("Ok Thanks.", 255, CSocket);
Face(30, CSocket);
End(CSocket);
}
}
break;
}
#endregion
Soo cause i joined today im some one who im not who is lookbehindyou i dont know why you guys are hating on me o.o im here to learn to code in C# and code a co server =( pleas stop saying something you do not know ok
Nice release i may not use it cause im not a good coder
Im learning but i most likely will start with LOTF and move up to CoEmu =)
But thanks
Bad Decision. I would not start with lotf. I would at least go with Hybrids source.
Edit:
If you have just joined, take my advice and leave. You probably won't learn anything here even if you wanted to. Maybe if you meet someone that is really nice, and your really devoted you might, but this forum is full of ********.
Bad Decision. I would not start with lotf. I would at least go with Hybrids source.
Edit:
If you have just joined, take my advice and leave. You probably won't learn anything here even if you wanted to. Maybe if you meet someone that is really nice, and your really devoted you might, but this forum is full of ********.
Hybrids source? Can you gimme a link to it
And just cause i joined and wanna learn to code in C# doesent mean you guys have to judge me for no reason
And just cause i joined and wanna learn to code in C# doesent mean you guys have to judge me for no reason
I wanna be a great C# coder =(
I wasn't judging you. I was just informing you that this forum is not that great. You will be flamed unless you do something that it Text box to the real Co. But anyway, Hybrids source is a sticky.
Edit:
I'm sorry its not a sticky. I will look for it, hang on.
I wasn't judging you. I was just informing you that this forum is not that great. You will be flamed unless you do something that it Text box to the real Co. But anyway, Hybrids source is a sticky.
[Release] DisCity NPCs (CoEmu v2) 05/04/2010 - CO2 PServer Guides & Releases - 14 Replies here are the npcs to dis city... you will have to make the other 2 NPCs because in CoEmu databse come only with the first SolarSaint...
if have some bug post please i'm developing it yet!
case 3215:
{
if (LinkBack == 0)
{
Text("Our ancestor exerted their utmost efforts and defeated the demons. Since", CSocket);
Text("then the world has been kept in...
HELP IN COEMU V2 Npcs 08/25/2009 - CO2 Private Server - 2 Replies Hello
i create one server of conquer and now i can enter BUt The npcs dont have the code for talk
Pleaseee the code3sssssssssssssssssssssssss
[Release]NPCs for Coemu V2 source 06/26/2009 - CO2 PServer Guides & Releases - 2 Replies Post here the Npcs for Coemu Source, thanks for you contribution...
case 104839: // BoxerLi PC- TG teleporter
{
if (LinkBack == 0)
{
Text("If you are level 20 or above, you may train ub the training ground. Would you like me to teleport you there for 1000 silver.", CSocket);
Link("Yes, please.", 1, CSocket);
Link("No Thanks.", 255, CSocket);