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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..