GTAdmin NPC

Play Now

^G0trex

Golden Oldie
Golden Oldie
Nov 7, 2003
1,946
28
135
Bham
Anyone have a fully working script for this? as the one that comes with standard files is missing some of the menus like extend rental period etc..

thnks
 

noisound

Golden Oldie
Golden Oldie
Jul 23, 2004
1,335
10
175
; ===================================
; Market Def NPC File : GTMerchant-0
;
; -----------------------------------
; Name: GTMerchant
; Job:
; Map No: 0
; Pos X 330
; Pos Y 263
; File name: *removed*
; Comment:

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

[@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>\


this is the script i have, hope it helps
 
Upvote 0

noisound

Golden Oldie
Golden Oldie
Jul 23, 2004
1,335
10
175
oops lol my bad

; ===================================
; Market Def NPC File :
;
; -----------------------------------
; Name: GTSteward
; Job:
; Map No: GA1
; Pos X 13
; Pos Y 27
; File name: *removed*
; Comment:

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

[@main]
#SAY
How are you. <$USERNAME>. I am the 'Guild Territory Steward'.\
How can I help you?\ \
I want to <Summon/@summon> members to the territory.\
I want to <extend/@extend> the rental period.\
I want to <check/@agitremain> the remaining rental period.\
I want to <apply & cancel/@appcancel> sale of my guild territory.

[@summon]
#SAY
I will summon the members scattered in the Mir continent now.\ \
<Total summon/@agitrecall>\
<Individual summon/@@agitonerecall>\ \
<Back/@main>

[@extend]
#SAY
<$GUILDAGITEXTENDFEE> gold is required to extend the rental\
period of this territory for 7 additional days.\
After the rental period expiration, the guild is given 7 days\
to extend. If no fee is paid even within the additional 7 days,\
the ownership of the guild territory will be completely removed.\ \
<Extend rental period/@agitextend>\ \
<Back/@main>

[@appcancel]
#SAY
I will start & cancel the sale of guild territory.\
After a successful transaction, the ownership shall be\
transferred to the buyer 24 hours later.\
The master and members of the guild that sold the territory\
willbe booted out automatically.\ \
<Apply for sale of Guild territory/@@agitforsale>\
<Cancel sale of Guild territory/@agitforsalecancel>\ \
<Back/@main>


that what you need?
 
Upvote 0

IceMan

Hero's Act Mir 2
Legendary
Apr 17, 2003
8,544
2
375
330
this is the wroking gtadmin for 2.6

; ===================================
; Market Def NPC File :
;
; -----------------------------------
; Name: GTSteward
; Job:
; Map No: GA1
; Pos X 13
; Pos Y 27
; File name: *removed*
; Comment:

;================================================= =
;
(@agitextend @agitrecall)
[@main]
#SAY
How are you. <$USERNAME>. I am the 'Guild Territory Steward'.\
How can I help you?\ \
I want to <Summon/@summon> members to the territory.\
I want to <extend/@extend> the rental period.\
I want to <check/@agitremain> the remaining rental period.\
I want to <apply & cancel/@appcancel> sale of my guild territory.

[@summon]
#SAY
I will summon the members scattered in the Mir continent now.\ \
<Total summon/@agitrecall>\
<Individual summon/@@agitonerecall>\ \
<Back/@main>

[@extend]
#SAY
<$GUILDAGITEXTENDFEE> gold is required to extend the rental\
period of this territory for 7 additional days.\
After the rental period expiration, the guild is given 7 days\
to extend. If no fee is paid even within the additional 7 days,\
the ownership of the guild territory will be completely removed.\ \
<Extend rental period/@agitextend>\ \
<Back/@main>

[@appcancel]
#SAY
I will start & cancel the sale of guild territory.\
After a successful transaction, the ownership shall be\
transferred to the buyer 24 hours later.\
The master and members of the guild that sold the territory\
willbe booted out automatically.\ \
<Apply for sale of Guild territory/@@agitforsale>\
<Cancel sale of Guild territory/@agitforsalecancel>\ \
<Back/@main>
 
Upvote 0