Fixed Fb/Ss System
QuizShow(With Timer)
Fixed Some Bugs(Not All Of Them)
GM, PMS Can Pk
Most NPC(Not All)
Dragon Ball Drop Automaticly in your Invo(This can be changed)
Fixed Rates(Can Be Changed)
AND ALLOT ALLOT MORE :)
Guy pleas press the
It would be nice
Thanks show that you think this post is usefull so push it
Download:[Only registered and activated users can see links. ]
Using the client
Credits:Gambit
1.) Download the client [Only registered and activated users can see links. ]
2.) Extract the client to program files
3.) Open the client
4.) Press ctrl+f and search for Darkside
5.) Change the name of Darkside you your server name
6.) Under your server name change the IP adress to 127.0.0.1
7.) Then save it and exit out
8.) Start playing!!!
Using the register page!!
1.)Download the register page [Only registered and activated users can see links. ]
2.)Download EpicWebServer [Only registered and activated users can see links. ]
3.)Open OldCODB/WebServer/reg.html and open it and edit the ip
Some stuff to go with my thread that i had release
[Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ]
Well here is allso love stone code for the 5165 source for you guys
Code:
#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
Last edited by Demon^Child; 02-11-2010 at 12:02 AM.
The Following 62 Users Say Thank You to Demon^Child For This Useful Post:
oh thanks but i have the last Source its the best if u typed /item ConquestArmor Super 12 7 255 13 13 you got the Armor with Super Dragon Gems and the Horse Pack work
__________________
No one can ever be the mother off my children
The Following User Says Thank You to BlackCo For This Useful Post:
but how i can remove the dbs and money i wanna make the slivers drob at the land and cps in my itmes like binary only i need the cps in my inventory =500 cps and sliver 1 to 2kk at land and thx
The Following User Says Thank You to conjurer55 For This Useful Post:
since i dun wanna ruin ma source can u just release da fb and ss fix and da other bugs u fixed cos i have da quiz show and gw allrdy fixed wid timer as well good job btw
The Following User Says Thank You to mikedaking For This Useful Post:
since i dun wanna ruin ma source can u just release da fb and ss fix and da other bugs u fixed cos i have da quiz show and gw allrdy fixed wid timer as well good job btw
you dont need to ruin your source, just take a look what they fix in her/his source and code it in your source,
anyway nice edited source thnx
The Following User Says Thank You to yhudong For This Useful Post: