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

sirebrus

Members
  • Posts

    25
  • Joined

  • Last visited

    Never

Posts posted by sirebrus

  1. @jcsnider:

    > Awesome thanks for the reports everyone!
    > I AM going to release a 3.1 here in several days for those who want a debugged version… however.. I will try to keep this post updated with bug fixes for those who want to begin their games....
    >
    >
    > >! >! Find Public Sub StopAllSounds
    > Replace it with this…
    > ```
    > Public Sub StopAllSounds()
    >     Dim i As Long
    >     For i = 1 To Max_Sounds
    >         If Sounds(i).Handle > 0 Then
    >             FSOUND_StopSound Sounds(i).Channel
    >             FSOUND_Sample_Free Sounds(i).Handle
    >         End If
    >     Next
    >    
    >     RemoveAllMapSounds
    > End Sub
    > ```
    > >!
    > >! Find this
    > ```
    >                                 Case WEATHER_TYPE_RAIN
    >                                     frmEditor_Events.lstCommands.AddItem indent & "@>" & "Set Weather [Rain - Intensity: " & CStr(tmpEvent.Pages(curPageNum).CommandList(curlist).Commands(i).Data2) & "]"
    > ```Under it add
    > ```
    >                                 Case WEATHER_TYPE_HAIL
    >                                     frmEditor_Events.lstCommands.AddItem indent & "@>" & "Set Weather [Hail - Intensity: " & CStr(tmpEvent.Pages(curPageNum).CommandList(curlist).Commands(i).Data2) & "]"
    > ```

    There you go.
  2. Very nice job, I just saw this today… Started playing with it, it works perfectly! Got it working online and everything! I was porting it over to Java little by little, but this...THIS is amazing, thanks for the help!
  3. @santa-clause:

    > Ok i will post some examples
    > here is the example:
    > ![](http://kingdomofdainasta.cixx6.com/imagehost/up/4a2a7d5bbd8d4a27dbe0dde9a04e4bc3.png)
    > if you want more then i want money cause i don't want to give away lots of paperdolls for free

    Not quite what I'm looking for, sorry.
  4. **What I'm Looking For:**
    **1.** Currently looking for a pixel artist to make some paperdolls for this character sprite I made.
    (By this I mean, armor, gloves, pants, boots, helmets and weapons.)
    **2.** Looking to get some characters made based on this character sprite sheet.
    **3.** Looking for a new GUI made. (In game, main menue, register.)
    **4.** Tilesets to go with the current one. (MSG me to see which specific ones I require first.)
    **5.** Some monster sprite sheets.

    **Style:**
    The main style is a medieval type. Below is a screenshot of how the game looks so far.

    **Payment:**
    Depending on the quality of it, the price will range. Payments will be sent through PayPal.

    **Before Working On ANYTHING:**
    Be sure to send me a message with any past work you've done.
    If I like, I'll hire you.
    My times on contacting you might be a little off since I'm currently deployed in Afghanistan.

    **Questions:**
    Feel free to ask any, if you have.

    >! ![](http://i.imgur.com/3aZR7.png)

    >! ![](http://i.imgur.com/Tzsau.jpg)
  5. ```
            Else
                ' no party - keep exp for self
                GivePlayerEXP attacker, exp
            End If

    ```

    How would I make this work so that if I'm attacking it, and someone kill steals, I still get the exp?
  6. Is there anyway to make it so that, ONLY the player that killed the mob can pick up the item, and after a certain amount of time, it will appear to other players?
×
×
  • Create New...