Jump to content

Recommended Posts

Posted

I saw on a site, not sure if it was maxbastards or not the following : "targeting the attacker (mob/player) automaticly". Atm it doesn't seem to much, but many l2j svs don't have full geodata, thus being possible to shoot throw walls, so having this would be a great deal instead of needing to write /target ... (till then, u're dead). Can some1 post a link for this, i'm sure some1 has it, or knows about it.  ;)  ::) thnks

Guest TheVortex
Posted

lmao...i think it's sth like that %target

Posted

I dont think %target would help.

I see it mostly used for like:

"Everyone attack %target!" to get people to assist more.

 

To target someone wallshooting you, i dont think there is an auto-target.

Posted

There is a hlapex script that seems to autotarget but i'm not sure if it works...

 

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 think to enable it you must press social action YES and to disable it press social action NO...

 

Posted

it is in written in pascal. Also all hlapex scripts are written in pascal.

intresting... i thought that all scripts were writen in Java... Thx for the info...
Guest
This topic is now closed to further replies.
  • Posts

    • Thank you for providing the data.The farm command did not work, but the problem was the same even after installing the interface. The character is ".Shout out "farm".. Bro, I want to bring it to HTML without an interface.. Is there any data on the voice command? Oh, and happy new year!! 🙂
    • You can buy patched system from @AlisaCodeDragon. System is not being magically patched, someone does it and it requires some knowledge. If you don't have the knowledge then you should at least have the money. 
    • WTB dual s +12/13 Reborn x10 ! 
    • thankfully not, this pack from a quick review is so old that l2jfrozen is better to use, it has old base pack, and many customs, the bugs must be unimaginable just scrap codes from it
    • Hi everyone, after a couple of weeks of searching for a client + patch that used to be in links inside a readme file after compiling any L2jmobius project, I noticed that not a single project provides any links for client + patch and although you can find most of them in here or from other sources it seems that a lot of people are asking for Path of Rogue or High Elves and nobody gets a clear answer on the matter. I read answers like "if you are a dev you'll find a way if not stay a player" or Mobius himself responding with a link to google search as if nobody thought to search for it or telling people to take time off to find a solution. It looks like they don't want people to have easy access on the latest projects of main/essence so it doesn't flood with servers of that type but if that's the case just make the files private, from my point of view Mobius community is becoming very toxic in their discord based on latest responds to members. if anyone knows and wants to help with how to find a clean Path of rogue client and patch hit me up
×
×
  • Create New...