ok better wait for the guide OR can someone help me doing the .dll of my scripts ill send all my files so you can convert into one .dll file ill rep anyone that can make me this favor
ok better wait for the guide OR can someone help me doing the .dll of my scripts ill send all my files so you can convert into one .dll file ill rep anyone that can make me this favor
remember to +Rep people that helped you out Spartansp RepackV4 How to setup Spartansp Repack
Usefull guide 1 MMOwned Morpher SFGAMES WEBSITE
I'm not great with coding, but I found a few guides on google. Will this work? How to: Create and Use C# DLLs (C#) Just google "How to make a DLL" and you'll get a ton of results. It appears that website has tutorials on quite a few things, so the answer may lie in there.
The thing is, I cant tell at exactly what point or what is exactly going on with this item.
If you have wrote the source code, and want to compile it as a DLL, I can try and compile it.
If you have an item in game that you want making into a DLL, I dont think that's possible.
If you have an item ingame, that is referencing a DLL, then all the person will need is the DLL file, and the SQL for the item - this is how the Morph/Tele NPCs work.
hey can you post a guide on how to compile dlls?
I thought you could compile Halo?
Its just the same as compiling Ascent, except you go into trunk/src/scripts and compile the scripts as a batch, or you go into trunk/src/scripts/projects and compile individual scripts with their *.vcproj file.
All you need to remember is to have a fully compiled version of Ascent already, before you compile a script, because the script files look for Ascent.lib, and associated files during its build.
thanks just let me spread rep and ill rep you stephtorrent
remember to +Rep people that helped you out Spartansp RepackV4 How to setup Spartansp Repack
Usefull guide 1 MMOwned Morpher SFGAMES WEBSITE
Just hope it worked
Your paths were a bit funky but it worked in the end.
yea sorry it was my first try and also there is something that is bad like the PVP areas i forgot to make a submenu thats why i am just wandering if you can tell me how can i make the dll myself so i am not bothering anymore with my fixes :S
remember to +Rep people that helped you out Spartansp RepackV4 How to setup Spartansp Repack
Usefull guide 1 MMOwned Morpher SFGAMES WEBSITE
We've talked about it in PM, but basically just get a hold of Visual C++ 2003 and start reading through a few guides here on the site, there's plenty of them around.
That way you are always up to date with the latest Ascent core releases, NCDB databases etc.
As I said in PM, it's a pain at first, but you speed up once you get your head around it and start to figure it out.
kk thanks again steph and i search google for the visual c++ 2003 but i can only find 2005 did this work also?? or i need 2003? thanks again for all your help
remember to +Rep people that helped you out Spartansp RepackV4 How to setup Spartansp Repack
Usefull guide 1 MMOwned Morpher SFGAMES WEBSITE
You can get Visual C++ 2008 Express, which is the latest version, or 2005, or 2003.
Ive tried all three versions, and the easiest to use is 2003. I get much fewer compile errors with 2003 than the others.
Most projects, Ascent, NCDB support all three versions of VC++, but as I said, there's usually less problems when you use 2003.
ok ill try to find 2003 if i cant find it ill use 2005
remember to +Rep people that helped you out Spartansp RepackV4 How to setup Spartansp Repack
Usefull guide 1 MMOwned Morpher SFGAMES WEBSITE
Lol just got home, and yes gastric posted a guide lol, btw im just dumb at the moment, tired as hell, no clue what im doing lol.
me neither lol everytime i try to compile it it says at the bottom failed: 1... but i have a doubt do i need to compile the ascent or i can just compile the globalnpc thing alone without a compiled ascent ??
remember to +Rep people that helped you out Spartansp RepackV4 How to setup Spartansp Repack
Usefull guide 1 MMOwned Morpher SFGAMES WEBSITE
You need to compile Ascent first, because the DLL you need references ascent.lib, which you need from the ascent compile.