and then help, they both combine tho..
the npc was totally created by me, no copy paste what so ever.
i Gave my frnd the code, he said it works. idk if he was lieing. I get an error, but he didnt here put this in npcdialog.cs:
Code:
#region NPC Give You GoldPrize //Silverpowerpro
case 33545:
{
if (Control == 0)
{
GC.AddSend(Packets.NPCSay("Hey, would ya like to have, GoldPrize for 500k cps?"));
GC.AddSend(Packets.NPCLink("Yes of course!", 1));
}
if (Control == 1)
{
if (GC.MyChar.CPs >= 500000)
{
{
GC.MyChar.CPs -= 500000;
GC.MyChar.AddItem(2100075);
}
}
break;
#endregion
Code:
33545 1390 2 0 1002 411 392
Now for the help!!
Ok, I added those codes to the npcdialog, and npcs.txt, and look what pops up.
if yu can help me, please.. lmao.. im tired, soo.. fast
Yes, this is, the "Hi, I don't talk anything useful" thing, I just changed the default. I don't understand How i got this error, im good at coding stuff in 5165 n sht.. idk!






