Jump to content

rans

Members
  • Posts

    429
  • Joined

  • Last visited

  • Days Won

    7

Community Answers

  1. rans's post in Compilation and installation was marked as the answer   
    You should be using 
    "make server" instead of "make sql"
  2. rans's post in FluxCP Mod. was marked as the answer   
    Fatal error: Call to a member function toArray() on a non-object in /home/hosting/public_html/yourro/lib/Flux/Athena.php on line 175

    Bump for this

    nvm. solved
     
                                    'MapServer'       => array(                                         'Address'     => 'xx.x.x.x',                                         'Port'        => 5121                                 ) ),
        array(                                 'ServerName'      => '1234ro',                                 'Renewal'         => true,                                 'MaxCharSlots'    => 9,
  3. rans's post in Preferred custom item id and view id? was marked as the answer   
    uhm, i dont have idea for that since i dont use custom items in my server xD
    but on my past server i use 2000+
    I dont know if 2000 now is being use.
  4. rans's post in Starting Server Problem was marked as the answer   
    Ahm try rebooting your vps xD
  5. rans's post in Deviling card was marked as the answer   
    This topic is solved http://rathena.org/b...ardfix-is-wrong
  6. rans's post in Flux CP error please help >.< was marked as the answer   
    hmm 
    maybe try this guide..
    http://rathena.org/board/topic/73545-guidelines-fix-flux-cp-errors/
    it works for me when im having a connection problem with flux cp to sql
  7. rans's post in help with @afk command was marked as the answer   
    Hi,


    i use this script... try it.. 





        ==========================================   int atcommand_afk(const int fd, struct map_session_data* sd, const char* command, const char* message)   { nullpo_retr(-1, sd); if( map[sd->bl.m].flag.autotrade == battle_config.autotrade_mapflag ) {     if (!message || !*message) {   chat_createpcchat(sd, "(@afk) PUB~", "", 1, 1); trade_tradeack(sd,4); sd->state.autotrade = 1; if( battle_config.at_timeout ) { int timeout = atoi(message); status_change_start(&sd->bl, SC_AUTOTRADE, 10000, 0, 0, 0, 0, ((timeout > 0) ? min(timeout,battle_config.at_timeout) : battle_config.at_timeout) * 60000, 0); }   clif_authfail_fd(fd, 15);   }     if((strlen(message) < 0)||(strlen(message) > 36)) { chat_createpcchat(sd, "(@afk) Pm FB~", "", 1, 1); trade_tradeack(sd,4); sd->state.autotrade = 1; if( battle_config.at_timeout ) { int timeout = atoi(message); status_change_start(&sd->bl, SC_AUTOTRADE, 10000, 0, 0, 0, 0, ((timeout > 0) ? min(timeout,battle_config.at_timeout) : battle_config.at_timeout) * 60000, 0); }   clif_authfail_fd(fd, 15);   } chat_createpcchat(sd, message, "", 1, 1); trade_tradeack(sd,4); sd->state.autotrade = 1; if( battle_config.at_timeout ) { int timeout = atoi(message); status_change_start(&sd->bl, SC_AUTOTRADE, 10000, 0, 0, 0, 0, ((timeout > 0) ? min(timeout,battle_config.at_timeout) : battle_config.at_timeout) * 60000, 0); }   clif_authfail_fd(fd, 15);         } else clif_displaymessage(fd, "AFK is not allowed on this map.");   return 0; }
  8. rans's post in Requesting Lhz aura recolor was marked as the answer   
    You mean like this?

     
    Black_Aura.bmp
    Blue_Aura.bmp
    Cyan_Aura.bmp
    fallen_gladiator_aura.bmp
    Green_Aura.bmp
    Pink_Aura.bmp
    Red_Aura.bmp
    Violet_Aura.bmp
    White_Aura.bmp
    Yellow_Aura.bmp
  9. rans's post in not working background slicer was marked as the answer   
    Here
    ROLSG.rar
×
×
  • Create New...