Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 53
  1. #31
    Josephlittle™'s Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    GSC Modding Section
    Posts
    1,345
    Reputation
    26
    Thanks
    562
    My Mood
    Devilish
    Quote Originally Posted by AZUMIKKEL View Post
    10 points from Slytherin for noob tubing!
    200 points from Gryffindor for whining about it!
    lol!!!!

    anyways, IMO i think this mod will fail UNLESS you put a lot of work into it and make it functional

    So, i would say i dont know how this will turn out because I really dont know Insane's work...i mean, his actual "BIG mod"...

  2. The Following User Says Thank You to Josephlittle™ For This Useful Post:

    Insane (08-19-2010)

  3. #32
    supermartini1995's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    My Mood
    Bitchy
    Quote Originally Posted by Eddwiinn View Post
    uuhm maybe an idea dont know if its posible

    an Quidditch mod
    playable on highrise
    put 3 small rings on the top off the 2 buildings
    let people be able to fly just like in spectator mode or something
    and they have to trow stuns or flash nades trough the rings
    3 people that can trow the stuns
    3 shooters
    no ADS no croshair no hitmakers some extra recoil

    what do you think ?
    That would be AWSOME, I hope it is possible

  4. The Following User Says Thank You to supermartini1995 For This Useful Post:

    Insane (08-19-2010)

  5. #33
    Josephlittle™'s Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    GSC Modding Section
    Posts
    1,345
    Reputation
    26
    Thanks
    562
    My Mood
    Devilish
    Quote Originally Posted by supermartini1995 View Post
    That would be AWSOME, I hope it is possible
    its probably not because it doesnt really make sense...

    Maybe add a spell that throws stuns?

  6. #34
    TheLynx's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Sverige
    Posts
    366
    Reputation
    10
    Thanks
    42
    My Mood
    Happy
    That gives like a blastshield as Joseph said

  7. #35
    NeckTop's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    10
    You can make 1 shot on fire im pretty sure they used that in the movie.

  8. #36
    Insane's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    9,057
    Reputation
    1007
    Thanks
    2,013
    Quote Originally Posted by Eddwiinn View Post
    uuhm maybe an idea dont know if its posible

    an Quidditch mod
    playable on highrise
    put 3 small rings on the top off the 2 buildings
    let people be able to fly just like in spectator mode or something
    and they have to trow stuns or flash nades trough the rings
    3 people that can trow the stuns
    3 shooters
    no ADS no croshair no hitmakers some extra recoil

    what do you think ?
    A. I could make props like carepackages form sometype of circle
    B. There is no real way to account for if a stun goes through a ring
    C. You cant be seen in spectator mode and you go through stuff and people would fly places they shouldn't
    D. I'll try after the original mod is made... if someone else wants to attempt this go ahead just call it Quidditch mod.

    Ex Middleman

  9. #37
    AZUMIKKEL's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    My moms house... what's so funny about that?
    Posts
    790
    Reputation
    19
    Thanks
    462
    My Mood
    Sneaky
    Quote Originally Posted by Insane View Post


    A. I could make props like carepackages form sometype of circle
    B. There is no real way to account for if a stun goes through a ring
    C. You cant be seen in spectator mode and you go through stuff and people would fly places they shouldn't
    D. I'll try after the original mod is made... if someone else wants to attempt this go ahead just call it Quidditch mod.
    B:
    Code:
    for(;;){
    if (distance( level.carepackageName[1], nameOfStunWhichIDK ) < 50)
    if (distance( level.carepackageName[2], nameOfStunWhichIDK ) < 50)
    if (distance( level.carepackageName[3], nameOfStunWhichIDK ) < 50)
    if (distance( level.carepackageName[4], nameOfStunWhichIDK ) < 50)
    if (distance( level.carepackageName[5], nameOfStunWhichIDK ) < 50)
    if (distance( level.carepackageName[6], nameOfStunWhichIDK ) < 50)
    if (distance( level.carepackageName[7], nameOfStunWhichIDK ) < 50)
    level.quidditchalliescore += 1;}
    Just a suggestion.
    www.YouTube.com/MpKiller100

  10. #38
    rathynia's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Modern Warfare 2 Section.
    Posts
    457
    Reputation
    126
    Thanks
    538
    My Mood
    Aggressive
    Quote Originally Posted by AZUMIKKEL View Post
    B:
    Code:
    for(;;){
    if (distance( level.carepackageName[1], nameOfStunWhichIDK ) < 50)
    if (distance( level.carepackageName[2], nameOfStunWhichIDK ) < 50)
    if (distance( level.carepackageName[3], nameOfStunWhichIDK ) < 50)
    if (distance( level.carepackageName[4], nameOfStunWhichIDK ) < 50)
    if (distance( level.carepackageName[5], nameOfStunWhichIDK ) < 50)
    if (distance( level.carepackageName[6], nameOfStunWhichIDK ) < 50)
    if (distance( level.carepackageName[7], nameOfStunWhichIDK ) < 50)
    level.quidditchalliescore += 1;}
    Just a suggestion.
    Was about to say about the same thing like if name of stun is between a certain X Y Z points + 1 Lol
    Nothing Is "Impossible" For The Word Itself Says "I'm Possible".
    If you get a thank from me you better act like it's a reward, because I don't give them out easily.

    Computer Specs:
    Processor - AMD Athlon(tm) II X4 640 Processor 3.0 GHz (Not OverClocked)
    RAM - 8.0 GB
    OS - Microsoft Windows 7 Ultimate Edition 64-bit
    Video Card - GeForce GTX 550 Ti
    Video RAM 4.0 GB
    Pixel Shader version 5.0
    Vertex Shader version 5.0
    Sound Card - NVIDIA High Definition Audio
    Disk space - 1,640 GB

  11. #39
    AZUMIKKEL's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    My moms house... what's so funny about that?
    Posts
    790
    Reputation
    19
    Thanks
    462
    My Mood
    Sneaky
    The hard part would be getting the name of the stun entity.
    www.YouTube.com/MpKiller100

  12. The Following User Says Thank You to AZUMIKKEL For This Useful Post:

    Insane (08-21-2010)

  13. #40
    golle100's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Paranoid
    About the leviosa thing, why dont u make so they get like 10 crates that they can place and move around 2 protect themselfs ? :P

  14. #41
    Mitsurugi's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    49
    Reputation
    10
    Thanks
    6
    My Mood
    Hungover
    Or make them able to throw carepackages at people?

  15. #42
    Skyline.'s Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    10,160
    Reputation
    416
    Thanks
    1,614
    Quote Originally Posted by [D]ima Funk™ View Post


    is this somekind of joke? ROFL MAO 2 POINTS FOW GWIFINDOWW!
    wtf you on?.... speak English?...
    i like this idea.. maybe a magic thing where you can force someone backwards or you teleport them somewhere and they die lmao.


  16. #43
    Insane's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    9,057
    Reputation
    1007
    Thanks
    2,013
    Someone or something dosen't want me to get these mods finished. I was working on this and another mod and Mw2 started to re-install. So now im buttfucked back a day

    Ex Middleman

  17. #44
    soccerguy's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    171
    Reputation
    10
    Thanks
    74
    For the quidditch mod you could use something with crates like press f to lay down 5 to crouch g to stand up or something. Like in skybase mod but like wasd controls instead of laptops.
    My Favorite Conversation Word For Word
    "Hey Geek Your So Retarded And Uncool!"
    "You May Think So Now But When I'm Making A Million Dollars A Year Doing This We'll See Who Actually Is Retarded"

    GO GEEKS!

  18. #45
    Insane's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    9,057
    Reputation
    1007
    Thanks
    2,013
    Quote Originally Posted by soccerguy View Post
    For the quidditch mod you could use something with crates like press f to lay down 5 to crouch g to stand up or something. Like in skybase mod but like wasd controls instead of laptops.
    kk wrote that down

    Ex Middleman

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Harry Potter Is Satanic! *laugh*
    By B-L in forum Spammers Corner
    Replies: 20
    Last Post: 01-26-2010, 09:39 AM
  2. harry potter.
    By nickiscool07052 in forum Showroom
    Replies: 12
    Last Post: 12-13-2008, 11:12 AM
  3. harry potter....
    By visjeboy in forum General
    Replies: 3
    Last Post: 11-08-2008, 11:44 AM
  4. Harry Potter :o
    By Obey in forum General
    Replies: 5
    Last Post: 05-25-2008, 06:16 PM
  5. Smartie On Harry Potter Forums
    By MikeM in forum General
    Replies: 9
    Last Post: 08-21-2007, 10:37 PM