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

OmegaRedd

Members
  • Posts

    102
  • Joined

  • Last visited

    Never

OmegaRedd's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks so much! I got it now
  2. How do I get into the section where AddHP/MP/EXP is? I can't seem to find it in 'frmEditor_Item' Only stats for weapons
  3. How can I change the maximum HP/SP/EXP for consumables in my game? Reason (If you care.): I have my characters Health in the thousands and 255HP doesn't cut.
  4. I've had this exact problem with Eclipse Final Frontier, and managed to fix it today. Depending on your operating system, you will have to update your display drivers to the latest version. Look at your display settings and find out which driver you are using, look for the latest version on Google and install it. If this doesn't work, rollback the driver from its latest update to a previous update and that should solve it. Let me know if this problem continues.
  5. Its a pretty simple question, but can someone please tell me what STR, END, INT, AGI, and WILL each do? I know STR makes your attacks stronger but what do the other ones do for you? Thanks in advance.
  6. Played around with it and got it working. Here it is: ``` If GetPlayerSprite(Index) < 1 Or GetPlayerSprite(Index) > NumCharacters Then TextX = ConvertMapX(GetPlayerX(Index) * PIC_X) + Player(Index).XOffset + (PIC_X \ 2) - getWidth(TexthDC, (Trim$(sTag & GetPlayerName(Index)))) TextY = ConvertMapY(GetPlayerY(Index) * PIC_Y) + Player(Index).YOffset - 240 Else TextX = ConvertMapX(GetPlayerX(Index) * PIC_X) + Player(Index).XOffset + (PIC_X \ 2) - getWidth(TexthDC, (Trim$(sTag & GetPlayerName(Index)))) TextY = ConvertMapY(GetPlayerY(Index) * PIC_Y) + Player(Index).YOffset - (DDSD_Character(GetPlayerSprite(Index)).lHeight) + 160 End If Call DrawText(TexthDC, TextX, TextY, sTag & GetPlayerName(Index), color) End Sub ```
  7. There's a couple of reasons.. 1) Check the sprite that the character is using, since you're able to login and get the error its something with the game 2) Check the map, it may be corrupted, make sure the person trying to login isnt spawning somewhere they shouldn't be 3) Make sure they have an UPDATED client. Maybe you made the installer and made a few adjustments after it. Send them the fully updated one and see if it helps, Good Luck! PS: Number 1 was the problem with me but the other numbers are other possible solutions.
  8. I'll do the 8$, do you have a email?
  9. I'm getting this error ![](http://www.touchofdeathforums.com/smf/index.php?action=dlattach;topic=70329.0;attach=17465;image) When I logged into my game from my laptop, or any other computer that's not hosting it. Does anyone know why? Edit: Got it working..
  10. Can someone help me out with a code for making Consumables like Currency and be able to stack and use them? (I've tried for the longest but with my lack of knowledge in VB6 it got me no where.) -Thanks In Advance! Its really appreciated
  11. OmegaRedd

    Shop

    There is a way if you script it, but no it's not a default feture that comes with eclipse, you usually have to make a shop keeper npc then put a shop attribute infront
  12. OmegaRedd

    Hamachi

    Make sure your Ip for the server is allowed through your router, and make sure the ports are forwarded and it should work
  13. How do I change what map the newly created characters start on?
×
×
  • Create New...