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

lurv

Members
  • Posts

    73
  • Joined

  • Last visited

    Never

Everything posted by lurv

  1. No shit you didn't receive anything for the menu, because our agreement said you won't get jack shit for the menu if you don't complete it, yet you wanted the pay anyways. When I told you it doesn't work like that, you became verbally abusive, called me gay etc and then blocked me.
  2. What you sent me comes nowhere close to what we agreed on. It was broken and it's your own fault you "wasted" your time. If you want to get paid then you'd actually have to do what i asked you to do in the first place. We later agreed that if i come around to finish your broken ass piece of menu, i'll pay you half. Did I finish it? No, I didn't. (proof of you agreeing to this: http://puu.sh/n7FjW/5f1a510372.png) http://puu.sh/n7Fao/06da71edb4.png http://puu.sh/n7F51/37e52923ae.png And considering you posted my name too(personal data) I guess that makes you a hypocrite hungry for punishment too. This is nothing but a customer review for your services, and since I had a terrible time dealing with you, i feel that people should know this before going through the same thing I did. You're a terrible and irresponsible person that can't follow up with what he promises, and when people won't take your bullshit, you start going apeshit. Also, I sent you $1.50 for one small fix you did to the menu(the second payment in your screenshot), other than that, we agreed on half the payment **IF I FINISH IT MYSELF**. Notice the part where i said if?
  3. Sorry for reviving this thread, but something's been going on for a couple of months on and off, so i wrote a review on one guy's services. If you come across an eclipse member called "Adrian Gapinski" on facebook, dont do any deals with him or pay him. Not sure what he's called on eclipse but i asked him to do that FF-styled menu. He sent me a not even half finished product and demanded i pay him for his "time". I told him it doesn't work like that and we agreed on a finished product. Not a half-finished buggy junkpile coded in 1 hour. Immediately he started verbally attacking me and we made up. I said i'd send him half the money i promised him if i finished the rest of the menu myself which i never did, where he got angry today and started throwing a baby fit again over how it's my fault I wasted his time because I never decided to finish the project. I sent him a little bit of money after we made up before for showing me how to set the standard inventory and spell icon scale size, but today he claimed i never sent him any money, and when i told him i'm sending him the paypal transaction history he said "bye" and blocked me.
  4. The game looks really pretty which could promise a really well made and fun game, though reading the thread makes me feel like it'll be another generic grindy MMORPG with the same elements. This game has potential, though I still think you should re-think the game concept and mechanics of the game and try and make it stand out from the rest of the online RPGS aside from the artstyle which is really pretty. If you nail both art and not-done-before and fun game mechanics, you can create a masterpiece.
  5. Haha oh my god I made this. I'm Kart, and still working on a new version of Old World. It was made using Eclipse Final Frontier.
  6. Hey, I'm back and i've done this tutorial three times Hunger randomly stops counting down for players(Haven't worked out what the problem is) Usually takes from a couple of hours to two days ish to happen Done this one two engines (Final frontier and Skywyre), same thing happens
  7. How would i go about sending data to the client? Example: I'd make a server side variable and then have the client display it somewhere in frmMain.
  8. I installed the library files(thought i already had them lol), and I don't get the DX8 error anymore, i get a different error. This pops up when i try to run the v8 client ![](http://puu.sh/mhqSf/95db9628f1.png) ![](http://puu.sh/mhqVy/1beb44d30d.png) ![](http://puu.sh/mhr0x/10212d0a7c.png) Do I still need to register something? I also tried registering dx8vb.dll manually, but the problem still persists, so that's not the issue anymore. * * * I had to run the runtimes installer as administrator, now the client works
  9. Automation Error Specified module can not be found (clean v8 client) ![](http://puu.sh/mfr37/fee7b4b040.png) Anybody got a fix for this?
  10. The guy is criticizing the engine and despite it being free, the post actually helps in improving the engine and thus shouldn't be met negatively.
  11. lurv

    Delete please XD

    What version are you using? Post the entire DrawPlayer Sub. Exactly what did you change?
  12. Does the game work in a grid like all other eclipse engines?
  13. lurv

    OST

    https://soundcloud.com/lurviq Uploaded a few original soundtracks to my soundcloud. Check them out and provide feedback, will you?
  14. I have a setup compiler that makes an executable setup file that installs all my game files to program files, makes a shortcut for the launcher etc. However, my players also need the library files, so i have a separate library files installer that comes with the skywyre engine. What specifically are the library files packaged within that installer? If i have all of those files, can i just put them in my game folder and have people just run the game without using a second installer? If this doesn't work, can i just take the library files and put them in my own installer? Anyone have experience with this?
  15. The post was directed to the people who couldn't find and fix the bug themselves, not Jaxx. Some people use engines prior to every release, and since Jaxx doesn't write changelogs, it can be hard for people to know what to change
  16. Fix for PVP bug: In PlayerAttackPlayer, look for "If Damage = 0 Then". Delete it and remove the End If statement at the end of the sub.
  17. @'GalacticGlum': > @'lurv': > > > My engine doesn't really save the items Addhunger or effecthunger data. Any idea what i've done wrong? > > Go over the code again. Maybe see if you did something wrong and accidentally forgot that part of the code. I did before i posted and couldn't seem to figure out what i did wrong. Now as a temp solution i create cases for consume items in Sub UseItem and manually add SetPlayerVital(index, hunger) + enter hunger here
  18. My engine doesn't really save the items Addhunger or effecthunger data. Any idea what i've done wrong?
  19. @'Growlith1223': > @'lurv': > > > Don't forget the changelog. Also, when players get warped into any map over 7, they get RTE 9 Subscript out of Range. I don't get it, though. > > It doesn't appear in the error logs either. > > which side? server or client? regardless, this generally means a value for something like an array is higher than the array can handle, since that item within the array doesn't exist, it doesn't know what it wants to retrieve/send. if it's server side, it might be trying to access a value higher than the max value of maps or lower than 0(that can cause the crash as well). if it's on the client, it might be something didn't send quite right from the server to the client, causing a corrupt value, making it higher than the max value or lower than 0, and even sometimes not even a number(corrupted letters and numbers) client side. i dont get the error and it doesnt appear in the error log so there's no way at all for me to debug it. any ideas?
  20. @'Jaxx': > Hey guys! v5 should be coming this Sunday. It will contain mostly bug fixes. v6, however, will include new features and optimizations! Don't forget the changelog. Also, when players get warped into any map over 7, they get RTE 9 Subscript out of Range. I don't get it, though. It doesn't appear in the error logs either.
  21. This project is dead, i'm working on a rework. Please close this thread mods, i cant do it because i lost my original account Tic Tac 2.
  22. I AM the original kart. Are you special or something?
  23. lurv

    Memes

    @'lurv': > So, how many memes do you consume on a daily? Personally, i can't live without the memes. I am so addicted to memes, i am hooked to an IV machine that pumps memes into my bloodstream. why has god abandoned me
  24. lurv

    Memes

    So, how many memes do you consume on a daily? Personally, i can't live without the memes.
  25. Paperdolls dont draw when walking up or right. Hmmm.. Anybody got a fix?
×
×
  • Create New...