Jump to content

pukay

Members
  • Posts

    23
  • Joined

  • Last visited

Posts posted by pukay

  1. Sorry If I will ask a script for a @pk commands

     

    example using @pk commands is enable to kill outside the town... then if you kill more than 3 players

     

    your character name will be color red then you will be name as KILLER and your name will be color red name Killer

     

    then players can hit you in town but you can't hit them back in a Town because that will be the punishment for killing outside of towns

     

    also it will record how many players you kill 

     

    example 4 player you killed in town will be 20 minutes KILLER name

     

    +2 kills will be add 10 minutes

     

    +2 kills will be add 10 minutes and so on...

     

    @pk = enable to hit a player outside and also the player you hit will be able to hit you outside the town but if you got renamed as a killer you cannot fight back inside the town but players can attack you.. because you rename as a KILLer with color red name.

    @pkpoints = to show how many players you killed 1 kill = 1 points

    @pktime = how many hours is your pk will be removed your colored name KILLER and also it's much better if theres an Icon cooldown so that the player can see....

     

    sorry for my bad english this is my idea I know how to script i will make this but I'm not good in scripting i hope can someone make this script... i think this will be fun.

     

     

  2. Memory manager: Memory leaks found at 2014/06/08 09h37m54s (Revision ).
    0001 : vending.c line 595 size 193336 address 0x0xe9ff7e8
    0002 : vending.c line 595 size 193336 address 0x0xe9d0490
    0003 : vending.c line 595 size 193336 address 0x0xe9a1138
    0004 : vending.c line 595 size 193336 address 0x0xe971de0

    PAHELP NAMN PO ABOUT DITO 
    THEN LAGE PO NAG MAMAP CRASH UN SERVER WITH NO REASON 
    mnsan po nababan pa ung mga account wala namn po ako harmony

    WALA PONG NALABAS NA .COre files gnwa ko na po un step sa rathena na enable map dump crash

     

  3. jaypee mateo is fucking bull shit i have this error he is fucking bugger scripter 

     

    i get this fucking error and i lost my players because of this fucking bull shit script I want to die fast in this earth .. u are not belong here devilish fucking jaypee mateo i hope u die soon in reallife u really fucking as hole fuck u u die bitch bitch bitch fuck u jaypee u release script with bugs fuck you... go to hell

     

    Notice: Undefined variable: vp in/home/bitesro/public_html/addons/voteforpoints/themes/default/voteforpoints/index.php on line 2

    Notice: Undefined variable: vp in/home/bitesro/public_html/addons/voteforpoints/themes/default/voteforpoints/index.php on line 41

    No voting sites found

  4. Can anyone help how can I change this to per Computer not per IP can you provide it for me here is the script that I found 

     

     

    - script Only2perIP -1,{
    OnPCLoginEvent:
    if(getgmlevel()>=99){
    end;
    } else {
    set .@name$, strcharinfo(0);
    if (query_sql("SELECT login.account_id FROM login LEFT JOIN `char` ON login.account_id=`char`.account_id WHERE login.last_ip=(SELECT last_ip FROM login WHERE account_id="+getcharid(3)+") AND `char`.online=1", .@account_id) > 2) {
      announce "Sorry, only 2 accounts per IP are allowed!", bc_self;
      sleep 1000;
      atcommand "@kick " + .@name$;
    }
    end;
    }
    }
     
    I want to change it to 2 dual client per computer not per IP address..
×
×
  • Create New...