help

furry123

Member
files r attached. was working 30 mins ago and for last few days. all of a sudden it town portaling at 75% health loss of bosses. started around 12.40am. thanks for your help.
 

Attachments

  • help files.zip
    128.4 KB · Views: 7

ZhiPeiD2

Active member
Staff member
Code:
Config.AttackSkill = {
  149, 155, 146, -- Preattack skill
  59, -- Primary skill for bosses
  55, -- Primary untimed skill for bosses. Use -1 if above skill is an untimed skill
  59, -- Primary skill for other monsters
  55, -- Primary untimed skill for other monsters. Use -1 if above skill is an untimed skill
  42, -- Alternate skill for immune monsters
  -1, -- Alternate untimed skill for immune monsters. Use -1 if above skill is an untimed skill
}

why are you do this?
 

Khawee

New member
Code:
-- #### Town Settings ####
Config.HealHP         = 90      -- Go to a healer if under designated percent of life.
Config.HealMP         = 90      -- Go to a healer if under designated percent of mana.

There's your problem.
 

ZhiPeiD2

Active member
Staff member
Code:
-- #### Town Settings ####
Config.HealHP         = 90      -- Go to a healer if under designated percent of life.
Config.HealMP         = 90      -- Go to a healer if under designated percent of mana.

There's your problem.
this is not chicken it is go npc after already is inside town. it is not leaved fight for go town

chicken is this setting
Code:
Config.TownHP         = 40      -- Go to town if life is under designated percent.
Config.TownMP         = 0       -- Go to town if mana is under designated percent.
 

ZhiPeiD2

Active member
Staff member
please stop change setting if you are not know what is - ask for help or this is just make many bug and more time waste. im fix your very bad attack configure

also you are have error inside pickit

Code:
Rule - Total: 761 | Good: 759 | Bad: 2
File: C:\D2R BOT\pickits\leafpickit.nip
ERROR Property: amulets | Line: 188
Rule BAD: [type]==amulets&&[quality]==unique#[itemallskills]==2&&[defensiveaurasskilltab]==2&&[itemdemondamagepercent]>=45&&[itemdemontohit]=>240&&[itemundeaddamagepercent]=>45 | Line: 188
ERROR Property: nam | Line: 569
Rule BAD: [nam]tirrune | Line: 569
 

Attachments

  • sorceresslite.lua
    20.3 KB · Views: 5
Top