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

viciousdead

Members
  • Posts

    990
  • Joined

  • Last visited

    Never

Everything posted by viciousdead

  1. @Gwen: > LOL WTF none of you are the least bit concerned over the video? :huh: :icon_crap: > > Master Gnome King Draken My Love,… I cant let you know im stalking you... where would the fun in that be? I don't like you.
  2. @Robin: > @ShawnyBoy: > > > All I did was change a few global constants, I haven't edited any of the code… :icon_alabanza: > > Download a vanilla copy, see if it errors in that. That worked, but what did I do wrong… :huh:
  3. @[Cake: > Woods â„¢ link=topic=66183.msg726149#msg726149 date=1293478725] > @ShawnyBoy: > > > When I edit the item 1 and click save, I get Runtime error '9': Subscript out of range. :lipsrsealed: > > I 've tested it here , and it works perfectly. Hmm, is it just Windows 7? .-. All I did was change a few global constants, I haven't edited any of the code… :icon_alabanza:
  4. ~~When I edit the item 1 and click save, I get Runtime error '9': Subscript out of range.~~ EDIT:When I click "save" on item editor without editting anything I get Runtime error '9': Subscript out of range.
  5. @[Cake: > Woods â„¢ link=topic=57637.msg726046#msg726046 date=1293463603] > @ShawnyBoy: > > > HOLY MOTHER OF GOD!! THIS IS AWESOME ROBIN YOU DESERVE SO MUCH MONEY!! I WOULD PAY YOU BUT I DONT HAVE A BANK ACCOUNT FOR PAY PAL (IM ONLY 15) I LOVE YOU SOOOOOOO MUCH!!! XOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXO MERRY LATE CHRISTMAS AND A HAPPY NEW YEAR, OMFGG I LOVE YOU!! :kiss: :kiss: :kiss: :kiss: ;D ;D ;D > > You are 15?So act like a 15. Couldn't be helped, I love Robin and his creations. ;D
  6. HOLY MOTHER OF GOD!! THIS IS AWESOME ROBIN YOU DESERVE SO MUCH MONEY!! I WOULD PAY YOU BUT I DONT HAVE A BANK ACCOUNT FOR PAY PAL (IM ONLY 15) I LOVE YOU SOOOOOOO MUCH!!! XOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXOXO MERRY LATE CHRISTMAS AND A HAPPY NEW YEAR, OMFGG I LOVE YOU!! :kiss: :kiss: :kiss: :kiss: ;D ;D ;D
  7. @Robin: > @ShawnyBoy: > > > Maybe we should look in the old Eclipse source > > slaps you in the face. > > **No.** You will _never_ do that for _anything_, you understand? OMG I DIDN'T THINK IT WOULD WORK BUT IT DID!! I GOT ROBINS ATTENTION!! ;D Seriously though, I wish someone could explain how to do this. :icon_crap:
  8. -Bump- I need this to, can't find anything but the windows media player addon, which is stupid in my opinion. Maybe we should look in the old Eclipse source, does it support mp3..?
  9. Dear Santa, Can you help me get a mommy? I mean sure I have two dad's, but a mom would be supreme! ;D Sincerly, Me
  10. @Mijumaru!: > If anything, this engine is getting closer to being a proper RPG engine. > > Now all I'd like to see is to be able to switch between Top-down and Vertigo mode, for different maps…*hint*... -takes off clothes- What? Why are you looking at me funny? Isn't that what you we're hinting to..? :huh:
  11. I'm playing on Zenith, lvl 71 Blaze Wizard.
  12. @MrBulbasaur: > @Shawny: Define a mother. Are both your fathers the "aggressive" partner? It all depends on your definition. Then again, Robin's procrastination helps this move along as much as your quick non-existant mothers do. I don't understand, what is a mother? :huh: @Robin: > @ShawnyBoy: > > > >! You both know damn well I have two dads. ;D > > That actually made me lqtm, which is quiet an achievement before I've had my morning coffee. xD What's so funny about that! ;D
  13. @MrBulbasaur: > @Robin: > > > @ShawnyBoy: > > > > > So hows EO coming Robin? ;D > > > > Hard and fast, just like your mother. > > Considering that his mother is **extraordinarily** hard and fast, this is a very good sign. What's wrong with you people! >! You both know damn well I have two dads. ;D
  14. 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
  15. 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:
  16. 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.
  17. 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?
  18. @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:
  19. @Robin: > I said quite clearly that you need to learn the basics of Origins, not vb6. How do you go about doing that? :huh:
  20. @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:
  21. @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…
  22. @pigboss: > Will you include the hot bar system? > Please? Why do you have Baron's picture? O.o Btw, you can buy a hot bar system from his shop.
  23. 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 ```
  24. @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?
  25. @MrMiguu: > @totalwar235: > > > sweet engine, I look forward to trying it. > > You can try it right now o_O; Maybe he means the new updates. Can't wait to try them ethier! :D
×
×
  • Create New...