Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

[EO] Packet Problem.


VitinhooxD
 Share

Recommended Posts

Hello , i have been trying to code an action bar into EO.I have made a sub that load the player's hot bar info and put then into Types , like HotBar(MyIndex).slot1 .

I have made a simple sub to test it , and when i run it for the first time it doesnt do nothing.Then when i run again it works the way it should work.

Here is the sub :
```
Private Sub Picture5_Click()
Dim spell As String
LoadHotBar (1)

spell = CLng(HotBar(MyIndex).slot1)
CastSpell (spell)
End Sub
```
Any fix to this?If you need the packets to solve this ask me or add me on msn : [email protected].

Thanks , vitin.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...