5165 probably.
All you have to do is a normal NPC with the lovestone ID.
And make a function which checks if you are blessed, and if so, let them have double exp once a day(this can be done by doing a loop).
#region LoveStone
case 390:
{
if (Control == 0)
{
GC.AddSend(Packets.NPCSay("Hello my friend! What I can do for you?"));
GC.AddSend(Packets.NPCLink("I wanna get married.", 1));
GC.AddSend(Packets.NPCLink("I want double exp time.", 2));
GC.AddSend(Packets.NPCLink("Just passing by.", 255));
GC.AddSend(Packets.NPCSetFace(N.Avatar));
GC.AddSend(Packets.NPCFinish());
}
else if (Control == 1)
{
GC.AddSend(Packets.NPCSay("Are you sure?"));
GC.AddSend(Packets.NPCLink("Yes!", 3));
GC.AddSend(Packets.NPCLink("Let me think.", 255));
GC.AddSend(Packets.NPCSetFace(N.Avatar));
GC.AddSend(Packets.NPCFinish());
}
else if (Control == 3)
{
GC.AddSend(Packets.NPCSay("Okay then... Get the flower and click in your love to marry."));
GC.AddSend(Packets.NPCLink("Okay", 255));
GC.AddSend(Packets.NPCSetFace(N.Avatar));
GC.AddSend(Packets.NPCFinish());
GC.AddSend(Packets.GeneralData(GC.MyChar.EntityID, 1067, 0, 0, 116));
}
else if (Control == 2)
{
if (GC.MyChar.BlessingLasts >= 1)
{
GC.AddSend(Packets.NPCSay("There you now have one hour's double exp time"));
GC.AddSend(Packets.NPCLink("Thanks", 255));
GC.AddSend(Packets.NPCSetFace(N.Avatar));
GC.AddSend(Packets.NPCFinish());
GC.MyChar.DoubleExp = true;
GC.MyChar.DoubleExpLeft = 3600;
GC.MyChar.MyClient.AddSend(Packets.Status(GC.MyChar.EntityID, Status.DoubleExpTime, (ulong)GC.MyChar.DoubleExpLeft));
}
else
{
GC.AddSend(Packets.NPCSay("You're not blessed by a PrayingStone."));
GC.AddSend(Packets.NPCLink("Damn", 255));
GC.AddSend(Packets.NPCSetFace(N.Avatar));
GC.AddSend(Packets.NPCFinish());
}
}
break;
}
#endregion
#region LoveStone
case 390:
{
if (Control == 0)
{
GC.AddSend(Packets.NPCSay("Hello my friend! What I can do for you?"));
GC.AddSend(Packets.NPCLink("I wanna get married.", 1));
GC.AddSend(Packets.NPCLink("I want double exp time.", 2));
GC.AddSend(Packets.NPCLink("Just passing by.", 255));
GC.AddSend(Packets.NPCSetFace(N.Avatar));
GC.AddSend(Packets.NPCFinish());
}
else if (Control == 1)
{
GC.AddSend(Packets.NPCSay("Are you sure?"));
GC.AddSend(Packets.NPCLink("Yes!", 3));
GC.AddSend(Packets.NPCLink("Let me think.", 255));
GC.AddSend(Packets.NPCSetFace(N.Avatar));
GC.AddSend(Packets.NPCFinish());
}
else if (Control == 3)
{
GC.AddSend(Packets.NPCSay("Okay then... Get the flower and click in your love to marry."));
GC.AddSend(Packets.NPCLink("Okay", 255));
GC.AddSend(Packets.NPCSetFace(N.Avatar));
GC.AddSend(Packets.NPCFinish());
GC.AddSend(Packets.GeneralData(GC.MyChar.EntityID, 1067, 0, 0, 116));
}
else if (Control == 2)
{
if (GC.MyChar.BlessingLasts >= 1)
{
GC.AddSend(Packets.NPCSay("There you now have one hour's double exp time"));
GC.AddSend(Packets.NPCLink("Thanks", 255));
GC.AddSend(Packets.NPCSetFace(N.Avatar));
GC.AddSend(Packets.NPCFinish());
GC.MyChar.DoubleExp = true;
GC.MyChar.DoubleExpLeft = 3600;
GC.MyChar.MyClient.AddSend(Packets.Status(GC.MyChar.EntityID, Status.DoubleExpTime, (ulong)GC.MyChar.DoubleExpLeft));
}
else
{
GC.AddSend(Packets.NPCSay("You're not blessed by a PrayingStone."));
GC.AddSend(Packets.NPCLink("Damn", 255));
GC.AddSend(Packets.NPCSetFace(N.Avatar));
GC.AddSend(Packets.NPCFinish());
}
}
break;
}
#endregion
ive pasted this into my compiler and compiled it, I also had to make the lovestone npc and put it into the correct position..so why isnt it talking to me? "Hi, I dont do anything yet my ID is 1600"
what else do i have to do?
ive pasted this into my compiler and compiled it, I also had to make the lovestone npc and put it into the correct position..so why isnt it talking to me? "Hi, I dont do anything yet my ID is 1600"
what else do i have to do?
Obvious, change the npc id from 390 to 1600?
So it would be case 1600: instead of case 390:
Jesus, e*pvpers these days.
[Help 5095]Can Any One Gave Me Code To Love Stone In source Binary 5095 04/18/2010 - CO2 Private Server - 1 Replies Can Any One Gave Me Code To Love Stone In source Binary 5095 from his source
Cuz I Have problem in marriage
love stone gave u flower and when u send it nothing sent to Your Frind
And I Think Problem In This Code
400011 400012 0 124 1067
~ New Love Stone ~ 07/03/2009 - CO2 Weapon, Armor, Effects & Interface edits - 8 Replies Hello everyone, this time i edit the love stone, here a picture!!
If you want use this extrac this in you conquer folder
"x:xxxxc3effect"
http://www.elitepvpers.com/forum/attachment.php?at tachmentid=24754&stc=1&d=1246304110
If you like this, click in http://www.elitepvpers.com/forum/images/bulle t/buttons/post_thanks.gif