[Problem] Adding v18 dungeons

Status
Not open for further replies.
Joined
Mar 13, 2010
Messages
3
Reaction score
0
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
 
Last edited:
You didn't give enough information for us to determine the cause
Check the error logs for the server (not the 3 files you get after the crash. The .txt/.log files that show in the same folder where Program, Resource, and Script are).

My best guess is, you're missing v18 models in mdlObj.inc and maybe the .o3d files in Model folder.
 
You didn't give enough information for us to determine the cause
Check the error logs for the server (not the 3 files you get after the crash. The .txt/.log files that show in the same folder where Program, Resource, and Script are).

My best guess is, you're missing v18 models in mdlObj.inc and maybe the .o3d files in Model folder.

Mmh I think your right ;) I was stupid enough for forgetting to look in myn mdlobj xD I got only the upresia models added there ;)

Thanks
 
Status
Not open for further replies.
Back