Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > World of Warcraft > WoW Private Server
You last visited: Today at 09:32

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[HILFE]Moonscript in ascent einbinden unter Linux

Discussion on [HILFE]Moonscript in ascent einbinden unter Linux within the WoW Private Server forum part of the World of Warcraft category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2008
Posts: 2
Received Thanks: 0
Thumbs down [HILFE]Moonscript in ascent einbinden unter Linux

Hallo, habe ein kleines Problem die Moonscripts einzubinden. Hier die Anleitung:

Quote:
********************************
* *
* The Moon Project *
* *
********************************

This software is provided as free and open source by the
staff of The Moon Project, in accordance with
the GPL license. This means we provide the software we have
created freely and it has been thoroughly tested to work for
the developers, but NO GUARANTEE is made it will work for you
as well. Please give credit where credit is due, if modifying,
redistributing and/or using this software. Thank you.

Staff of Moon Project, Feb 2008
~~End of License Agreement

################################################## ###########

How to install Moon scripts:

1) Make sure to compile the LATEST Ascent revisions. Leave a copy of the
compiled emulator in the Ascent/bin/release folder. The scripts will need
these files to compile.

2) Create a directory called MoonScripts inside your Ascent/src folder.

3) Check out this folder () into the
newly created MoonScripts folder.

Windows:
4) Now open up one of the Visual Studio solutions and set the build configuration
to Release. Then compile. All the scripts should compile properly.

Linux:
4) Open ascent\src\makefile.am and replace "scripts" with "MoonScripts", like this:
SUBDIRS = ascent-shared ascent-logonserver ascent-world ascent-voicechat ascent-realmserver MoonScripts
Then compile.

5) Apply sql\moonplusplus_full.sql to your world database.

(Note: C++ "scripts" can *NOT* be hot swapped, meaning you must restart the server
to use them).
so habs nach Anleitung gemacht.

Habe im src-folder einen neuen Ordner namens "MoonScripts" angelegt. dort per "svn co http://mmoforge.org/svn/moon/trunk/" alles ins verzeichnis geladen. die "makefile.am" im /home/ascent/trunk/src-folder abgeändert und angefangen zu kompilieren.

nach "make" kam dieses:

Code:
make[3]: Leaving directory `/home/ascent/trunk/src/ascent-realmserver'
Making all in MoonScripts
make[3]: Entering directory `/home/ascent/trunk/src/MoonScripts'
make[3]: *** No rule to make target `all'.  Stop.
make[3]: Leaving directory `/home/ascent/trunk/src/MoonScripts'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ascent/trunk/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ascent/trunk'
make: *** [all] Error 2
root:/home/ascent/trunk#
nach "make install" kam dieses:

Code:
Making install in extras
make[1]: Entering directory `/home/ascent/trunk/extras'
Making install in collision
make[2]: Entering directory `/home/ascent/trunk/extras/collision'
Making install in collision_dll
make[3]: Entering directory `/home/ascent/trunk/extras/collision/collision_dll'
make[4]: Entering directory `/home/ascent/trunk/extras/collision/collision_dll'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/ascent/trunk/extras/collision/collision_dll'
make[3]: Leaving directory `/home/ascent/trunk/extras/collision/collision_dll'
make[3]: Entering directory `/home/ascent/trunk/extras/collision'
make[4]: Entering directory `/home/ascent/trunk/extras/collision'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/ascent/trunk/extras/collision'
make[3]: Leaving directory `/home/ascent/trunk/extras/collision'
make[2]: Leaving directory `/home/ascent/trunk/extras/collision'
make[2]: Entering directory `/home/ascent/trunk/extras'
make[3]: Entering directory `/home/ascent/trunk/extras'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/ascent/trunk/extras'
make[2]: Leaving directory `/home/ascent/trunk/extras'
make[1]: Leaving directory `/home/ascent/trunk/extras'
Making install in src
make[1]: Entering directory `/home/ascent/trunk/src'
Making install in ascent-shared
make[2]: Entering directory `/home/ascent/trunk/src/ascent-shared'
make[3]: Entering directory `/home/ascent/trunk/src/ascent-shared'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/ascent/trunk/src/ascent-shared'
make[2]: Leaving directory `/home/ascent/trunk/src/ascent-shared'
Making install in ascent-logonserver
make[2]: Entering directory `/home/ascent/trunk/src/ascent-logonserver'
make[3]: Entering directory `/home/ascent/trunk/src/ascent-logonserver'
test -z "/home/ascent//bin" || /bin/mkdir -p "/home/ascent//bin"
  /bin/sh ../../libtool --mode=install /usr/bin/install -c 'ascent-logonserver' '/home/ascent//bin/ascent-logonserver'
/usr/bin/install -c ascent-logonserver /home/ascent//bin/ascent-logonserver
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/ascent/trunk/src/ascent-logonserver'
make[2]: Leaving directory `/home/ascent/trunk/src/ascent-logonserver'
Making install in ascent-world
make[2]: Entering directory `/home/ascent/trunk/src/ascent-world'
make[3]: Entering directory `/home/ascent/trunk/src/ascent-world'
test -z "/home/ascent//bin" || /bin/mkdir -p "/home/ascent//bin"
  /bin/sh ../../libtool --mode=install /usr/bin/install -c 'ascent-world' '/home/ascent//bin/ascent-world'
