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, 03: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, 01: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, 02: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 View Post
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/Search
Before we put the topic of Search First!!
Reply With Quote
  #4 (permalink)  
Old 12-05-2008, 03:43 PM
A Botter
 
Join Date: Oct 2008
Posts: 276
Thanks: 8
Thanked 13 Times in 10 Posts
Default Re: I Need Code For Jail

Quote:
Originally Posted by boonhood2 View Post
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

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 09:05 AM.

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