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 10-20-2008, 02:04 PM
boonhood2's Avatar
Beginner
 
Join Date: Nov 2007
Posts: 58
Thanks: 9
Thanked 1 Time in 1 Post
Default I Need Code For Jail

I Cant Loggin on my Jail Can Some One Give me The Code For

Jail ty all
Reply With Quote
Google Adsense
  #2 (permalink)  
Old 12-05-2008, 12:13 PM
thedarkness's Avatar
Noob
 
Join Date: Sep 2008
Location: in thedark
Posts: 22
Thanks: 10
Thanked 11 Times in 2 Posts
Default Re: I Need Code For Jail

u must edit your npc
search for
Quote:
if (CurrentNPC == 104800)
replace all on it with
Quote:
if (CurrentNPC == 104800)
{
SendPacket(General.MyPackets.NPCSay("I can take you to visit the jail, but due to the risk of your health, I have to charge you to enter. The fee will be 1,000 silvers. Do you accept?"));
SendPacket(General.MyPackets.NPCLink("Yes", 1));
SendPacket(General.MyPackets.NPCLink("No", 255));
SendPacket(General.MyPackets.NPCSetFace(30));
SendPacket(General.MyPackets.NPCFinish());
}
search for one more time
Quote:
if (CurrentNPC == 104800)
replace all on it for
Quote:
if (CurrentNPC == 104800)
{
if (Control == 1)
{
if (MyChar.Silvers >= 1000)
{
MyChar.Silvers -= 1000;
MyChar.Teleport(6000, 027, 073);
SendPacket(General.MyPackets.Vital(MyChar.UID, 4, MyChar.Silvers));
SendPacket(General.MyPackets.Vital(MyChar.UID, 30, MyChar.CPs));
}
else
{
SendPacket(General.MyPackets.NPCSay("Sorry, you do not have enough money"));
SendPacket(General.MyPackets.NPCLink("I see.", 255));
SendPacket(General.MyPackets.NPCSetFace(30));
SendPacket(General.MyPackets.NPCFinish());
}
}
}
it will work or if u wana go only i have the command for it
Quote:
if (Splitter[0] == "/jail")
{
MyChar.Teleport(6000, 32, 73);
}
Reply With Quote
  #3 (permalink)  
Old 12-05-2008, 01:42 PM
-vitor-'s Avatar
Beginner
 
Join Date: Jan 2008
Posts: 33
Thanks: 0
Thanked 6 Times in 5 Posts
Default Re: I Need Code For Jail

Quote:
Originally Posted by boonhood2 Sorry you can't view links because you are not registered. [ Click here to register ]
I Cant Loggin on my Jail Can Some One Give me The Code For

Jail ty all
can you gev me your suorc for free man?
__________________
Links:
1/Sorry you can't view links because you are not registered. [ Click here to register ]
Before we put the topic of Search First!!
Reply With Quote
  #4 (permalink)  
Old 12-05-2008, 02:43 PM
A Botter
 
Join Date: Oct 2008
Posts: 271
Thanks: 7
Thanked 14 Times in 11 Posts
Default Re: I Need Code For Jail

Quote:
Originally Posted by boonhood2 Sorry you can't view links because you are not registered. [ Click here to register ]
I Cant Loggin on my Jail Can Some One Give me The Code For

Jail ty all

Learn To Code lol You cant even Code Simple NPC ...
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Release] Jail NPC for 5165 coreymills Conquer Private Servers 1 02-04-2010 09:28 PM
[Request] Fb/ss code for pk system also wisper code dill Conquer Private Servers 0 01-26-2010 09:11 PM
[Question] how fix gw jail ? juniorjpf TQ Binaries 3 10-31-2009 05:31 AM
Free Way out of bot Jail Shirozakii Requests 4 04-12-2008 01:18 AM
Bot Jail UrSoFcKeD Community (Off Topics) 5 03-08-2008 11:37 AM


All times are GMT. The time now is 04:18 PM.

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