4Botters


 
Go Back   4Botters" I am A Bad Ass Botter " > Online Games > Conquer Online Sections > Conquer Bots > 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: 59
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: 21
Thanks: 2
Thanked 7 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: 32
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
Beginner
 
Join Date: Oct 2008
Posts: 90
Thanks: 1
Thanked 4 Times in 3 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


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


All times are GMT. The time now is 08:29 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.