i can't use buy/sell menu! help me.

Ask for help

Moderators: Murderator+, Murderator

Post Reply
wndflehd
Posts: 6
Joined: 2007-10-03 03:29:43

i can't use buy/sell menu! help me.

Post by wndflehd »

Hello.

I'm Non-American. so my english is broken english ;P

i'm sorry about that.

Anyway, i have a question.

my ultima Server use "sphere 56b" and "client 2.0.3"

it is possible to run Injection but i can't use "Buy/Sell" of Main-tab.

i wish i buy empty bottles but another potion entered my backpack Using "Buy/Sell" of Main-tab.

help me~
Scripts Writer
Posts: 2259
Joined: 2005-04-19 18:00:29
Location: Московская область
Contact:

Post by Scripts Writer »

Don't understand your question ...

Open Main->Buy/Sell
Create buylist, and when you can something to add into it- say 'buy' near vendor, and all what he can to trade, he input into left box where you can change quantity and items you want to buy by double click as i know.

When buylist would be created, msg in uo ',buy <name of buylist>'

For example: ,buy reagents

and your character'll buy that you input into a list.

If you see msg 'You want to buy fast' (or some look like that), change your buydelay.

For example: ,set buydelay 1500

Anything else?

For example in a macros:

Code: Select all

sub Buy_Reg()
  uo.Set('buydelay','2000') #IF you see a msg 'Fast' then change to 2500 e t.c.
  uo.Buy('Reagents')
end sub
wndflehd
Posts: 6
Joined: 2007-10-03 03:29:43

Post by wndflehd »

i did as you said.

Create buylist, and when you can something to add into it- say 'buy' near vendor, and all what he can to trade, he input into left box where you can change quantity and items you want to buy by double click as i know.

-> i want to buy blank scrolls so added 'all blank scrolls'

go neighborhood mage vendor , click 'buy' button.

we expect blank scrolls entered my backpack.

but another thing entered my backpack. ( ex SS, MR etc... )

Bought all 183 of 'blank scrolls'
Total cost: 2379 gp
this is message at 'Results'

in deed, the number of blank scrolls is 39. ( 39 != 183 )
and 2379 gp is wrong, too.
so that 'Results' is wrong.
actually, SS is entered my backpack.

in a word,
i did as you said,
but i can't buy something that i want using injection 'buy/sell'

do you understand?
Last edited by wndflehd on 2007-10-03 17:21:16, edited 1 time in total.
Scripts Writer
Posts: 2259
Joined: 2005-04-19 18:00:29
Location: Московская область
Contact:

Post by Scripts Writer »

If you entered blanc scrolls to buy, but it was bought mandrake, so try to enter mandrake and to look what you'd buy. This is shard problemm is a know, wrong Injection and Vendors buy list
wndflehd
Posts: 6
Joined: 2007-10-03 03:29:43

Post by wndflehd »

wow sir thank you.

i solved my problem in your advise.

i have to add 'SS' for buying blank scrolls at my server.

thank you for your kind.
Post Reply