Jump to content

Join our Slack

Talk to other users and have a great time
Slack Server

Welcome to our Community

Click here to get your Exiled Bot license
Donation Store
Sign in to follow this  
ultramoshi

bot จิ้มขายของไม่ตรง

Recommended Posts

อาการนี้เป็นบ่อยมากๆ มีวิธีแก้มั้ยครับ ใช้กำหนด npc และพิกัดเองก็ยังเป็น ผู้รุ้บอกด้วยจ้า

Share this post


Link to post
Share on other sites

เป็นเหมือนกันครับ ทั้งๆที่เซ็ตชื่อ NPC ก็แล้ว / ตั้งตำแหน่งของเมนู Sell Item ก็แล้ว  ก่อนหน้านี้ไม่ค่อยเป็นนะครับของผม แต่พักหลังมาเป็นบ่อยมาก

Share this post


Link to post
Share on other sites

ใช่เลยครับ ผมกลำลังลองปรับความเร็วในการคลิกเม้าอยู่ กำลังเทส ขอเทสสัก 1 - 2 ชม. ดเียวรู้เลยว่าหายมั้ย 
ผู้รู้คนอื่น รบกวน แนะนำด้วยนะครับเป็นแบบนี้มันบอทไม่ได้ครับ - -

 

ขอบคุณคับ

Share this post


Link to post
Share on other sites

ผมก็เป็นอะครับ เข้าแมพฟาร์ม เก็บของที่ต้องการสบาย แต่ติดอยู่อย่างเดียว กดขายที่ npcไม่ตรง ปรับยังไงก็ไม่ตรง ใครรู้ข่วยผมที 0.52gนะครับ

Share this post


Link to post
Share on other sites

ไม่รู้ว่า บอทตัวนี้หลักการทำงาน ต้องเน้นที่คำสั่งของสคริปโดยตรงไหม ถ้าใช้ สคริป ภาษา C+++ หรือ lua

 

ส่วนมากมันไม่ตายตัว ต้องดูว่าการหยิบ ในคำสั่ง keep เนี่ยมันระบุ ให้หยิบ หรือขายเฉพาะเจาะจงชื่อได้ไหมนะ

 

พอดีว่าผมเพิ่งเล่นเกมส์นี้ อีกอย่างนึง พึ่งมาเล่น แถมพึ่งรู้ว่ามีบอท ขอศึกษาสัก6-7วัน น่าจะช่วยคนไทยด้วยกันได้เยอะ

 

เพราะหลักการทำงานของ .Script นั้นมันเขียนคำสั่งเพิ่มเติมได้ แต่ไม่รู้ว่า ฟังชั่นมันมีข้อจำกัดไหม ต้องลองเขียนดูก่อน

Share this post


Link to post
Share on other sites
function shouldPickItem(name)
local pTab = findTabByPattern(pickUpTab.notPickUp,name);
if  pTab ~= nil then
if pTab.mp ~= nil then
if myPlayer.mp > pTab.mp then
trace('shouldPickItem  not pick ' .. name .. ' due to MP');
return false;
end; 
else
if pTab.num ~= nil then
local num = countItemByName(name);
if num >= pTab.num then
trace('shouldPickItem  not pick ' .. name .. ' due to NUM');
return false;
end;
else
trace('shouldPickItem  not pick ' .. name .. ' due to notPickUp ');
return false;
end;
end;
end;
return true;
end;

อันนี้ผมยกตัวอย่าง คำสั่งขึ้นมาเฉยๆนะครับ คำสั่งการหยิบของ หรือ การจะสั่งให้ขายเฉพาะ

 

ทุกอย่างมีดีเลย์ของตัวมันเอง ต้องดูว่ามันจำกัดอะไรไว้ ถ้าไม่มีข้่อจำกัด บางอย่างก็เขียนได้เลย

Share this post


Link to post
Share on other sites

โอ้วแม่เจ้า จากที่ไล่ดู บางอย่างแก้สบายเลย ดีเลย์ การใช้สกิล

 

การสั่งทุกอย่าง เราปรับได้เลย ไม่น่าจะมีข้อยกเว้น บอทน่าจะหายตัวได้

 

ด้วยซ้ำไป เพราะจากที่ดู เจอคำสั่งบางคำสั่ง ที่มันทำให้บอท ไปเหมือนบินได้

Share this post


Link to post
Share on other sites

ของไม่ใช่มันหยิบไม่ตรง บอทไม่มีทางดื้อ กับคำสั่งสคริปแน่นอน อันนี้ยืนยันครับ

 

เราต้องแก้ดีเลย์ ให้ช้าลง มันถึงจะหยิบได้ตรงแม่นยำ เมื่อมันเร็วมันจะหยิบไม่ได้

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...