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

turbocookie

Members
  • Posts

    193
  • Joined

  • Last visited

    Never

Posts posted by turbocookie

  1. umm nah i just started.
    iv like, moved hp bars ect…. but nothing major.
    or can you pretty please if you have the time re-write one for me.
    im going to bed now so i wont be on for like 7- 15 hours
    =] thanks if you can
  2. ok previos error is fixed. now the new one is this.

    when i click on the button to open up friends.

    i get this error

    Compile Error:

    Variable not defined.

    ```
    Private Sub cmdFriendList_Click()
        picFriendList.Visible = True
    'Finds out if players are online or not
        Call SendData("friendonlineoffline" & SEP_CHAR & lblFriend(Index).Caption & SEP_CHAR & Index & END_CHAR)

    End Sub
    ```
  3. this is what pops up.

    Compile Error:

    Variable not defined.

    the script..
    ```
    If Casestring = "friendstatus" Then
          Dim Q As Integer
            i = Val(Parse(1))
            Q = Int(Parse(2))
          If i = 0 Then
                frmMirage.lblFriend(Q).ForeColor = &HFF&
          ElseIf i <> 0 Then
                frmMirage.lblFriend(Q).ForeColor = &H8080&
          End If
          Exit Sub
        End If
    ```
  4. i have edited the max level somewhere (not data.ini) and i need to know where it is to change it back D=
    anyone know where i might of done this?
    it had options to change max amount of maps, items, spells ect…
  5. ummm, nah thats not far =]
    infact i might just do it that way, im new to scripting so all this variable stuffs confusing
    here is what i want, something like this.
    see where it says 15 HIT! like that =]

    ![](http://amityonline.gotdns.com:4001/untitled.bmp)
  6. i have made a button called trade, i want to make it when you click trade it auto-matically types /trade and then press's enter for you.

    can someone just give me the code to type commands. this is code so far in VB for a button.

    Private Sub trade_Click()
          (NEED THE CODE HERE)
    End Sub

    thanks =]
×
×
  • Create New...