thanhthuy223
Youtube Master Race
Ko biet copy vao dau ca :( Moi ng` gui nguyen ca file common va` 2 cai scrip len di 

Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

Túi đeo càng tốt nửa , túi đeo send dc chứ ác ma và cat pho sai với BDY huỳnh kim thì pó handMonKey.D.Luffy nói:cho hỏi túi đeo send được hun vậy, túi đeo thì có nhưng tâm thì bó hand òi
save mp chắc không bị gì, save mp save mp
void ProcessInventoryAction(){
for(byte i=0;i<25;i++){
Slot oSlot = (Slot)ts.MyItems;
if( oSlot.itemid == 0){ continue; }
Item oItem = (Item)ts.ITEMS[oSlot.itemid.ToString()];
if ((oSlot.itemid >= 1 && oSlot.itemid <= 99999) && oSlot.num == 50)
{ts.Sell(oSlot.slot, oSlot.num);}
em copy cái autosend trên trang 2 của topic này kg thể sử dụng đc ( nó hổng chịu chạy nên em thêm mắm thêm muối vô :whew: thêm 1 hồi hổng biết sao send lun ::) ) em đc anh QuynhChi send cho cái script với common autosell rùi nhưng ko auto send đc nên thử gộp lại tất cả lại :hug: khò khò Anh có thể chỉ em cách thểm ở đâu đoạn autosend kg ( em biết đc xem id items rùi --> bài viết của anh Jet007 ) nên chỉ cần sơ sơ ( thêm ở đâu -> script và common còn iditems và idsend thì nhìn kĩ chút em cũng thấy ::) )

void ProcessInventoryAction(){
for(byte i=0;i<25;i++){
Slot oSlot = (Slot)ts.MyItems[i];
if( oSlot.itemid == 0){ continue; }
Item oItem = (Item)ts.ITEMS[oSlot.itemid.ToString()];
if((oSlot.itemid == 26016 ||
oSlot.itemid == 26080 ||
oSlot.itemid == 27019 ||
oSlot.itemid == 46013 ||
oSlot.itemid == 46016 ||
oSlot.itemid == 46027 ||
oSlot.itemid == 46041 ||
oSlot.itemid == 46033 ||
oSlot.itemid == 26098 ||
oSlot.itemid == 26035 ||
oSlot.itemid == 27003 ) && oSlot.num == 50)
{ts.SendItemTo(2176469,oSlot.slot,oSlot.num);}
}