Verified:

CC Game profile

Member
135

Apr 27th 2011, 5:08:08

Hi -

I am sure this has been raised and discussed before. but can we have a max buy/sell tech/goods in the public and private market?

Thanks!

CC
Canterbury Crusader (CC)
Evolution

General Earl Game profile

Member
896

Apr 27th 2011, 5:50:06

or if not a button, at least be able to type in 'all' or something.
General Earl
----
Every time I read AT: http://i.imgur.com/jeryjn8.gif
︻╦╤─✮ ┄ ┄ RatttaTaatataatat!

qzjul Game profile

Administrator
Game Development
10,263

Apr 27th 2011, 18:46:15

ie you want javascript!? the horrors!

ya we'll probably add something like this some time
Finally did the signature thing.

Tertius Game profile

Member
EE Patron
1494

Apr 27th 2011, 20:56:36

Isn't there some sort of add-on for FF that does this? I thought I heard a lot of people talking about it and liking it. Would it be possible to do something similar as that without using javascript?

Marshal Game profile

Member
32,589

Apr 27th 2011, 21:17:42

there was that addon to mehul's game but not sure if it was updated to work with ee.
Patience: Yep, I'm with ELK and Marshal.

ELKronos: Patty is more hairy.

Gallery: K at least I am to my expectations now.

LadyGrizz boobies is fine

NOW3P: Morwen is a much harsher mistress than boredom....

qzjul Game profile

Administrator
Game Development
10,263

Apr 27th 2011, 21:33:28

it was i believe...
Finally did the signature thing.

CC Game profile

Member
135

Apr 28th 2011, 6:23:54

come on qz...it takes nothing to add the button. :P
Canterbury Crusader (CC)
Evolution

qzjul Game profile

Administrator
Game Development
10,263

Apr 28th 2011, 20:19:40

sure it does
paste the code here for me and maybe i'll add it
Finally did the signature thing.

Marshal Game profile

Member
32,589

Apr 28th 2011, 21:09:40

if that addon was updated then its deeply buried at AT etc.
Patience: Yep, I'm with ELK and Marshal.

ELKronos: Patty is more hairy.

Gallery: K at least I am to my expectations now.

LadyGrizz boobies is fine

NOW3P: Morwen is a much harsher mistress than boredom....

Zzzarka Game profile

Member
50

Apr 29th 2011, 12:34:28

short jquery solution to MAX button

easiest would be to add a class to the cells in the Can Sell column let's call it 'can_sell' then it would be nice to add a new column called Max or something and in that cell a <a href="#" class="sell_max">max</a> and if it is not to much trouble a class on the input box for "Amount to sell" let's call it 'amount_to_sell', do this for all rows in the table that should have a max button :)

then at the end of the page insert this!
<script type="text/javascript">
$('.sell_max').click(function(){
//copy!
var can_sell = $(this).closest('tr').find('.can_cell').html();
//paste!
$(this).closest('tr').find('.amount_to_sell').val(can_sell);
});
</script>

i have been seriously considering making a grease monkey script to handle this .. but alas my free time is limited :( and it would be way better if you could just implemnt it ;)
+Zzzarka

DruncK Game profile

Member
2095

Apr 29th 2011, 12:35:29

there already is a grease monkey script for this isnt there?

Zzzarka Game profile

Member
50

May 1st 2011, 18:58:04

ooh, does anyone know where it is ? i would love to get it since i hate not having this functionality :P
+Zzzarka

Marshal Game profile

Member
32,589

May 1st 2011, 19:47:27

Patience: Yep, I'm with ELK and Marshal.

ELKronos: Patty is more hairy.

Gallery: K at least I am to my expectations now.

LadyGrizz boobies is fine

NOW3P: Morwen is a much harsher mistress than boredom....

Dizology Game profile

Member
471

May 2nd 2011, 15:42:43

It's slowly breaking over time :)
I still use that one

Marshal Game profile

Member
32,589

May 2nd 2011, 20:07:57

cause no1 upates it anymore.
Patience: Yep, I'm with ELK and Marshal.

ELKronos: Patty is more hairy.

Gallery: K at least I am to my expectations now.

LadyGrizz boobies is fine

NOW3P: Morwen is a much harsher mistress than boredom....