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

Jumbofile

Members
  • Posts

    982
  • Joined

  • Last visited

Posts posted by Jumbofile

  1. RTE 9

    I changed this code

    ```

    Private Type ChatRec

    text As String * 150

    ReplyText(1 To 4) As String * 30

    ReplyConvTo(1 To 4) As Byte

    Event As Byte

    Data1 As Long

    Data2 As Long

    Data3 As Long

    Sound As String * NAME_LENGTH

    End Type

    ```
    to

    ```

    Private Type ChatRec

    text As String * 150

    ReplyText(1 To 4) As String * 30

    ReplyConvTo(1 To 4) As Byte

    Event As Byte

    Data1 As Long

    Data2 As Long

    Data3 As Long

    Colour As Long

    Sound As String * NAME_LENGTH

    End Type

    ```
    I added Colour As Long

    When it tried to load the game it gave RTE9 and highlighted this line

    ```

    CopyMemory ByVal VarPtr(Conv(n)), ByVal VarPtr(ConvData(0)), ConvSize

    ```

    That is located in Private **Sub HandleUpdateConv**

    Please tell me broke.
  2. I recently started to play this game again

    My toons

    ![](http://freemmorpgmaker.com/uploadfiles/220c963bd82590f477ff4bc1633f481f.png)

    The first one is my main the rest are just for pvp so they only have the basic pvp gear.

    Sadly i might be quitting because of WOI and zenners (cash shop abusers)
  3. 2 2 liter bottles of dr pepper and diet coke

    3 gallons of water

    20 piece mc nugget

    large pizza from dominoes

    buffalo chicken from checkers

    1 Doritos locos tacos from taco bell *no lettuce

    1 volcano taco from taco bell *lettuce

    huge bowl of nachos

    gallon of milk

    buffalo chicken super melt from friendlys

    quesadilla my mom makes

    the sandwich my mom makes for me for lunch

    buffalo chicken my parents make

    a Shirley temple

    chocolate cake

    Bacon

    chocolate covered twinkie

    cheeze-itz

    potato chips

    and a whoppie pie with pudding on the side
×
×
  • Create New...