Jump to content

Recommended Posts

Posted

Hi, sry for my bad eng... Problem: bot not healing automatically despite the fact that I have everything set. healing other player only if the member does not party :( any idea?

Posted

CP_HP_MP_Fix_C5.fsc

// (c)ra2fbg  http://allcheats.ru/showpost.php?p=562868&postcount=5
var
  IDpck : integer;
procedure PatySmallWindowUpdate;
  var
    memberOID,curCP,maxCP,curHP,maxHP,curMP,maxMP,i : integer;
    memberName,pck : string;
  begin
    i:=ScanPck5(_gBuff,4,'dsddd',memberOID,memberName,curCP,maxCP,curHP);
    ScanPck5(_gBuff,i,'ddd',maxHP,curMP,maxMP,null,null);
    pck:=FormatPck('%cdddddddddddddd',[$0E,memberOID,6,$21,curCP,$22,maxCP,$09,curHP,$0A,maxHP,$0B,curMP,$0C,maxMP]);
    gSys.EnSendC(pck);
  end;
begin
  if _gFromServ then begin
    if length(_gBuff)<3 then begin
      gBlockPacket;
      exit;
    end;
    IDpck := ord(_gBuff[3]);
    case IDpck of
      $52 : PatySmallWindowUpdate;
    end;
  end;
end.

Posted

if i'm not wrong u can't heal ur main char while u are in pt with ur bot?if that's ur prob try /friendinvite your main char and heal him via the friends list on the party heal settings.i had the same prob

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   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.



×
×
  • Create New...