Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Starting to make some LLD pickits
#2
bmxrider1279 Wrote:Have made many similar ones for any level items in the past.
Don't know all that much about LLD though. was wondering if I could get some feedback on them.
anything you have to offer is more than welcome
Thanks!

([name] == mask || [name] == crown || [name] == bonehelm || [type] == circlet) && [quality] == rare && [class] == normal # ([enhanceddefence] * .5 + [fhr] * 10 + ([FireResist]+[LightResist]+[ColdResist]+[PoisonResist]) * 2 + ([sockets] - 1) * 100 + [itempoisonlengthresist] + [tohit] + [itemtohitpercentperlevel] * 100) >= ((350 && [itemlevelreq] <=18) || (300 && [itemlevelreq] <= 9))

The Idea is to be able to make each stat equal to a certain value. And be able to control the quality of the item being found, simply by changing the total amount (350 and 300 in the above line of code). Not sure how the final level requirement part will work. can always seperate them.

---------- Post added at 11:51 PM ---------- Previous post was at 10:50 PM ----------

Had to split it into 2
([name] == mask || [name] == crown || [name] == bonehelm || [type] == circlet) && [quality] == rare && [class] == normal # ([enhanceddefence] * .5 + [fhr] * 10 + ([FireResist]+[LightResist]+[ColdResist]+[PoisonResist]) * 2 + ([sockets] - 1) * 100 + [itempoisonlengthresist] + [tohit] + [itemtohitpercentperlevel] * 100) >= 350 && [itemlevelreq] <=18
([name] == mask || [name] == crown || [name] == bonehelm || [type] == circlet) && [quality] == rare && [class] == normal # ([enhanceddefence] * .5 + [fhr] * 10 + ([FireResist]+[LightResist]+[ColdResist]+[PoisonResist]) * 2 + ([sockets] - 1) * 100 + [itempoisonlengthresist] + [tohit] + [itemtohitpercentperlevel] * 100) >= 300 && [itemlevelreq] <= 9

was wondering why and how did you come about the 300 and 350?
Reply


Messages In This Thread
Starting to make some LLD pickits - by comper - 02-21-2012, 09:07 AM
Starting to make some LLD pickits - by comper - 02-21-2012, 12:23 PM
Starting to make some LLD pickits - by comper - 02-21-2012, 12:55 PM
Starting to make some LLD pickits - by comper - 02-21-2012, 01:38 PM
Starting to make some LLD pickits - by comper - 02-21-2012, 03:45 PM
Starting to make some LLD pickits - by comper - 02-23-2012, 08:46 PM
Starting to make some LLD pickits - by comper - 02-24-2012, 02:40 AM
Starting to make some LLD pickits - by comper - 02-24-2012, 08:11 AM
Starting to make some LLD pickits - by comper - 02-24-2012, 01:27 PM
Starting to make some LLD pickits - by comper - 03-05-2012, 04:16 AM
Starting to make some LLD pickits - by comper - 03-05-2012, 10:28 AM
Starting to make some LLD pickits - by comper - 03-16-2012, 09:49 AM
Starting to make some LLD pickits - by Adamz - 03-16-2012, 09:23 PM
Starting to make some LLD pickits - by mfpm - 04-05-2012, 06:56 PM
Starting to make some LLD pickits - by comper - 04-05-2012, 08:13 PM
Starting to make some LLD pickits - by comper - 04-09-2012, 01:12 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Problem starting up de game Terrorkid 7 338 03-02-2012, 05:44 AM
Last Post: comper
  Can I make my bot pick up items to sell for gold? Romis 3 407 02-02-2012, 08:37 AM
Last Post: comper
  Make me a walkthrough sigley89 15 480 02-01-2012, 01:47 PM
Last Post: comper
  How to make second skill work on baal on round 2 imune to magic cezars 7 481 09-01-2011, 12:25 PM
Last Post: kevinbod
  iso a good d2nt pickit or set of pickits charlie4585 0 324 07-28-2011, 12:26 PM
Last Post: charlie4585
  I use GVetal but i want to kno how do i make my Druid bot summon a Grizzly to tank? DarkGoku 4 617 06-26-2011, 04:28 PM
Last Post: DarkGoku
  How to make My bot Clear Arcane Sanctuary? canadasim 0 188 06-09-2011, 02:44 AM
Last Post: canadasim
  Help me Make Bot Do Only Pindle,Andy,Meph Please Dissarray 5 389 05-15-2011, 04:38 PM
Last Post: skidude
  Anyone have or can make this script? Pauluk1986 1 222 05-15-2011, 04:14 PM
Last Post: skidude
  How do I make bot use Smite on certain bosses like Andy, Mephy, Baal Quill9820 2 257 04-26-2011, 12:25 AM
Last Post: Valdez

Forum Jump:


Users browsing this thread: 1 Guest(s)