Jump to content

cuppacoffee

Members
  • Posts

    546
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by cuppacoffee

  1. Try in client dev section. I'm sure it's possible but I have no idea how or the difficulty.
  2. const Name : string - name is a constant and naturally also a string, not an integer for example. Boolean - true or false. See: https://en.wikipedia.org/wiki/Boolean_data_type overload - no idea. Way to use that command in your script: begin SetTarget('Mycharname') end. Targets whatever with name 'Mycharname'
  3. 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.
  4. Ofc. it exists... we had gatekeepers and were able to run to farm spots before alt+b came around you know. I gave the quest a quick lookoever and the script you want is quite simple to make so why not go ahead and make it yourself? You might even learn a thing or two ;)
  5. Did you even look in Adr interface? Hint: Party settings tab.
  6. I read somewhere (can't remember where) that you should try to down or upgrade your java (forgot which one it was). Sorry I can't be of more help but my memory isn't perfect :p
  7. Alarm already shared here. Auto-entering you'll have to pay for afaik. I know there is a guy on adrenaline official forums selling such a thing. And yes, the buy/sell/trade section of their forum you can access without paying for it.
  8. Looks like you are still selling things that you are not the creator of... unless you are that guy ofc.
  9. Me neither... I don't know what it is you're trying to do but a workaround to check if your char is in, for example, Oren could be using the InRange command.
  10. Posted previously in this thread if I remember correctly. Else take a look in the help-file for Adr. scripts. It's there as well.
  11. I'm fairly sure if you try and google a bit you will find plenty of guides. Pros and cons: both fairly good. Necro the easier of the two. On Tales files debuffs are weird as fuck though so you should have no problem landing them. Eg. on my char there I have full epics and 3.5k or so mdef and I still get feared by necros and sph's pretty often. Sps advantage: cancel - which is also fucked on Tales files but a useful skill nonetheless. IMO: 'casual' player with regular gear etc: necro > sps. 'Pro' player: sps > necro.
  12. You're welcome. Did anybody ever figure out how to detect base stat (f.ex. INT, STR) from augments?
  13. Short version: Engine.FaceControl(0, false); Engine.MoveTo(x1, y1, z1); <- spot where you wanna lure the mob Engine.UseSkill(xxx); <- optional. xxx = aggro skill or something Engine.MoveTo(x2, y2, z2); <- spot where you wanna kill the mob Engine.FaceControl(0, true); Fiddle around with it yourself. Posted above is just a simple example of how it could be done.
  14. Try things like this: http://www.maxcheaters.com/topic/193028-free-vote-coins-for-l2saga/?do=findComment&comment=2482467
  15. I had some problems with detecting inventory and quest items as well. It seems if you OPEN your inventory it won't detect things. Strange as hell but that was my experience.
  16. 'MP%> 70' = use when MP HIGHER than 70%. > and < are not the same ;) As for pet heal try putting it under party heal/buff. And for assist instead of skill/action find 'pet skills'.
  17. In the 'attack' tab set it up to only use it on the mob you want to use it on. Same procedure as when you only want to spoil certain mobs where you are farming. Says how to on Adrenalin forums: http://forum.lineage2bot.com/viewtopic.php?f=5&t=74&p=234#p1021
  18. If you can't copy/paste some text and change two numbers then I am afraid you are beyond redemption.
  19. No. Tip for all: read and understand the contents of the script first, ask questions after that.
  20. Yes. The only question is how. And there I can't help you I'm afraid. Everything is possible, it's just a matter of how ;)
  21. Delay(30000); Thats the solution to your problem.
  22. Check the following: That you have set up skills properly in the 'attack' tab. That the bot (and attacking) is enabled. That you haven't included any mobs in your list of mobs to not attack.
×
×
  • Create New...