Mir2 2.3 Server Files

Elvin

Golden Oldie
Golden Oldie
May 14, 2003
1,155
1
175
middlesex
MentaL said:
OK Once my HD is fixed ill release the territory npcs, im sure i had them plus all the lover quests in with the leak i obtained 2months ago.
well played dan
and may i say nice release as an when you do lol
 

BabyBear

Dedicated Member
Dedicated Member
Apr 19, 2003
62
0
82
Horsham, West Sussex.
Nightwolf said:
ye i will release once its fully complete with all correct stats including monster and magic db with correct stats such as power rates etc..

Nice, in the mean time i'll find something else to work on as theres not much point working on the same thing when your clearly capable of doing that part on your own :P
 

spunky05

LOMCN Veteran
Veteran
Loyal Member
Oct 7, 2003
271
1
95
Smallville
Here's a working DecoItem list

The prices may be off but the names and images are all correct.
 

Attachments

  • DecoItem.txt
    4 KB · Views: 47

dapoldi

Dedicated Member
Dedicated Member
Feb 2, 2006
69
0
32
12
 

Attachments

  • MapInfo.txt
    1.5 KB · Views: 35
  • Merchant.txt
    143 bytes · Views: 36
  • Mongen.txt
    7.2 KB · Views: 33
  • cnode-66.txt
    131 bytes · Views: 36
Last edited:

dapoldi

Dedicated Member
Dedicated Member
Feb 2, 2006
69
0
32
12
 

Attachments

  • stoned-6.txt
    179 bytes · Views: 33
  • stoned-5.txt
    240 bytes · Views: 26
  • traveller-5.txt
    1 KB · Views: 26
Last edited:

gizzy0001

Dedicated Member
Dedicated Member
Feb 26, 2005
90
0
33
if it not To much Trouble Can we have rough guid on how to set up ur SQL 2005 or 2000 as in how to restore the Databases in to wot ever SQL ppl are using as ppl seem to be using both vers.. ty
 

Demonic

LOMCN VIP
VIP
Dec 1, 2003
1,806
2
165
gizzy0001 said:
if it not To much Trouble Can we have rough guid on how to set up ur SQL 2005 or 2000 as in how to restore the Databases in to wot ever SQL ppl are using as ppl seem to be using both vers.. ty

It has already been posted a link to my page were the guide lives on SQL, how to install and so forth, these files are so close to Mir3 I think it hurts !!
 

Primal

LOMCN VIP
VIP
Jun 28, 2004
1,756
102
289
spunky05 said:
Hehe, just gotta figure out how to get there now lol
:O how u do that? then the rest of us can further your investigation :D

100 is better then 1 :P
n1
 

Nightwolf

Developer
VIP
Jul 16, 2003
2,133
21
265
Manchester, UK
Nicky said:
404 - Not Found

The requested URL was not found on this server.
« Back
ye i removed the files for now going to release a full envir once all complete

edit also xsoffee asked me to send her my db and my current npc scripts and there will be a new release soon also the full version is around the corner :)
 
Last edited:

Primal

LOMCN VIP
VIP
Jun 28, 2004
1,756
102
289
Nightwolf said:
ye i removed the files for now going to release a full envir once all complete
u know how spunky did that with the GT? care to explain if u do?
ty in advance
 

Nightwolf

Developer
VIP
Jul 16, 2003
2,133
21
265
Manchester, UK
oh also reason why the merchant npc and gts wont fully work atm is the db needs storage procedures adding with the UM_ at the beginning these are all within the M2

UM_LOAD_ITEMNAME
UM_LOAD_USERNAME
UM_LOAD_ITEMSET
UM_LOAD_ITEMTYPE

UM_READYTOSELL_NEW
UM_LOAD_INDEX
UM_CHECK_MAKEINDEX
UM_CHECK_INDEX_BUY
UM_CHECK_INDEX
 
Last edited:

Primal

LOMCN VIP
VIP
Jun 28, 2004
1,756
102
289
Nightwolf said:
oh also reason why the merchant npc and gts wont fully work atm is the db needs storage procedures adding with the UM_ at the beginning these are all within the M2

UM_LOAD_ITEMNAME
UM_LOAD_USERNAME
UM_LOAD_ITEMSET
UM_LOAD_ITEMTYPE

UM_READYTOSELL_NEW
UM_LOAD_INDEX
UM_CHECK_MAKEINDEX
UM_CHECK_INDEX_BUY
UM_CHECK_INDEX
are these as fields? or like tables? (if so what fields go inside them?)
 

spunky05

LOMCN Veteran
Veteran
Loyal Member
Oct 7, 2003
271
1
95
Smallville
In your GuildBase folder you should have a file called GuildAgitList.txt
this is how you add a guild territory manually.
Code:
;Territory no.|Guild name|Guild master|Reg Date|Remain days|Territory gold|On sale|Sale gold|Sale remain days|Buy Guild name|Buy Guild master|Conclusion date
1	GameMasters	Spunky	2006.7.17.12:59:7	3	500000	0	0	0	0	0	2006.7.18.12:59:7
 

Nightwolf

Developer
VIP
Jul 16, 2003
2,133
21
265
Manchester, UK
badboyadam said:
are these as fields? or like tables? (if so what fields go inside them?)
not 100% sure atm best thing to do is have a play around with it try adding them as fields if that dont do anything then try adding them as tables.