
Uploaded with ImageShack.us
Que tengo que hacer

Moderadores: Moderadores de Argentum, Especialistas de Argentum, Especialistas de Programación


669![Oraculo [5] Oraculo [5]](./images/ranks/Rango29.gif)
902

669![Oraculo [5] Oraculo [5]](./images/ranks/Rango29.gif)
56![Newbie [4] Newbie [4]](./images/ranks/Rango3.gif)

669![Oraculo [5] Oraculo [5]](./images/ranks/Rango29.gif)
902



409![Dragon Ancestral [2] Dragon Ancestral [2]](./images/ranks/Rango31.gif)
Franeg95 escribió:Es que enrealidad o eliminaste la rutina y solo te quedo la declaracion o pegaste algo arriba que lo borro.
914![Dragon Ancestral [5] Dragon Ancestral [5]](./images/ranks/Rango34.gif)
NazduM escribió:
- Public Sub WriteCouncilKick(ByVal UserName As String)
- Public Sub WriteLookProcess(ByVal data As String)
- '***************************************************
- 'Author: Franco Emmanuel Giménez (Franeg95)
- 'Last Modification: 18/10/10
- 'Writes the "Lookprocess" message and write the nickname of another user to the outgoing data buffer
- '***************************************************
- With outgoingData
- Call .WriteByte(ClientPacketID.Lookprocess)
- Call .WriteASCIIString(data)
- End With
- End Sub
Despues me señala Public Sub WriteCouncilKick(ByVal UserName As String) y me tira Expecten end sub.
Pd: gracias por el cod (?
LyRan escribió:Buenos Dias amigos y programadores de Gs Zone, Me gustaria pedirle la amabilidad de una ayuda con un cliente editado para mi Ao casero, Osea me explico, yo juego Ao con varios amigos y ellos todos usan cheat y no me gusta eso me gustaria que alguien me ayudara a crear un cliente editado con auto poteo de ambas potas a la ves ya sea que se alla gastado Mana lanzando algun hechis y comienze a potear solo hasta estar completamente el Mana, igual para la salud y poteo rapido para ambos.
794![Oraculo [5] Oraculo [5]](./images/ranks/Rango29.gif)
maTih.- escribió:NazduM escribió:
- Public Sub WriteCouncilKick(ByVal UserName As String)
- Public Sub WriteLookProcess(ByVal data As String)
- '***************************************************
- 'Author: Franco Emmanuel Giménez (Franeg95)
- 'Last Modification: 18/10/10
- 'Writes the "Lookprocess" message and write the nickname of another user to the outgoing data buffer
- '***************************************************
- With outgoingData
- Call .WriteByte(ClientPacketID.Lookprocess)
- Call .WriteASCIIString(data)
- End With
- End Sub
Despues me señala Public Sub WriteCouncilKick(ByVal UserName As String) y me tira Expecten end sub.
Pd: gracias por el cod (?
remplaza eso por esto
- Public Sub WriteCouncilKick(ByVal UserName As String)
- with outgoingdata
- call .writebyte(clientpacketid.councilkick)
- call .writeasciistring(username)
- end with
- end sub
- Public Sub WriteLookProcess(ByVal data As String)
- '***************************************************
- 'Author: Franco Emmanuel Giménez (Franeg95)
- 'Last Modification: 18/10/10
- 'Writes the "Lookprocess" message and write the nickname of another user to the outgoing data buffer
- '***************************************************
- With outgoingData
- Call .WriteByte(ClientPacketID.Lookprocess)
- Call .WriteASCIIString(data)
- End With
- End Sub
salu2
914![Dragon Ancestral [5] Dragon Ancestral [5]](./images/ranks/Rango34.gif)



409![Dragon Ancestral [2] Dragon Ancestral [2]](./images/ranks/Rango31.gif)
Usuarios navegando por este Foro: No hay usuarios registrados visitando el Foro y 0 invitados