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

szkat123

Members
  • Posts

    29
  • Joined

  • Last visited

    Never

Everything posted by szkat123

  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.
  16. Maybe, but this isn't described in this tutorial :)There is only one conditional branch for positive and negative effect.I don't have an idea how to set more than two destinations.
  17. I mean that, if i Talk to npc,select class and after that it will remove 20 gold from my inventory and exit event(for example). So if I make a choice(in Show Chioce function) it will be processing to 2 or 3 destintions in event. There is another way to fix it by replacing your event system with classic or eclipse nightly ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png)
  18. I have a question.Can i make a event which read more than one destination? For example: I talk to NPC,beacause I want to change class, but i must pay for it 100 gold. Is it possible to do that?
  19. Ok,thanks i'll try it tomorrow ![;)](http://www.touchofdeathforums.com/community/public/style_emoticons//wink.png). @Edit: Thanks,it works perfectly , but i want to convert all of my 1227 items .I don't want to edit them one by one :/.Maybe someone have a items convertor or something?
  20. I have a .png format, but i can't make a transparent backgrounds!Can you(or someone) tell how i can do it?
  21. I'm using the newest version of eclipse advanced.There is dx8 engine.
  22. I have a problem with item's background.When it is black,white etc. , in game it is white/ black too!I want make an item with no background in game. How i can do it? P.S. Sorry for my english ![:(](http://www.touchofdeathforums.com/community/public/style_emoticons//sad.png)
  23. Thanks for all.Topic can be closed.
  24. > rip FMOD from EO 3.0 I don't have EO 3.0 :/ Could you give me a link?
×
×
  • Create New...