Likes: 0
Results 1 to 8 of 8
-
18-04-10, 03:08 AM #1
[Release/Share] MaNGos LUA Engine
Register to remove this adThis is from the Flame WoW Emulator Leak
Guide -
HOWTO run it ( by FlamEmu )
Note: for all platforms you will need to aply the sql patch in sql folder
[/COLOR]
-----------
ON WINDOWS:
-----------
1.you need to download boost (boost.org)
2.extract boost and copy /boost dir ... ( you need to have \src\bindings\luascript\boost\cast.hpp in this order )
3.Open your mangos-project with vs2003
4.remove script project
5.File->add project->add existing project and navigate to luascript.vcproj
6.copy the contents of the lua-scripts folder to the folder where your mangosd.exe is run from
7.you are ready ... compile and run ...
-----------
ON LINUX:
-----------
Still testing ...
Warning: This will remove your existing scripts library ( better back it up )
1.you need to download boost (boost.org)
2.extract boost and copy /boost dir ... ( you need to have \src\bindings\luascript\boost\cast.hpp in this order )
3.
cd /to/your/mangos/src/dir
cd ./src/bindings
svn co mangos-luascript - Revision 97: /trunk/src/bindings/luascript luascript
svn cleanup universal
rm -rf universal
ln -s ./luascript ./universal
4.now is the hard part
cd /to/your/mangos/src/dir
./configure <with your config options>
make
#do this as su-user
su -c "make install"
5.copy the contents of the lua-scripts folder to the folder where your run mangosd from
Example: if you run it like bin/mangosd, put it before the 'bin' folder
To start mangos:
cd /where/your/mangosd/executeble is/
./mangosd
FlameWoW
Download
Filebeam - Beam up that File Scottie!
› See More: [Release/Share] MaNGos LUA EngineLast edited by Pedregon; 18-04-10 at 03:10 AM.
-
18-04-10, 03:23 AM #2
-
26-04-10, 09:52 AM #3
That LUA dosnt even work...
EDIT: FlamEmu Hasnt did / touched anything on the file they just downloaded and though it would work and toled everyone its working
same with their scriptdev2 all their scripts are EXACTLY same as scriptdev2 they just changed the copyrights to FlamEmu lol, same with taking most of their Fixes from MaNGOSLast edited by SerialKiller; 26-04-10 at 11:23 AM.
-
20-05-10, 01:56 PM #4
-
11-08-10, 02:14 PM #5
Omg yes we the users of mangos need this!!!!
-
11-08-10, 03:20 PM #6
-
20-08-10, 02:28 PM #7
HAHAHA thats not very nice avidgamer...funny though, made me laugh my ass off. Oh and we the users of MaNGOS do not need a LUA engine because we are all epic and are too good for LUA...well those are my thoughts anyway XD
Kandi
-
22-09-10, 03:22 PM #8
Register to remove this adYou can see that its the same even by looking on how-to-run-it. Its based for VS2003 which means its VERY old. Someone should lock/delete this thread.