Thank You masters! all in all, i can have this? its a combination of our 3 scripts....
prontera,155,181,5 script Sample 757,{
if( !countitem(7227) )
npctalk "You need to provide me some TCG to go in.";
else{
delitem 7227,1;
warp "guild_vs3",0,0;
}
end;
}
OnPCKillEvent:
if (killedrid == getcharid(3)) end;
if ( strcharinfo(3) != "guild_vs3" ) end;
if( rand(100) <= 100 ){
getitem 7227,1;
}
end;
}