Kbay Script! Send all your uneeded items to him

icon315

Member
Kbay Sender Version 0.3

ok, this is the first version of this script. it will send a group of items (ex: Mr. Klaw Stuffies) to kbay in order for him to host an auction

  1. time - Length of the auction
  2. minbet - Minimum Bet
  3. maxbet - Buyout price - make it 0 for no max

Things To Fix:
Make it so that you can put more than one type of item per auction
Make it so that each auction can have their own settings

i recommend putting your own username in the field if you are testing

Setting Up:

PHP:
for i from 4389 to 4390 {
	cprint ("Crimbo Tree Stuff" , i);
	disp(i);
4389 to 4390 are the item numbers to use, words in red is what will be displayed in the name of that group
or for unaligned items use this

PHP:
foreach i in $items[3116,3126,3220,3995,4017] {
	cprint("Miscellaneous", to_int(i));
	disp(to_int(i));


Update Log:


0.3 - minor bug fixes, will no longer ask for username, will not send 1 of the item which is in your custom outfit
0.2 - now makes the title Number of items + type of item, removed the requirement for max bet
0.1 - first post
 

Attachments

  • Kbay_Sender.ash
    2 KB · Views: 44
Last edited:

Dreamthief

New member
A full autopilot mode would be nice. Send the unwanted items to kbay 7 days no min, no buyout, and use the items name as the title.

DT
 

icon315

Member
ok i updated
now makes the title Number of items + type of item
ex:if you have 8 peanut shields the title will be
8 peanut brittle shield

removed the requirement for max bet if it is set to 0
 
Last edited:

icon315

Member
few minor bugs fixed......removed the username input....will now send to just kbay

please give me some feedback

also it will not send one of the items if you have it in your custom outfit
 
Last edited:
Top