Jump to content

cuppacoffee

Members
  • Posts

    546
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by cuppacoffee

  1. You don't need a script for that. Settings -> Drop -> Filter. Delete/crystallize if item count > xxx
  2. Conditions should be pretty straight forward granted you know what '<' means. Last part: yes. 300s = 5mins = 300000ms. The script looks fine to me but then again maybe I'm missing something.
  3. Any time you declare is in ms. Let's say we put 'time = 30'. In which case: 'Delay(time)' = 30ms delay and 'Delay(time*1000)' = 30s delay.
  4. Double check your settings in bot interface. Sounds like you have not set that up properly.
  5. 'Engine.Facecontrol' is the buttons you see on your config interface. Ei. 'Engine.Facecontrol(0, true)' enables bot (and false disables), 'Engine.Facecontrol(1, true)' enables attacking, 'Engine.Facecontrol(2, true)' enables the 'Heal' option.
  6. Not possible since they don't stack. Or well, I'm sure there is a way but it is probably pretty tricky.
  7. Look into client modding for that. There's a section here related to that subject: http://www.maxcheaters.com/forum/41-client-development-discussion/
  8. The topic here you link to should be pretty self-explanatory. Read the content of the topic, not just the headlines ;) And no, the script you link to is not for Adr. It's for L2Net as the hub title so neatly hints being named 'l2.net-scripts'...
  9. Same thing as with cleanse only you use purify instead. No, it is not.
  10. He is talking about Hot Springs Malaria. The obvious and greatest help with least effort: CP clicker.
  11. Pretty much yes. The one in the link you posted works slightly better and is more customisable as well. Not to mention still maintained. PS: we get it people. This bot does not work due to 'Error: Object referenced outside a "With" statement.' - no need to keep asking if others have the same issue.
  12. I don't have it right here with me but from pure memory and instinct fiddle with stuff like this begin if (Inventory.Quest.ByID(itemID, item) = true) and (item.Count < 100) then <do stuff> end.
  13. Look into the classes TL2Item and TInventory. Hint: Inventory.Quest.ByID(itemID, item) Inventory.User.ByID(itemID, item)
  14. Same as the duplicate of this topic you made. Wrong section.
  15. https://www.virustotal.com/en/file/66a7b721a22bb742aa5ece5ddb097f95edd39a6d13e2ad919864f35c37d391e8/analysis/1431268592/
  16. Yeah my idea of doing it was to detect if skill XXX was available for our char. Still got no idea on how to detect STR/CON/INT etc... don't know if there is a way to read either char base stats and detect a change in eg. CON or if it is possible to read stats like p.atk and react on a change there. Would not be ideal since augs give +patk/mdef/hp as well but perhaps it would be a starting point.
  17. Disregard this. Wrong topic.
  18. Too bad... well, it was worth a try :) If anyone finds out let us know please ;)
  19. adr.bot you seem like the guy to ask for help for Adrenaline scripts. I am thinking to try and make an augment script and I have one question/problem: is there any way to get Adrenaline to detect base stat augs (ei. +1 STR/CON/etc)? Checking for a specific skill is pretty easy (hint to others: it is basically in the script help pdf with very little modification needed) but I cannot seem to find any ID or anything for base stat augs... so... HALP if you know a trick. Thanks.
  20. Nonetheless he is right. Instances kill open world pvp. You can lvl from 1-85 (or whatever your level cap is) - at a decent speed even - without ever having to kill a mob outside instances. And while doing so get some decent gear at the same time so you don't even HAVE to kill open-world mobs.
  21. http://base.l2j.ru/is a good place to start... or any other halfway decent dropcalc.
  22. There are example scripts posted around here somewhere that should contain enough info for you to make what you are looking for. Can't remebmer what topcis tso you will have to go search yourself.
  23. What do you mean 'normal wallhack'? Check out L2Lige it can do it for you.
  24. Aight now my time to ask a question... I am using the cracked 1.71 Adrenaline and somehow it does not detect my quest inventory making scripts for quests as good as impossible. It detects regular inventory just fine and I can use and detect regular inventory items just fine both in script and bot interface. Anybody else with the same problem? And perhaps someone who has a fix for it?
×
×
  • Create New...