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

Kizzaa

Members
  • Posts

    19
  • Joined

  • Last visited

    Never

Kizzaa's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. The forums are now up and running, still in very early stages though… The theme and layouts of pages (especially the home) will be having major updates in the near future
  2. damn, looking good!! A vital feature of mmos in my opinion. Good job :D
  3. @'airmax': > Can you release the source code for this? Please? You tried looking in the src folder?
  4. @'airmax': > can you release the source please?? Download it and go into the src folder…
  5. Make sure you install VB6 Properly, I followed this tutorial: http://www.fortypoundhead.com/showcontent.asp?artid=20502
  6. @'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
  7. @'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.
  8. Ayyyyyy Looks good! Looking forwards to being able to try this out!
  9. @'Marsh': > Id join but I am no longer allowed to talk to children on the internet. Surely you talk to children on here :P
  10. Come join us in skype :D We are always wanting more members
  11. I really like the look of the night time :D
  12. Looks amazing! ~~a tutorial would be nice~~ :P
  13. Just adding, not sure if it is just in the engine I used (Skywyre Primitive) but under the **modEnumerations** -> **GUIType** -> I added **GUI_TARGETDETAILS** to get this to work, without it the game will crash.
×
×
  • Create New...