Go Back   RunUO - Ultima Online Emulation > RunUO > RunUO Post Archive

RunUO Post Archive The Archvie

Reply
 
Thread Tools Display Modes
Old 12-24-2004, 03:08 AM   #1 (permalink)
 
Join Date: Nov 2004
Age: 24
Posts: 47
Default Jail System

This is a jail system to go along with Sirens Song's stuff...
Special thanks to Rand'alThor for the help

Commands : [jail [unjail
or just by sayin any word in the badword section which can be edited under jailcommands

Just set a mountain area blocked off by walls and go under jailcommands.cs and set the cords to where you want them to go when jailed.....
add jail teleporter and jail slave driver and ur all set

This script is pretty basic feel free to edit it however you want to
good jail system makes people work for cussing

installation :
Drop in custome folder
Restart Server
Attached Files
File Type: cs JailCommand.cs (6.7 KB, 1060 views)
File Type: cs JailHammer.cs (3.9 KB, 923 views)
File Type: cs JailRock.cs (1.1 KB, 901 views)
File Type: cs JailSlaveDriver.cs (4.6 KB, 889 views)
File Type: cs JailTeleporter.cs (2.3 KB, 900 views)
Grim_Reaper is offline   Reply With Quote
Old 12-24-2004, 03:40 AM   #2 (permalink)
 
Join Date: Dec 2004
Age: 22
Posts: 6
Default

dude this is awesome! but how do you set the diffuculty on the players by just [jailing them?

also I have No idea how to script... so where would I place the cordinance? could you place an example of where I should put it so i can find it in the file and put in the cordinance?
Machshock is offline   Reply With Quote
Old 12-24-2004, 03:43 AM   #3 (permalink)
 
Join Date: Nov 2004
Age: 24
Posts: 47
Default

Quote:
Originally Posted by Machshock
dude this is awesome! but how do you set the diffuculty on the players by just [jailing them?

also I have No idea how to script... so where would I place the cordinance? could you place an example of where I should put it so i can find it in the file and put in the cordinance?
Code:
m.X = 1594;
m.Y = 3300;
m.Z = 0;
m.Map = Map.Trammel;
m.AddItem( new JailHammer() );
Item robe = new Robe();
robe.Hue = 2665;
m.AddItem( robe );
and the difficulty is under the hammer.cs
just how hard it is to mine jailrock use the default seems to work good
Grim_Reaper is offline   Reply With Quote
Old 12-24-2004, 04:22 AM   #4 (permalink)
P3'c Orion Aviator
 
Join Date: Sep 2004
Age: 30
Posts: 1,272
Default

Very nice implementation to my Jail Camp, Mind if I put a link here from the Original Post. So people stop asking how to....??

-Jamie
sirens song is offline   Reply With Quote
Old 12-24-2004, 05:07 AM   #5 (permalink)
 
Join Date: Nov 2004
Age: 24
Posts: 47
Default .....

Quote:
Originally Posted by sirens song
Very nice implementation to my Jail Camp, Mind if I put a link here from the Original Post. So people stop asking how to....??

-Jamie

yes please link your post to this one i see we share a common friend i was ganna link it but dindt wanna without asking you

but id much rather have you link it
Grim_Reaper is offline   Reply With Quote
Old 12-24-2004, 05:10 AM   #6 (permalink)
 
Join Date: Dec 2004
Age: 22
Posts: 6
Default

ok where in the script do i add this?

[code]
m.X = 1594;
m.Y = 3300;
m.Z = 0;
m.Map = Map.Trammel;
m.AddItem( new JailHammer() );
Item robe = new Robe();
robe.Hue = 2665;
m.AddItem( robe );[Code\]
Machshock is offline   Reply With Quote
Old 12-24-2004, 05:12 AM   #7 (permalink)
 
Join Date: Nov 2004
Age: 24
Posts: 47
Default

Quote:
Originally Posted by Machshock
ok where in the script do i add this?

[code]
m.X = 1594;
m.Y = 3300;
m.Z = 0;
m.Map = Map.Trammel;
m.AddItem( new JailHammer() );
Item robe = new Robe();
robe.Hue = 2665;
m.AddItem( robe );[Code\]
this is what you where asking for this code is under
jailcommands.cs
to where you set the location of the jail lol

m.X = 1594;
m.Y = 3300;
m.Z = 0;

is the cords to where it send you :P
Grim_Reaper is offline   Reply With Quote
Old 12-24-2004, 09:24 AM   #8 (permalink)
Forum Expert
 
Join Date: Dec 2002
Location: In Brazil
Age: 20
Posts: 257
Send a message via ICQ to Revolution Send a message via AIM to Revolution Send a message via MSN to Revolution Send a message via Yahoo to Revolution
Default

its so simple, just change the m.X, m.Y and m.Z...
Revolution is offline   Reply With Quote
Old 12-24-2004, 12:36 PM   #9 (permalink)
walmart
Guest
 
Posts: n/a
Default

is there a jail script that if you curse in game it sends you automatically i am wondering or where can i find something like that
  Reply With Quote
Old 12-24-2004, 01:35 PM   #10 (permalink)
 
Shandril's Avatar
 
Join Date: Jun 2004
Age: 39
Posts: 30
Send a message via Yahoo to Shandril
Default

Ok my question I've been fighting with this for about 2 hours on my shard to test it.....and I've yet to mine up any jail rock....with both an admin char and a regular one....just keeps telling me to break up big rocks into smaller ones.....I've adjusted the difficulty on the hammer am I doing something wrong or missing something? I made a special area for the jail does it have to be mined from a mountain side because I noticed the default location was by a mountain. Thanks
Otherwise this is awesome I love how it banks all their stuff saves a lot of time on staff part
Shandril is offline   Reply With Quote
Old 12-24-2004, 02:04 PM   #11 (permalink)
 
Join Date: Dec 2003
Posts: 1,069
Default

uhm.. what? try dropping those jail rock ores onto the jailer.
__________________
HI!
jjarmis is offline   Reply With Quote
Old 12-24-2004, 04:47 PM   #12 (permalink)
 
Join Date: Nov 2004
Age: 24
Posts: 47
Default

Quote:
Originally Posted by walmart
is there a jail script that if you curse in game it sends you automatically i am wondering or where can i find something like that
this jail script does that lol
Grim_Reaper is offline   Reply With Quote
Old 12-24-2004, 04:57 PM   #13 (permalink)
walmart
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Grim_Reaper
this jail script does that lol
ok is there a way so that i can only use the script jailgump i dont want the other scripts its like a shard i saw a while back you curse automatically the game sends you to jail if cursing i just want that but i see theres part of the other scripts is there a way just for jail gump to add only and wont get errors
  Reply With Quote
Old 12-24-2004, 07:35 PM   #14 (permalink)
 
Join Date: Nov 2004
Age: 24
Posts: 47
Default

Quote:
Originally Posted by walmart
ok is there a way so that i can only use the script jailgump i dont want the other scripts its like a shard i saw a while back you curse automatically the game sends you to jail if cursing i just want that but i see theres part of the other scripts is there a way just for jail gump to add only and wont get errors
if you just want a jail system that sends you to osi jail and add's up jailtime not like my system that adds up stone you have to mine

look at Cat's Jail system

but i think this way is more fun
Grim_Reaper is offline   Reply With Quote
Old 12-24-2004, 11:32 PM   #15 (permalink)
 
Shandril's Avatar
 
Join Date: Jun 2004
Age: 39
Posts: 30
Send a message via Yahoo to Shandril
Default

Quote:
Originally Posted by jjarmis
uhm.. what? try dropping those jail rock ores onto the jailer.

if that was in response to my question yes I know you drop the rock on the jailer...my problem is no matter how low I set the difficulty I can't mine up any of the jail rock so my question again is have I done something wrong
Shandril is offline   Reply With Quote
Old 12-25-2004, 04:20 AM   #16 (permalink)
 
Join Date: Nov 2004
Age: 24
Posts: 47
Default

Hmm im not sure what your problem would be you should be able to mine up jail rock

double click the hammer and target the mountain
ive never heard of anyone having this problem before less you didnt put the jailrock.cs in your custome folder!!
Grim_Reaper is offline   Reply With Quote
Old 12-25-2004, 04:32 AM   #17 (permalink)
walmart
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Grim_Reaper
Hmm im not sure what your problem would be you should be able to mine up jail rock

double click the hammer and target the mountain
ive never heard of anyone having this problem before less you didnt put the jailrock.cs in your custome folder!!
question if i download your jail script i would have to take raisers jail out am i correct havent try it thats why im asking
  Reply With Quote
Old 12-25-2004, 05:54 AM   #18 (permalink)
walmart
Guest
 
Posts: n/a
Cool

ok tryed script its awesome but one problem theres some shards that have bank crystal and stable stone meaning even if they were taking to the minng jail spot they can say bank or stable get there stuff back and recall out and use mounts is there a way you can fix this please ill put the 2 scripts stable stone and bank crystal
Attached Files
File Type: cs BankCrystal.cs (5.5 KB, 35 views)
File Type: cs StableStone.cs (10.5 KB, 38 views)
  Reply With Quote
Old 12-25-2004, 11:26 AM   #19 (permalink)
 
Join Date: Nov 2004
Age: 24
Posts: 47
Default

yes heres the bankstone and ill look at the other later

this makes it for u cant open bank while jail hammer is in ur hands
Attached Files
File Type: cs BankCrystal.cs (6.2 KB, 51 views)
Grim_Reaper is offline   Reply With Quote
Old 12-25-2004, 03:35 PM   #20 (permalink)
 
Join Date: Oct 2003
Location: Ankara / Turkey
Age: 42
Posts: 125
Default

Hi all, I like this idea and my players like it too.

It works great. But I want to do when a jailor finish his mining work and give the last Jail rock to JailSlaveDriver, then I want to delete the Jail Robe and if any more jail rock in his backpack, like JailSlaveDriver deletes JailHammer.

I try and manage to delete the robe but I can not delete the rest of jail rocks. Can you help me about this?

Cause I dont want to my player use jail rocks for decorative use in their homes.
WebSiter is offline   Reply With Quote
Old 12-25-2004, 04:48 PM   #21 (permalink)
Forum Expert
 
Join Date: Dec 2002
Location: In Brazil
Age: 20
Posts: 257
Send a message via ICQ to Revolution Send a message via AIM to Revolution Send a message via MSN to Revolution Send a message via Yahoo to Revolution
Default

i suggest u ppl to use ingame customizable regions in a box so u can block all skills and spells that may take u outta jail or even have a jailbreak
Revolution is offline   Reply With Quote
Old 12-25-2004, 05:33 PM   #22 (permalink)
walmart
Guest
 
Posts: n/a
Default

ok bank crystal works fine but theres one problem besides stable stone you also forgot players can use help option and select stuck and be teleported back to town players will escape
  Reply With Quote
Old 12-25-2004, 06:18 PM   #23 (permalink)
 
Shandril's Avatar
 
Join Date: Jun 2004
Age: 39
Posts: 30
Send a message via Yahoo to Shandril
Default

Quote:
Originally Posted by Grim_Reaper
Hmm im not sure what your problem would be you should be able to mine up jail rock

double click the hammer and target the mountain
ive never heard of anyone having this problem before less you didnt put the jailrock.cs in your custome folder!!

Yes all the scripts are in my custom folder.....back to my original question.....does the mining have to be done on a mountain? I made a custom jailing area for this ... and mine up nothing if it has to be a mountain it would help to know that. I'd prefer a custom jail out in the middle of black space lol
Shandril is offline   Reply With Quote
Old 12-25-2004, 08:38 PM   #24 (permalink)
 
Join Date: Oct 2003
Location: Ankara / Turkey
Age: 42
Posts: 125
Default

An other question:

1- If a character's bank is full or end of limits when get jailed, what's happining when all items in backpack and wearings ? All lost or what happens?

2- And also if character's stable full limit and dont take any more mounts, what happend to mount at that time when rides a mount ?
WebSiter is offline   Reply With Quote
Old 12-25-2004, 09:04 PM   #25 (permalink)
 
Join Date: Nov 2004
Age: 24
Posts: 47
Default

Yes i also recomend you use the custome region script i know i do on my shard which can block the
1 . stuck option solves that jail break
2 .) pretty much anythhing else most of you are having problems with

also yes you have to mine off a mountain :P
Grim_Reaper is offline   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 Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5