Jump to content

Recommended Posts

Posted

just download it instruction inside.

P.s. if walker dont heal party members, just use script for wp-ppc:

var
  PObjectID,PMaxHP,PCurHP,PMaxMP,PCurMP,PMaxCP,PCurCP : Integer;
  PName,StatusPacket : String;

BEGIN
  if _gFromServ then
    begin
      if StrCmp(copy(_gbuff,3,1),#$52) then // PartySmallWindowUpdate
        begin
          ScanPck5(_gbuff,ScanPck5(_gbuff,4,'dsddd',PObjectID,PName,PCurCP,PMaxCP,PCurHP),'ddd',PMaxHP,PCurMP,PMaxMP,null,null);
          StatusPacket := FormatPck('%cdddddddddddddd',[$18,PObjectID,6,$09,PCurHP,$0A,PMaxHP,$0B,PCurMP,$0C,PMaxMP,$21,PCurCP,$22,PMaxCP]);
          gSys.EnSendC(StatusPacket);
        end;
    end;
END.

file save in *.fsc

if u need translate instruction my pm allways open.

Ty fo ur attention :)

  • 1 month later...

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