Post Reply Home » Forums » Lord of the Rings Online » LOTRO - Bots and Hacks » LOTROExtreme

VB & LOTROextreme : LOTROExtreme

Posted: May 3rd, 2007
User avatar
Premium
Total Posts:6718 Joined:2004
Maybe because its LOTREWrapper()

See your reference, (double click it) and look at the exact name I used.

I think i made it

Dim LOTREWrapper aw = new LOTREWrapper()

_________________
Use Search first, ask questions later!
Posted: May 3rd, 2007
tault_razorwing
I think you used LOTROExtreme, when i added the reference it came up with two additional name spaces LOTROExtreme and LOTROExtreme.Interface.

Sound that sound right?

I am not getting a declared error any more on the wrapper, but i am getting different errors, if it would make it easier, feel free to contact me on MSN.

Public Class Form1
Dim LOTROExtreme aw = new LOTREWrapper()
Dim myO As New LOTROExtreme()
Dim CharName As String
Dim CharLevel As Integer

CharName = myO.Player.Name

Private Sub cmdStart_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
lblCharName.Text = "Player Name: " & CharName
lblCharLevel.Text = "Player Level: " & CharLevel
End Sub
End Class

Error 1 End of statement expected. C:\Documents and Settings\Scooby\My Documents\Visual Studio 2005\Projects\LOTRO-Champion\LOTRO-Champion\Form1.vb 2 22 LOTRO-Champion
Error 2 Type expected. C:\Documents and Settings\Scooby\My Documents\Visual Studio 2005\Projects\LOTRO-Champion\LOTRO-Champion\Form1.vb 3 20 LOTRO-Champion
Error 3 Declaration expected. C:\Documents and Settings\Scooby\My Documents\Visual Studio 2005\Projects\LOTRO-Champion\LOTRO-Champion\Form1.vb 7 5 LOTRO-Champion
Posted: May 4th, 2007
User avatar
Premium
Total Posts:6718 Joined:2004
This is what i have in my test file:

public static LOTREWrapper vg;
vg = new LOTREWrapper();

Notice the subtle difference from yours.

_________________
Use Search first, ask questions later!
Posted: May 5th, 2007
tault_razorwing
Is there any chance you could send over a Visual Basic .Net template?

That way i can track down what the problem is.

It would help out alot :(
Posted: May 6th, 2007
User avatar
Premium
Total Posts:6718 Joined:2004
Public Class Form1
Dim LOTREWrapper aw = new LOTREWrapper()

Dim CharName As String
Dim CharLevel As Integer

CharName = aw.Player.Name

Private Sub cmdStart_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
lblCharName.Text = "Player Name: " & CharName
lblCharLevel.Text = "Player Level: " & CharLevel
End Sub
End Class

_________________
Use Search first, ask questions later!
Posted: May 11th, 2007
tault_razorwing
Any luck in providing an example template?
Posted: May 11th, 2007
User avatar
Premium
Total Posts:6718 Joined:2004
i'm patching VGE today, i'll add it to the patch in a dox folder.

_________________
Use Search first, ask questions later!
Want Advertisements After The Last Post Removed? Create A Free Account!
blue large dotWho is online
Users browsing this forum: No registered users and 71 guests
Post Reply