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

Mirau

Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Everything posted by Mirau

  1. How would the logic behind something like this work? I'm trying to think of the best way to do something like this. Best example would be a small heart-piece in a Zelda game, which would automatically restore a small bit of health, and be consumed on touch/pickup. Would it be best to make an entirely new item type, or simply add a checkbox declaring it as auto-consumable? Thoughts?
  2. I would assume you would find the loop that has the sprite animating (probably under a Sub_KeyPress). I'm curious as to the outcome of this.
  3. Wouldn't it be better to have a boolean set up for that? If Jukebox is playing then Boolean = 1, Else Boolean = 0. Then in Sub HandleMapDone() put If Boolean = 0 Then StopMidi. That way it will still stop the music properly if the jukebox is not running.
  4. Perfect. That helped just enough. Now to just streamline it with the GUI. I'm surprised there aren't any tutorials on something like this yet, seeing as how most MMO's show announcements this way. Thanks again Soul!
  5. I haven't seen anything like this yet, and I only have the concept down. Could anyone help me put the pieces together? Something along the lines of; lblSCROLL.left = number (far right coordinate of the screen) lblSCROLL.visible = true lblSCROLL.left = lblSCROLL.left + 1 But somehow tie that into the GetTickCountā€¦And then of course, figuring out how the administrators would send out the message for the lblSCROLL.caption. I figure if I can get the basics of this down, then I will be able to work on menu PictureBoxes that slide up from behind the GUI, and then baclk behind it - since it's a very similar concept. Help?
  6. I searched around, and couldn't seem to find anybody else with this problem. I'm using Eclipse Origins 2, and at first everything was fine. Then I replaced the default NPCs with some Slimes, and nobody is getting any EXP from them. I've tried as Admin and as a regular player. I have set their EXP to 10, and their Level to 10. Do these variables have to be set up in such a way to make it work? I'm lost guys. Any help would be appreciated. [Edit] WOW. Okay, I'm stupid. If this ever happens to anyone else, make sure they check their Server window to make sure the Exp Rate bar is not set to 0. I'm retarded.[/Edit]
×
×
  • Create New...