Search results

  1. guihleao

    Help with Dual Client Blocker

    Hello guys! So, i got this script from rAthena and I need to do a few modifications that I've tried, but no success. This is the original script: - script dualclientkicker -1,{OnPCLoadMapEvent: set .@charmap$, strcharinfo(3); if(!compare(.tmp$,.@charmap$)) end; set .@len, query_sql("select...
  2. guihleao

    Cashpoints in Multiple Servers

    Hello everyone, I need help setting the Cash Points for multiple servers. I have 3 map and char servers that use 1 login-server. How can I make all of these 3 map-servers read the same #CASHPOINTS variable? Thanks in advance! 
  3. guihleao

    script:conv_str problem

    Hello guys, i'm having a problem of Conv_str in a NPC. Could you guys help me fix it? Here's the code: - script GerenciadorVip -1,{ OnPCLoginEvent: query_sql "UPDATE `login` SET `group_id`= 0 WHERE `group_id` = "+$nivelVip+" AND (`dt_vip` IS NULL OR `dt_vip` < CURDATE())"; query_sql...
  4. guihleao

    Multiple servers on FluxCP

    Hello guys, I'm having problem setting up FluxCP for multi servers. I have 3 servers, each one of them use a different database. The only thing in common is that they use the same login database (which is one of the 3 servers). So I need FluxCP to register only in one DB. How can I add them to...
Back
Top