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

Kizzaa

Members
  • Posts

    19
  • Joined

  • Last visited

    Never

Posts posted by Kizzaa

  1. @'Kraken':

    > @'artix5455':
    >
    > > just dont bother with eclipse worlds, there are a few better ones, and if only this engine well then idk what to say, i dont see a solution. I would of suggested running on windows xp but it seems u have done that already so use like skys engine or something
    >
    > Thank you for the reply.
    > I really thought that running it in XP would have done the trick.. wasted 7 hours of my day today. I just didn't want to have to switch engines since I put so much work into the game so far. Oh Well.. haha

    Open up the project file (client.vbp) with a text editor such as notepad++ Find the line that says
    ```
    Object={831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.1#0; MSCOMCTL.OCX
    ```and change the #2.1 to #2.0 so it looks like:
    ```
    Object={831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0; MSCOMCTL.OCX
    ```
    _Should_ work fine
  2. @'adiif1':

    > Good? or not?
    >
    > ```
    >    'write name & level & hp
    >      For i = 1 To Npc_HighIndex
    >        If myTarget > 0 And Not NPC(MapNpc(myTarget).num).name = "" Then
    >                RenderText Font_Default, NPC(MapNpc(myTarget).num).name, x + 10, y + 4, Yellow
    >                RenderText Font_Default, MapNpc(myTarget).Vital(HP) & "/" & NPC(MapNpc(myTarget).num).HP, x + 55, y + 15, Red
    >                RenderText Font_Default, NPC(MapNpc(myTarget).num).Level, x + 150, y + 4, Yellow
    >        End If
    >    Next
    > ```

    There is no need for the For loop.
  3. Hey guys,

    I'm currently making a skype group for the eclipse community so that we can all chat there (im not always able to be on the shoutbox etc).

    If you are interested in being a part of this community chuck us a PM with your skype name or reply to this topic (or both coz why the heck not) or just add me: ultrasnofire letting me know you are from here and i'll add you :D

    - Kizzaa
  4. Sup guys!

    I'm Kizzaa and i'm back from a solid 5 year absence! I decided to make a new account because my old account is full of cringy memories of how bad at everything I was back then, but don't get me wrong i'm still a cringy 16 year old… I hope to stick around on this account and have some projects planned :D 

    I am a pretty all-round gamer from RTS games to fps and rpgs (until my friends got me onto LoL of course) currently trying to relearn Starcraft 2 whist attempting to do well at school...

    I like to hack and program so I am back here for the fun of programming games (and the nostalgia)
×
×
  • Create New...