Jump to content

Chaos92

Members
  • Posts

    1864
  • Joined

  • Last visited

  • Days Won

    63

Posts posted by Chaos92

  1. 10 hours ago, Diana said:

    I edited the ports and IPs in the server.php but still not working 

    any help please?

    ** Edit : I opened the ports in my Cloud and still the same?

    HPqOtAs.png

    ask your hoster or anything regarding your hosting to whitelist your server IP and ports for the 3 servers.

  2. On 11/2/2018 at 12:28 AM, max65 said:

    its okay now with "brackets" for change iteminfo.lua , but now my second problem's

    1064570784_Sanstitre.thumb.png.760ce3f8cad132f047e5724119fad500.png

    do you know why i can see with no error my hat but i dont see on my charactere ? have you just idea ? ^^

    have follow this guide

    and for Iteminfolua

    
    	},
        	[40000] = {
    		unidentifiedDisplayName = "Black_Feather_Beret",
    		unidentifiedResourceName = "Black_Feather_Beret",
    		unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." },
    		identifiedDisplayName = "Black_Feather_Beret",
    		identifiedResourceName = "Black_Feather_Beret",
    		identifiedDescriptionName = { "Black_Feather_Beret" },
    		slotCount = 0,
    		ClassNum = 1772
    	},

     

    for no sprite ingame, its for sure accessoryid and accname issue if your sprite is already there.

    • Love 1
  3. 5 hours ago, max65 said:

    Hi Rathena =p,

    Maybe its a nobrain question but , i don't have find my answer in forum =s

    how change Url for other people can look my Site?

    urllocl.png.57d31eacfeb5ab0a2d4fdaad927842fe.png

    i Used VPs with Windows Serveur 2012 and Openserver.

    Ty for your reply ^^

    point your domain to your server IP nameservers.
    Then change the url in config/application.php

  4. Hello everyone,

    I have problems with below log

     

    [Debug]: [Debug]: showmsg: dynamic buffer used, increase the static buffer size to 30 or more.
    at :139778797529152 - (null)

    Anyone know how to solve it ? It makes items are not saved in database.

     

    
    [Debug]: at char.cpp:727 - INSERT INTO `inventory`(`char_id`, `nameid`, `amount`, `equip`, `identify`, `refine`, `attribute`, `expire_time`, `bound`, `unique_id`, `favorite`, `card0`, `card1`, `card2`, `card3`, `option_id0`, `option_val0`, `option_parm0`, `option_id1`, `option_val1`, `option_parm1`, `option_id2`, `option_val2`, `option_parm2`, `option_id3`, `option_val3`, `option_parm3`, `option_id4`, `option_val4`, `option_parm4`) VALUES ('150100', '506', '12', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0')
    [Info]: Saved Inventory (0) data to table inventory for char_id: 150100
    [Info]: Saved Cart (0) data to table cart_inventory for char_id: 150100
    [Info]: Saved char 150100 - MemoryMerlin: status.
    [Info]: Saved Storage (0) data to table storage for account_id: 2000058
    [Debug]: [Debug]: showmsg: dynamic buffer used, increase the static buffer size to 30 or more.
    at :139778797529152 - (null)
    [Info]: Saved Inventory (0) data to table inventory fo

     

  5. 9 minutes ago, Zycron said:

    So every time I kill a mob I get this duplicate error. I have tried dropping log db resourcing log.sql from newest revision and manually updating my old one still get the error any fix?

     

    Untitled-1.jpg

    You have 2 'bound' column ?
    Your screenshot isnt very clear.

  6. 11 hours ago, Diana said:

    I downloaded a new copy of rAthena in my CentOS 6.9 ( Final ) VPS 

    and I tried to use " ./configure " 

    But I got the following error

    
    [root@ rAthena]# ./configure
    checking for g++... g++
    checking whether the C++ compiler works... no
    configure: error: in `/home/user/rAthena':
    configure: error: C++ compiler cannot create executables
    See `config.log' for more details

    And my config.log file is

    
    This file contains any messages produced by compilers while
    running configure, to aid debugging if configure makes a mistake.
    
    It was created by configure, which was
    generated by GNU Autoconf 2.69.  Invocation command line was
    
      $ ./configure 
    
    ## --------- ##
    ## Platform. ##
    ## --------- ##
    
    hostname = MY_HOST_NAME_HERE
    uname -m = x86_64
    uname -r = 2.6.32-042stab128.2
    uname -s = Linux
    uname -v = #1 SMP Thu Mar 22 10:58:36 MSK 2018
    
    /usr/bin/uname -p = unknown
    /bin/uname -X     = unknown
    
    /bin/arch              = x86_64
    /usr/bin/arch -k       = unknown
    /usr/convex/getsysinfo = unknown
    /usr/bin/hostinfo      = unknown
    /bin/machine           = unknown
    /usr/bin/oslevel       = unknown
    /bin/universe          = unknown
    
    PATH: /opt/rh/devtoolset-4/root/usr/bin
    PATH: /opt/rh/rh-java-common/root/usr/bin
    PATH: /usr/lib64/qt-3.3/bin
    PATH: /usr/local/sbin
    PATH: /usr/local/bin
    PATH: /sbin
    PATH: /bin
    PATH: /usr/sbin
    PATH: /usr/bin
    PATH: /root/bin
    
    
    ## ----------- ##
    ## Core tests. ##
    ## ----------- ##
    
    configure:2285: checking for g++
    configure:2301: found /opt/rh/devtoolset-4/root/usr/bin/g++
    configure:2312: result: g++
    configure:2339: checking for C++ compiler version
    configure:2348: g++ --version >&5
    g++ (GCC) 5.3.1 20160406 (Red Hat 5.3.1-6)
    Copyright (C) 2015 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.  There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    
    configure:2359: $? = 0
    configure:2348: g++ -v >&5
    Using built-in specs.
    COLLECT_GCC=g++
    COLLECT_LTO_WRAPPER=/opt/rh/devtoolset-4/root/usr/libexec/gcc/x86_64-redhat-linux/5.3.1/lto-wrapper
    Target: x86_64-redhat-linux
    Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,lto --prefix=/opt/rh/devtoolset-4/root/usr --mandir=/opt/rh/devtoolset-4/root/usr/share/man --infodir=/opt/rh/devtoolset-4/root/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --enable-plugin --with-linker-hash-style=gnu --enable-initfini-array --disable-libgcj --with-default-libstdcxx-abi=gcc4-compatible --with-isl=/builddir/build/BUILD/gcc-5.3.1-20160406/obj-x86_64-redhat-linux/isl-install --enable-libmpx --with-mpc=/builddir/build/BUILD/gcc-5.3.1-20160406/obj-x86_64-redhat-linux/mpc-install --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
    Thread model: posix
    gcc version 5.3.1 20160406 (Red Hat 5.3.1-6) (GCC) 
    configure:2359: $? = 0
    configure:2348: g++ -V >&5
    g++: error: unrecognized command line option '-V'
    g++: fatal error: no input files
    compilation terminated.
    configure:2359: $? = 1
    configure:2348: g++ -qversion >&5
    g++: error: unrecognized command line option '-qversion'
    g++: fatal error: no input files
    compilation terminated.
    configure:2359: $? = 1
    configure:2379: checking whether the C++ compiler works
    configure:2401: g++    conftest.cpp  >&5
    /opt/rh/devtoolset-4/root/usr/libexec/gcc/x86_64-redhat-linux/5.3.1/ld: cannot find -lstdc++_nonshared
    collect2: error: ld returned 1 exit status
    configure:2405: $? = 1
    configure:2443: result: no
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE_URL ""
    | /* end confdefs.h.  */
    | 
    | int
    | main ()
    | {
    | 
    |   ;
    |   return 0;
    | }
    configure:2448: error: in `/home/user/rAthena':
    configure:2450: error: C++ compiler cannot create executables
    See `config.log' for more details
    
    ## ---------------- ##
    ## Cache variables. ##
    ## ---------------- ##
    
    ac_cv_env_CCC_set=
    ac_cv_env_CCC_value=
    ac_cv_env_CC_set=
    ac_cv_env_CC_value=
    ac_cv_env_CFLAGS_set=
    ac_cv_env_CFLAGS_value=
    ac_cv_env_CPPFLAGS_set=
    ac_cv_env_CPPFLAGS_value=
    ac_cv_env_CXXCPP_set=
    ac_cv_env_CXXCPP_value=
    ac_cv_env_CXXFLAGS_set=
    ac_cv_env_CXXFLAGS_value=
    ac_cv_env_CXX_set=
    ac_cv_env_CXX_value=
    ac_cv_env_LDFLAGS_set=
    ac_cv_env_LDFLAGS_value=
    ac_cv_env_LIBS_set=
    ac_cv_env_LIBS_value=
    ac_cv_env_build_alias_set=
    ac_cv_env_build_alias_value=
    ac_cv_env_host_alias_set=
    ac_cv_env_host_alias_value=
    ac_cv_env_target_alias_set=
    ac_cv_env_target_alias_value=
    ac_cv_prog_ac_ct_CXX=g++
    
    ## ----------------- ##
    ## Output variables. ##
    ## ----------------- ##
    
    AR=''
    CC=''
    CFLAGS=''
    CFLAGS_AR=''
    CPPFLAGS=''
    CXX='g++'
    CXXCPP=''
    CXXFLAGS=''
    CXXFLAG_CLEARS=''
    DEFS=''
    DLLEXT=''
    ECHO_C=''
    ECHO_N='-n'
    ECHO_T=''
    EGREP=''
    EXEEXT=''
    GREP=''
    HAVE_MYSQL=''
    HAVE_PCRE=''
    LDFLAGS=''
    LIBOBJS=''
    LIBS=''
    LTLIBOBJS=''
    MYSQL_CFLAGS=''
    MYSQL_CONFIG_HOME=''
    MYSQL_LIBS=''
    MYSQL_VERSION=''
    OBJEXT=''
    OCHR=''
    OLOG=''
    OMAP=''
    PACKAGE_BUGREPORT=''
    PACKAGE_NAME=''
    PACKAGE_STRING=''
    PACKAGE_TARNAME=''
    PACKAGE_URL=''
    PACKAGE_VERSION=''
    PATH_SEPARATOR=':'
    PCRE_CFLAGS=''
    PCRE_LIBS=''
    PCRE_VERSION=''
    SET_MAKE=''
    SHELL='/bin/sh'
    SOFLAGS=''
    WITH_PLUGINS=''
    ac_ct_CC=''
    ac_ct_CXX='g++'
    bindir='${exec_prefix}/bin'
    build_alias=''
    datadir='${datarootdir}'
    datarootdir='${prefix}/share'
    docdir='${datarootdir}/doc/${PACKAGE}'
    dvidir='${docdir}'
    exec_prefix='NONE'
    host_alias=''
    htmldir='${docdir}'
    includedir='${prefix}/include'
    infodir='${datarootdir}/info'
    libdir='${exec_prefix}/lib'
    libexecdir='${exec_prefix}/libexec'
    localedir='${datarootdir}/locale'
    localstatedir='${prefix}/var'
    mandir='${datarootdir}/man'
    oldincludedir='/usr/include'
    pdfdir='${docdir}'
    prefix='NONE'
    program_transform_name='s,x,x,'
    psdir='${docdir}'
    sbindir='${exec_prefix}/sbin'
    sharedstatedir='${prefix}/com'
    sysconfdir='${prefix}/etc'
    target_alias=''
    
    ## ----------- ##
    ## confdefs.h. ##
    ## ----------- ##
    
    /* confdefs.h */
    #define PACKAGE_NAME ""
    #define PACKAGE_TARNAME ""
    #define PACKAGE_VERSION ""
    #define PACKAGE_STRING ""
    #define PACKAGE_BUGREPORT ""
    #define PACKAGE_URL ""
    
    configure: exit 77

    By checking my gcc version I got : 

    
    [root@ rAthena]# gcc --version
    gcc (GCC) 5.3.1 20160406 (Red Hat 5.3.1-6)
    Copyright (C) 2015 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.  There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

    Please can anyone solve my problems?

    try use Centos 7 instead.

  7. 4 hours ago, jason_vigo said:

    I've been trying to adjust the slot number on a few in games items. changing the number from 1 to 4

    But as soon as i try and launch the client i get an error:

    System/ItemInfo.lua:131891: unfinished string near '"...'®?,f"fXf^[,??,'

    When i launch the clent all items ether show as an apple or empty icon and the client crashes shortly after.

    So what is causing this error and what can i do about it?

    I'm using client 2015-11-04a

    open with notepad ++

×
×
  • Create New...