Jump to content

L2 Adrenaline Script Problem


Recommended Posts

nop, delphi is my first language,for me helped examples, read this thread probably you find examples, i remember i posted some procedures of my frinteza scroll quest, that can help, also i give link from other guy quest which helped for me when i make lizardmen quest

 

ops read this thread http://www.maxcheaters.com/topic/189997-l2-adrenaline-scripts/page-20

 

and probably all bigest problem that dont read good what write, like example i write that delphi be my first language but you didnt see  :dat:

Edited by adr.bot
Link to comment
Share on other sites

nop, delphi is my first language,for me helped examples, read this thread probably you find examples, i remember i posted some procedures of my frinteza scroll quest, that can help, also i give link from other guy quest which helped for me when i make lizardmen quest

 

ops read this thread http://www.maxcheaters.com/topic/189997-l2-adrenaline-scripts/page-20

 

and probably all bigest problem that dont read good what write, like example i write that delphi be my first language but you didnt see  :dat:

 

Edit: Ok, i found id's in google im retard xDD

I have now 2 dudes if u can help, i make script for take lizardman quests, now for go kill mobs i just need add engine.move (localition) with adrenaline autotarget and autoattack on, or need any code? im trying found in pdf any code for that, but dont see

 

And when i take lizardman item for kill raidboss, how can i detect if i have item or not? looking l2bot.eu pdf found this:

This code: QuestStatus(QuestID:Cardinal;Step:Integer):Boolean; i think detect if quest is done or something, we need use this for detect if i have object?

Edited by CristianPascual
Link to comment
Share on other sites

you can check quest status 

var i,z :integer;
a,b: string;
begin
for z:=1 to 20000do begin
  for i:=-20 to -1 do begin
    if  Engine.QuestStatus(z, (abs(i)))then begin
      str(z,b) ;
      str(abs(i),a) ;
      print('QUEST '+b+' stage '+a);
      break;
    end;
  end;
end;
end.

for kill mobs just use engine.facecontrol(0,true) its turn on bot interface

Link to comment
Share on other sites

Ofc. you can learn it if you want to.

Do as adr.bot says and open the help pdf, find some script examples and find out what they do and what the different lines mean.

As I've said numerous times before around here: I don't mind giving hints and help as long as you have tried yourself first but don't expect anything without a bit of effort on your side.

Link to comment
Share on other sites

you can check quest status 

var i,z :integer;
a,b: string;
begin
for z:=1 to 20000do begin
  for i:=-20 to -1 do begin
    if  Engine.QuestStatus(z, (abs(i)))then begin
      str(z,b) ;
      str(abs(i),a) ;
      print('QUEST '+b+' stage '+a);
      break;
    end;
  end;
end;
end.

for kill mobs just use engine.facecontrol(0,true) its turn on bot interface

 

I have in red error this part of code: var i,z :integer; , i tried add ) after integer but its not the problem

Link to comment
Share on other sites

i recommend start first from simple things xd when i start i try make farm script, if good remember i tried it make 3days xdd ofc 2times i give up but finally i make it work, then step by step learn more and more

Link to comment
Share on other sites

better start with newbie farm adena like you teleport to spot and turn on  bot

 

after when u sell your first 1b u can buy your first script for that location 

 

after 68789709b sold u can buy everything what u want lolol,oolkol 

Link to comment
Share on other sites

better start with newbie farm adena like you teleport to spot and turn on  bot

 

after when u sell your first 1b u can buy your first script for that location 

 

after 68789709b sold u can buy everything what u want lolol,oolkol 

 

If u bot in front of pc why notxD press bot on is 0,1 seg

Just need bot 1 week and u full for olys, dont need more :D

Edited by Anitah
Link to comment
Share on other sites

i recommend start first from simple things xd when i start i try make farm script, if good remember i tried it make 3days xdd ofc 2times i give up but finally i make it work, then step by step learn more and more

 

So im now relax xD

I am trying understand this fucking .pdf :rage:

For example this line: SetTarget(constName:string):Boolean;overload; for target by name, what is "overload" "boolean" and "const"?

Edited by CristianPascual
Link to comment
Share on other sites

So im now relax xD

I am trying understand this fucking .pdf :rage:

For example this line: SetTarget(constName:string):Boolean;overload; for target by name, what is "overload" "boolean" and "const"?

hmm, good question, if really i have no idea , i just know how use it xd

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



  • Posts

    • Someone ask me for this, it should work on any client that has Kamael race, preview:     Installation - there are two ways to install depending on how you want to use it:   Method 1: If you want to completely replace the original, do:   Copy all lines from your armorgrp to Notepad++, press Ctrl+H, check the "match whole word" option and replace:   kamael.Mkamael_m000_w_ad00   by:   AvengersKamaelWings.Avengers_MKamael_m001_w_ad00   Then replace:   MKamael.Mkamael_m000_t00_w   by:   AvengersKamaelWings.MKamael_m001_t00_w   Now repeat the same process with the female, replace:   kamael.Fkamael_m000_w_ad00   by:   AvengersKamaelWings.Avengers_FKamael_m001_w_ad00   Then replace:   FKamael.Fkamael_m000_t00_w   by:   AvengersKamaelWings.FKamael_m001_t00_w   You're done, paste everything back into File Edit and save!   Method 2: If you only want to replace in specific sets, execute the above process only on the armorgrp of those sets.   Repack by: AvengersTeamBr Password: LadrãoDeFrango      
    • 用于解密、加密和编辑 .u 文件的工具。
    • It's always awesome when you find someone who not only delivers great quality but also does it way ahead of schedule. Makes you feel like you hit the jackpot, right? I'm new around here, just stumbled upon this forum, and seeing posts like yours really gives me hope that there are some real pros hanging out in this community.
    • Dear friends! We have good news to announce that the server that will open in June 1 will be the Main server and every 4 months we will make another season server and integrate ( merge ) it into the main that will always be open..  
  • Topics

×
×
  • Create New...