Jump to content

PapaZola

Members
  • Posts

    925
  • Joined

  • Last visited

Posts posted by PapaZola

  1.  

    sorry, but fixchatbug choice wont let me type the @

     

    I´m using ver SVN r17818

    just in case

     

    I has to look like this??

     

     

    sinttulokiq.png
     
     
    NICE THAT REALLY works, I apologize my dumbness
    you know. I am just practicing my english since all this config, sql, and stuff like this came.
     

    sinttuloino.png
     
     
    Problem solved!! Thankyou Brian

     

    can share the source pls

  2. /*==========================================
    * @afk by Rad, built on by Tubby 
    * same as autotrade, but works without vending
    *------------------------------------------*/
    ACMD_FUNC(afk)
    {
    nullpo_retr(-1, sd);
    if( map[sd->bl.m].flag.autotrade == battle_config.autotrade_mapflag )
    {
    
    
    
    
    if (!message || !*message) {
    
    
    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)) {
    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);
    
    
    }
    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;
    }
    

    i try using this @afk source

    but its seem error show up

    zdlldnhu5g.png

     

  3. check your scripts_guild.conf, if you have all the castles enabled

     

    all i already enable

    http://pastebin.com/A4e5t0vv

    euphy has changed the script for woe long ago ...and it break the functionality of other woe controller...

    either you can revert it back using the old guild folder...or switch to euphy's woe controller.

     

    emistry im already use both

    woe controller

    euphy woe controller also already use but same result

×
×
  • Create New...