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

OmegaRedd

Members
  • Posts

    102
  • Joined

  • Last visited

    Never

Everything posted by OmegaRedd

  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?
  14. Same Zetasis said, I seem to have no more problems with the quests in the EO 2.0
  15. @Richey Whenever I make a quest and try to view the quest and its description, I either get Run-time Error '7': Out of memory, or it stops responding and auto closes. I've tried everything and don't know if it's the quest editor or something I'm missing when I'm making the quest. Can someone help me here?
  16. @elementaldisaster: > Cant find it… :/ Same.. :[
  17. OmegaRedd

    Spell Help

    You have to make an item that will allow you to 'learn' the skill.
  18. Thanks, just the type of info I needed.
  19. Richy, I'm trying to edit to where you had a dialogue like this show up at the bottom: >! ![](http://i956.photobucket.com/albums/ae48/electro7/3.jpg) But I tried to do the exact same thing, but for some reason it doesn't work for my NPC.. I modified the npc as shows: >! ![](http://i956.photobucket.com/albums/ae48/electro7/1-1.jpg) And I also edited: >! ![](http://i956.photobucket.com/albums/ae48/electro7/2-1.jpg) Then I made it, and tried, but it doesn't do anything when I walk up to the NPC and press Ctrl. Can someone tell me what I'm doing wrong?
  20. How do I get to the admin panel on this mod?
×
×
  • Create New...