Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


  Show Posts
Pages: [1]
1  Scripting / Script Releases / Re: Killing spree on: January 18, 2012, 03:20:03 pm
they are
2  Scripting / Script Help / Re: msn connection on: January 17, 2012, 07:48:46 pm
Something more simple huh ? hmmm yeah maybe ur right Orphues ... + the website gave me VRocker has a protocol and ip wich might be unnable to be accesated
3  Scripting / Script Releases / Re: Killing spree on: January 17, 2012, 07:39:31 pm
Well from double kill to monster kill is the cs killing spree system , so if you have some nice ideea you cann add them , go ahead :)
4  Scripting / Script Releases / Killing spree on: January 17, 2012, 04:01:59 pm
Code: [Select]
if ( spree == 2 ) {
Message("[#ff0000] [K.S] player ,"+killer+" has double kill");
RFSICash(killer,2000)
PrivMessage("Reward : 2000",killer);
}
else if ( spree == 3 ) {
Message("[#ff0000] [K.S] player ,"+killer+" has triple kill");
RFSICash(killer,2500)
PrivMessage("Reward : 2500",killer);
}
else if ( spree == 4 ) {
Message("[#ff0000] [K.S] player ,"+killer+" has multi kill");
RFSICash(killer,3000)
PrivMessage("Reward : 3000",killer);
}
else if ( spree == 5 ) {
Message("[#ff0000] [K.S] player ,"+killer+" has killing spree");
RFSICash(killer,5000)
PrivMessage("Reward : 5000",killer);
}
else if ( spree == 6 ) {
Message("[#ff0000] [K.S] player ,"+killer+" has ultra kill");
RFSICash(killer,5500)
PrivMessage("Reward : 5500",killer);
}
else if ( spree == 7 ) {
Message("[#ff0000] [K.S] player ,"+killer+" has mega kill");
RFSICash(killer,6000)
PrivMessage("Reward : 6000",killer);
}
else if ( spree == 8 ) {
Message("[#ff0000] [K.S] player ,"+killer+" has ludicrous kill");
RFSICash(killer,6500)
PrivMessage("Reward : 6500",killer);
}
else if ( spree == 9 ) {
Message("[#ff0000] [K.S] player ,"+killer+" has rampage kill");
RFSICash(killer,7000)
PrivMessage("Reward : 7000",killer);
}
else if ( spree == 10 ) {
Message("[#ff0000] [K.S] player ,"+killer+" is unstoppable");
RFSICash(killer,10000)
PrivMessage("Reward : 10000",killer);
}
else if ( spree == 11 ) {
Message("[#ff0000] [K.S] player ,"+killer+" has monster killer");
RFSICash(killer,15000)
PrivMessage("Reward : 15000",killer);
}
All you need to do is to replace define "spree" as your spree counter , and replace RFSICash(player,ammount) with your increase cash function.
5  Scripting / Script Releases / RFS SCRIPT on: January 16, 2012, 09:25:36 pm
Name: RFS [Ronald's First Script]

Author: AKKADIAN & some help from #Miami-dade

Description
Hello to all LU users , I made this script for all script beginners , what i can assign is :
1. Server works without any bug
2. I made "//USAGE : syntax with parameters" so they can understand the way you use some functions
3.simple commands and a little socket function

Downlaod link http://www.megaupload.com/?d=2VGD59YZ
or
http://www.4shared.com/folder/WW667k1S/_online.html

I want to thanks to channel #Miami-dade for support and to a friend called Tamas
Thx all :)


ENJOY!!!
6  Scripting / Script Help / Re: msn connection on: January 16, 2012, 09:12:07 pm
hmm i will close this project untill i dont get/find the
1. loggin/register protocol
2. recive data protocol
3. send data protocol
7  Scripting / Script Help / msn connection on: January 15, 2012, 07:48:44 pm
function msnbotstart()
{
   print("bot msn started");
   p_msnbot <- NewSocket("msnbotsoc");
   p_msnbot.Connect("messenger.hotmail.com",1863);
   statusmsn <- p_msnbot.Connect("messenger.hotmail.com",1863);
        print(statusmsn); //printed true so it connects
}

function msnbotsoc(a,b) // how manny params do i need , itryed with max 5 params but fail
{
   print("loading data");
   print(b);
   print("loaded data");
}
8  Scripting / Script Help / Re: level problem on: January 15, 2012, 10:26:02 am
thx man
9  Scripting / Script Help / Re: level problem on: January 14, 2012, 05:26:41 pm
#sq-sh.echo WiLsOn`[email protected] @[email protected] [email protected] ~@[email protected] [email protected]
#sq-sh.echo End of /NAMES list.


// if it helps you ...
10  Scripting / Script Help / level problem on: January 14, 2012, 09:28:16 am
wich of this shows the level
<14/01/2012 - 00:53:04> [line] ":[email protected] PRIVMSG #sq-sh.echo :!do EchoMessage("its"+GetTok(el, " ",1));"
GetTok(line, " what here [if needed ]",>>id of tok<<);
pls help thx
Pages: [1]
© Liberty Unleashed Team.