آرهنقل قول:
چی میگیی؟
برای اینم اسکریپت ساختن؟ [ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
اینو باید بزنی (قبلش باید اینونتوری رو باز کنی)
برای پابلیک کردن اینونتوری :کد:javascript:var%20bagworth=0;for(var%20p%20in%20Bag.getInstance().items)%20{bagworth%20=%20bagworth%20+%20Bag.getInstance().items[p].get_sell_price();}var%20bagbought=bagworth*2;alert("Your%20inventory%20would%20sell%20for:%20$"%20+%20bagworth%20+%20"\n\nTo%20buy%20it%20all%20you%20would%20need%20to%20pay:%20$"%20+%20bagbought);end();
کد:javascript:var%20wsurl%20=%20'http://weststats.com/incoming.php?type=inventpub&data=';var%20collectedinfo%20=%20'';var%20count%20=%200;for(var%20p%20in%20Bag.getInstance().items)%20{var%20s%20=%20Bag.getInstance().items[p].get_short();var%20t%20=%20Bag.getInstance().items[p].get_type();collectedinfo%20+=%20t.substring(0,%201)%20+%20':'%20+%20s%20+%20',';count%20=%20count%20+%201;}if(count%20<%201)%20{alert('This%20scripts%20must%20be%20ran%20after%20the%20inventory%20has%20been%20opened!');end();}try%20{var%20charname%20=%20$('avatar').textContent.replace(Character.level,%20'');}catch%20(e){var%20charname%20=%20$('avatar').innerText.replace(Character.level,%20'');}collectedinfo%20+=%20charname;%20var%20ln%20=%20collectedinfo.length;if(ln%20>%20500)%20{var%20s%20=%200;var%20i%20=%200;var%20a%20=%20[];wsurl%20+=%20"SPLIT";while(ln%20>%200){var%20start%20=%20i*500;var%20end%20=%20(i+1)*500;var%20sp%20=%20collectedinfo.slice(start,%20end);a[i]%20=%20sp;ln%20=%20ln%20-%20500;i%20=%20i%20+%201;}for%20(m=0;m<a.length;m++)%20{wsurl%20+=%20"&d"%20+%20m%20+%20"="%20+%20a[m];}%20}else%20{wsurl%20+=%20collectedinfo;}wsurl%20+=%20"&w="%20+%20location.href;document.location.replace(wsurl);end();