Navegación

    UniversoJuegos
    • Registrarse
    • Conectarse
    • Buscar
    • Recientes
    • Etiquetas
    • Popular
    • Usuarios
    • Grupos
    • Buscar
    1. Inicio
    2. Mr.Troll
    3. Mensajes

    Mr.Troll (@Mr.Troll)

    126
    Reputación
    854
    Mensajes
    747
    Visitas
    0
    Seguidores
    0
    Siguiendo
    • Perfil
    • Siguiendo
    • Seguidores
    • Temas
    • Mensajes
    • Mejor valorados
    • Grupos

    Information about Mr.Troll

    Registrado
    Última vez conectado

    Publicados por Mr.Troll

    • Necesito la ayuda de ustedes

      Consejo número 1:

      Inicia con los files de rain exprimelos deja que te de errores para que veas sus soluciones practica con ellos, luego pasate a serverfiles nuevos.

      Consejo número 2:

      Utiliza un cliente español el cliente chino no te va a ayudar de nada es mas es mejor que uses uno nuevo pero compatible con archivos 2007 podria crearte uno pero no tengo tiempo, existen parches para que clientes 2010 funcionen en files 2007, sin embargo usa uno 2007 para que no te resulte dificil.

      publicado en Ayuda
    • [Guia-editado] como combertir archivos .ebm a .obj

      @IronMaiden said:

      @Mrs.Troll said:

      Aqui tengo el importador bueno nada mas que dura cargando eso fue el unico problema que tuve:

      #!BPY
      
      # Copyright (c) 2007-2011 Randall Stevens
      # 
      # Permission is hereby granted, free of charge, to any person obtaining a copy
      # of this software and associated documentation files (the "Software"), to deal
      # in the Software without restriction, including without limitation the rights
      # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      # copies of the Software, and to permit persons to whom the Software is
      # furnished to do so, subject to the following conditions:
      # 
      # The above copyright notice and this permission notice shall be included in
      # all copies or substantial portions of the Software.
      # 
      # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
      # THE SOFTWARE.
      #
      # -----------------------------------------------------------------------------
      #
      # Version 0.0.1
      #     * Initial release
      #
      # Version 0.0.2
      #     * Fixed setting face mode to double sided
      #     * Fixed mirroring the UV coordinates
      #     * Fixed reading vertex influences
      #     * Added setting material mode to texture face with alpha
      #
      # Version 0.0.3
      #     * Fixed importing textures in Microsoft Windows
      #
      # Version 0.0.4
      #     * Fixed armature edit bone matrix
      #     * Added animation importing
      
      """
      Name: 'CABAL (.ebm)...'
      Blender: 246
      Group: 'Import'
      Tooltip: 'Import CABAL game (*.ebm) files'
      """
      
      __author__ = 'Randall Stevens'
      __email__ = 'pstevens:cryptomail*org'
      __url__ = ('blender', 'elysiun', 'Project homepage, http://www.ragezone.com/')
      __version__ = '0.0.4'
      __bpydoc__ = """ \
      This script imports CABAL game (*.ebm) files.
      """
      
      
      import Blender
      import struct
      import tempfile
      import math
      import re
      
      
      EBM_BONE_NAMES = []
      
      
      LEFT_TO_RIGHT = Blender.Mathutils.Matrix([-1.0, 0.0, 0.0, 0.0],
                                               [0.0, 0.0, 1.0, 0.0],
                                               [0.0, 1.0, 0.0, 0.0],
                                               [0.0, 0.0, 0.0, 1.0])
      
      
      class MagicError(ValueError):
          pass
      
      
      def ebm_read_material(file_object):
          diffuse = struct.unpack('
      

      como asi que te dur cargando??

      Si te dura mucho la importación osea en recrear cada mesh y poligono

      publicado en Guías
    • [Guia-editado] como combertir archivos .ebm a .obj

      Aqui tengo el importador bueno nada mas que dura cargando eso fue el unico problema que tuve:

      #!BPY
      
      # Copyright (c) 2007-2011 Randall Stevens
      # 
      # Permission is hereby granted, free of charge, to any person obtaining a copy
      # of this software and associated documentation files (the "Software"), to deal
      # in the Software without restriction, including without limitation the rights
      # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
      # copies of the Software, and to permit persons to whom the Software is
      # furnished to do so, subject to the following conditions:
      # 
      # The above copyright notice and this permission notice shall be included in
      # all copies or substantial portions of the Software.
      # 
      # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
      # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
      # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
      # THE SOFTWARE.
      #
      # -----------------------------------------------------------------------------
      #
      # Version 0.0.1
      #     * Initial release
      #
      # Version 0.0.2
      #     * Fixed setting face mode to double sided
      #     * Fixed mirroring the UV coordinates
      #     * Fixed reading vertex influences
      #     * Added setting material mode to texture face with alpha
      #
      # Version 0.0.3
      #     * Fixed importing textures in Microsoft Windows
      #
      # Version 0.0.4
      #     * Fixed armature edit bone matrix
      #     * Added animation importing
      
      """
      Name: 'CABAL (.ebm)...'
      Blender: 246
      Group: 'Import'
      Tooltip: 'Import CABAL game (*.ebm) files'
      """
      
      __author__ = 'Randall Stevens'
      __email__ = 'pstevens:cryptomail*org'
      __url__ = ('blender', 'elysiun', 'Project homepage, http://www.ragezone.com/')
      __version__ = '0.0.4'
      __bpydoc__ = """ \
      This script imports CABAL game (*.ebm) files.
      """
      
      
      import Blender
      import struct
      import tempfile
      import math
      import re
      
      
      EBM_BONE_NAMES = []
      
      
      LEFT_TO_RIGHT = Blender.Mathutils.Matrix([-1.0, 0.0, 0.0, 0.0],
                                               [0.0, 0.0, 1.0, 0.0],
                                               [0.0, 1.0, 0.0, 0.0],
                                               [0.0, 0.0, 0.0, 1.0])
      
      
      class MagicError(ValueError):
          pass
      
      
      def ebm_read_material(file_object):
          diffuse = struct.unpack('
      publicado en Guías
    • [MEGA RECOPILACIÓN]Personas a las que les falle imageshack

      :mem1: Utiliza Image banana es mejor que Imageshack

      publicado en Spam
    • [Testeo] Sistema PARECIDO al locale_addr

      Yo la encriptación no la doy por queme fallael encriptador y no lo voy a reparar nio a hacer guia busquen un sistema de encriptación o hagan las cosas en ASCII jajaj algo por el estilo de:

      #=F=(9)
      !=P=(3)
      °=R=(4)
      &=S=(6)
      %=V=(7)
      /=T=(5)

      TROLL_KEYS = '#!°&%/'
      import dbg
      dbg.LogBox("Mas facil que bañarse, LG Box")
      app.Exit()

      ojo que el code no sirve es solo un ejemplo

      publicado en Guías
    • [Guia-editado] como combertir archivos .ebm a .obj

      Feon muy feo quedo asi mira para poner un codigo que es mejor que un spoiler pon esto:

       [*/code]
      sin el *
      
      Probare y les digo si funciona
      
      
      Tiene un error en la linea ragezone.com
      
      a lo último de esa línea deben ponerle esto:  [size] '[/size]
      publicado en Guías
    • [PEDIDO]Nivel Server Mil

      @DestroyerMt2 said:

      No creo que exista el lvl 1000 XD
      yo pienso que el max lvl es 255 :wiii:

      El maximo que yo vi hasta ahora esa 825 o creo que era 8825 pero era muy loco no recuerdo el nombre delque tenia la foto pero es de epvp(elitepvpers) ve hay y píde ayuda a la gente tal vez te diga como lo hizo, pero 825 es mucho ahora 1000 o 8825 xD!

      publicado en Ayuda
    • Test

      Pues como seguramente estas probando esa extensión de chrome y yo uso al zorro solo veo unas letras xD

      publicado en Spam
    • Mira que raro

      @Anghios said:

      Metin2.co.kr

      no, es el metin.jp

      publicado en Spam
    • [Testeo] Sistema PARECIDO al locale_addr

      El día que aquí se respire esfuerzo, todo valdrá la pena.

      publicado en Guías
    • 1
    • 2
    • 37
    • 38
    • 39
    • 40
    • 41
    • 81
    • 82
    • 39 / 82