Quote:
Originally Posted by Darksid 2greengiant finally got my WSG and AB working, for some reason whenever someone fears i fall through the wall for miles and miles...
Someone told me about collission.dll is the thing that will fix it, but for some reason when i compiled it and loaded it i get.
Collission.dll- Version functions not found
if someone could help me out would greatly appreciate it |
1st of since I am slightly brain dead from lack of sleep pardon me if I am not catching the obvious.
Are you compiling the server yourself or using a repack that supports collision?
Assuming yes to compiling I need more info.
IE. what OS (windows 32, windows 64, linux) , which emu version, etc. For Instance for arc ascent emu version 258 under 32 bit windows
1) compile collision.dll then go to the Release folder under collision.dll
2) copy collision.dll and collision.lib to your visual studiovc\lib folder
3) go into the svn to the trunk\src\ascent-shared\AscentConfig.h and
change the line
Code:
//#define COLLISION 1
to look like this
Code:
#define COLLISION 1
4) compile your server
5) copy your srever files into the appropriate folders
.....(ie. /server and server/script_bin)
6) extract your dbc put them in the appropriate folder
.....(ie. /server/dbc)
7) extract your maps put them in the appropriate folder
.....(ie. /server/maps)
8) extract your vmaps put them in the appropriate folder
.....(ie. /server/vmaps)
9) go back to yourcollision.dll foldr and copy collision.dll and collision.lib to your server folder
.....(ie. /server )