[DM2] Help Please

Play Now

daneo1989

I am Ancient.
Staff member
Super Moderator
Dec 5, 2005
6,033
1
276
330
UK
Problem 1. i went to rent a GT. took money then i goto tele there nothing happens (i check gt list no gt list appear's (How long dose it take to activate? (noticed all Exspiry dates are same as creation could this be the problem?)

Problem 2. I create a Guild but when i reboot the server no guilds are there in C:\MIRSERVER\M2SERVER\GUILDBASE\GUILDS theres guild names which have been made but in GUILDBASE guildlist.txt only contains Cool guild
 

koni

V.I.P
VIP
Mar 14, 2006
1,111
1
165
Southampton UK
1st problem,
it normally takes from 24 - 48 hours for the gt's to register

2nd problem,
god knows whats happening, have you done all the sql database updates ? if you think you have go through the updates.doc again and make sure you have done it all correctly and not entered a value incorrectly when you have added a new field into sql.

the 1st problem will prob be directly linked to the 2nd problem if the guilds are not saving then how will the gt's be able link to anything
 
Upvote 0

Akuma

xDEATHx FTW
Golden Oldie
Dec 6, 2006
694
1
25
115
yeah takes about 24 hours to get a gt

if you are using td files, guild info is saved in mssql databases now, apart from those 2 files, with th guild notice in them and useless info lol

VirUs
 
Upvote 0

daneo1989

I am Ancient.
Staff member
Super Moderator
Dec 5, 2005
6,033
1
276
330
UK
ive been through the update.doc 3 times and ive done everything correctly only the bit's where NULL is unticket as i get an error

ive imported the guilds into TLB_GuildList and they are staying put but not sure about new guild's and im using TD's files

im trying to make a kitter npc but it wont store a name within a .txt whats the command's thx

[@Main]
#CALL [\Common\StarterItems] @newbie1
#ACT
goto @main-1
#ELSEACT
goto @main-2

[@main-1]
#SAY
Still in the testing period\

ACT\

<Yes/@yes-1> <No/@Exit>\

[@main-2]
#SAY
Still Testing 2ND\

<No/@Exit>\

ELSEACT\

[@yes-1]
#ACT
#SETNAME [\Common\StarterItems.txt] @newbie1
GIVE MIRSWORD 1
GIVE MIRRING 2
GIVE MIRARMOUR(M) 1
BREAK
 
Last edited:
Upvote 0