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

szkat123

Members
  • Posts

    29
  • Joined

  • Last visited

    Never

szkat123's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. @up: I downloaded this PS: [http://www.indiedb.com/engines/prospekt-source](http://www.indiedb.com/engines/prospekt-source) and there is "Fullscreen" mode in options. I want to copy it into my Eclipse Worlds project. I've tried other tutorials from the forum, but they don't work for me… :(
  2. Hello guys. I'd like to rip fullscreen function from Prospekt Source and add it to my Eclipse Worlds project. Is that even possible? Where I should look for properly code? In EW ,in frmMain all windows( like bank,shop,OPTIONS etc.) are visible, but in PS is one window with Socket. So, I'll ask: where the hell are option window and code? :angry: Anyway, thanks to anyone who could help me resolve this problem.
  3. Thanks guys. Everyone helped me a lot.
  4. Thanks Matt, but I have another question: Where i can edit amount of stat points when player level up?(5 by deafult-I want 3). I wouldn't create a new topic so I've posted it here. Anyway thanks for help.
  5. I have a Problem. Why when i add a point to Endurance it not increase my maxHP, but when i add point to Intelligence it increases both HP and MP. Where i can find properly line of code in VB6 to fix it?
  6. Thanks Sacra.I think, EA is good engine, but it needs some upgrades ;) . Now,I'm using Eclipse Worlds, but i have some troubles with changing screen resolution and attacking with new items.
  7. Hello…again :P I want to change resolution of the screen in Eclipse Worlds and i don't know how to do it? I tried to put some lines of code which I found on forum, but any of them work properly. Any other ideas?
  8. So, How i can do this? :) I'm new on the forum so i don't know how to do some things yet.
  9. I already fixed that. Under``` If Option.debug ``` add this:``` If MapNpcNum = 0 then exit sub If MapNpc(MapNpcNum).num = 0 then exit sub ``` @Tanks to Deathbeam ![;)](http://www.touchofdeathforums.com/community/public/style_emoticons//wink.png)
  10. -Matthew- : What do you mean? @Edit: ![](http://img822.imageshack.us/img822/5638/errorjah.png) You mean this? ![;)](http://www.touchofdeathforums.com/community/public/style_emoticons//wink.png) Could someone help me?
  11. It causes error when i kill WALKING monster, when i'm using a wand/bow etc. with projectile.With normal weapon like sword there is any error.
  12. Hello. Last time i added to my game a wand, with projectile. When the monster is walking, and i kill him durning this, it shows error 'Subscript out of range 9'. Could someone help me with this? I'm not good in VB6 :/ P.S. Sorry for my English. I'm from Poland. P.S.#2 I'm using Eclipse Advanced with no other modifications.
  13. Hello! I want to change a window resolution of animated tile in Eclipse Advanced to 1x1 box.Is that possible?How I can do it? @Refresh: Could someone help me?Anyone,please.
  14. > You can have unlimited destination there, just press Add and new choice will be added Yes,it's ok but it's only one choice for one destination.I mean that it can be one choice for more than one destination.
  15. > I think yes, i must fix it. I had some problems with variables, and i thought that i fixed all issues. Thx for report. If you can, you should make function in Show choice which has more than one destination.If you don't know why i will explain it to you.
×
×
  • Create New...