caspe
New member
- Messages
- 146
- Points
- 0
Hello,
i like to have script which gives G Pack based on IP, not account based.
it should store the last IP of players who already claim the G Pack.
I'm currently using this script
i like to have script which gives G Pack based on IP, not account based.
it should store the last IP of players who already claim the G Pack.
I'm currently using this script
turbo_room,99,115,4 script Gpack 4W_KID,{
if( !#Gpack ){
set #Gpack,1;
mes "Welcome...this is your G pack...";
getitem2 2424,1,1,7,0,0,0,0,0;
getitem2 2528,1,1,7,0,0,0,0,0;
getitem 2115,1;
getitem 7720,30;
getitem 7539,10;
}else{
mes "You have already claim the G pack.";
}
close;
}
if( !#Gpack ){
set #Gpack,1;
mes "Welcome...this is your G pack...";
getitem2 2424,1,1,7,0,0,0,0,0;
getitem2 2528,1,1,7,0,0,0,0,0;
getitem 2115,1;
getitem 7720,30;
getitem 7539,10;
}else{
mes "You have already claim the G pack.";
}
close;
}