Jump to content

Recommended Posts

Posted

Hello guys, i have one problem with one server, i am join normaly with l2adrenaline but when i start the program my char cant take target the mobs, also i can use the other Features from program like auto mp/hp/cp or summon cp. Maybe u can help me with this Issue plz?

 
Posted

Hello guys, i have one problem with one server, i am join normaly with l2adrenaline but when i start the program my char cant take target the mobs, also i can use the other Features from program like auto mp/hp/cp or summon cp. Maybe u can help me with this Issue plz?

http://l2dread.com/ ????? :dat:

Posted
var i:integer;
begin
  for i := 0 to NpcList.Count - 1 do begin
     if npclist.items(i).attackable
     and  not npclist.items(i).dead then begin
     engine.settarget(npclist.items(i));
     repeat
     delay(500);
     engine.useskill(1245);    ///change skill id
     until user.target.dead;
end;
if user.target.dead then engine.canceltarget;
end;
end.

on l2dread this will help, maybe not best way but better then nothing xd

Posted
var i:integer;
begin
while true do begin
delay(100);
  for i := 0 to NpcList.Count - 1 do begin
     if (user.target.dead) or (user.target = nil) then begin
      if npclist.items(i).attackable
     and  not npclist.items(i).dead then 
     engine.settarget(npclist.items(i));  
end;
end;
end;
end.

for l2 dread add skills in bot like normaly farm, and mark in bot "Manual target search" http://prntscr.com/7qbmau

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


  • Posts

    • We all know the CMS platforms that make us wonder every day why nothing truly new comes to the market. The answer seems simple: monopoly. And yes, to some extent that's true. But most people don't stop to think why they became monopolies in the first place.   It's largely a legacy trend that started back when PHP was supposed to "change the world." Well, here we are - and it didn't. PHP is increasingly becoming a technology many of us want to move away from rather than integrate into modern projects.   This is the 21st century. JavaScript powers the internet. With JavaScript, we can build the frontend, the backend, modules, run parallel processing with Workers, integrate seamlessly with cloud providers, and scale without friction. It has the largest open-source community in the world. The ecosystem is massive. What has been missing, however, is a truly powerful CMS written entirely in JavaScript.   The good news? I’ve been working on such a project for years, and I believe the time is coming to move into a beta testing phase. If anyone is interested in joining the testing phase and providing feedback, I would be happy to connect. I would also genuinely love to hear your opinion about a product like this.   Imagine a CMS with: A built-in builder Ready-to-use plugins A JavaScript-first architecture Designed primarily for online services   Because most CMS platforms today focus heavily on becoming eCommerce systems for selling physical products, and in doing so, they lose sight of a huge audience. There are countless people who want to build: Paid online services Digital or hand-crafted product platforms Gaming websites Coffee shop websites Subscription-based platforms And many other service-oriented projects What do you think about a CMS built specifically for the service economy rather than traditional eCommerce?
    • You keep talking a lot but you still haven't proven anything... why don't you show the community that this extender doesn't work? Why don't you show them all the bugs? hahaha Your silence and lack of evidence prove that you're a liar trying to make a quick buck selling what I publish for free.   Why do you want a domain? You say this extender crashes? Well, prove it, so everyone can see if you're right. Or if you simply want to convince people not to use this extender for free, why do you want to sell it?
  • Topics

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