Recent content by darth-yoda

  1. darth-yoda

    Get Smart

    I just saw the movie today and I thought it was very good. Never a dull moment and almost always something to laugh about. Steve Carell was brilliant along with all the other main actors. Even the non-main characters were very good. I, like N[u]ll, was surprised at the number of recognizable...
  2. darth-yoda

    What are the best freeware/GPL/3D games on the Internet?

    Trackmania Nations Forever is free, fun, good 3D graphics and has a nice track builder/editor feature if your into that kind of thing. You can also DL tracks and cars that other people have made to help keep the game feeling fresh.
  3. darth-yoda

    Satellite or dial-up?

    I use WildBlue's satellite internet and there are some things you should know. 1. Installation will be in the 200~300$ price range. 2. I get a ping of around 1500ms, sometimes up to 2000ms. You can not play games over the internet at those speeds. 3. My "plan" claims I can get speeds in the...
  4. darth-yoda

    Suggest some good games!

    If you want a turn based RPG like game, I would suggest Vandal Hearts 1 & 2 They are both pretty old and for the Playstation 1. I really enjoyed both of them but overall I think the first was better, it had a better story. Being for the PS1 the graphics aren't amazing (pretty bad actually)...
  5. darth-yoda

    So i got Wii..

    The internet channel is not the same as the shop channel. The internet channel is what its called...the internet on your wii and must be downloaded through the shop channel(not sure if it's free anymore).
  6. darth-yoda

    So i got Wii..

    I could've sworn I saw up to 1 gig flash cards you can by for it. Also saved games take very little space on the Wii, I have Zelda and and I think it takes like 1-2 blocks out of over 2000. However if you download the Internet channel that takes like 230ish I think.
  7. darth-yoda

    [Contest] Hero Contest

    Ok heres my submission... Tide Hunter Story: After being forcefully summoned from his home waters by a power hungry mage, the elemental now wanders the world, desperately searching for signs of his long lost home. Model: Water Elemental Attributes: Primary: Agility - 26(3.00+)...
  8. darth-yoda

    Basic code problems...

    well you fixed it:P All I did was change to this... set dummy = CreateUnitAtLoc(GetOwningPlayer(caster),Geysers_dummy(),targ,90) And now it works perfectly. Im still really confused as to why it wasnt working for me, but w/e, it works now and thats all that matters. Also I know it leaks. I...
  9. darth-yoda

    Basic code problems...

    Im trying to make a pretty simple ability, all it is basically supposed to do is create a line of dummy units and have them cast a modified warstomp. The dummy units are made but nothing after that works, the ability is never added and the units never die...Here is the code... constant...
  10. darth-yoda

    [Contest] Hero Contest

    wow there are a lot of contestants! If your still accepting entries I would also like to join in:P
  11. darth-yoda

    Spell Arcane Explosion

    yay I think I got it MUI:eek: :P But now I have found a new problem:rolleyes: The spell damages your own units...I can't figure out why, It may have always done this and I just diddnt notice but I sure noticed it now(watched my hero die for no apparent reason) Anyway heres the new code...
  12. darth-yoda

    Spell Arcane Explosion

    Thanks much Tom Jones. I almost had it MUI but hit the snag with this line... function Arcane_Explosion_Check takes nothing returns boolean local boolean bool1 = not(IsUnitType(GetFilterUnit(), UNIT_TYPE_STRUCTURE)) local boolean bool2 = IsUnitAliveBJ(GetFilterUnit()) local...
  13. darth-yoda

    Spell Arcane Explosion

    oh yeah sry kinda forgot about it...was waiting for Steel to help me with some more code problems but he hasn't responded so I've been stuck. Heres my attempt at making it MUI... //=============================================================================\\ //>>>>>>>>>>>>>>>>>>>>>>Arcane...
  14. darth-yoda

    Attack strength...

    Did you set the "Combat - Attacks Enabled = Both(or Attack 1 or Attack 2)"? If you based your tower off of the Human Scout tower then this field will by default be set to "None" If it's not that then it's hard to tell without a screenshot of your editor.
  15. darth-yoda

    Spell Arcane Explosion

    Wow thanks alot Steel. Fixed everything you showed, including the tooltips. Now I just need to make it MUI. Shouldn't be too hard.
Top