help gt merchant

Mu online season 21 - grand opening

Lucafer

LOMCN Veteran
Veteran
May 15, 2008
419
1
45
Newbury,Berks
i have had a custom homezone map made for my server and i have tryied to put a gtmerchant on it and for sum reason it wont work i cnt even click on it
i have changed the txt name to gtmerchant-vt001 and it still dnt work do i have to change nething inside of the txt file

; Market Def NPC File : GTMerchant-0
;
; -----------------------------------
; Name: GTMerchant
; Job:
; Map No: 0
; Pos X 330 <- do i need to change these 2 map & co-ords aswell
; Pos Y 263
; File name: *removed*
; Comment:

;================================================= =
;

[@gtlist @buy @sell @main]
#SAY
How are you? Mirian <$USERNAME>!\
I am the Guild Territory Merchant and\
I'm in charge of guild territory rent and sales.\ \
<What is/@info> a guild territory?\
I want to <rent/@rent> a guild territory.\
I want to <go/@move> to my guild territory.\
I want to check the <list/@agitbuy> of guild territories.\
I want to <trade/@trade> my guild territory.\

[@info]
#SAY
Guild territory is an exclusive space for a guild,\
where the members stay for privacy. Members of the\
guild that has its own territory do not have\
to have secret meetings at the hidden corners of villages,\
where privacy is still not guaranteed. Guild members may\
have private conversations and socialize with other members.\
In short, it is a residence for clans.\ \
<Back/@main>\

[@rent]
#SAY
You need 10,000,000 gold to rent a guild territory and the initial\
period for rent is 7 days.\
If you want to extend, talk to the 'GT Steward' in the territory.\
After paying the fee of 1,000,000 gold,\
the rent will be extended for an additional 7 days.\ \
Do you still want to rent a territory? <Rent/@agitreg> <Cancel/@exit>\

[@move]
#SAY
Then I will teleport you to the territory of your guild.\
However, only the guild masters or the members who\
have their own territories can be transported.\
If you wish to return to castles or villages, look\
for the Armed Transporter at the entrance of the\
guild territory.\ \
Do you want to move to the guild territory? <Move/@agitmove> <Cancel/@exit>\

[@agitbuy]
#SAY
Here, you can see all the information about ownership, trades,\
and sales of guild territories at once. If you intend to\
purchase a guild territory from the list, send a 'note'\
to the guild master who owns the territory. And if you wish to\
purchase the guild territory after reaching agreement,\
use the 'trade' menu of the main screen.\ \
<Back/@main>\

[@trade]
#SAY
By facing the guild master and typing '@tradegt',\
the transaction is complete. After a successful transaction,\
the ownership is transferred in 24 hours and the previous owners\
are automatically 'kicked out' from the territory.\
So, please think carefully berfore trading the guild territory.\ \
<Cancel/@exit>\
break
 

transporter

LOMCN Veteran
Veteran
Jul 12, 2008
608
8
105
Darlington
i have had a custom homezone map made for my server and i have tryied to put a gtmerchant on it and for sum reason it wont work i cnt even click on it
i have changed the txt name to gtmerchant-vt001 and it still dnt work do i have to change nething inside of the txt file

; Market Def NPC File : GTMerchant-0
;
; -----------------------------------
; Name: GTMerchant
; Job:
; Map No: 0
; Pos X 330 <- do i need to change these 2 map & co-ords aswell
; Pos Y 263
; File name: *removed*
; Comment:

;================================================= =
;

[@gtlist @buy @sell @main]
#SAY
How are you? Mirian <$USERNAME>!\
I am the Guild Territory Merchant and\
I'm in charge of guild territory rent and sales.\ \
<What is/@info> a guild territory?\
I want to <rent/@rent> a guild territory.\
I want to <go/@move> to my guild territory.\
I want to check the <list/@agitbuy> of guild territories.\
I want to <trade/@trade> my guild territory.\

[@info]
#SAY
Guild territory is an exclusive space for a guild,\
where the members stay for privacy. Members of the\
guild that has its own territory do not have\
to have secret meetings at the hidden corners of villages,\
where privacy is still not guaranteed. Guild members may\
have private conversations and socialize with other members.\
In short, it is a residence for clans.\ \
<Back/@main>\

[@rent]
#SAY
You need 10,000,000 gold to rent a guild territory and the initial\
period for rent is 7 days.\
If you want to extend, talk to the 'GT Steward' in the territory.\
After paying the fee of 1,000,000 gold,\
the rent will be extended for an additional 7 days.\ \
Do you still want to rent a territory? <Rent/@agitreg> <Cancel/@exit>\

[@move]
#SAY
Then I will teleport you to the territory of your guild.\
However, only the guild masters or the members who\
have their own territories can be transported.\
If you wish to return to castles or villages, look\
for the Armed Transporter at the entrance of the\
guild territory.\ \
Do you want to move to the guild territory? <Move/@agitmove> <Cancel/@exit>\

[@agitbuy]
#SAY
Here, you can see all the information about ownership, trades,\
and sales of guild territories at once. If you intend to\
purchase a guild territory from the list, send a 'note'\
to the guild master who owns the territory. And if you wish to\
purchase the guild territory after reaching agreement,\
use the 'trade' menu of the main screen.\ \
<Back/@main>\

[@trade]
#SAY
By facing the guild master and typing '@tradegt',\
the transaction is complete. After a successful transaction,\
the ownership is transferred in 24 hours and the previous owners\
are automatically 'kicked out' from the territory.\
So, please think carefully berfore trading the guild territory.\ \
<Cancel/@exit>\
break

In SQL TBL_Merchant, you have to add or move the the merchant there.


/JayZ
 
Upvote 0

Doddsy

LOMCN Veteran
Veteran
Loyal Member
Aug 2, 2005
456
2
45
Hartlepool
Think its meant to be like tht
(@gtlist @buy @sell)
[@main]
#SAY
How are you? Mirian <$USERNAME>!\
I am the Guild Territory Merchant and\
I'm in charge of guild territory rent and sales.\ \
<What is/@info> a guild territory?\
I want to <rent/@rent> a guild territory.\
I want to <go/@move> to my guild territory.\
I want to check the <list/@agitbuy> of guild territories.\
I want to <trade/@trade> my guild territory.\
 
Upvote 0