Jump to content
  • 0

Dual log restriction required to avoid skull farm


Question

Posted

Hello Scripters,

Can anyone guide to add restriction in this script so players can't farm skull in dual log.

-	script	test	-1,{
OnPCKillEvent:
   //if ( ( !getmapflag( strcharinfo(3), mf_pvp ) && !getmapflag( strcharinfo(3), mf_gvg ) ) || killedrid == getcharid(3) ) end;
   if ( getmapflag( strcharinfo(3), mf_pvp ) == 0 || killedrid == getcharid(3) ) end;
   attachrid killedrid;
   .@charid = getcharid(0);
   attachrid killerrid;
   getitem2 8966, 1,1,0,0, 254, 0, .@charid % pow(2,16), .@charid / pow(2,16);
//    getnameditem 7420, rid2name( killedrid ); // <-- EDITED, this command doesn't drop item on floor
   end;
}

 

2 answers to this question

Recommended Posts

  • 1
Posted
-	script	test	-1,{
OnPCKillEvent:
   //if ( ( !getmapflag( strcharinfo(3), mf_pvp ) && !getmapflag( strcharinfo(3), mf_gvg ) ) || killedrid == getcharid(3) ) end;
   if ( getmapflag( strcharinfo(3), mf_pvp ) == 0 || killedrid == getcharid(3) ) end;
   attachrid killedrid;
   .@charid = getcharid(0);
   attachrid killerrid;
   if(getcharip(killedrid) == getcharip(getcharid(3))) end;
   getitem2 8966, 1,1,0,0, 254, 0, .@charid % pow(2,16), .@charid / pow(2,16);
//    getnameditem 7420, rid2name( killedrid ); // <-- EDITED, this command doesn't drop item on floor
   end;
}

 

  • Upvote 1
  • Like 1
  • 0
Posted
6 minutes ago, cook1e said:
-	script	test	-1,{
OnPCKillEvent:
   //if ( ( !getmapflag( strcharinfo(3), mf_pvp ) && !getmapflag( strcharinfo(3), mf_gvg ) ) || killedrid == getcharid(3) ) end;
   if ( getmapflag( strcharinfo(3), mf_pvp ) == 0 || killedrid == getcharid(3) ) end;
   attachrid killedrid;
   .@charid = getcharid(0);
   attachrid killerrid;
   if(getcharip(killedrid) == getcharip(getcharid(3))) end;
   getitem2 8966, 1,1,0,0, 254, 0, .@charid % pow(2,16), .@charid / pow(2,16);
//    getnameditem 7420, rid2name( killedrid ); // <-- EDITED, this command doesn't drop item on floor
   end;
}

 

THANK YOUUUUUUUUUU SO MUCHHHHHHHHHHHHHHHHHHHHHHHHHH.!!!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...