Todo-Argentum
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

[Aporte] Agrandar la Capacidad Del Inventario IAO CLON

Ir abajo

[Aporte] Agrandar la Capacidad Del Inventario IAO CLON Empty [Aporte] Agrandar la Capacidad Del Inventario IAO CLON

Mensaje por Zenitram Sáb Dic 21, 2013 8:15 pm

bueno primero qe nada tienen que tener adaptado la interface del iao 1.5.0 en IAO CLON para agrandar la capacidad del inventario

Cliente :

Buscan

Código:
Public Const MAX_INVENTORY_SLOTS As Byte = 20

y lo remplasan asi

Código:
Public Const MAX_INVENTORY_SLOTS As Byte = 30

ahora buscan este Sub

Código:
Public Sub DrawInv()

y donde dise

Código:
    Static re As RECT
    re.Left = 0
    re.Top = 0
    re.bottom = 160
    re.Right = 160

lo remplasan asi

Código:
    Static re As RECT
    re.Left = 0
    re.Top = 0
    re.bottom = 192
    re.Right = 160

Servidor :

Buscan

Código:
Public Const MAX_INVENTORY_SLOTS As Byte = 20

y lo remplasan asi

Código:
Public Const MAX_INVENTORY_SLOTS As Byte = 30

y listo Very Happy

Aviso : Agranden el inventario

aca les dejo foto de como queda

[Aporte] Agrandar la Capacidad Del Inventario IAO CLON Imagen26
Zenitram
Zenitram

[Aporte] Agrandar la Capacidad Del Inventario IAO CLON 5O26YPx

Aportes : 10
Mensajes : 65
Puntos : 130
Edad : 23

Volver arriba Ir abajo

Volver arriba

- Temas similares

 
Permisos de este foro:
No puedes responder a temas en este foro.