Jump to content

kangfredy

Members
  • Posts

    388
  • Joined

  • Last visited

Posts posted by kangfredy

  1. to @kangfredy

     

    I git clone from rathena github, and then git push origin master on my github with inflation.
     
    I already modify the download link.
     
    By the way, this is my first time to use git, so ... if this has some problems, please let me know. /thx
     
    to @Tepoo
     

    Your solution is nice.

     

    I think you have started to explore.

     

    Good luck, and if you have problems, please let me know, maybe I can help you or just discuss.

     

    hm...sorry :) can u give me raw for the change?no full with ratehan..just coding.with ekstension diff??or can u give me file what should i change this.i will make diff for u..heheheh

  2. can u help me how to change this?i've been try to change 

    2330,0,0,1:2:3:4:5:6:7:8:9:10,-12:-14:-16:-18:-20:-22:-24:-26:-28:-30,-6:-7:-8:-9:-10:-11:-12:-13:-14:-15,0,16,0,0,explosionspirits,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0    //SR_TIGERCANNON#Tiger Cannon#
     

     

    and 
     
    2330,0,0,1:2:3:4:5:6:7:8:9:10,-12:-14:-16:-18:-20:-22:-24:-26:-28:-30,-6:-7:-8:-9:-10:-11:-12:-13:-14:-15,0,16,0,0,explosionspirits,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0    //SR_TIGERCANNON#Tiger Cannon#

     

     
     

     

    it's correct??but now,i can't use this skill if im using claw..o_oa..what should i do?

  3. what?i have more modiffied so ur share is default..-_-a but thanks for info



    Hi kangfredy,

     

    What is the OS bit? 32 or 64? If you have a 64bit OS, you have to ./configure with the enable 64bit flag.

     

    ./configure --enable-64bit
    make clean
    make sql

     

    @funtwocrasher - How does RO .SQL have an effect on compile errors?  :wacko: You must be pretending to help.

     

    still not work?i've been try 32 and 64  bit..but it's not affected

     

    nothing error for compile

    just a athena-start problem

    change athena-start with other file :D

    and change permission

     

    i doubt about this because i have normaly athena-start configure.

     

    try compile using lpcre

     useless guys

    any suggestion here?

  4. guys can u help me how to fix my compile? why i can't run my svn?it's no have error..but why i can't run my svn??

     

     

    ./configure


    checking for gcc... gcc

    checking whether the C compiler works... yes

    checking for C compiler default output file name... a.out

    checking for suffix of executables...

    checking whether we are cross compiling... no

    checking for suffix of object files... o

    checking whether we are using the GNU C compiler... yes

    checking whether gcc accepts -g... yes

    checking for gcc option to accept ISO C89... none needed

    checking how to run the C preprocessor... gcc -E

    checking for grep that handles long lines and -e... /bin/grep

    checking for egrep... /bin/grep -E

    checking for ANSI C header files... yes

    checking for sys/types.h... yes

    checking for sys/stat.h... yes

    checking for stdlib.h... yes

    checking for string.h... yes

    checking for memory.h... yes

    checking for strings.h... yes

    checking for inttypes.h... yes

    checking for stdint.h... yes

    checking for unistd.h... yes

    checking minix/config.h usability... no

    checking minix/config.h presence... no

    checking for minix/config.h... no

    checking whether it is safe to define __EXTENSIONS__... yes

    checking whether make sets $(MAKE)... yes

    checking for gcc... (cached) gcc

    checking whether we are using the GNU C compiler... (cached) yes

    checking whether gcc accepts -g... (cached) yes

    checking for gcc option to accept ISO C89... (cached) none needed

    checking how to run the C preprocessor... gcc -E

    checking for ar... /usr/bin/ar

    checking whether byte ordering is bigendian... no

    checking whether gcc produces 32bit code... no

    checking whether gcc supports __thread specifier (TLS)... yes

    checking whether gcc supports -Wno-unused-parameter... no

    checking whether gcc supports -flto... no

    checking whether gcc supports -Wno-pointer-sign... yes

    checking whether gcc can actually use -Wno-pointer-sign... yes

    checking whether gcc supports -Wno-switch... yes

    checking whether gcc supports -fPIC... yes

    checking whether gcc supports -fno-strict-aliasing... yes

    checking for setrlimit... yes

    checking for strnlen... yes

    checking for uselocale... yes

    checking for newlocale... yes

    checking for freelocale... yes

    checking xlocale.h usability... yes

    checking xlocale.h presence... yes

    checking for xlocale.h... yes

    checking for inflateEnd in -lz... yes

    checking zlib.h usability... yes

    checking zlib.h presence... yes

    checking for zlib.h... yes

    checking for library containing sqrt... -lm

    checking for library containing clock_gettime... -lrt

    checking whether CLOCK_MONOTONIC is supported and works... yes

    checking for pthread_create in -lpthread... yes

    checking for pthread_sigmask in -lpthread... yes

    checking for pthread_attr_init in -lpthread... yes

    checking for pthread_attr_setstacksize in -lpthread... yes

    checking for pthread_attr_destroy in -lpthread... yes

    checking for pthread_cancel in -lpthread... yes

    checking for pthread_join in -lpthread... yes

    checking for mysql_config... /usr/bin/mysql_config

    checking for mysql_init in -lmysqlclient... yes

    checking mysql.h usability... yes

    checking mysql.h presence... yes

    checking for mysql.h... yes

    checking MySQL library (required)... yes (5.0.95)

    checking for library containing pcre_study... -lpcre

    checking PCRE library (optional)... yes (6.6)

    checking host OS... Linux

    checking for MinGW... no

    configure: PROD_WARN=  -Wno-pointer-sign -Wno-switch

    configure: Configure finish, CFLAG= -g -O2 -DMAXCONN=16384 -pipe -ffast-math -Wall -DHAS_TLS -fno-strict-aliasing -DHAVE_SETRLIMIT -DHAVE_STRNLEN -Wno-unused -Wno-parentheses  -Wno-pointer-sign -Wno-switch -DHAVE_MONOTONIC_CLOCK

    configure: creating ./config.status

    config.status: creating Makefile

    config.status: creating src/common/Makefile

    config.status: creating 3rdparty/mt19937ar/Makefile

    config.status: creating 3rdparty/libconfig/Makefile

    config.status: creating src/char/Makefile

    config.status: creating src/login/Makefile

    config.status: creating src/map/Makefile

    config.status: creating src/tool/Makefile

    config.status: creating src/test/Makefile

    [root@VPS renewal]# make sql

    make[1]: Entering directory `/root/renewal/3rdparty/mt19937ar'

    make[1]: Nothing to be done for `all'.

    make[1]: Leaving directory `/root/renewal/3rdparty/mt19937ar'

    make[1]: Entering directory `/root/renewal/3rdparty/libconfig'

    make[1]: Nothing to be done for `all'.

    make[1]: Leaving directory `/root/renewal/3rdparty/libconfig'

    make[1]: Entering directory `/root/renewal/src/common'

    make[1]: Nothing to be done for `sql'.

    make[1]: Leaving directory `/root/renewal/src/common'

    make[1]: Entering directory `/root/renewal/src/login'

            LD      @OLOG@

    /usr/bin/ld: skipping incompatible /usr/lib/libpcre.so when searching for -lpcre

    /usr/bin/ld: skipping incompatible /usr/lib/libpcre.a when searching for -lpcre

    /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz

    /usr/bin/ld: skipping incompatible /usr/lib/libz.a when searching for -lz

    /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz

    /usr/bin/ld: skipping incompatible /usr/lib/libz.a when searching for -lz

    make[1]: Leaving directory `/root/renewal/src/login'

    make[1]: Entering directory `/root/renewal/src/char'

            LD      @OCHR@

    /usr/bin/ld: skipping incompatible /usr/lib/libpcre.so when searching for -lpcre

    /usr/bin/ld: skipping incompatible /usr/lib/libpcre.a when searching for -lpcre

    /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz

    /usr/bin/ld: skipping incompatible /usr/lib/libz.a when searching for -lz

    /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz

    /usr/bin/ld: skipping incompatible /usr/lib/libz.a when searching for -lz

    make[1]: Leaving directory `/root/renewal/src/char'

    make[1]: Entering directory `/root/renewal/src/map'

            LD      @OMAP@

    /usr/bin/ld: skipping incompatible /usr/lib/libpcre.so when searching for -lpcre

    /usr/bin/ld: skipping incompatible /usr/lib/libpcre.a when searching for -lpcre

    /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz

    /usr/bin/ld: skipping incompatible /usr/lib/libz.a when searching for -lz

    /usr/bin/ld: skipping incompatible /usr/lib/libpcre.so when searching for -lpcre

    /usr/bin/ld: skipping incompatible /usr/lib/libpcre.a when searching for -lpcre

    /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz

    /usr/bin/ld: skipping incompatible /usr/lib/libz.a when searching for -lz

    make[1]: Leaving directory `/root/renewal/src/map'

    building conf/import and conf/msg_conf/import folder...

  5. It's been discussed and most of the developers are in favor of porting this modification over.  Since it was planned to also do multi-client support in the future, this has been put on hold until a resolution is found.I have re-opened discussion on this to other developers and will post any updates.

     

    yes tq akinari :) i'm waiting for this

×
×
  • Create New...