Search results

  1. Mycal

    Need a few scripts made

    I'll have to dig through an old harddrive to find them, but I do have a ton of spells. They would probably need to be edited for item usage since mine were all command based, but that shouldn't be too hard if you understand the last script. Gimme some time, I am not sure which drive I have...
  2. Mycal

    Need a few scripts made

    He forgot one thing. Since most events are functions, you can stop many of their returns by simply doing Main = Stop. Function Main(Player AS LONG) As Long If GetPlayerLevel(Player) > 4 AND GetPlayerClass(Player) = 3 Then Main = Continue Else PlayerMessage(Player, "You must be a...
  3. Mycal

    Portal 2

    So....yea. This game came out yesterday evening. I started the game today at 1:00pm, and here I am at 11:00pm having finished the single player. That sure was a lot quicker than I expected it to be. I only seem to have two steam friends who have the game and they are playing together right now...
  4. Mycal

    Hosting

    The SSL certificate is the only "extra" thing we get compared to Bluehost. The important thing is the port access. Bluehost blocks all ports except 80 (incoming and outgoing) by default. If you want to open socket connections you need to purchase a dedicated IP and then open a ticket to have...
  5. Mycal

    April 13 2011 -- Back to work

    So I took another break from the code a couple of months ago because a co-worker introduced me to Dragon Age. I have no idea why I hadn't played the game before, but I was addicted all the way through till the end. I bought the 2nd and was less impressed, but still had some fun. Anyway, now that...
  6. Mycal

    Hosting

    I misquoted prices at Bluehost, turns out it would be a little cheaper to stay with them if we do not get a SSL certificate. This may be fine for our purposes. We don't necessarily need a SSL cert, but it would be nice since they are so expensive regularly (HostICan gives it free with the...
  7. Mycal

    Runtime error 713

    Is it the exact same runtime error? Or is it another number. If it is 713, it should tell you a file that is missing. If it is another runtime error you need to specify so I can look into it. Oh, and I am not ignoring you, I simply do not have much free time these days, but if you can give me...
  8. Mycal

    Hi there

    Ok, I'm tired of Calix, it just doesn't fit well. I also don't like BigRed, or BigredPK (as my IM accounts were). So let's pull a steven and go by my real name. Hello everyone, I am Mycal and I'm going to try this out for awhile and if it works, great! If people stick with my other names, that's...
  9. Mycal

    Hosting

    I've just received an e-mail that my hosting contract with Bluehost is set to expire in 60 days. While I've been here for a year and I like the features, I'm going to be evaluating other solutions that I've heard about since moving to Bluehost, in particular HostICan. They seem to have what we...
  10. Mycal

    Development Update - Feb 25, 2011

    [Odyssey Update] Small update tonight. I've finished up most of the major work on the server now, it does all the major communications with the registry just fine, just lacks error messages. Anyway, it is ready for an initial release now, but I haven't finished the changes to the Updater...
  11. Mycal

    Rolling Blackouts

    Wow, the last couple of weeks have been pretty crazy. Classes at my university were canceled many times and I was without heat and power many times, but it looks like the weather has passed now. Unfortunately, I've a lot to make up for on the days missed. I will be working on Odyssey some this...
  12. Mycal

    Runtime error 713

    For the MSSTDFMT.DLL issue, make sure you have the dependencies package installed. It should be in that package (I think vb6 runtimes specifically). For the server list, I am aware that it is very slow. Make sure to give it a minute. It may look like it has frozen, but it should come back. If...
  13. Mycal

    anyone gotten this to work?

    Yea, there is a lot of compatibility problems with Windows Vista/7. Which is why I'm just rewriting the whole thing. Hopefully this weekend or next week, I'll have enough time to sit down and fix all the bigger issues so you can at least keep playing in the meantime. If you do have any issues...
  14. Mycal

    Rolling Blackouts

    So I am affected by the Texas rolling blackouts. They will be continuing until the end of the week (or longer) according to radio, so..no development this week..
  15. Mycal

    Small Development Update

    Okey dokey. I'll pause on the conversion for a short time and try to finish off the new registry code which should be a more permanent solution to the registry continually going offline without notice problem. I am fairly busy with work but have some free time. I'd say give it a week or two at...
  16. Mycal

    Proposed Changes

    So I have mentioned it before briefly, but Odyssey is in the process of being converted to a new language (probably C#). Actually to be accurate, I had started the conversion then realized that the BSGame library I've been developing for awhile will work perfectly in Odyssey as well so I quit...
  17. Mycal

    Development Update - January 24, 2011

    Rather than make any real progress with the bridge crap, I for some reason started working on the server and client connections. I honestly have no idea why I started working on that but I did. One thing working with Odyssey, Mirage, and our very own sourcecode has taught me, socket connections...
  18. Mycal

    Mac Support

    No, i3, i5, i7 are the next generation processors by Intel. Core 2 Duo is last generation, but may or may not be compatible. I would just google around your laptop model and OSX (ie for me I would use: 'dv6 OSX' or 'dv6 snow leopard' or even more specific 'dv6-2190us snow leopard 10.3'). Wow...
  19. Mycal

    Mac Support

    Depends mostly on the machine you are trying to dualboot. AFAIK all newer Intel based machines (i3, i5, i7) are capable of running a vanilla copy of OSX. Drivers are another issue. My HP dv6-2190us will boot OSX with these flags (-x cpus=1) but it is not ideal since it will only be using 1 core...
  20. Mycal

    Mac Support

    I've been trying to Tri-boot my laptop for awhile now (Win7 and Ubuntu are already dual booting nicely) without success. I have a copy of Snow Leopard and was able to dual boot another laptop using Win7 and OSX, but my laptop is giving me problems. HP is gay and gives a VERY dumbed down BIOS and...
Top