Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: Forged on May 20, 2004, 12:28 AM

Title: Bot Help
Post by: Forged on May 20, 2004, 12:28 AM
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?
Title: Re:Bot Help
Post by: effect on May 20, 2004, 02:15 AM
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
Title: Re:Bot Help
Post by: Forged on May 20, 2004, 07:32 AM
Becaus the bot doesn't use an rtb, well it does, but it is part of the ocx.
Title: Re:Bot Help
Post by: CrAz3D on May 21, 2004, 10:19 AM
Make the RTB invisible & add your own rtb
Title: Re:Bot Help
Post by: Networks on May 21, 2004, 11:05 AM
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?
Title: Re:Bot Help
Post by: Forged on May 21, 2004, 05:13 PM
wow I really should have thought of that, thanks.