Recent content by Photons

  1. P

    Unknown command when players are using @

    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...
  2. P

    Abuse kill "Stop killing player"

    -    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"+...
Back
Top