• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Who knows how to make the "Tradeshop Owner " work?

Newbie Spellweaver
Joined
Feb 6, 2010
Messages
15
Reaction score
0
I can add Tradeshop Owner to maps, but I cannot sell and buy something just like the way in public servers.

That is, the Tradeshop Owner behave like a shop, I must set the goods and can only buy these goods I set.

In redmoon, one can sell things to Tradeshop Owner, and indicates to sell to a specific person, or to every person. It is the original way Tradeshop Owner works.

Who can help me?

Is there a table in the database handleing all these? Or a file?

Thanks!
 
Newbie Spellweaver
Joined
Jan 17, 2010
Messages
12
Reaction score
0
well, i looked into it, but i clicked sell on the guy, told him i wanted to sell 10 ginseng's at 200 price each. and the guy accepted, maybe you didn't get that function working or soemthign. but ok, so i looked around for that price and amount in a table, took a minute.

in the tables section "tblExchange1_001" i found that logged down there, so taht table at least for me is what keeps track of the things in the trader guy. maybe see if you have that table as well, but i don't see why you would have a problem with telling the guy to sell somethign for you.

the next lines relate to files associated with downtown1

in "extra00003.rme" there was these lines...

; [ID] [¸ð½À] [Event] [À§Ä¡] [bRandomMove]
+°úÇבּ¸¿ø1 17 63 84 72 86 74 0
+¹æ¹ü´ë¿ø1 11 64 72 231 74 233 1
oldtrader 24 32 104 100 106 112 0

so there's the line in it that is there for "oldtrader"


in "shop00003.rss" there are these lines...

; ÀÌ ¸Ê¿¡ ÀÖ´Â »óÁ¡µéÀÇ ¹øÈ£
13
14

which in these lines 13 is scientist and 14 is watchman which have nothign to do with the oldtrader which would say that maybe the oldtrader isn't a shop like a normal shop.


in "eventinfo.rse" the event line below...

32 20 1

which in the "extra00003" file was maybe pointing to this event being of use to the old trader. other than that, i dunno, just experiment but i'm using 3.8 version so maybe if you're on 4.4 there might be some changes.
 
Last edited:
Newbie Spellweaver
Joined
Sep 17, 2008
Messages
45
Reaction score
0
Hi,

i have check it out, but at my server it will not work.
at 32 and 33 it will apear the message of the rare (dura) trader.
and when i wnat to sell something then there only comes the
normal option and not that one from the old trader where i
can put an item and where i can select which ones can buy that item.

in the EventInfo.rse

32 20 1
33 20 35

both points to the same Event (20) ?!?!

Greetings
Ralf Marquardt
 
Newbie Spellweaver
Joined
Sep 17, 2008
Messages
45
Reaction score
0
Hi,

i have build up an 3.8 Server and used an 3.8 Client and it's
the same. Don't know it is some thing with the server files i have.
Not shure but i am thing the routines for the old trader not there.

Greetings
Ralf Marquardt
 
Initiate Mage
Joined
Jan 10, 2010
Messages
2
Reaction score
0
hi,all
i have find somethins about trader.
X:\CompleteBD\Redmoon3.8\Bin\Config\rmServer.ini
ExchangeTableName=tblExchange1

but in DB
there have four table for exchange
1, tblExchange1_001
2, tblExchange1_002
3, tblExchange01temp
4, tblExchange02temp
there is not have tblExchange1.
what's matter? witch one is correct ?
did u have 'tblExchange1'tabe in your db?

i use 'CompleteBD' server file.
Event ID 20 mean Exchange
32 20 1 ? what ? exchange?


Ps: thanks , rmarquardt
for B2 :)
 
Last edited:
Newbie Spellweaver
Joined
Sep 17, 2008
Messages
45
Reaction score
0
hi,all
i have find somethins about trader.
X:\CompleteBD\Redmoon3.8\Bin\Config\rmServer.ini
ExchangeTableName=tblExchange1

but in DB
there have four table for exchange
1, tblExchange1_001
2, tblExchange1_002
3, tblExchange01temp
4, tblExchange02temp
there is not have tblExchange1.
what's matter? witch one is correct ?
did u have 'tblExchange1'tabe in your db?

i use 'CompleteBD' server file.
Event ID 20 mean Exchange
32 20 1 ? what ? exchange?


Ps: thanks , rmarquardt
for B2 :)

Moin, moin, Freegho,

EventInfo.rse:

32 20 1 (should be the old trader)
33 20 35 (is the rare dura trader)

but i don't get the old trader to work with my serverfiles.
I have only the 3.944 Server & Cient (temporary links)
from holmancarey

Greetings
rmarquardt
 
Newbie Spellweaver
Joined
Jan 7, 2008
Messages
61
Reaction score
1
If I'm not mistaking, you are missing an SP to make the trader work.
 
Newbie Spellweaver
Joined
Sep 17, 2008
Messages
45
Reaction score
0
If I'm not mistaking, you are missing an SP to make the trader work.

Moin, moin, SCDragon,

SP, what is SP :?:

Greetings
rmarquardt

---------- Post added at 01:17 PM ---------- Previous post was at 01:00 PM ----------

Moin, moin, SCDragon,

SP, what is SP :?:

Greetings
rmarquardt

Ähm, SP = Stored Procedure :D:

There is only a procedure for a Message, when an Item has sold.

RMS_EXCHANGE_SENDEXCHANGEGAIN

Greetings
rmarquardt
 
Newbie Spellweaver
Joined
Jun 5, 2005
Messages
43
Reaction score
0
how do you make Sahara trader sell boosters and other items that are not uniqs. i added the items to trade manually in database and
it doesnt give you the item when you purchase it??
 
Newbie Spellweaver
Joined
Jan 7, 2008
Messages
61
Reaction score
1
The trader in sahara can only handle uniques. You have to add an extra shop to sell other stuff.

@rmarquardt: Are you using completely clean files with none of Legacy's stuff in it?
 
Back
Top