Jump to content

Shisui

Former Staff
  • Posts

    977
  • Joined

  • Last visited

  • Days Won

    15
  • Feedback

    0%

Posts posted by Shisui

  1. Use spoiler.

    UserInterface > locale_inc.h
    Add

    #define ENABLE_NEW_EQUIPMENT_SYSTEM
    #define ENABLE_DRAGON_SOUL_SYSTEM
    Like

    #define LOCALE_SERVICE_SINGAPORE			// ½Ì°¡Æú
    #define ENABLE_COSTUME_SYSTEM
    #define ENABLE_ENERGY_SYSTEM
    #define ENABLE_DRAGON_SOUL_SYSTEM
    #define ENABLE_NEW_EQUIPMENT_SYSTEM
    Release mod, build.
    • Love 1
  2. Try this quest

    quest teleport begin
        state start begin
            when login begin
                local map = pc.get_map_index()
                cmdchat("Index mapa : "..map)
            end
            when info or button begin
                local i = tonumber(input(cmdchat("Teleport GetInfo")))
                if type(i) != "number" then return end
                local warp = teleport.warp_kords()
                if warp == nil then return end
                pc.warp(warp[1],warp[2])
            end
            
            function warp_kords()
                return     {
                            {459800,953900},    --Dt
                            {459800,953900},    --Tempel
                            {459800,953900},    --Donner
                            {459800,953900},    --Roter Wald
                            {459800,953900},    --Kap
                            {459800,953900},    --AD
                            {459800,953900},    --Lungsam
                            {459800,953900},    --NW
                            {459800,953900},    --Berg Sohan
                            {459800,953900},    --Bakra
                            {459800,953900},    --OT
                            {459800,953900},    --DC
                            {459800,953900},    --Bokjung
                            {459800,953900},    --AD
                            {459800,953900},    --Chunjo
                            {459800,953900},    --Nephritibucht
                            {459800,953900},    --Grotte1
                            {459800,953900},    --Grotte2
                            {459800,953900},    --Grotte Boss
                            {459800,953900},    --Sd2
                            {459800,953900},    --Sd3
                            {459800,953900},    --Sd Boss
                            {459800,953900},    --Yayang
                            {459800,953900},    --Shinsoo
                            {459800,953900},    --AD
                            {459800,953900},    --Wüste
                            {459800,953900},    --Schlangenfeld
                            {459800,953900},    --Jinno
                            {459800,953900},    --Feuerland
                            {10,10}        --Gautamarkliff
                        }
            end
        end
    end
    • Love 2
  3. Ok, so first download this

    Kraizy.tgz

     

    This file contains all the branches

    p2YPc.png

     

    Some say mainline_released is the best for game/db, others say is mainline.

    As for the client use novaline, or you can use other source codes given by some members.

     

    Next, if your FreeBSD ain't prepered for compiling source follow these steps.

    You may use FreeBSD 9.2 or grater.

    Hello guys today i'm gonna show u how to compile the source in freebsd.

     

    First of all you need and dns or a dedicated server because in hamachi server we can not use the fetch command

     

    We will install Gmake,Makedepend,Svn(subversion),Devil,G++

     

    1)gmake:

    cd /usr/ports/devel/gmake && make install clean
    2)makedepend:

     

    cd /usr/ports/devel/makedepend && make install clean
     

    3)svn:

     

    cd /usr/ports/devel/subversion && make install clean
     

    4)devil:

     

    cd /usr/ports/graphics/devil && make install clean
    5)G++:

    cd /usr/ports/lang/gcc48/ && make install clean
    NOTE: if you have already installed some of this step just skip the step and follow the other

     

    Then you do this:

        From libdevil/ copy all .a files into /usr/lib

        From libgame/From lib copy the From libgame.a file into /usr/lib

        From libhackshield/From lib copy the From libanticpxsvr.a file into /usr/lib

        From liblua/From lib copy the .a files into /usr/lib

        From libpoly/ copy the .o files into /usr/lib

        From libserverkey/ copy the .o files into /usr/lib

        From libthecore/From lib copy the From libthecore.a files into /usr/lib

     

    After copying the files into the /usr/lib do this:

     

    go to Extern folder of the novaline and open the include folder and copy everything into /usr/include

    go to Extern/Lib folder of the novaline branch and copy everything from there to /usr/lib

    go to Extern folder of the novaline branch and drag the cryptopp and openssl folders into /usr/include

     

    After all that you can follow this thread.

     

    Watch the video from 9th minute.

     

     

    If you don't want to have all this work download FreeBSD 9.2 with source code and you're ready 2go.

    • Love 1
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / 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.