Birk0v Posted July 31, 2008 Posted July 31, 2008 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? Quote
Birk0v Posted August 1, 2008 Author Posted August 1, 2008 dmitry, pls help me ... WPv6.55F is downloaded, and now? Quote
Tomi Posted August 5, 2008 Posted August 5, 2008 open it and put mark to PartySmallUpdate packet Quote
dmitry501 Posted August 6, 2008 Posted August 6, 2008 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. Quote
Virusgr Posted August 12, 2008 Posted August 12, 2008 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 Quote
Birk0v Posted August 13, 2008 Author Posted August 13, 2008 2Virusgr: thx,but i need healer as partymember.Dmitry say "use WP with PartySmallUpdate" I need to try, but I do not know what the. Quote
Virusgr Posted August 13, 2008 Posted August 13, 2008 my bad then.it's gonna be usefull if dimitry gives a link or sth to that patch Quote
Recommended Posts
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.