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

Slasheree

Members
  • Posts

    588
  • Joined

  • Last visited

    Never

Everything posted by Slasheree

  1. Just another of my 'quick' inventions, a maze game made very simplistic and in which you can 'import' your own created mazes to play them. [Download Link](https://mega.co.nz/#!jAZ33biJ!Wi5SDxIRfqNIA-Syivlj7iGdiiglIc3Ebd6cuI-3ut8) Screenshot: >! ![](http://s24.postimg.org/4bo8yvkj9/screenie.png)
  2. *cough* *cough* Eclipse DayZ *cough*
  3. Slasheree

    Hotbar Text

    try finding: ``` ' render the letters Num = "F" & str(i) ```
  4. seems weird that the text gui as transparency, yet you do not see her legs :x
  5. >! ![](http://s10.postimg.org/n0438asqv/desktop.png)
  6. vb6 closed source, but I guess I can make exceptions for friends ;)
  7. Was browsing eclipse forums and got inspired by seeing "[**[EO 3.0]Random Logo Guild System[v.0.2]**](http://www.eclipseorigins.com/community/index.php?/topic/131561-eo-30random-logo-guild-systemv02/?view=getnewpost)" in the latest posts, I think the optimal size to draw an icon near a name is 16x16, so I made this program based on that. Hope it's useful for anyone or at least funny :) Features: -Leftclick brush and Rightclick brush -press Shift to absorve color (MSPaint's Pasteur pipette) -clicking the #FFFFFF will change color (useful when using darker colors) [Download Link](https://mega.co.nz/#!TNR3BJQJ!akFUmhp5CkkIPCZkhaPPBF0TRn9dCYwJVvv0GZXG2UM) Sample screenshot: >! ![](http://s14.postimg.org/ovhjzivhd/example.png)
  8. also, maybe you'll need to check if this variable doesn't get negative values: ``` Damage = Damage - GetPlayerDefense(index) ``` something like this ``` Damage = Damage - GetPlayerDefense(index) If Damage < 0 then Damage = 0 ```
  9. the formula appears to be somewhat 'legit', maybe you're setting your enemy's damage too high
  10. paste the Getplayerprotection function please :)
  11. > With both teams agreeing to this, Kajamaz's team is allowed to keep the name, Ever Ember. Original topic updated. don't want to seem much of a grammar nazi, but it's EverEmber (without the space really :o)
  12. It's EverE mber (aka EE)… just kidding ^_^ Anyways I would advise you to quit using XW and try to 'convert' your project to an Eclipse Engine if already started (don't think you'll have much luck finding XW programmer in Eclipse forum :x). Best of lucks with your game :) [EDIT] Like the name btw :D
  13. Well in that case, if you need help thinking of how to build a system (needed functions, variables, etc), maybe I could lend a hand :)
  14. just wondering, what language is this written in ?
  15. Evolution was before Stable right ? The one with the hook system ? :o
  16. are you gonna make a maplestory kinda game ? :o
  17. I think it would be best to use an image with that effect because then it could have smooth alpha making it look better.
  18. translator must've messed up, I think he's asking how to get the green background picture
  19. are you respecting the engine's animations arrangement ? some use 1 row X columns for animations, while other engines use rpg maker style (5 columns,X rows)
  20. I see the reason why you have maplestory pic on your profile, the music is awesome I like it :)
  21. Slasheree

    Help me

    tens que treinar o inglês XD, o tradutor baralhou tudo nessa mensagem ahaha
  22. Slasheree

    Help me

    Try searching here, read the engines features and such: [http://www.eclipseorigins.com/community/index.php?/forum/56-custom-versions/](http://www.eclipseorigins.com/community/index.php?/forum/56-custom-versions/)
  23. cause that seems to be a problem with the 'MSComCtlLib', maybe reinstall vb6 ?
  24. did you install the runtime files ?
  25. But with the proper 'training' you can always convert from Dx7 to Dx8 and the reverse :)
×
×
  • Create New...