Page 1 of 1

buy/sell

Posted: 2005-02-06 23:06:48
by tornrac
I play on a french shard and to buy something we must say ''acheter'' and i want to know if it is possible to change the word 'buy' for the word 'acheter' and change de word 'sell' for the word 'vendre' in the buy/sell function.

Posted: 2005-02-07 10:57:31
by Kons
u can make a macro like this :
-say : ,buy
-say : acheter

it wouldn't be the same thing but it should work :\

Re: buy/sell

Posted: 2005-02-08 04:20:56
by Drakull
tornrac wrote:I play on a french shard and to buy something we must say ''acheter'' and i want to know if it is possible to change the word 'buy' for the word 'acheter' and change de word 'sell' for the word 'vendre' in the buy/sell function.


Just edit your injection.xml file and change the following lines:

Code: Select all

   buy="buy"
   sell="sell"


for this ones:

Code: Select all

   buy="acheter"
   sell="vendre"

Posted: 2005-02-11 20:35:52
by tornrac
tanks its working!