Neopets : Quickstock

By w35l3y Last update May 23, 2012 — Installed 1,738 times.

Making other Options available

in
Subscribe to Making other Options available 9 posts, 4 voices



Sourcic User
FirefoxWindows

Can you add other Options like putting multiple Neodeck Cards in your Neodeck, reading multiple Books to your Pet or giving the Pet several Food at once?
That would be very helpful ^^

 
w35l3y Script's Author
Firefox

this definitely would be handy.
it will be put in my todo list.

 
Emmmmerz User
FirefoxWindows

I feel like such a nag D=

Any news on this suggestion?

 
w35l3y Script's Author
Firefox

Done!

PS.: Works better with GM 0.9.9+

 
Demon Wind User
Firefox

Do you think you can add the option to put all cards into your neodeck as well? :) I love the option to read all.

 
w35l3y Script's Author
Firefox

Done

 
Demon Wind User
Firefox

The feature you added was to add the items to the GALLERY, not the Neodeck.

 
w35l3y Script's Author
FirefoxX11

Stock		0x000001
Deposit		0x000002
Donate		0x000004
Discard		0x000008	(*)
Gallery		0x000010
Closet		0x000020	(*)
Shed		0x000040	(*)

Feed		0x001000
Read		0x002000
Play		0x004000	(*)
Equip		0x008000	(*)
Give		0x010000	(*)
Neodeck		0x020000	(*)
	
Normal		0x000FFF
Show all	0xFFFFFF

(*) disabled by default

If you want to enable some functionalities, add all of them and execute the following:

// enables only : stock, deposit, discard, read, neodeck
GM_setValue("visible", 0x000001 + 0x000002 + 0x000008 + 0x002000 + 0x020000);

 
Demon Wind User
Firefox

awesome! thanks!!!

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel