A couple of people have asked me for this so I guess I'll just post it here.
I don't know if its really much of a release but here it is.
You know how on CoMy Source you can't pick Ninja?
It's only for GM's and PM's.
Well I mad a small little NPC to put in Birth Village so He will make you an InternNinja.
Code:
if (CurrentNPC == 4520)
{
SendPacket(General.MyPackets.NPCSay("Do you want to become a Ninja?"));
SendPacket(General.MyPackets.NPCLink("Yes", 1));
SendPacket(General.MyPackets.NPCSetFace(30));
SendPacket(General.MyPackets.NPCFinish());
}
Control:
Code:
if (CurrentNPC == 4520)
{
if (Control == 1)
{
SendPacket(General.MyPackets.NPCSay("There you go. You're an InternNinja now.");
SendPacket(General.MyPackets.NPCLink("Thanks!", 255);
SendPacket(General.MyPackets.NPCSetFace(30));
SendPacket(General.MyPackets.NPCFinish());
MyChar.Job = 50;
SendPacket(General.MyPackets.Vital(MyChar.UID, 7, MyChar.Job));
}
}
Although i cant see anything to stop this npc being used by everyone, and you might need to include the database entries ^_^
But putting him in Birth Village like I said would only let you talk to him at the beginning.
And what do you mean include database entries?
Like just the coordinates?
But putting him in Birth Village like I said would only let you talk to him at the beginning.
And what do you mean include database entries?
Like just the coordinates?
Where do regular players start? Ive never seen the source.
And like the definition of the npc in the database, its cords, stuff like that. Unless its already in the database, again, ive never seen the source.
you know man, instead you could (upon registering on the site) provide a character type selection option (ex. tro/war/arch/tao/nin) and just modify the php to insert it into the character table so that character creation isn't even needed.
you know man, instead you could (upon registering on the site) provide a character type selection option (ex. tro/war/arch/tao/nin) and just modify the php to insert it into the character table so that character creation isn't even needed.
Yeah but I'm not gonna go through some work for something I'm never going to use. Lol especially since I don't know much about php.
Updated CoMy 1.5 05/21/2010 - CO2 Private Server - 9 Replies aLL elitepvpers.com i need CoMY 1.5 Source Link is eror who members have upLoad pls...
[HELP] How to add nobility to comy? 09/14/2009 - CO2 Private Server - 9 Replies It is already added but the npc is broken or there is no npc, im not sure, how to add or fix???
[HELP]CoMy Damage Bug 09/10/2009 - CO2 Private Server - 16 Replies Okay, well.....
The CoMy Bug with damage, how do i fix it.
If you don't know what im talking about, then it
is the bug where you can wear no gear and level dont matter
and the other only hit 1.
Ex.
Level 40 withouth gear and level 135 with full +12
then the level 135 still hits 1
and guards hit 1
and mobs hit 1
Fix Damage [CoMy] 09/03/2009 - CO2 Private Server - 0 Replies im not sure if this work, is not tested, but
have a try. Im not good coder :)
Go to Client and search for:
Under That code paste this
Now open Packets and search for:
[HELP] Comy Database 07/06/2009 - CO2 Private Server - 2 Replies I tryed most backups and my version of mysql(5.0) have errors with all when i try to execute a batch file.Please,go to appserver->mysql->data(if source of broken wing works for you) and make a arhive with comy database and send my in a PM please!