Jump to content

Malice Micer

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by Malice Micer

  1. Instead of cash player will receive GOLD and will decrease gold when killed

    
    - script PvP_System -1,{
    OnPCKillEvent:
    if(strcharinfo(3) != "pvp_y_1-2") end;
    if(@LastKilled == killedrid) end;
    set .@Killer,getcharid(3);
    set .@Killed,killedrid;
    detachrid;
    if(attachrid(.@Killed)){
    if(#CASHPOINTS){
     dispbottom "You Lost 1 Cash Point from "+rid2name(.@Killer);
     set #CASHPOINTS,#CASHPOINTS-1;
     emotion e_sob,1;
     detachrid;
     if(attachrid(.@Killer)){
      dispbottom "You Gained 1 Cash Points from "+rid2name(.@Killed);
      emotion e_meh,1;
      set #CASHPOINTS,#CASHPOINTS+1;
      set @LastKilled,.@Killed;
      attachnpctimer;
      initnpctimer;
     }
    } else {
     emotion e_sob,1;
     detachrid;
     if(attachrid(.@Killer)){
      dispbottom "Sorry no cash points on the "+rid2name(.@Killed);
      emotion e_meh,1;
      set @LastKilled,.@Killed;
      attachnpctimer;
      initnpctimer;
     }
    }
    }
    end;
    OnTimer180000:
    set @LastKilled,0;
    stopnpctimer;
    detachnpctimer;
    end;
    }
    

  2. This is my problem

    clif_parse: Disconnecting session #6 with unknown packet version, possibly for having an invalid account_id.

    When new account is created the new account cant log in inside the game they can create char but when they log it in they are rejected from the server and when i looked at the database i found out the

    account id increase to too many numbers from this" 2001462" to this "200000103"

    help me solve my problem please urgently thanks coz all new players can log in and they are pissed off XD

    • Upvote 1
×
×
  • Create New...