Jump to content

Beret

Members
  • Posts

    174
  • Joined

  • Last visited

Posts posted by Beret

  1. I recently did a test with clients and found out one thing, 2010 client the character is completely without delay, loose the Thunder skill jupiter super fast, 2011 + clients, already seems to have a fixed delay that skill only goes up to a certain limit, anyone know how to fix this?

  2. nanakiwurtz and other type of effect only talked of the effect snow to give an example, I'm doing a dust effect to place in the desert, but the effect is already created, want to know how to read and execute the command. spr and act

  3. Hello I tried to do to show how many on has the guild that broke the Castle, however the show is the ID of the guild what's wrong.

    OnAgitBreak:
    set .@GID,getcharid(2);
    
    set .@GI, getcharid(2,StrCharInfo(0));
    query_sql "SELECT `connect_member` FROM `guild` WHERE `guild_id` = "+@GI, @MBO; // Counts how many Players of the Guild are Online

  4. Hey guys how can I do to block the entry of people banned in fluxcp because even with the active options is not working.

    'AllowIpBanLogin'      => false,                    // Allow logging into account from banned IP.
    'AllowTempBanLogin'    => false,                    // Allow logging in of temporarily banned accounts.
    'AllowPermBanLogin'    => false,                    // Allow logging in of permanently banned accounts.
    'AutoRemoveTempBans'   => true,                     // Automatically remove expired temporary bans on certain pages.

×
×
  • Create New...