powerid Inicial
Cantidad de envíos : 18 Fecha de inscripción : 14/08/2013 Edad : 24 Localización : Pehuajo
| Tema: no agarrar items ni atacar estando invisible adaptado 11.5 Miér Ago 14, 2013 2:48 pm | |
| Todo en servidor:
No atacar estando invisible:
Buscamos: - Código:
-
Call UsuarioAtacadoPorUsuario(AtacanteIndex, VictimaIndex) Arriba ponemos: - Código:
-
If Userlist(AtacanteIndex).flags.invisible = 1 Then Call SendData (SendTarget.Toindex, 0, 0, "||¡No puedes Atacar Estando Invisible!." & Fonttype_info) Exit Sub End If No agarrar items estando invisible:
Buscamos en el Sub GetObj: - Código:
-
If MapData(UserList(Userindex).Pos.Map, UserList(Userindex).Pos.X, UserList(Userindex).Pos.Y).OBJInfo.ObjIndex > 0 Then
Y arriba ponemos: - Código:
-
If Userlist(userindex).flags.invisible = 1 Then Call SendData (SendTarget.Toindex, 0, 0, "||¡No puedes tomar un objeto estando invisible!." & fonttype_info) Exit Sub End If Funcion: no se puede atacar ni agarrar items estando invisible style tpao. | |
|