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

balliztik1

Members
  • Posts

    2052
  • Joined

  • Last visited

    Never

Everything posted by balliztik1

  1. @Marsh: > Damn sweet game, though im not sure if I ever actually had a legal copy of it. So no online for me :( Have you considered Hamachi? Despite what it's used for around here, it's an excellent sort of "emulator" for a LAN. All someone would have to do is give out a Hamachi address, then we could connect to any local multiplayer games they hosted, without needing authentication from Battle.net.
  2. @Skell: > @Aksel: > > > How did you get that quarter of a brick in there? > > 1 brick = 1 kg and half a brick, now half a brick must be half what a brick is, so it will be half of 1 kg and half of half a brick and so the loop begins as you will then half the half of the half brick to find out what half of a half brick is. Aye, and that's where you use Calculus to determine what that infinite recursion equals. That's what Zeta did on the first page. It's 2. Or, stop overcomplicating it and just subtract half a brick from both sides and you find that half a brick equals one kilogram, and it's simple from there.
  3. @Zetta: > everyone, STOP DUCKING TRYING TO SOLVE IT. He had already solved it correctly in the first post… @Lith: > **How much does a brick and a half weigh?** @Lith: > **a brick and a half is 3kg** Both the Calculus way and the Algebra way are acceptable. Geometry tiemz? ;D
  4. balliztik1

    [EO] Shop

    I checked in 1.1.0 just a moment ago and it looks like it was the same. ;O
  5. balliztik1

    [EO] Shop

    @Ballie: > @[PIE: > > > Dr. Aken link=topic=57637.msg645376#msg645376 date=1275783969] > > BUG > > > > Only items in the top roll of the shop can be bought. > > It's more than that. The IsShopItem function is using the wrong value for .Top. Find this: > > ``` > .Top = ShopTop > ``` > And change to this: > > ``` > .Top = ShopTop + ((ShopOffsetY + 32) * ((I - 1) \ ShopColumns)) > ``` > Additionally, you might want to change ShopColumns to 6 in modConstants. Six per row fits perfectly whereas five leaves a large gap.
  6. …He doesn't say not to talk about sex. I just said that. He said that it is merely a chat, not some porn invitation. Sex and porn are two completely different things.
  7. He never said that. All he said was "This is not a "chat in" to become involved in any form of pornographic involvement." Talking to a sex worker and becoming involved in that world are two completely different things. There's no contradiction.
  8. Ditch the water. Look at a real forest. Any self-respecting forest is mostly trees. Keep at least some paths walkable, but cover the map in trees.
  9. Move is a VB6 keyword, for one. You'll likely not be able to use it. Since it's a subscript out of range, I venture to say your Move() array isn't dimmed high enough.
  10. Errr, no. You won't be able to check that. Just remove all the HP restore parts and code that manually by script if you want, or better yet, just do the number randomization thing right there in the AttackPlayer sub.
  11. Never played Majora's Mask, but sounds very nice. ;D It's a lot like Hyrule Field, isn't it? ;o Edit: No, that's completely wrong. The intro bit is like Hyrule Field from OoT, but then it's a lot like LttP's overworld theme. =D
  12. Just search for the sub names from the script files in the source code. I believe that would be OnPlayerPK or OnPlayerArenaKill or something. It's been ages since I've even opened up a script file. xD
  13. Yes, the worm will burrow and reappear while fighting, so it's not just the typical stand-and-fight style you're used to in Eclipse games. Most of the other bosses will have unique code too, so some strategy is required in almost every dungeon. The giant spider you see above will have special attacks and defense as well, though we'll hold off on the details. That's for you guys to find out later. Of note, there will be more than just strategic fights. Dungeons will also require puzzle solving, teamwork in certain areas, and even some time-based events. :azn:
  14. Server, of course. Client = displays, Server = anything to do with any data.
  15. No, not possible. This would require a source edit. The OnDeath sub runs after declaring a player "dead", so there will still be a global message saying the player dies, plus their health, MP, and SP will be restored, not to mention that the other player will already gain PK status and EXP if this is PVP. In short, yeah, you could stop them from warping away, but that's only one of like 8 death effects that trigger. All the rest are hardcoded. Oh, and also, OnDeath runs in 2 or 3 other places besides just being killed. If an admin or the server host kills a player for whatever reason, this might trigger a boost in stats, which would be counterproductive to the original intent.
  16. balliztik1

    What what

    Electric Six is awesome. http://www.youtube.com/watch?v=cnsq9XtpmEk
  17. balliztik1

    What what

    Something tells me you watched the new Tosh.0, Gwen.
  18. Were I to wager a guess, I'd say hand drawn _in_ Photoshop.
  19. @Azure: > Knowing Robin that's probably not going to be easy. :D Nonsense. If you can adjust the size of the game screen in 2 minutes, I'm sure there's support for 16x16 easily. I'm certain Robin might have even mentioned how in a post somewhere. Don't remember where, though.
  20. Just record a file yourself, then host it on a file sharing site, like Eclipse's http://www.touchofdeathforums.com/smf/index.php/topic,39590.msg385455.html#msg385455.
  21. @YamYam: > Anyway, I can't remember why.. I came on here back in the fugly green eyesore free forums days.. Good times :P Probably boredom and the will to learn I guess. Hey, that fugly green eyesore was amazing. You take it back! >=(
  22. http://www.youtube.com/watch?v=4ye96KF6_UE Eclipse's own Jackal27 shows how to be a man.
  23. @silentdemonic: > Ok Ive got mine! :D Oh cool, I think I'll get mine ne…wait a second. That's not your pale tatted ass, sir. We've been had! Trickery! Witchcraft!
  24. @[Cake: > In7el3ct link=topic=61415.msg650181#msg650181 date=1276716167] > You lagged in a turn-based game? wtf? It's played over a server, so yes, it can lag. The final blow to the connection was it spawning in ~30 new units on top of the 100+ that were already present. The connection couldn't handle so many units at once, I guess. xD
  25. It depends on what you're looking to do. Personally, since I make MIDI music and am a guitarist, I use Guitar Pro 5\. However, there are many programs out there focused on different types of music as well, such as sampled instruments and drum loops, etc. Maybe a bit more precise explanation of what you're looking for in an editor will help someone narrow the choices for you.
×
×
  • Create New...