Jump to content

[L2Phx] Scripts (Only Gracia Final Server)


Nefer

Recommended Posts

Hello MaxCheaters,

 

I use L2 phx in all Server and works  very fine.

 

Now i'm playing in a Gracia Final Server, and i'm searching new Scripts that work.

 

I use L2PacketHack v3.5.33.164 and works perfect.

 

 

In this post i search to upload all scripts that work on Gracia final Server:

 

(I test first the script, and after i post it)

 

===============================

 

- Auto Target (If a player attacks you, your char take the target of attaker)

 

// Script of Auto-Target
// If a player attacks you, your char take the target of attaker
// It works on Gracia Final Server
// Tested in 6 different Server
// Tested by Nefer


var
Attacker, CharID, ObjectID, SocialID, Status: Integer;

procedure TargetAttacker(Attacker: Integer);
 begin
  buf:=#$04;
  WriteD(Attacker);
  SendToServer;
 end;

begin
 if FromServer and (pck[1]=#$04) then
   CharID:=ReadD(18);
 if FromClient and (pck[1]=#$1B) then
   begin
     SocialID:=ReadD(2);
     case SocialID of
     6:Status:=1;
     5:Status:=0;
     end;
   end;
 if Status=1 then
   begin 
     if FromServer and ((pck[1]=#$48) or (pck[1]=#$05)) then
       begin
         Attacker:=ReadD(2);
         ObjectID:=ReadD(6);
       end;
       if (Attacker<>ObjectID) and (CharID=ObjectID) then TargetAttacker(Attacker);
   end;
end.

 

===============================

 

===============================

 

I try the Scripts ONLY in Gracia final Server, don't ask if they work also in other chronicle. Thank

 

If anyone know where i can find other scripts, he tells me that i try them in gracia final Server ^^

 

Bye,

 

Nefer

Link to comment
Share on other sites

WoW Nice Work =)) work and on l2jinterlude?

 

I try the scripts only in Gracia Final Server, hence i don't know if work also in Interlude Server

Link to comment
Share on other sites

In gracia final client, you automatically target the attacker (when you have no target selected). There's no need for phx.

 

And when you are pursuing a fleeing opponent, phx shouldn't >.< interfere by targeting some other guy.

Link to comment
Share on other sites

  • 11 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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.



  • Posts

    • totally agree, the problem started with professionals who made easy to open a server, specially interlude has been abused unstoppably since you can open a server with few clicks now days making fewer players for many servers, while back in time when "compile" was a secret and opening a server was going max players but true things are changing and this has become a job but dont lie everyone knows what is going on, lying is showing desperation, better go and work. i've worked with lots of people with kids that invest huge amounts of money into this and fail while they needed the money its an addiction.
    • well,we all know that everyone is doing it for money. And it's acceptable since you put much more effort than the usual admins. If you're proffesional on l2 servers,i don't find a reason to not see it as a job. Ofc it's job,but all jobs has their own prides. I'll talk about me,i'm a guy that working 10 +/- hours per day. I have 2-3 free hours on my daily activity and sometimes i enjoy playing Lineage because nostalgia hits me everyday. If you are many years on scene,u'll understand that lineage will never be the same like old days. Days that we was gathering at internet cafes,and the battle was daily. Anyway, some people perfer to pay big clans and provide them black market with special prices and benefits that a casual player wont have. Also big clans means big wars,so server will have population even if you have zero quality. And there is some projects that wont pay those d1ckheads,so they wont join them and project need to find other ways to increase the population. So,i'm a player that i'll donate 20-40-50 euros on every server i play,and usually i'm getting "scammed" since they re-open their server every 2 months. And the problem is that,i personally don't mind to donate few money every 2 months for my joy,but the majority of owners has zero knowledge about L2 gaming. That's why they can't fix a sh1t,and when the problems pile up,they slowly close the server and starting advertising for another one. Actually,on high rate scene mostly,is the same guy that doing it everytime. He opens his project for 1-2 months,he close it and before he shut down the server,he has already started the advertising on his next server with different name. It's just crazy and that part shouldn't be acceptable. So yes,i perfer to support a project with honest admin team,and somewhere they have the knowledge to implent things. Business is business,but at least as community,we should enjoy our game that we love, cheers. 
    • thanks for sharing !! any guide to install this? it would be great!!
  • Topics

×
×
  • Create New...