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

emblem

Members
  • Posts

    1887
  • Joined

  • Last visited

    Never

Everything posted by emblem

  1. @kibbelz: > Next double click on OptArena and add this code: Did you do that, and make sure it's a radio button?
  2. @Justn: > -wall of text- I'm so glad to see someone else think this way. This is the way I've always viewed the community.
  3. Wouldn't it be easier to do something along the lines of this? ``` If Left$(ChatText, 1) = "!" Then I = InStr(ChatText, " ") If I ! (Oh god why is the code height so small) ``` If Left$(ChatText, 3) = "/p " Then I = InStr(4, ChatText, " ") If I ! ``` (I just coded that really quickly, didn't test honestly.) Thanks to Soul below for the param swap.
  4. I'll be completely honest, I don't remember you. :P Did you change your name?
  5. Yeah exactly. I was inspired by a tutorial already released here, lemme try to find it. [Based off the idea behind this](http://www.touchofdeathforums.com/smf/index.php/topic,73636.0.html), the code is 100% mine though. :P **Edit:** Note to self - Don't do bbcode while half asleep
  6. @✖: > lolcool (story bro) ![](http://images.wikia.com/terraria/images/2/2c/Thumbs_up.jpg)
  7. Haha wow. I totally want one. @_@
  8. Instanced maps. I've been meaning to get around to coding this myself but, hey. xD
  9. Just tested out my old [tutorial for Map Report](http://www.touchofdeathforums.com/smf/index.php/topic,62302.msg682305.html#msg682305) on CS:DE. Works without modification. Means it should also work on EO2 if you want to add it to the list. :P
  10. @Zesh: > Hmm…and where can you get a pet system from? [Here?](http://www.touchofdeathforums.com/smf/index.php/topic,69521.0/topicseen.html)
  11. ![](http://i.tylian.net/RoQe6x.png) :P
  12. Using it in a game, slowly upgrading CS:DE into the perfect engine while we plan out the game itself. :P I may release it, it's not exactly hard just kind of tedious to add all the different buff types.
  13. Yeah. I think I spent more time ocding over code formatting than I actually did coding. xD
  14. [![](http://i.tylian.net/6TIp8P.png)](http://i.tylian.net/6TIp8P.png) Coded that, still ironing out quite a few little details, features, etc but overall it works perfectly.
  15. Haha it would take awhile but, by editing the source with VB6 you could translate every single string in the game.
  16. emblem

    VB 6 on Win 7

    Make sure you're running it as admin.
  17. emblem

    VB6 Problem

    Forgot to mention my learners edition was not portable at all, installed exactly like enterprise. :P
  18. emblem

    VB6 Problem

    Weird. The version of VB6 Portable I had allowed me to compile yet the legal version of Learners I owned didn't.
  19. emblem

    VB6 Problem

    That's the "Learners Edition" of Visual Basic 6.0, I think. With that version you can't actually compile applications.
  20. emblem

    Hidden Enemies

    Yeah that's the ideal solution Soul, but like I said above that would require source work. My reply above was the "easiest" solution. :p
  21. I'm .. not even sure how you managed that. But, the quickest way to fix this (it'll make EVERY file unhidden though, just so you know) would be to open your C drive, Select All (Ctrl-A), right click on a file / folder, select properties, uncheck the "hidden" box and then click Apply / OK.
  22. Depends if it works fully. I've tested this and it works for me but, nothing beats public testing when it comes to breaking stuff. Other than the packet handler, this is a fresh download of EO 2.0. I literally downloaded EO, added my system to it, checked if it worked, deleted my account then posted this. :P Why do you ask?
  23. Added a little notice to the first page that I forgot to mention. Make sure to read it, this is important! >! For all those people wondering why I say this. It's because, if you don't do a full compile when running the application the memory is not reset so the VFT "hook" isn't cleared from memory which could (and probably will) cause errors.
×
×
  • Create New...