Jump to content

[Mangos One] Scriptdev2 help


Fralexxelaf

Recommended Posts

Hi!

This is the first time I'm compiling a server.

When I build mangos I get 10 succeeded 0 failed 0 skipped.

Then I put my scriptdev2 folder which i got from https://github.com/mangos-one/scriptdev2 into src/bindings

Then I go into scriptdev2 and start scriptVC100 as I have c++ 2010 express.

It starts working then I get this:

LINK : fatal error LNK1181: cannot open input file 'mangosd.lib'

========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped =========

Then I try to start scriptVC90 with c++ 2008.

This is what I get:

Project : error PRJ0019: A tool returned an error code from "Extracting revision"

ScriptDev2 - 1 error(s), 0 warning(s)

========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Right now I use the op_scripts database which I got from https://github.com/mangos-one/database

I copied and renamed the scriptdev2.conf.dist.in to scriptdev2.conf in my compiled folder. (And configured it)

But I'm still not sure if it's running.

I downloaded everything with git yesterday so I suppose everything is up to date.

the battlegrounds script seems to be fine but somehow the spirit guides wont cast the spells, so I'm not even sure if scriptdev2 is running.

Sorry for my english and my bad knowledge about this.

Link to comment
Share on other sites

It seems that the database for mangos-one is out of date on the repo since TBC-DB is on 1.1.1 and the revision I have at the moment is 1.2.0 but that shouldn't effect the way scriptdev2 compiles, but it should explain why some things don't work as expected.

Did you compile mangos first before you compiled scriptdev2?

Link to comment
Share on other sites

TBC-DB is mangos-one DB but the mangos-one version seems to be out of date.

You can head over to http://udb.no-ip.org/ to pick up a copy of the latest TBC-DB.

As for the errors with ScriptDev2 I can't really help you as I've yet to encounter any of these errors while compiling a server, however you can head over to the SD2 forums and ask there, they will probably be able to help you a little bit more. I'll leave this thread open anyway in case somebody can help you here.

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use