Help Starting Prof God

09/20/2009 20:31 -Shunsui-#1
well i need help on how to start prof god like the packets i need to send so it can give u the prof so far i done
Quote:
if (CurrentNPC == UID)//Prof God
{
SendPacket(General.MyPackets.NPCSay("IHelo there i can help you Make your wepon prof Higher"));
SendPacket(General.MyPackets.NPCLink("Ok wat can you do", 1));
SendPacket(General.MyPackets.NPCLink("No Thanks", 255));
SendPacket(General.MyPackets.NPCSetFace(29));
SendPacket(General.MyPackets.NPCFinish());
}
Quote:
if (CurrentNPC == UID)//Prof God
{
if (Control == 1)
{
SendPacket(General.MyPackets.NPCSay("Ok please pick and i will charge you 5 Exp Balls And your prof will be level 12"));
SendPacket(General.MyPackets.NPCLink("Club", 20));
SendPacket(General.MyPackets.NPCLink("Blade", 21));
SendPacket(General.MyPackets.NPCLink("Bow", 22));
SendPacket(General.MyPackets.NPCLink("Sword", 23));
SendPacket(General.MyPackets.NPCLink("Spear.", 24));
SendPacket(General.MyPackets.NPCLink("Halbert", 25));
SendPacket(General.MyPackets.NPCLink("Wand", 26));
SendPacket(General.MyPackets.NPCLink("Never mind", 255));
SendPacket(General.MyPackets.NPCSetFace(30));
SendPacket(General.MyPackets.NPCFinish());
}
if (Control >= 20)
{
if (MyChar.InventoryContains(723700, 5))
{
LearnProf(480, 12);//Club Prof 12
I got no clue wat to do from here @_@ Or if iam wrong if anyone can help me this is for lotf ftw
09/21/2009 02:21 -Shunsui-#2
#BUMP
09/21/2009 03:57 UnoAmigos#3
Just take a look for CoEmuV2 ProfGod and convert that into LOFT...

maybe is a lil bit harder..but GOOD LUCK.
09/21/2009 04:23 -Shunsui-#4
Hmm i never even downloaded CoEmuv2 but ill take a look at it and do it tnx