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

Gueber

Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Everything posted by Gueber

  1. @Braiton: > Well, it depends on where you want the SP bar to be. If you want it anywhere on the GUI just delete the Energy label in the char menu and move the SP lbl where your bar is. Then create another label over the bar and make it calculate the width like the rest of the bars: > > ``` > frmMirage.shpSP(ornameofthelabel).Width = ((GetPlayerSP(MyIndex)) / (GetPlayerMaxSP(MyIndex))) * 73 > ``` > If you want it over the screen then blt it properly then make the shpSP (or whatever you call it) a picturebox and put lblSP inside that picture box and position it to fit perfectly where your bar is being blt'd. When I go to view object, frmStable (frmMirage.frm). I get something like: "errors during load, please view \client\source\frmMirage.log for details". the log: Line 656: Class VBMP.VBMPlayer of control MusicPlayer was not a loaded control class. Line 665: Class VBMP.VBMPlayer of control BGSPlayer was not a loaded control class. Line 674: Class VBMP.VBMPlayer of control SoundPlayer was not a loaded control class. Line 25: Property Icon in frmMirage had an invalid file reference. Line 29: Property Picture in frmMirage had an invalid file reference. Line 662: The property name _ExtentX in MusicPlayer is invalid. Line 663: The property name _ExtentY in MusicPlayer is invalid. Line 671: The property name _ExtentX in BGSPlayer is invalid. Line 672: The property name _ExtentY in BGSPlayer is invalid. Line 680: The property name _ExtentX in SoundPlayer is invalid. Line 681: The property name _ExtentY in SoundPlayer is invalid. Line 1532: Property Picture in picUp had an invalid file reference. Line 1552: Property Picture in picDown had an invalid file reference. Line 1652: Property ItemData in lstSpells had an invalid file reference. Line 1654: Property List in lstSpells had an invalid file reference. Line 1734: Property ItemData in lstOnline had an invalid file reference. Line 1736: Property List in lstOnline had an invalid file reference. Line 2427: Property TextRTF in txtChat had an invalid value. Line 25: Property Icon in frmMirage had an invalid file reference. Line 29: Property Picture in frmMirage had an invalid file reference. Line 662: The property name _ExtentX in MusicPlayer is invalid. Line 663: The property name _ExtentY in MusicPlayer is invalid. Line 671: The property name _ExtentX in BGSPlayer is invalid. Line 672: The property name _ExtentY in BGSPlayer is invalid. Line 680: The property name _ExtentX in SoundPlayer is invalid. Line 681: The property name _ExtentY in SoundPlayer is invalid. Line 1532: Property Picture in picUp had an invalid file reference. Line 1552: Property Picture in picDown had an invalid file reference. Line 1652: Property ItemData in lstSpells had an invalid file reference. Line 1654: Property List in lstSpells had an invalid file reference. Line 1734: Property ItemData in lstOnline had an invalid file reference. Line 1736: Property List in lstOnline had an invalid file reference. Line 2427: Property TextRTF in txtChat had an invalid value. I don't know what it all means but I'm guessing there are alot of errors that shouldn't be there when I haven't even changed anything yet. Think its going to be a problem if I just ignore them? ![](http://img191.imageshack.us/img191/5684/formx.png)
  2. Yeah I just wouldn't feel like I'm doing pixel art if I used a bunch of fancy tools to do all the work for me. MS paint all the way.
  3. @teh: > I think he mean same like HP/MP/EXP bar, I need the same 'script/source' Exactly I want it to show an SP bar near were the HP/MP/EXP bars are. I'm using eclipse stable ver 1.1 and the source is included with it I think. The only script I'm using is Godllords Main 1.2.0 and/or whatever else came with eclipse stable by default. So I guess you answered my question I need to edit the source, I just don't know were to begin. Eclipse Stable http://www.touchofdeathforums.com/smf/index.php/topic,49913.0.html Godlords Main http://www.touchofdeathforums.com/smf/index.php/topic,51143.0.html
  4. I really need SP to show up on the GUI for my game, I'm using eclipse stable. Can anyone tell me what this would take to implement?
  5. Well here's what I made so far using the help of the guide. ![](http://img30.imageshack.us/img30/7005/yayop.png) It's no masterpiece but I had fun making it. I hope you add section 3 I need all the help I can get. Oh and thanks so far it has been very helpful.
×
×
  • Create New...