[Problem] Adding v18 dungeons

03/11/2012 11:05 beestje5#1
Problem v18 Dungeons

I try to get them in myn server but everytime if i putted everything inside it, and i wanne try to start myn world server i get crash + 3files in myn program folder.

Someone knows what im doing wrong ?

Stuff i added in myn resource files

DefineWorld.h

// v18 Dungeons
#define WI_INSTANCE_UPRESIA 129
#define WI_INSTANCE_UPRESIA_1 130
#define WI_INSTANCE_HERNEOS 131
#define WI_INSTANCE_HERNEOS_1 132
#define WI_INSTANCE_SANPRES 133
#define WI_INSTANCE_SANPRES_1 134

CoreServer.ini

// v18 Dungeons
129 0 0 5 5 00 00
130 0 0 5 5 00 00
131 0 0 10 10 00 00
132 0 0 10 10 00 00
133 0 0 5 5 00 00
134 0 0 5 5 00 00

World.inc



WI_INSTANCE_UPRESIA "DuUpresia"
WI_INSTANCE_HERNEOS "DuHerneos"
WI_INSTANCE_SANPRES "DuSanpres"
WI_INSTANCE_UPRESIA_1 "DuUpresia_1"
WI_INSTANCE_HERNEOS_1 "DuHerneos_1"
WI_INSTANCE_SANPRES_1 "DuSanpres_1"

WI_INSTANCE_UPRESIA SetTitle
(
IDS_WORLD_INC_000080
);

WI_INSTANCE_UPRESIA_1 SetTitle
(
IDS_WORLD_INC_000081
);

WI_INSTANCE_HERNEOS SetTitle
(
IDS_WORLD_INC_000082
);

WI_INSTANCE_HERNEOS_1 SetTitle
(
IDS_WORLD_INC_000083
);

WI_INSTANCE_SANPRES SetTitle
(
IDS_WORLD_INC_000084
);


WI_INSTANCE_SANPRES_1 SetTitle
(
IDS_WORLD_INC_000085
);

World.txt

IDS_WORLD_INC_000080 Upresia
IDS_WORLD_INC_000081 Upresia
IDS_WORLD_INC_000082 Herneos
IDS_WORLD_INC_000083 Herneos
IDS_WORLD_INC_000084 Sanpres
IDS_WORLD_INC_000085 Sanpres

[Only registered and activated users can see links. Click Here To Register...]. This Quide was i following ;)
03/11/2012 11:15 Reavern#2
Can you show us the error.txt please?

It would be helpful.
03/11/2012 11:18 beestje5#3
Quote:
Originally Posted by Reavern View Post
Can you show us the error.txt please?

It would be helpful.
I dont got one ;) just the three files inside myn program folder ;) but i quess i forget to put all models in mdlobj ;)

Thanks AnyWay