MMOCoin

Likes Likes:  0
Results 1 to 8 of 8

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Contributor
    Pedregon's Avatar
    Join Date
    Jul 2008
    Posts
    89
    Post Thanks / Like
    Rep Power
    19
    Reputation
    81

    Exclamation [Release/Share] MaNGos LUA Engine

    This 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
    Credits -

    FlameWoW

    Download


    Filebeam - Beam up that File Scottie!
    Last edited by Pedregon; 18-04-10 at 03:10 AM.



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

 

 

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •