buy/sell

Ask for help

Moderators: Murderator+, Murderator

Post Reply
tornrac
Posts: 2
Joined: 2005-02-06 06:50:35

buy/sell

Post 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.
Kons
Posts: 3
Joined: 2005-02-06 21:26:20
Contact:

Post by Kons »

u can make a macro like this :
-say : ,buy
-say : acheter

it wouldn't be the same thing but it should work :\
Drakull
Posts: 36
Joined: 2004-07-01 06:02:22

Re: buy/sell

Post 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"
tornrac
Posts: 2
Joined: 2005-02-06 06:50:35

Post by tornrac »

tanks its working!
Post Reply