Jump to content

Photons

Members
  • Content Count

    6
  • Joined

  • Last visited

About Photons

  • Rank
    Newbie

Profile Information

  • Github
    dicko
  1. Thank you. Just did a few tweaks and it worked
  2. Thanks It works great! But when i use # in chat this happen Can you kindly try to fix this
  3. http://herc.ws/board/topic/7463-gm-99-below-commands-fail-like-admin/ << A code like this. But instead of lvl 99 gms below i want it to be like a normal player . Like this screenshot Tried this code But still fails if ( pc_get_group_level(sd) > 0 ) { sprintf(output, msg_txt(153), command); clif->message(fd, output); return true; } return false; } else return false;/* display as normal message */ }
  4. - script killing -1,{ OnPCKillEvent: set .@counttopunish, 3; // 3 times kill in same minute = OUT if ( killedrid == getcharid(3) ) end; attachrid killedrid; .@charid = getcharid(0); attachrid killerrid; setd "@count"+ gettime(2) +"_"+ killedrid, getd( "@count"+ gettime(2) +"_"+ killedrid ) +1; if ( getd( "@count"+ gettime(2) +"_"+ killedrid ) < .@counttopunish ) getitem2 7420, 1,1,0,0, 254, 0, .@charid % pow(2,16), .@charid / pow(2,16); else { announce strcharinfo(0) +", Stop killing "+ rid2name(killedrid) +" !!!", 0; warp "Save", 0,0; } end; } This is from annieruru~ script but instead of counting the skulls killed by a player. i want it to count the kills of a player in one minute can someone help me? thanks
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.