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

Peaverin

Members
  • Posts

    155
  • Joined

  • Last visited

    Never

Everything posted by Peaverin

  1. > Are you sure you search the first line? > > @Lazlike > > You can use tutorial on this site to put it there yourself. Thanks now i managed to fix that bux. Sorry for being that noob, but i think there's an events error that affects all the users of this engine. Here the main post i created with the problem: [http://www.touchofdeathforums.com/community/index.php?/topic/129592-event-system-bug/](http://www.touchofdeathforums.com/community/index.php?/topic/129592-event-system-bug/)
  2. Hi there. I'm using the newest version of Eclipse Advanced, based on eclipse origins. There is a little bug when I create an event: ``` [page1] Show message: Congratulations, i will give you 1000 gold and 1000 exp. Give: 1000 exp Give item: 1000 gold Switch 001 On [page2 (if switch 001 On) Show message: you are a good person that saved my life :P -- ``` The problem is that if a player starts pressing control in front of the event after pressing continue, then when he press the actions below are repeated the same times as the player have pressed control. So if the player press control 10 times, there will be like 10 windows(one below the other) showing the same message, and when press continue, the actions will hapen 10 times because they are really 10 windows there. Can someone help me to fix it? Thanks
  3. Thanks valentine you are very good managing all that includes online engines scripts. Thanks you ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png)
  4. And this ``` SendActionMsg GetPlayerMap(victim), "-" & GetPlayerVital(victim, Vitals.HP), BrightRed, 1, (GetPlayerX(victim) * 32), (GetPlayerY(victim) * 32) ``` With this ``` SendActionMsg GetPlayerMap(victim), "-" & Damage, BrightRed, 1, (GetPlayerX(victim) * 32), (GetPlayerY(victim) * 32) ``` Sorry but when i search that lines in the server vb6 project it says that doesn't exist any line like that oneā€¦ I now im a very noob but i can't do anything...
  5. Hello, first of all i regard all the eclipse origins developers and you for creating this exciting engine that has been and it's still entertaining a lot of people. I used to create a game with eclipse some time ago, but i stoped uf using it because of some personal problems. Today, i entered the page to have a look at the news, and i saw that incredibly events system. Im glad all of you didn't stoped improving EO. I downloaded this engine because i think is the best for now. Unfortunately, when I just opened the server to test the new features and i started to attack a monster, the hits that it was doing to me weren't showed correctly in the screen. Screenshoot: ![](http://img39.imageshack.us/img39/6833/sinttulogfq.png) As you can see at the screen, it appears that a bee hitted me 223 hitpoints, and it really maked me have 2 less hitpoints. I didn't touched any script or database before this happened. Maybe i have to do something to fix this bug, or maybe it's just happening because im a really noob (yes, i am). Thanks for all who is going to help me ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png) PD: As you can see my english isn't very good, sorry for that :/
  6. Im talking about this http://www.splatteredgame.com/CrystalshireDESamu.zip i think that you (aiden500) aren't.
  7. @Peaverin: > Im talking about this link: http://www.splatteredgame.com/CrystalshireDESamu.zip . > I think that you aren't.
  8. @aiden500: > "This version of eclipse" > First of all this is not eclipse > secondly he hasn't even released it yet. I am talking about the Crystalshire developer edition for dummies, and not about the game.
  9. @aiden500: > The game doesn't exist yet Im saying that when i create a new game with this version of eclypse and i create an account on my project all the created by me items appear in the inventary. Sorry for the bad english :/
  10. I have an error when i start new game with one player i start with all the game items in the inventory. What I have to do if I don't want this?
×
×
  • Create New...