Siga-nos em...
Follow us on Twitter Follow us on Facebook Watch us on YouTube
Registro

Alpha Servers
Resultados 1 a 10 de 10

Visão do Encadeamento

  1. #6

    Avatar de anderinho2
    Data de Ingresso
    Jul 2012
    Localização
    Valença-BA
    Idade
    31
    Posts
    270
    Agradecido
    35
    Agradeceu
    31
    Peso da Avaliação
    16

    Padrão

    Citação Postado originalmente por WoLfulus Ver Post
    [Somente usuários registrados podem vem os links. ]
    Complementando o parse do WoLfulus

    Decode:

    Refine:
    Código PHP:
        public static function getRefine()
        {
            return 
    hexdec(substr(self::$HexData191));
        } 
    Socket Type:
    Código PHP:
        public static function getSocket($id)
        {
            
    $Socket = [
                
    hexdec(substr(self::$HexData222)),
                
    hexdec(substr(self::$HexData242)),
                
    hexdec(substr(self::$HexData262)),
                
    hexdec(substr(self::$HexData282)),
                
    hexdec(substr(self::$HexData302))
           ];
            return 
    $Socket[$id];
        } 
    Socket Level:
    Código PHP:
        public static function getSocketLevel($id)
        {
            
    $Socket = [
                
    intval((hexdec(substr(self::$HexData222)) - (hexdec(substr(self::$HexData222)) % 50)) / 50),
                
    intval((hexdec(substr(self::$HexData242)) - (hexdec(substr(self::$HexData242)) % 50)) / 50),
                
    intval((hexdec(substr(self::$HexData262)) - (hexdec(substr(self::$HexData262)) % 50)) / 50),
                
    intval((hexdec(substr(self::$HexData282)) - (hexdec(substr(self::$HexData282)) % 50)) / 50),
                
    intval((hexdec(substr(self::$HexData302)) - (hexdec(substr(self::$HexData302)) % 50)) / 50)
            ];
            return 
    $Socket[$id];
        } 


    Encode:


    Refine:
    Código PHP:
        public static function setRefine($Refine)
        {
            
    self::$HexData substr_replace(self::$HexData, ($Refine 0), 191);
        } 
    Socket Type e Level:
    Código PHP:

        
    public static function setSocket($Socket$Level)
        {
            for (
    $i 0$i 5$i++) {
                
    self::$HexData substr_replace(self::$HexDatastr_pad(dechex($Socket[$i]), 20STR_PAD_LEFT), (22 + ($i)), 2);
                if (
    $Socket[$i] != '255' and $Socket[$i] != '254'):
                    
    self::$HexData substr_replace(self::$HexDatastr_pad(dechex(hexdec(substr(self::$HexData, (22 + ($i)), 2)) + (($Level[$i] < 5                                                $Level[$i]                                                : 0) * 50)), 20STR_PAD_LEFT), (22 + ($i)), 2);                              endif;
            }
        } 
    Socket Bonus:
    Código PHP:
        public static function setBonus($Bonus)
        {
            
    self::$HexData substr_replace(self::$HexDatadechex($Bonus), 211);
        } 
    Última edição por anderinho2; 17-03-2016 às 10:03 AM.
    O que você procura...? Qual a sua Ganância...?

  2. O Seguinte Usuário Agradeceu anderinho2 Por este Post Útil:


 

 

Informações de Tópico

Usuários Navegando neste Tópico

Há 1 usuários navegando neste tópico. (0 registrados e 1 visitantes)

Tópicos Similares

  1. |Dúvida| Itens ancient no shop V3
    Por Alex Faustino no fórum Dúvidas
    Respostas: 3
    Último Post: 06-05-2019, 11:15 AM
  2. |Dúvida| SHOP v3 não carrega os itens cadastrados
    Por sfs no fórum Dúvidas
    Respostas: 9
    Último Post: 13-01-2016, 12:34 PM
  3. |Suporte| Erro Shop V3 ao Adicionar itens
    Por Sigma no fórum Dúvidas|Pedidos
    Respostas: 4
    Último Post: 27-01-2015, 08:45 AM
  4. |Dúvida| Itens +13 No shop V3
    Por Alex Faustino no fórum Dúvidas
    Respostas: 4
    Último Post: 27-05-2014, 04:58 PM
  5. |Pedido| Shop com itens do MuAway
    Por Coca Cola no fórum Pedidos
    Respostas: 1
    Último Post: 25-02-2011, 08:41 PM

Marcadores

Permissões de Postagem

  • Você não pode iniciar novos tópicos
  • Você não pode enviar respostas
  • Você não pode enviar anexos
  • Você não pode editar suas mensagens
  •