/usr/bin/install -c ascent-world /home/ascent//bin/ascent-world
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/ascent/trunk/src/ascent-world'
make[2]: Leaving directory `/home/ascent/trunk/src/ascent-world'
Making install in ascent-voicechat
make[2]: Entering directory `/home/ascent/trunk/src/ascent-voicechat'
make[3]: Entering directory `/home/ascent/trunk/src/ascent-voicechat'
test -z "/home/ascent//bin" || /bin/mkdir -p "/home/ascent//bin"
  /bin/sh ../../libtool --mode=install /usr/bin/install -c 'ascent-voicechat' '/home/ascent//bin/ascent-voicechat'
/usr/bin/install -c ascent-voicechat /home/ascent//bin/ascent-voicechat
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/ascent/trunk/src/ascent-voicechat'
make[2]: Leaving directory `/home/ascent/trunk/src/ascent-voicechat'
Making install in ascent-realmserver
make[2]: Entering directory `/home/ascent/trunk/src/ascent-realmserver'
make[3]: Entering directory `/home/ascent/trunk/src/ascent-realmserver'
test -z "/home/ascent//bin" || /bin/mkdir -p "/home/ascent//bin"
  /bin/sh ../../libtool --mode=install /usr/bin/install -c 'ascent-realmserver' '/home/ascent//bin/ascent-realmserver'
/usr/bin/install -c ascent-realmserver /home/ascent//bin/ascent-realmserver
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/ascent/trunk/src/ascent-realmserver'
make[2]: Leaving directory `/home/ascent/trunk/src/ascent-realmserver'
Making install in MoonScripts
make[2]: Entering directory `/home/ascent/trunk/src/MoonScripts'
make[2]: *** No rule to make target `install'.  Stop.
make[2]: Leaving directory `/home/ascent/trunk/src/MoonScripts'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/ascent/trunk/src'
make: *** [install-recursive] Error 1
root:/home/ascent/trunk#
mich stört halt der error der da kommt "*** [install-recursive] Error 1"
was bedeutet der, oder hat wer erfahrungen moonscripts in linux einzubinden? wäre für jede hilfe dankbar
Mulano is offline  
Reply


Similar Threads Similar Threads
Einbinden von Vendors bei Ascent
07/10/2008 - World of Warcraft - 0 Replies
HEy ich hab ne frage wie kann man die Gm Vendor´s in das spiel einbinden? was musss ich machen? bitte mit ner beschreibeung ich bin voll verplant o.O Ich brauche unbedingt welche bei meinem server also ich würde mich über Hilfe freuen ^^ gruß GrAz:D
Ascent unter Linux installieren
10/25/2007 - WoW Private Server - 1 Replies
1. Vorwort 2. Packete installieren 3. Source downloaden 4. Kompilieren 5. Einrichten 1. Vorwort In diesem Tutorial werde ich erklären, wie man Ascent unter Linux(Ubuntu/Debian) installiert. Dies gilt für vServer etc und normalen PC. Das Tutorial könnte am Anfang noch etwas kurz sein, aber ich werde es weiter ausbauen, wenn ich genug Zeit habe. Und zögert nicht Fragen zu stellen oder Feeback zu geben. ;)
[Frage] Bot unter Linux
06/19/2005 - Ragnarok Online - 7 Replies
Hallo, Ist es irgendwie möglich Kore so zu complimieren das man es uner nem linux root laufen lassen kann? sowie eAthena unter Win und Unix Systemen? wenn ja, wie?



All times are GMT +1. The time now is 09:33.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.