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

...:::::Msn Zone:::::...

Msn Zone habla del Msn y de Argentum Online, Mu Online, etc.
 
ÍndiceÍndice  PortalPortal  BuscarBuscar  Últimas imágenesÚltimas imágenes  RegistrarseRegistrarse  ConectarseConectarse  
Conectarse
Nombre de Usuario:
Contraseña:
Entrar automáticamente en cada visita: 
:: Recuperar mi contraseña
Mejores posteadores
Dragon Fire I (91)
Global - [0.11.2] Vote_lcapGlobal - [0.11.2] Voting_barGlobal - [0.11.2] Vote_rcap 
DarKelcho (65)
Global - [0.11.2] Vote_lcapGlobal - [0.11.2] Voting_barGlobal - [0.11.2] Vote_rcap 
cuis (62)
Global - [0.11.2] Vote_lcapGlobal - [0.11.2] Voting_barGlobal - [0.11.2] Vote_rcap 
Bacio (55)
Global - [0.11.2] Vote_lcapGlobal - [0.11.2] Voting_barGlobal - [0.11.2] Vote_rcap 
tetrax (47)
Global - [0.11.2] Vote_lcapGlobal - [0.11.2] Voting_barGlobal - [0.11.2] Vote_rcap 
Chorlo (44)
Global - [0.11.2] Vote_lcapGlobal - [0.11.2] Voting_barGlobal - [0.11.2] Vote_rcap 
giuliano (29)
Global - [0.11.2] Vote_lcapGlobal - [0.11.2] Voting_barGlobal - [0.11.2] Vote_rcap 
MaTySanchez (18)
Global - [0.11.2] Vote_lcapGlobal - [0.11.2] Voting_barGlobal - [0.11.2] Vote_rcap 
rakanegeum (11)
Global - [0.11.2] Vote_lcapGlobal - [0.11.2] Voting_barGlobal - [0.11.2] Vote_rcap 
Van Helsing (9)
Global - [0.11.2] Vote_lcapGlobal - [0.11.2] Voting_barGlobal - [0.11.2] Vote_rcap 
Estadísticas
Tenemos 99 miembros registrados
El último usuario registrado es mastercrelanus

Nuestros miembros han publicado un total de 545 mensajes en 129 argumentos.
¿Quién está en línea?
En total hay 27 usuarios en línea: 0 Registrados, 0 Ocultos y 27 Invitados :: 1 Motor de búsqueda

Ninguno

El record de usuarios en línea fue de 85 durante el Jue Abr 29, 2010 6:01 pm
Navegación
Índice
 Miembros
 Perfil
 FAQ
 Buscar

 

 Global - [0.11.2]

Ir abajo 
AutorMensaje
Chorlo
Aprendizaje [1]
Aprendizaje [1]
Chorlo


Cantidad de envíos : 44
Edad : 30
Fecha de inscripción : 07/12/2008

Global - [0.11.2] Empty
MensajeTema: Global - [0.11.2]   Global - [0.11.2] EmptyDom Dic 07, 2008 7:04 am

Buscamos en el Modulo TCP

Código:
Public Const ToDeadArea = 18

Y abajo ponemos:

Código:
Public Const ToGlobal = 19

En SendData buscamos:

Código:
Case ToIndex
If UserList(sndIndex).ConnID <> -1 Then
'Call AddtoVar(UserList(sndIndex).BytesTransmitidosSvr, LenB(sndData), 100000)
'frmMain.Socket2(sndIndex).Write sndData, Len(sndData)
' #If UsarAPI Then
' Call WsApiEnviar(sndIndex, sndData)
' #Else
' frmMain.Socket2(sndIndex).Write sndData, Len(sndData)
' #End If
Call EnviarDatosASlot(sndIndex, sndData)
Exit Sub
End If

Y abajo ponemos:

Código:
Case ToEncuesta
For LoopC = 1 To LastUser
If (UserList(LoopC).ConnID <> -1) Then
If UserList(LoopC).flags.VotoYa = 1 Then
UserList(LoopC).flags.VotoYa = 0
Call EnviarDatosASlot(LoopC, sndData)
End If
End If
Next LoopC
Exit Sub
'By Chorlo

En HandleData_2 Buscamos:
Código:



Case "/CREDITOS"



Y arriba ponemos:


