spidernun 0 Report post Posted July 28, 2015 1. อยากได้ตัวอย่างการ SET ให้บอทเลือกขายหรือเก็บตาม ITEM ที่ระบุหน่อยครับ 2. มีวิธีเซ็ตให้บอทเคลียร์มอนให้หมด Map ก่อน Re-Map ไหมครับ 3. ถ้าเกมหลุดมี Auto Login เองไหมครับ ผมลองเซ็ตที่ Client มันบอก Run ไม่ได้ ขอบคุณครับ Share this post Link to post Share on other sites
destines 11 Report post Posted July 28, 2015 1. [Type] == "Portal Scroll" # [stashItem] == "true" < เก็บเข้าคลัง 1.1 [Type] == "Portal Scroll" # [sellItem] == "true" < ส่องitemก่อนขาย 1.2 [Type] == "Portal Scroll" # [sellUnid] == "true" < ขายแบบไม่ส่อง 2.เพิ่ม Max Run Timeout เยอะๆ , Max explore เปลี่ยนเป็น 100 เปอร์เซ็นต์ Share this post Link to post Share on other sites
spidernun 0 Report post Posted July 28, 2015 ขอบคุณมากครับเดี๋ยวจะลองปรับใช้ดู Share this post Link to post Share on other sites
phanupong9 0 Report post Posted August 6, 2015 [Type] == "rare ring and amulets" # [stashItem] == "true" < ทำไมบอทยังส่องแหวนกับสร้อยขายไห้ NPC อาคับ. ต้องแก้ไงเหรอครบ Share this post Link to post Share on other sites
destines 11 Report post Posted August 6, 2015 [Category] == "Ring" && [Rarity] == "Rare" # [StashItem] == "true" [Category] == "Amulet" && [Rarity] == "Rare" # [StashItem] == "true" แยกกันครับ Share this post Link to post Share on other sites
phanupong9 0 Report post Posted August 6, 2015 ขอโทดครับ. ของยูนิดนี้ต้องเขียนยังไงเหรอครับ. ขอบคุนครับ Share this post Link to post Share on other sites
destines 11 Report post Posted August 6, 2015 (edited) ถ้าของส้มใช้ [Rarity] == "Unique" # [StashItem] == "true" Edited August 6, 2015 by destines Share this post Link to post Share on other sites
AlienHack 57 Report post Posted August 7, 2015 อีกอย่างนอกจากจะให้เก็บของส้มทุกอันแล้วยังสามารถให้เลือก stash เฉพาะอันใด้ โดยระบุเป็นชื่อลงไปด้วยนะ Share this post Link to post Share on other sites
nakwichian 0 Report post Posted August 16, 2015 ใส่ คำสั่ง[Category] == "Ring" && [Rarity] == "Rare" # [stashItem] == "true" [Category] == "Amulet" && [Rarity] == "Rare" # [stashItem] == "true" ที่ไหนอะครับ Share this post Link to post Share on other sites
destines 11 Report post Posted August 16, 2015 (edited) ต้องเครื่องหมายถูกที่ Enable pickit profile defualt แล้วMagnage > open ใส่บรรทัดว่างๆครับที่ไม่มี // นำหน้า แล้วsave กดF11 stop/start บอทใหม่ Edited August 16, 2015 by destines Share this post Link to post Share on other sites
nakwichian 0 Report post Posted August 16, 2015 (edited) // [Category] == "AGATE AMULET" && [Rarity] == "Normal" # [stashItem] == "true" // [Category] == "MOONSTONE RING" && [Rarity] == "Normal" # [stashItem] == "true" // [Type] == "AGATE AMULET" && [Rarity] == "Normal" // [Type] == "MOONSTONE RING" && [Rarity] == "Normal" ผมใส่ค่าพวกนี้ bot มันยังขาย สร้อยขายให้ NPC อยู่อะครับ งงเลย *** ได้ละครับ ลืมก Save ขอโทดด้วยนะครับมือใหม่แฮะๆ Edited August 16, 2015 by nakwichian Share this post Link to post Share on other sites