Game Crashes

J

johnsassaman14

Guest
Thank you ZhiPeiD2 for direct message. Attached are config, pickit, pickit debug, jieguan txt file and a pic of the bot (I took out serial key and where bots located).

Bot enters game, goes into old graphics and crashes.
 

Attachments

  • Config.lua
    30 bytes · Views: 4
  • leafpickit.nip
    144.7 KB · Views: 6
  • pickit_debug.txt
    4.6 KB · Views: 5
  • jieguan-1804.txt
    5.1 KB · Views: 3
  • Crash.png
    Crash.png
    10.1 KB · Views: 16

spork

New member
would u mind posting ur sorceressFULL.lua?
nvm crash log says somethings wrong on line 188 of ur pickit
edit: heres ur bad line
[Type] == AMULETS && [Quality] == Unique # [ItemAllSkills] == 2 && [DefensiveAurasSkillTab] == 2 && [ItemDemonDamagePercent] >= 45 && [ItemDemonToHit] =>240 && [itemundeaddamagepercent] => 45 //Saracens Chance

id start by changing AMULETS to Amulet

this starts at line 567
//RUNES
//[name] >= elrune && [name] <= thulrune
[nam] tirrune
[name] >= lumrune && [name] <= zodrune

ur gonna want to change that [nam] to [name] == tirrune but u might want to double check on that pickit format. not sure if thats how u would code it exactly but it should work.
 
Last edited:
Top