• Welcome to Valhalla Legends Archive.
 

Bot Help

Started by Forged, May 20, 2004, 12:28 AM

Previous topic - Next topic

Forged

Let me start by saying I know it would probally be beter to ask Craz3d this question but he either hasn't been on aim or has me blocked so anyway....

I am using Craz3d's ExileEasy.ocx, and I have run into a problem,

Private Sub Txtsend_KeyPress(KeyAscii As Integer)
Dim Message As String
If KeyAscii = 13 Then
ExEasy1.Send Txtsend.Text
Message = Txtsend.Text
Txtsend.Text = ""
KeyAscii = 0
ExEasy1.Chat True, True, vbGreen, "<" & ExEasy1.CurrentUser & ">", vbWhite & Message
End If
End Sub


I get an overflow on the .Chat command, not only for this but for adding other peoples chatting as well. Last time I used the ocx before it was updated I used addchat, and that worked fine, but now craz3d seems to have taken that out.

Can anyone help me make this shit not crash please?
QuoteI wish my grass was Goth so it would cut itself

effect

#1
Why dont you just use your own function to append text to the RTB? ,  i was even so kind enought to write one

http://forum.valhallalegends.com/phpbbs/index.php?board=31;action=display;threadid=6878
Quote from: Mangix on March 22, 2005, 03:03 AM
i am an expert Stealthbot VBScript. Recognize Bitch.

Forged

Becaus the bot doesn't use an rtb, well it does, but it is part of the ocx.
QuoteI wish my grass was Goth so it would cut itself

CrAz3D

Make the RTB invisible & add your own rtb
rebundance - having or being in excess of sheer stupidity
(ré-bun-dance)
Quote from: Spht on June 22, 2004, 07:32 PMSlap.
Quote from: Adron on January 28, 2005, 09:17 AMIn a way, I believe that religion is inherently evil, which includes Christianity. I'd also say Christianity is eviller than Buddhism (has more potential for evil).
Quote from: iago on April 19, 2005, 01:06 PM
CrAz3D's ... is too big vertically, at least, too big with ... iago ...

Networks

#4
I made a tutorial for Exile Easy that does what CrAz3D stated above.

http://www.hatchet-designs.com/networks/Bots/
Click On Exile Easy Tutorial.zip

Off-Topic: CrAz3D did you change anything in the tutorial and was it good enough?

Forged

wow I really should have thought of that, thanks.
QuoteI wish my grass was Goth so it would cut itself