|
|||
|
Ok, so I am going around and making all the NPC's what they should look like,, but it takes so long.. Because I have to search for what the NPC is saying.. and then get the id.. THEN go change it... can someone give me a code so when i click a NPC.. it says in the top left... NPC ID IS ****
It'd have to bee done something like this... Code:
default:
{
GC.AddSend(Packets.NPCSay("Hi, I am a (incomplete) NPC, my ID is " + NPC.ToString()));
GC.AddSend(Packets.NPCLink("Ok.", 255));
if (N != null)
GC.AddSend(Packets.NPCSetFace(N.Avatar));
else
GC.AddSend(Packets.NPCSetFace(30));
GC.AddSend(Packets.NPCFinish());
break;
}
|
| Google Adsense |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Release] New source 5165 With new NPC's! | .: ROCK :. | Conquer Private Servers | 76 | 07-21-2010 03:16 PM |
| [Release] My NPC's, Commands and more! | Equalizer92 | Conquer Private Servers | 14 | 02-21-2010 04:01 AM |
| New NPC's | dArKy^PgL | Conquer Private Servers | 10 | 02-04-2010 05:45 AM |
| [Question] How to fix gw npc's | Petertoft | TQ Binaries | 2 | 12-14-2009 10:12 PM |
| [Problem] Help Please The Npc's of the market is not on the place! | Ryalie | Conquer Private Servers | 0 | 06-14-2009 05:19 AM |