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

viciousdead

Members
  • Posts

    990
  • Joined

  • Last visited

    Never

Posts posted by viciousdead

  1. Dawn of a new day, get out of bed, go to the bathroom, brush my teeth, wabble back through the hall, sit down in a chair, turn on the computer, start up gamebooster, open internet explorer, google touchofdeath forums, click the link, go to this topic, notice it's 1.1.0, start crying, lastly post this reply.

    Lol, jking. So hows EO coming Robin?  ;D
  2. I have hated this game since the first 5 minutes I played it, mainly, I can't stand the graphics… The leveling is so ducking hard it takes years to achieve something and no, I don't play, I don't see how anyone could. I guess that's just my opinion of course.  :icon_surprised:
  3. Dear jesus people, I said here was the code, I wasn't refering to the whole thing, I've got it working, I just need to make the server dmg the player every 2 seconds..

    I didn't read your long code yet, I will after this posts.. :o

    EDIT: I didn't make that a sub… I placed it in another sub, lol. Thats why theres a random End If at the bottm of the code. Ugh, If your sub will tick down dmg, then I'll use it, mine only dmg's one time.. :o Oh, and I never thought of looking at trade for an example. XD

    I like your version better except for the tick + 10000, I made a scroll bar for that one.
  4. Ok, I got a burn state working, only thing is it damages healh 1 time per full duration(Duration = say 10 secs, after 10scs or whatever they get 1 dmg…)

    Here is the code:

    >! ```
        ' if burnned, damage health
        If TempPlayer(index).BurnDuration > 0 Then
            Call SetPlayerVital(index, Vitals.HP, GetPlayerVital(index, Vitals.HP) - 10)
            Exit Sub
        End If
    ```

    How do I make it repeat, like every 2 seconds or w/e?
  5. @Lightning:

    > @ShawnyBoy:
    >
    > > @Robin:
    > >
    > > > I said quite clearly that you need to learn the basics of Origins, not vb6.
    > >
    > > How do you go about doing that?  :huh:
    >
    > Open up the source code, and look at bits that you don't understand. Try and find a few examples in the source, and see how they work.

    Ok, I guess I'll look around at TempPlayer… o :huh:
  6. @Robin:

    > @ShawnyBoy:
    >
    > > Robin I understand where your coming from, but I don't know how to store variables, period. I guess I'll google some stuff, maybe I can figure out how this shet works, someday…
    > >
    > > Guys, this script does not work, the whole point of me posting it here was to get some tips and what not...
    > > You guys spamming about .ini and w/e isn't really helping me much.  :huh:
    >
    > You haven't taken the time to learn how Origins works and yet you assume you'll be able to just prance in and write a custom spell?
    >
    > Before you start dicking around in the source code you need to go learn some of the basics.

    Dam it Robin, listen closely to what I'm saying! I KNOW THE BASICS, I've followed several online tutorials.
    What I can't figure out is how EO works, or much less Mirage. I don't understand a single dam thing about it…
    How do you, Robin, suppose I learn how EO works?  :rolleyes:
  7. @Robin:

    > @Helladen:
    >
    > > Yeah man only use INIs for small stuff. Not stuff used constantly, that's not very good.
    >
    > INIs should not be used for automated systems _at all_. Their only use should be for settings which are editable by the user, and these should be loaded once when the program starts and stored in a variable.
    >
    > The huge amount of INI abuse in previous versions of Eclipse can be attributed to the limiting scripting API. If you learnt how to script on old versions of Eclipse, forget everything you learnt and start fresh. Use Origins for a leaning tool, not that outdated stuff.

    Robin I understand where your coming from, but I don't know how to store variables, period. I guess I'll google some stuff, maybe I can figure out how this shet works, someday…

    Guys, this script does not work, the whole point of me posting it here was to get some tips and what not...
    You guys spamming about .ini and w/e isn't really helping me much.  :huh:

    @DshWinchester:

    > nice  ;D
    >
    > but why Loop in there?'-'
    > you can subs the Ini files for a tempplayer state
    >
    > like
    > go to
    >
    > > Public Type TempPlayerRec
    >
    > above End Type you add
    >
    > > BurnState as byte
    >
    > Putvar.. = Tempplayer(index).BurnState = 1
    > getvar..= Tempplayer(index).burnState
    >
    > you will need timer all this chit out too(gettickcount) '-'
    > I dont know answer this part  :renzo:
    > I think its complexy

    What ? I have no idea what I'm doing, I'm just copy and pasting code based on my limited knowledge…
  8. Ok, so I wanted to make a spell, obviously it was bound to fail. How can I turn this pile of shet into a working spell? :(? I have no idea what I'm doing.. I was wanting a spell that would hit enemies around you multiply times every few seconds, I HAVE NO IDEA WHAT IM DOING. For one I'm missing a timer, two GetVar isn't even a command… Eh, someone please help.  :cry:

    >! ```
                    Case SPELL_TYPE_DOT
                    x = MapNpc(MapNum).Npc(Target).x
                    y = MapNpc(MapNum).Npc(Target).y

                    If isInRange(AoE, GetPlayerX(index), GetPlayerY(index), x, y) Then
                        SendAnimation MapNum, Spell(spellnum).SpellAnim, 0, 0, TARGET_TYPE_PLAYER, I
                        AttackNpc index, I, Vital, spellnum
                        If GetVar "\Charextras\Status\" & GetPlayerName(index) & ".ini", "Status", "BURNING STAR", 0 Then
                        PutVar "Charextras\Status\" & GetPlayerName(index) & ".ini", "Status", "BURNING STAR", 1
                        ElseIf GetVar("\Charextras\Status\" & GetPlayerName(index) & ".ini", "Status", "BURNING STAR", 1) Then
                        PutVar "Charextras\Status\" & GetPlayerName(index) & ".ini", "Status", "BURNING STAR", 2
                        ElseIf GetVar("\Charextras\Status\" & GetPlayerName(index) & ".ini", "Status", "BURNING STAR", 2) Then
                        PutVar "Charextras\Status\" & GetPlayerName(index) & ".ini", "Status", "BURNING STAR", 3
                        ElseIf GetVar("\Charextras\Status\" & GetPlayerName(index) & ".ini", "Status", "BURNING STAR", 3) Then
                        PutVar "Charextras\Status\" & GetPlayerName(index) & ".ini", "Status", "BURNING STAR", 4
                        ElseIf GetVar("\Charextras\Status\" & GetPlayerName(index) & ".ini", "Status", "BURNING STAR", 4) Then
                        PutVar "Charextras\Status\" & GetPlayerName(index) & ".ini", "Status", "BURNING STAR", 5
                        End If
                    End If
                    If GetVar("Charextras\Status" & GetPlayerName & ".ini", "Status", "BURNING STAR", 5) Then
                        DidCast = True
                        End Select
                    Else
                        Loop
                    End If
    ```
  9. @HunterXero:

    > @ShawnyBoy:
    >
    > > @Hayloskien:
    > >
    > > > @ShawnyBoy:
    > > >
    > > > > I tried to be a bit creative, but it's just not in me..![](http://www.freemmorpgmaker.com/files/imagehost/pics/9c97012ff4c1f11f01fe7aa237a923e8.png)
    > > > >
    > > > > Umm, what do I want pimped.. Pimp this breeze rev sword thing.. ![](http://www.freemmorpgmaker.com/files/imagehost/pics/b3992f745afcfb5f8c3d08301b1d37eb.png)
    > > >
    > > > Looks like a convincing enchantment to me dude
    > >
    > > Hmm ok, well someone pimp my dam tree, don't let the topic die…  :rolleyes:
    >
    > Ok I will ![](http://www.freemmorpgmaker.com/files/imagehost/pics/5f33c601068c486697c6e77866f95b44.png)

    What? You made it beautiful… I don't know what to say. What do we pimp for you now?
  10. @SoiWilliamSoi:

    > Most of the countries who voted for this have enough problems as is. Come on Africa, It's pretty much hell on earth. And in the middle east they stone female dogs to death for showing skin. What's a few gays here and there for them. They have enough problems. The U.S won't legalize it, due to immorality. And I'm sure it goes for most other civilized countries. But hell what do I know ;D.

    You made me lol. "stone female dogs to death for showing skin."  XD
  11. @Athagekin:

    > @Soul:
    >
    > > @Athagekin:
    > >
    > > > @Soul:
    > > >
    > > > > I need a little help. I have this square, but I can't exactly see what color it is. Can anyone help me?
    > > > >
    > > > > ![](http://php.webuda.com/colortest/colortest.png)
    > > > >
    > > > > Thanks, and let me have my fun.
    > > >
    > > > Right click, save with the filename "4chan.js", open the file you created and shit bricks.
    > >
    > > Right click, save with the filename "4chan.js", realize that JavaScript isn't the same thing as Portable Network Graphics and shit bricks.
    >
    > Apparently, you didn't understand the joke.

    I still don't get it. o.O
  12. THE DUCKING DUMB@SS UNITED NATIONS VOTED FOR THIS SHET, DUCKING RELIGIOUS NUT JOBS WDF!

    Link:
    http://thenewcivilrightsmovement.com/un-general-assembly-votes-to-allow-gays-to-be-executed-without-cause/politics/2010/11/20/15449

    Another thing is that the douche bags are filtering and blocking websites they see not fit, come 2012\. What the hell is wrong with this world!
  13. Ok, I have come up with a cool idea for a spell type, the idea is that in a small area around the player enemies will be damaged over time, while players are still able to move. Is this possible?

    This is somewhat how it may look:

    >! [![](http://www.freemmorpgmaker.com/files/imagehost/pics/804c66e8c21f1b1b3cd016d67e54f82d.png)](http://www.freemmorpgmaker.com/files/imagehost/#804c66e8c21f1b1b3cd016d67e54f82d.png)
    Then you just walk up to an enemie and it starts to deal dmg.
  14. Seriously, I think this bot is plotting to kill us all.

    At first he was like:

    >! > BOT: Hi.
    > YOU: Hi
    > BOT: Hello.
    > YOU: :D
    > BOT: Ok.
    > YOU: what
    > BOT: I said "ok".
    > YOU: sex
    > BOT: Lol.

    Then I told him he was liez:

    >! > BOT: Ausfgh.
    > YOU: liez
    > BOT: Nuclear weapons.
    > YOU: what
    > BOT: I said "nuclear weapons".
    > YOU: where
    > BOT: Here.
    > YOU: oh shit!
    > BOT: Run forrest run.
  15. @Pinkeye:

    > Tired of waiting for EO.NET?
    > Solution: Take a chill-pill!

    Solution: Eat raw rabbit, according to a consumer review to Fresh Whole Rabbit, it causes Protein Poisoning, which is the best way to disconnect you from the universe.

    >! > 22 of 33 people found the following review helpful:
    > 3.0 out of 5 stars Watch out for protein poisoning, November 5, 2009
    > By Samuel Horwitz "wacky" (Philadelphia, PA, USA) - See all my reviews
    > (REAL NAME)    This review is from: Fresh Whole Rabbit (Misc.)
    > I understand that most of the reviews are fake and I would like to say that while I find them all very enjoyable and humorous, there is a something that a real customer of this product feels should be known.
    >
    > I purchased 10 of the rabbits for the purpose of making hare jerky (a tasty treat) when I was overcome with the desire to indulge in a bit of rabbit meat before the smoking process. Giving into my guilty urges, I took one rabbit for my own personal pre-jerky consumption and proceeded to eat the entire animal whole (I do not own a stove, only a plastic box and some firewood for smoking things, hence it was uncooked). After my little personal rabbit fiesta, I laid down to digest the food.
    >
    > This was a mistake. Within two hours, I had never felt worse. I used the trusty search engine "Bing" to do some armchair medical research while clutching a trashcan in the most horrendous gastric distress you can imagine (I do not have health insurance so I did not call the hospital). Quickly, I found out that a side effect to eating rabbit was "protein poisoning," a situation that arises when lean meat is eaten. It is also known as "rabbit starvation" because rabbit meat contains almost no fat whatsoever. Apparently, consumption of large amounts of protein with little or no carbohydrates or fat is dangerous. Well you imagine how much that tickled me angry. All ready to write an angry letter of protest to the rabbit meat industry about their marketing of a dangerous foodstuff, I stumbled to my writing desk but alas, I only made it 3 feet before collapsing in pain. The next 5 hours were like a blur as I lay on the floor writhing in my own waste seeing people and things from the past and quite possibly the future. I have experimented with drugs back in the day and let me tell you, nothing came as close to disconnecting me from the universe in the worst way possible, as this. No one ever wants to experience protein poisoning, I promise you.
    >
    > At about 10 in the evening I came to and used a chair and the wall to help pull myself off of the floor. I still felt sick and I went back to my computer to see if there was a cure. Suddenly it hit me, I needed to eat other macronutrients! I remembered the tub of lard I had been saving in the fridge and stumbled across my apartment. The pain only grew worse. I remembered reading that bodybuilders eat lots of protein. I have no idea how they do it. It must be horrible for them. My vegan friend has always said that anything over 20 grams of a protein a day is overkill and I'm inclined to believe him now. He is the healthiest person I know, he is very skinny but he doesn't have visible muscle (which he says is the result of toxins and not enough body fat to properly survive). I finally reached my fridge and reached in for the I Can't Believe It's Not Butter container with my stockpiled lard. I quickly shoveled it into my mouth and wouldn't you believe it but it only made me feel worse! I passed out again, the cold air of the fridge blowing onto me.
    >
    > I awoke three days later (according to my watch) at 7 at night. The fridge had apparently preserved my body as it fought the proteins for the first night but now my electricity was off because my bill was due yesterday. It didn't matter, my body had apparently started to win the fight around 2 nights ago and now I am pretty much back to normal. However, I SINCERELY DO NOT RECOMMEND RABBIT MEAT as it can potentially kill you, as it nearly did me.
    >
    > Five stars - 1 for nearly killing me - 1 slightly chewy - 1 no head + 1 made great jerky = 3 stars
  16. @DDunit:

    > @Jungletoeâ„¢:
    >
    > > @ShawnyBoy:
    > >
    > > > @LegendWeaver:
    > > >
    > > > > You don't have to be 18+ to do that…
    > > >
    > > > I know, I started at 8.  ;D
    > >
    > > Oh god.
    >
    > Bad parenting right there.

    That's not funny.

    @Zonova:

    > Guys.. when he was 8 all he had to do was pinch his fingers together and he was done. Here's an example to show you what it looked like:
    > Take your thumb and middle finger. Touch the tips of them together, so they are making an "O" type thing. Rub the tips of the middle finger and thumb together. That's what it looks like when he was jerking.

    How would you know?  :huh:
  17. @Robin:

    > @Sekaru:
    >
    > > Robin, do you mind if we post some WN bugs too?
    >
    > Of course I bloody do. WN is unrelated to the next version of Origins.
    >
    > @Sekaru:
    >
    > > I think he means "Awh did I really fail that too ._.?"
    >
    > No, it's more to the point that it's not a fucking bug. Animations are supposed to render above everything else. Design Choices != Bugs.
    >
    > **@Everyone,**
    >
    > This isn't a place to come in and report problems you think you've come across. Go make your own threads for that. This is simply a place for me to list _confirmed bugs._

    Ok, sorry Robin.  :sad:
  18. Well, dxxknight if you really REALLY try hard, you can make a good game, but don't say you can make "the best", that's begging for smart remarks. Jungletoe is right though, you can't just take and make a game with what you have, for starters, you need to learn coding to make your own features, then from there pixeling, and etc. If you feel you can't do it by yourself, find someone to help you out, but don't rush anything, take your time and make the game good! Well, I wish you luck, this is a tough community, but you'll get use to it.  ;)
×
×
  • Create New...