Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Question: Adding Normal Monarch to my script, help please
#1
Heya, I would like to my bot to pick up normal monarchs (it doesnt have to be superior or have sockets) along with the other scripts it already has:

// ##### Shields #######################
[Type] == shield && [Class] == elite && [Quality] == superior && [Flag] != ethereal # [Sockets] == 3 && [EnhancedDefense] >= 5 // Dream
[Name] == Monarch && [Quality] == superior && [Flag] != ethereal # ([Sockets] == 0 || [Sockets] == 4) && [EnhancedDefense] >= 5 // Phoenix or Spirit

What do I need to add to this script? A new line or do I just need to modify a current script line? Thanks devilish:
Reply
#2
I suggest adding a new line.

Just add this line for normal Monarchs:

Code:
[Name] == Monarch && [Quality] == normal && [Flag] !=  ethereal # [Defense] >= 133 //
or this line for normal Monarchs including Ethereal ones.

Code:
[Name] == Monarch && [Quality] == normal # [Defense] >= 133[FONT=arial,helvetica][SIZE=-1][FONT=arial,helvetica][SIZE=-1][/SIZE][/FONT][/SIZE][/FONT]  //


Cheers,
DNA64 devilish:
Reply
#3
Thanks, one more question. How do I add 4 socket vortex non superior shields to my list? I'm pretty sure it only picks up vortex shields that are superior? Current script:

// ##### Paladin Shields ###############
[Type] == auricshields && [Class] == elite && [Quality] == superior && [Flag] != ethereal # ([Sockets] == 0 || [Sockets] >= 3) && [EnhancedDefense] >= 5 && [FireResist] >= 20 // Dream or Spirit
[Type] == auricshields && [Class] == elite && [Quality] == superior && [Flag] != ethereal # ([Sockets] == 0 || [Sockets] == 4) && [EnhancedDefense] >= 5 && [EnhancedDamage] >= 35 // Phoenix
[Type] == auricshields && [Quality] == normal # [Defense] >= 300 && [Sockets] == 4 && [FireResist] >= 20 // Exile

Thanks...I think I saw my bot leave a 4 socket vortex on the ground so I'm trying to fix this.devilish:
Reply
#4
For all vortex shields the script line would be

[Name] == VortexShield && ([Quality] == Normal || [Quality] == superior) # ([Sockets] != 1 || [Sockets] == 0 || [Sockets] == 2 || [Sockets] == 3 || [Sockets] == 4)

That script line will pick up all normal and superior 2,3, and 4 socket vortex shields whether they are ethereal or not, it will also pick up non socketed vortex so that you can use the cube recipe on them.

If you only want 4 socket vortex shields here is the script line

[Name] == VortexShield && ([Quality] == Normal || [Quality] == superior) # [Sockets] == 4
Hope this helps,anymore questions just ask here someone will eventually help.
[SIGPIC][/SIGPIC]Well I’m not there all the time you know Some people, some people, some people, Call it insane, yeah they call it insane, (sugar) I play russian roulette everyday, a man’s sport, With a bullet called life, yeah called life,(sugar)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [D2NT Release] Druid Script skidude 20 17,272 08-25-2012, 01:20 AM
Last Post: comper
  Etal Script for Hdin please? Joel Gonzalez 19 458 08-17-2012, 07:15 AM
Last Post: comper
  elite polearm script wishyq 2 138 08-17-2012, 06:50 AM
Last Post: comper
  help with script plz kaosme69 18 297 07-26-2012, 10:02 AM
Last Post: comper
  ISO : WW Assassin script ww/ls devonfym 3 164 07-21-2012, 02:56 AM
Last Post: comper
  Kolton script wakka help 48Inches 1 136 07-09-2012, 04:44 AM
Last Post: comper
  A question about Monster Identification 48Inches 4 182 07-03-2012, 05:19 PM
Last Post: 48Inches
  [D2NT Release] Amazon Jav/Bow Script v1.6 skidude 25 13,089 06-19-2012, 07:05 AM
Last Post: comper
  D2nt Bot question Nightwish 5 237 06-16-2012, 01:04 AM
Last Post: comper
  Skele Nec script? sly- 11 300 06-10-2012, 03:48 AM
Last Post: comper

Forum Jump:


Users browsing this thread: 1 Guest(s)