Código:
Case "/NOGLOBAL"
If UserList(UserIndex).flags.EsRolesMaster Then Exit Sub
If AGlobal > 0 Then
Call SendData(ToAll, 0, 0, "||Global Habilitado. Para ingresar un mensaje escriban /CONSOLA MENSAJE" & "~255~255~255~1~0")
AGlobal = 0
Else
Call SendData(ToAll, 0, 0, "||El Global se ha desahabilitado." & "~255~255~255~1~0")
AGlobal = 1
End If
Exit Sub

Case "/MENSAJES"
If UserList(UserIndex).flags.GGlobal = 1 Then
UserList(UserIndex).flags.GGlobal = 0
Call SendData(ToIndex, UserIndex, 0, "||Has desactivado el envio y recibo de mensajes por consola." & tStr & FONTTYPE_WARNING)
Else
Call SendData(ToIndex, UserIndex, 0, "||Has activado el envio y recibo de mensajes por consola." & tStr & FONTTYPE_WARNING)
UserList(UserIndex).flags.GGlobal = 1
End If
Exit Sub


En el mismo modulo buscamos:


Código:
If UCase$(Left$(rdata, 5)) = "/ROL " Then
rdata = Right$(rdata, Len(rdata) - 5)
Call SendData(ToRolesMasters, 0, 0, "|| " & LCase$(UserList(UserIndex).Name) & " PREGUNTA ROL: " & rdata & FONTTYPE_GUILDMSG)
Exit Sub
End If

Y abajo ponemos:

Código:
Select Case UCase$(Left$(rdata, 9))
Case "/CONSOLA "
rdata = Right$(rdata, Len(rdata) - 9)
' Si no es nivel 10 que no lo pueda usar
If UserList(UserIndex).Stats.ELV < 30 Then
Call SendData(ToIndex, UserIndex, 0, "|| Debes ser nivel 30 o superior para usar el global!!!." & FONTTYPE_INFO)
Exit Sub
End If
' Si no tiene el global activado le avisa
If AGlobal > 0 Then
Call SendData(ToIndex, UserIndex, 0, "||El Global esta desahabilitado. " & FONTTYPE_WARNING)
Exit Sub
End If
' Si los administradores le prohibieron el habla le avisa
If UserList(UserIndex).flags.GPuede = 1 Then
Call SendData(ToIndex, UserIndex, 0, "|| Por tu mal comportamiento, no podras volver a hablar en: " & UserList(UserIndex).flags.GMinutos & " minutos." & FONTTYPE_WARNING)
Exit Sub
End If
If UserList(UserIndex).flags.GGlobal = 0 Then
Call SendData(ToIndex, UserIndex, 0, "||Tienes desactivado el global para activarlo escribe /MENSAJES" & FONTTYPE_WARNING)
Exit Sub
End If
Call SendData(ToGlobal, UserIndex, 0, "|| " & UserList(UserIndex).Name & " dice: " & rdata & FONTTYPE_GLOBAL)
Exit Sub
End Select

En declaraciones buscamos:

Código:
Type UserFlags

Y agregamos
Código:

GGlobal As Byte
GPuede As Byte

Buscamos:

Código:
UserList(UserIndex).Faccion.ArmadaReal = val(GetVar(UserFile, "FACCIONES", "EjercitoReal"))


Y arriba agregamos

Código:
UserList(UserIndex).flags.GGlobal = val(GetVar(UserFile, "GLOBAL", "Activado"))
UserList(UserIndex).flags.GPuede = val(GetVar(UserFile, "GLOBAL", "PuedeUsar"))

Buscamos:

Código:
Call WriteVar(UserFile, "FLAGS", "Paralizado", val(UserList(UserIndex).flags.Paralizado))

Y abajo agregamos:

Código:
Call WriteVar(UserFile, "GLOBAL", "Activado", UserList(UserIndex).flags.GGlobal)
Call WriteVar(UserFile, "GLOBAL", "PuedeUsar", UserList(UserIndex).flags.GPuede)

En declaraciones buscamos:


Código:
Public ServerSoloGMs As Integer

Y abajo agregamos:

Código:
Public AGlobal As Integer


GMs: /NOGLOBAL habilitan o desahabilitan
Users: /MENSAJES habilitas/desahabilitas el envio y recibo de mensajes por consola
/CONSOLA MENSAJE para hablar
Volver arriba Ir abajo
http://www.rosspy.tk
 
Global - [0.11.2]
Volver arriba 
Página 1 de 1.
 Temas similares
-
» Sistema de global [0.11.2]

Permisos de este foro:No puedes responder a temas en este foro.
...:::::Msn Zone:::::... :: Argentum Online :: Programacion-
Cambiar a: