4Botters


 
Go Back   4Botters" I am A Bad Ass Botter " > Online Games > Conquer Online Sections > Conquer Bots > Conquer Private Servers

Conquer Private Servers Post guides , scripts , advertise , anything related to Conquer Private Servers !


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-26-2009, 09:03 PM
Closo's Avatar
Elite Member
 
Join Date: Nov 2009
Location: In C# :D
Posts: 789
Thanks: 194
Thanked 248 Times in 126 Posts
Thumbs up Now Npcs gives Top everything in 5165 Source!!!!

hey all this is Closo

Today i made npc for top if u need them better than making commands for them or going to the war

Put this in npc dialog :
Code:
 #region Top Trojan
                            case 2727:
                                {
                                    if (Control == 0)
                                    {
                                        GC.AddSend(Packets.NPCSay("Would you like the Top Trojan Halo?"));
                                        GC.AddSend(Packets.NPCLink("Yeh, Meng", 1));
                                        GC.AddSend(Packets.NPCLink("Nah.", 255));
                                        GC.AddSend(Packets.NPCSetFace(30));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    else if (Control == 1)
                                    {
                                        GC.MyChar.StatEff.Add(StatusEffectEn.TopTrojan);
                                        GC.Message(2005, GC.MyChar.Name + "Has won the Top Trojan Halo");
                                    }
                                    break;
                                }
                            #endregion
                            #region Top Ninja
                            case 2728:
                                {
                                    if (Control == 0)
                                    {
                                        GC.AddSend(Packets.NPCSay("Would you like the TopNinja Halo?"));
                                        GC.AddSend(Packets.NPCLink("Yeh, Meng", 1));
                                        GC.AddSend(Packets.NPCLink("Nah.", 255));
                                        GC.AddSend(Packets.NPCSetFace(30));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    else if (Control == 1)
                                    {
                                        GC.MyChar.StatEff.Add(StatusEffectEn.TopNinja);
                                        GC.Message(2005, GC.MyChar.Name + "Has won the Top Trojan Halo");
                                    }
                                    break;
                                }
                            #endregion
                            #region TopGuildLeader
                            case 2729:
                                {
                                    if (Control == 0)
                                    {
                                        GC.AddSend(Packets.NPCSay("Would you liek the TopGuildLeader halo?"));
                                        GC.AddSend(Packets.NPCLink("Yeh, Meng", 1));
                                        GC.AddSend(Packets.NPCLink("Nah.", 255));
                                        GC.AddSend(Packets.NPCSetFace(30));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    else if (Control == 1)
                                    {
                                        GC.MyChar.StatEff.Add(StatusEffectEn.TopGuildLeader);
                                        GC.Message(2005, GC.MyChar.Name + "Has won the Top Trojan Halo");
                                    }
                                    break;
                                }
                            #endregion
                            #region WeeklyPKChampion
                            case 2730:
                                {
                                    if (Control == 0)
                                    {
                                        GC.AddSend(Packets.NPCSay("Would you like the WeeklyPKChampion Halo?"));
                                        GC.AddSend(Packets.NPCLink("Yeh, Meng", 1));
                                        GC.AddSend(Packets.NPCLink("Nah.", 255));
                                        GC.AddSend(Packets.NPCSetFace(30));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    else if (Control == 1)
                                    {
                                        GC.MyChar.StatEff.Add(StatusEffectEn.WeeklyPKChampion);
                                        GC.Message(2005, GC.MyChar.Name + "Has won the Top Trojan Halo");
                                    }
                                    break;
                                }
                            #endregion
                            #region MonthlyPKChampion
                            case 2731:
                                {
                                    if (Control == 0)
                                    {
                                        GC.AddSend(Packets.NPCSay("Would you like the MonthlyPkChampion Halo?"));
                                        GC.AddSend(Packets.NPCLink("Yeh, Meng", 1));
                                        GC.AddSend(Packets.NPCLink("Nah.", 255));
                                        GC.AddSend(Packets.NPCSetFace(30));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    else if (Control == 1)
                                    {
                                        GC.MyChar.StatEff.Add(StatusEffectEn.MonthlyPKChampion);
                                        GC.Message(2005, GC.MyChar.Name + "Has won the Top Trojan Halo");
                                    }
                                    break;
                                }
                            #endregion
                            #region TopDeputyLeader
                            case 2732:
                                {
                                    if (Control == 0)
                                    {
                                        GC.AddSend(Packets.NPCSay("Would you liek the TopDeputyLeader Halo?"));
                                        GC.AddSend(Packets.NPCLink("Yeh, Meng", 1));
                                        GC.AddSend(Packets.NPCLink("Nah.", 255));
                                        GC.AddSend(Packets.NPCSetFace(30));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    else if (Control == 1)
                                    {
                                        GC.MyChar.StatEff.Add(StatusEffectEn.TopDeputyLeader);
                                        GC.Message(2005, GC.MyChar.Name + "Has won the Top Trojan Halo");
                                    }
                                    break;
                                }
                            #endregion
                            #region TopWarrior
                            case 2733:
                                {
                                    if (Control == 0)
                                    {
                                        GC.AddSend(Packets.NPCSay("Would you like the Top Warrior Halo?"));
                                        GC.AddSend(Packets.NPCLink("Yeh, Meng", 1));
                                        GC.AddSend(Packets.NPCLink("Nah.", 255));
                                        GC.AddSend(Packets.NPCSetFace(30));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    else if (Control == 1)
                                    {
                                        GC.MyChar.StatEff.Add(StatusEffectEn.TopWarrior);
                                        GC.Message(2005, GC.MyChar.Name + "Has won the Top Trojan Halo");
                                    }
                                    break;
                                }
                            #endregion
                            #region TopArcher
                            case 2734:
                                {
                                    if (Control == 0)
                                    {
                                        GC.AddSend(Packets.NPCSay("Would you like the TopArcher Halo?"));
                                        GC.AddSend(Packets.NPCLink("Yeh, Meng", 1));
                                        GC.AddSend(Packets.NPCLink("Nah.", 255));
                                        GC.AddSend(Packets.NPCSetFace(30));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    else if (Control == 1)
                                    {
                                        GC.MyChar.StatEff.Add(StatusEffectEn.TopArcher);
                                        GC.Message(2005, GC.MyChar.Name + "Has won the Top Trojan Halo");
                                    }
                                    break;
                                }
                            #endregion
                            #region TopWaterTaoist
                            case 2735:
                                {
                                    if (Control == 0)
                                    {
                                        GC.AddSend(Packets.NPCSay("Would you like the Top WaterTaoist Halo?"));
                                        GC.AddSend(Packets.NPCLink("Yeh, Meng", 1));
                                        GC.AddSend(Packets.NPCLink("Nah.", 255));
                                        GC.AddSend(Packets.NPCSetFace(30));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    else if (Control == 1)
                                    {
                                        GC.MyChar.StatEff.Add(StatusEffectEn.TopWaterTaoist);
                                        GC.Message(2005, GC.MyChar.Name + "Has won the Top Trojan Halo");
                                    }
                                    break;
                                }
                            #endregion
                            #region TopFireTaoist
                            case 2736:
                                {
                                    if (Control == 0)
                                    {
                                        GC.AddSend(Packets.NPCSay("Would you like the TopFireTaoist Halo?"));
                                        GC.AddSend(Packets.NPCLink("Yeh, Meng", 1));
                                        GC.AddSend(Packets.NPCLink("Nah.", 255));
                                        GC.AddSend(Packets.NPCSetFace(30));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    else if (Control == 1)
                                    {
                                        GC.MyChar.StatEff.Add(StatusEffectEn.TopFireTaoist);
                                        GC.Message(2005, GC.MyChar.Name + "Has won the Top Trojan Halo");
                                    }
                                    break;
                                }
                            #endregion
                            #region TopArcher
                            case 2737:
                                {
                                    if (Control == 0)
                                    {
                                        GC.AddSend(Packets.NPCSay("Would you like the TopArcher Halo?"));
                                        GC.AddSend(Packets.NPCLink("Yeh, Meng", 1));
                                        GC.AddSend(Packets.NPCLink("Nah.", 255));
                                        GC.AddSend(Packets.NPCSetFace(30));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    else if (Control == 1)
                                    {
                                        GC.MyChar.StatEff.Add(StatusEffectEn.TopArcher);
                                        GC.Message(2005, GC.MyChar.Name + "Has won the Top Trojan Halo");
                                    }
                                    break;
                                }
                            #endregion
and this in npc.txt in OldCODB

Code:
2727 1200 2 0 1002 349 324
2728 1200 2 0 1002 353 324
2729 1200 2 0 1002 359 324
2730 1200 2 0 1002 362 324
2731 1200 2 0 1002 365 324
2732 1200 2 0 1002 369 324
2733 1200 2 9 1002 372 324
2734 1200 2 0 1002 375 324
2735 1200 2 0 1002 378 324
2736 1200 2 0 1002 382 324
2737 1200 2 0 1002 385 324
Credits to **********s

if i helped u PRESS THANKS

Last edited by Closo; 12-26-2009 at 09:11 PM.
Reply With Quote
The Following 5 Users Say Thank You to Closo For This Useful Post:
demonblood (01-17-2010), furax900 (02-28-2010), GORAN (01-13-2010), mrcoder (02-18-2010), simonsb (02-27-2010)
Google Adsense

  #2 (permalink)  
Old 12-26-2009, 09:09 PM
Beginner
 
Join Date: Dec 2009
Posts: 89
Thanks: 43
Thanked 26 Times in 9 Posts
Default Re: Now Npcs gives Top everything in 5165 Source!!!!

This was released on ****ers.
At least give credits.
__________________
#Signature removed
#Holysword
#Dont ad for any other websites or you will be banned
Reply With Quote
  #3 (permalink)  
Old 12-26-2009, 09:10 PM
Closo's Avatar
Elite Member
 
Join Date: Nov 2009
Location: In C# :D
Posts: 789
Thanks: 194
Thanked 248 Times in 126 Posts
Default Re: Now Npcs gives Top everything in 5165 Source!!!!

i thought i am the first one to find it lol i get bored from **********s so i dont go there anywayz here is credits
Reply With Quote
  #4 (permalink)  
Old 12-27-2009, 01:16 PM
Closo's Avatar
Elite Member
 
Join Date: Nov 2009
Location: In C# :D
Posts: 789
Thanks: 194
Thanked 248 Times in 126 Posts
Default Re: Now Npcs gives Top everything in 5165 Source!!!!

aww nobody liked this release?
Reply With Quote
  #5 (permalink)  
Old 12-27-2009, 06:19 PM
WHITELIONX's Avatar
A Botter
 
Join Date: Mar 2008
Location: in conquer ^^
Posts: 271
Thanks: 106
Thanked 45 Times in 27 Posts
Default Re: Now Npcs gives Top everything in 5165 Source!!!!

I think most people have used this already or have played around with it to their own liking I used just one NPC for all of this but am changing it around now so that prof pk and guildwar gives it for the winners.
Reply With Quote
  #6 (permalink)  
Old 12-27-2009, 06:37 PM
Closo's Avatar
Elite Member
 
Join Date: Nov 2009
Location: In C# :D
Posts: 789
Thanks: 194
Thanked 248 Times in 126 Posts
Default Re: Now Npcs gives Top everything in 5165 Source!!!!

ya i know but some people want to make it alot of npcs and make it like binary sources
Reply With Quote
  #7 (permalink)  
Old 12-30-2009, 05:49 PM
Closo's Avatar
Elite Member
 
Join Date: Nov 2009
Location: In C# :D
Posts: 789
Thanks: 194
Thanked 248 Times in 126 Posts
Default Re: Now Npcs gives Top everything in 5165 Source!!!!

#bump ......
Reply With Quote
  #8 (permalink)  
Old 01-23-2010, 04:29 AM
Noob
 
Join Date: Jan 2010
Posts: 10
Thanks: 0
Thanked 1 Time in 1 Post
Default Re: Now Npcs gives Top everything in 5165 Source!!!!

oooooh wow thx already work, i was downloaded your 5165 fixed source


thx alot

Last edited by Vagallon; 01-28-2010 at 06:32 AM.
Reply With Quote
  #9 (permalink)  
Old 01-26-2010, 03:11 PM
Closo's Avatar
Elite Member
 
Join Date: Nov 2009
Location: In C# :D
Posts: 789
Thanks: 194
Thanked 248 Times in 126 Posts
Default Re: Now Npcs gives Top everything in 5165 Source!!!!

nope no pics bump means make the topic at the top ...
__________________
DarkGammingCommunity

Server will be on once i find a hoster!

Check all my work here
Reply With Quote
  #10 (permalink)  
Old 02-08-2010, 06:41 PM
Hypnotize's Avatar
Noob
 
Join Date: Feb 2010
Posts: 16
Thanks: 20
Thanked 0 Times in 0 Posts
Send a message via AIM to Hypnotize
Default Re: Now Npcs gives Top everything in 5165 Source!!!!

nice but when u relog u lost ur status :P
__________________
HonorCO

*2 servers pvp and lvling server

*all npcs work

*Friendly gms and pms

*cool edits

*5018 version

*looking for a dedicated host
Reply With Quote
  #11 (permalink)  
Old 02-08-2010, 07:55 PM
Closo's Avatar
Elite Member
 
Join Date: Nov 2009
Location: In C# :D
Posts: 789
Thanks: 194
Thanked 248 Times in 126 Posts
Default Re: Now Npcs gives Top everything in 5165 Source!!!!

lol use save halos...
__________________
DarkGammingCommunity

Server will be on once i find a hoster!

Check all my work here
Reply With Quote
  #12 (permalink)  
Old 02-08-2010, 09:53 PM
killersub's Avatar
A Botter
 
Join Date: Dec 2009
Posts: 183
Thanks: 28
Thanked 48 Times in 22 Posts
Default Re: Now Npcs gives Top everything in 5165 Source!!!!

Quote:
Originally Posted by Hypnotize View Post
nice but when u relog u lost ur status :P
Go here for that(CREDITS:.Arco):[Only registered and activated users can see links. ]
Reply With Quote
  #13 (permalink)  
Old 02-09-2010, 01:42 PM
Closo's Avatar
Elite Member
 
Join Date: Nov 2009
Location: In C# :D
Posts: 789
Thanks: 194
Thanked 248 Times in 126 Posts
Default Re: Now Npcs gives Top everything in 5165 Source!!!!

hmm i am afraid from a moderator to ban u bec u advertised another forum.....
__________________
DarkGammingCommunity

Server will be on once i find a hoster!

Check all my work here
Reply With Quote
  #14 (permalink)  
Old 02-09-2010, 09:03 PM
killersub's Avatar
A Botter
 
Join Date: Dec 2009
Posts: 183
Thanks: 28
Thanked 48 Times in 22 Posts
Default Re: Now Npcs gives Top everything in 5165 Source!!!!

Quote:
Originally Posted by omom248 View Post
hmm i am afraid from a moderator to ban u bec u advertised another forum.....
who me?...
Reply With Quote
  #15 (permalink)  
Old 02-10-2010, 01:29 PM
Closo's Avatar
Elite Member
 
Join Date: Nov 2009
Location: In C# :D
Posts: 789
Thanks: 194
Thanked 248 Times in 126 Posts
Default Re: Now Npcs gives Top everything in 5165 Source!!!!

yea because this is a link to **********s ....
__________________
DarkGammingCommunity

Server will be on once i find a hoster!

Check all my work here
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump


Translate This Page


All times are GMT. The time now is 01:14 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.