Chorlo Aprendizaje [1]
Cantidad de envíos : 44 Edad : 30 Fecha de inscripción : 07/12/2008
| Tema: /hogar ( Completo ) Dom Dic 07, 2008 7:03 am | |
| bueno aca les dejo el code /hogar y explico un poco 1ª Buscamos: - Código:
-
Call ChangeUserChar(ToMap, 0, UserList(UserIndex).Pos.Map, val(UserIndex), UserList(UserIndex).Char.Body, UserList(UserIndex).Char.Head, UserList(UserIndex).Char.Heading, NingunArma, NingunEscudo, NingunCasco) Call SendUserStatsBox(UserIndex) y arriva ponemos - Código:
-
Call SendData(ToIndex, UserIndex, 0, "||Para ir a Ulla tipea el comando /HOGAR." & FONTTYPE_INFO) bueno este es para q cuando mueras te diga - Código:
-
Para ir a Ulla tipea el comando /HOGAR 2ª Luego buscamos el code "/resucitar" y abajo agregamos - Código:
-
Case "/HOGAR" If UserList(UserIndex).flags.Muerto = 1 Then Call SendData(ToIndex, UserIndex, 0, "||Ah sido teletransportado a tu hogar." & FONTTYPE_INFO)
Call WarpUserChar(UserIndex, 1, 78, 66, True) Else Call SendData(ToIndex, UserIndex, 0, "||Debes estar vivo para utilizar este comando." & FONTTYPE_INFO) End If Exit Sub y listo este es el code . Espero q les guste lo modifique yo ^^ By ~Xanty~ | |
|