Not sure how many of you will need it, but I know there are a few servers that need to spawn guards manually inside prison after each server restart, so I went ahead and added them to the .svmap so they persist.
/bsummon 'playername' 41 50 41 puts the targeted player in the center of the guards. Instant death. Can not leave until moved out by a [GM].
I love that you did this, but I want to throw in a quick warning to admin/GMs not to just throw someone in Jail and assume they stay there. We kind of made a game of breaking people out of jail on Nova. We had to use Res Runes and Hard Mode characters for it to work, but I'm sure there are other ways to get around it. It's a long, slow process, but possible. And kind of fun. x)
I love that you did this, but I want to throw in a quick warning to admin/GMs not to just throw someone in Jail and assume they stay there. We kind of made a game of breaking people out of jail on Nova. We had to use Res Runes and Hard Mode characters for it to work, but I'm sure there are other ways to get around it. It's a long, slow process, but possible. And kind of fun. x)
Thanks for the release.
uhm there is even the way of joining a raid and getting a sum out will be a death summon most time but yh thats works either
Yeah there are ways to get out of jail, I think we've all seen people get out. I guess I should have worded things a bit differently, this isn't going to keep someone in Prison if they are super determined to get out. But most people don't even try, and I only use prison for a way to deliver a personal warning anyway, kind of the last step before the ban hammer drop'eth.
One of the greatest thing about that guard arrangement in prison is that when you summon a toon who is in a pvp raid, the rest of the raid generally assumes that the toon was ganked by the other faction and start moving to them, so you get to sit back and giggle at half a raid of dead bodies.
This form of punishment i start used at Shaiya Genesis more then 18 months ago. In any case everyone can run from Prison,but....!.When you go jailing somebody it's just a attention for him. In case that jailed person run ,it's no problem for GM to check who still find at map41 after 1 hour,4 hours,1 day....
Then just follow ban.
That is my exp.
[tiny release]Obelisk.ini 02/10/2019 - Shaiya PServer Guides & Releases - 10 Replies for new aadmin's
this Obelisk.ini has every boss.mob spawn know for for ep5
info: World cup mobs/boss
-maps 74 mobs/bosses
-goddess map bosses
-all maps 6o---74 mobs/bosses
no more going around looking or add just pop this in and your ready go
[Prison] Minecraftia Detention Center [Prison] 07/26/2012 - Minecraft Server Advertising - 0 Replies Hello, and welcome to:
IP: mdc.minecrafted.net
Vote:
http://www.planetmin...tention-center/
[Tiny-Release] Invincibility for GMs 03/29/2009 - CO2 PServer Guides & Releases - 1 Replies First search for: public bool GetHitDie(uint Damage)
Add this under it:
if (MyClient.Status >= 3) //Edit the 3 to your GM Status.
{
CurHP -= 0;
MyClient.SendPacket(General.MyPackets.Vital(UID, 0, CurHP));
return false;
}
You will still see the damage you are inflicted upon, but your health won't go down.