2 participantes
Help for Transformation System
DragonicK- Experiente
- Mensagens : 543
Créditos : 81
Ficha do personagem
Nível: 1
Experiência:
(0/0)
Vida:
(30/30)
- Mensagem nº2
Re: Help for Transformation System
You must put "Transform" struct in TempPlayer struct.
This struct.
This struct.
- Código:
Public Type TempTransformRec
Transformed As Long 'Salva o Numero da Spell que o Transformou, sendo maior que zero, então está.
TransformTimer As Long
TransformDuration As Long
TempHpUp As Long
TempMpUp As Long
TempPoderUp As Long
TempDefesaUp As Long
End Type
- Código:
Type TempPlayer
...
Transform As TempTransformRec
...
End Type
DragonicK- Experiente
- Mensagens : 543
Créditos : 81
Ficha do personagem
Nível: 1
Experiência:
(0/0)
Vida:
(30/30)
- Mensagem nº4
Re: Help for Transformation System
1. DELETE THAT RED LINE
2. Check if you have 2 TempTransformRec in your modules, use Control + F to find it and delete it.
3. If is in the last position in modType or anyelse, move it to above TempPlayerRec.
.
2. Check if you have 2 TempTransformRec in your modules, use Control + F to find it and delete it.
3. If is in the last position in modType or anyelse, move it to above TempPlayerRec.
.