GT List not showing

smoochy boys on tour

idaBigA

Holley Mir 3!!
VIP
Oct 28, 2003
1,966
110
310
Stoke, UK
I can buy a GT, and can GTTeleport to it, I can move to it via the NPC, but It won't show the GT list.

I have had a look at the updates.doc and I can't see what I have missed, anyone had this problem before?

Also, I haven't searched for this one, but while I am posting anyway :P Where are the settings for adjusting the Orb/Gem rates etc?
 

TravisW

LOMCN Veteran
Veteran
Sep 4, 2007
737
17
125
add (@gtlist) at the top of your gt merchant script.

orbs
ac value
0> dc
1> mc
2> sc
3> ac
4> amc
5> aspeed
6> agil
7> dura
9> poison
14> freezing
15> acc
11> antipoison
12> antimagic

ac2 value:
succes rate (0= always failing, 11 = always works first time)
succes rate goes down 10% each time you use the sAME orb on an item

mac value:
0= breaks item on failure
1= keeps item on failure

mac2 value:
the maximum amount of added stats one orb/gem can add (1 = 1 stat, 2= either 1 or 2 stats ect)
 
Upvote 0

jasper

Golden Oldie
Golden Oldie
Sep 10, 2005
890
3
125
does it dhow in the GTlist in the sql db?, do you have the table there?
[dbo].[Tbl_GTList](
[TerritoryNumber] [tinyint] NOT NULL,
[FLD_GuildName] [varchar](20) NULL,
[FLD_RegDate] [int] NULL,
[FLD_RegEnd] [int] NULL,
[FLD_ForSale] [bit] NOT NULL,
[FLD_ForSaleEnd] [int] NULL,
[FLD_ForSaleGold] [int] NULL,
[FLD_Buyer] [varchar](20) NULL

did you do any of this from the updates doc?

• added an extra npc 'security' thing: now you need to have (@consign) at the top of your auction npc's, (@gtbbs) at the top of your guild territory npc with bbs on it, (@gtlist) on your npc where you can check guild territory listing, (@gtdeco) on the npc where you can view/buy decoration, (@makegem) on the craft npc(s)



and answer to obs/gem success

http://www.lomcn.co.uk/forum/showthread.php?t=52958&highlight=orb


bugger,, too slow
 
Upvote 0

idaBigA

Holley Mir 3!!
VIP
Oct 28, 2003
1,966
110
310
Stoke, UK
Thanks for the help guys.. I have it setup on a VMWare Virtual PC at the moment, and my kids have my PC :( So I can't test it, but it does show up in the SQL, and I am pretty sure all updates have been done. I took your updates Databases that you posted and went through the updates again just to make sure..

I will try the @gtlist thing to make sure its there.

Again, thanks for the help :)

Edit > > the (@gtlist) made it work.. thanks guys :)
 
Last edited:
Upvote 0