Autor Wiadomość
Gość
PostWysłany: Śro 10:57, 28 Lut 2007    Temat postu:

sex toys video
http://dildo-pleasure.info/videoplayer.php?file=284271
Abpejalee
PostWysłany: Pon 5:36, 22 Sty 2007    Temat postu:

X X X
http://amazing-videos.info/
rezo
PostWysłany: Czw 17:58, 18 Sie 2005    Temat postu: Jailer script Revange

prontera.gat,<x>,<y>,<p> script NonGM Npc <spriteID>,{

// zeny it cost's to try once
set @zcost,1000000;

mes "[Jailer]";
mes "Ey, would you like to try jail someone? a nice chance to get revenge Razz";
menu "Yes",Yeah,"Nah",Nope;

Nope:
mes "Too bad then, but hey, if u ever dont like someone, im your man Smile";
close;

Yeah:
mes "Well, well, well, we dont like someone..."
mes "Im not that good of a jailer (I drink) so i might sometimes bugger up and fail, it will cost " +@zcost+ "zeny to try";
menu "Hell yeah !!",YesJ,"Nope, to risky",Nope;

YesJ:
mes "Ok insert players name you want to try jail...";
input @player$;
mes "Thank you, now we will see if you jail has been sucsessfull";
set $jailchance,rand(5);
if ($jailchance == 1) goto Sucsess;
mes "Sorry, buggered up";
set Zeny, Zeny-@zcost;
close;

Sucsess:
mes "You have sucsessfully jailed" +@player$+ ". I hope you really didnt like him/her";
atcommand @jail +@player$;
set Zeny, Zeny-@zcost;
Announce "[Jailer] :" +@player$+ "Has been sucsessfully Jailed",8;
close;

Powered by phpBB © 2001, 2005 phpBB Group