[REQUEST]Some NPCs for 5165

11/30/2009 02:56 Arcо#16
Quote:
Originally Posted by flako27 View Post
Code:
case 88954:
                                {
                                    if (Control == 0)
                                    {
                                        GC.AddSend(Packets.NPCSay("Hi you want 10kk Cps and 10kk GOLD?)"));
                                        GC.AddSend(Packets.NPCLink("SURE", 1));
                                        GC.AddSend(Packets.NPCLink("naa", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    
                                        if (Control == 1)
                                        {          GC.MyChar.Cps += 10000;
                                                   GC.MyChar.Silvers += 10000000;
                                         }
                                   }
u mihgt have to do some editing i did it on the forums so idk i havent tested
Needs an "else if" statement.

And here's your Level 130 Npc.
Code:
#region Leveler
                            case 8895:
                                {
                                    if (Control == 0)
                                    {
                                        GC.AddSend(Packets.NPCSay("Hi do you want me to make you level 130?"));
                                        GC.AddSend(Packets.NPCLink("SURE", 1));
                                        GC.AddSend(Packets.NPCLink("Nah Iz Pro ExpBall User", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    else if (Control == 1)
                                    {
                                        GC.MyChar.Level = 130;
                                    }
                                }
                            #endregion
11/30/2009 06:31 Tw3ak#17
Quote:
Originally Posted by Korvacs View Post
No......find an npc thats in your source, even if it doesnt do what you need, copy it, and modify it so that it does do what you need.

I thought i explained myself quite well. :(
You explained fine Kor, air is just a leecher he doesn't even try he just waits for some one else to code everything for him to copy+paste and uses the excuse " he isn't a coder" well it;s about time he learned or quit trying to run c# sources.
all 3 of those npcs are noobie beginner stuff that can be made in 5 mins he just doesn't want to learn what so ever but instead would rather make 20 request threads a day to get some one else to do the work for him and thus far sadly alot of people are jumpin to his beck and call with all these requests when they really need to tell him to take a flying leap off a short peer and do it himself for once.

Instead since he is getting his way he will continue to spam forums with requests everyday for life because people have allowed him to get away with it instead of giving him examples to learn himself everyone is just giving him copy+pastable stuff so he learns nothing and will continue to be a ignorant noob.