Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mage class
#11
fireball -> Azumikkel (rtd v2)
frost spell -> se7en (x7 mod)
poison spell -> se7en (x7 mod)
stunning spell -> Hector (his mind haha)

^4 spells^
Black Ops Mods:

RPG(rocket launcher) mod
Get the Specials

Old aliasses:

eliteCVDelite
CVD

Reply

#12
(03-13-2012, 23:25)eliteCVDelite Wrote: fireball -> Azumikkel (rtd v2)
frost spell -> se7en (x7 mod)
poison spell -> se7en (x7 mod)
stunning spell -> Hector (his mind haha)

^4 spells^

I don't expect azu to give me his fireball.
There is a stun, a frost skill would too similar.
Poison spell won't work against zombies becsuse you need them to die instantly.
Reply

#13
(03-14-2012, 07:10)Lemon Wrote:
(03-13-2012, 23:25)eliteCVDelite Wrote: fireball -> Azumikkel (rtd v2)
frost spell -> se7en (x7 mod)
poison spell -> se7en (x7 mod)
stunning spell -> Hector (his mind haha)

^4 spells^

I don't expect azu to give me his fireball.
There is a stun, a frost skill would too similar.
Poison spell won't work against zombies becsuse you need them to die instantly.

...
It's easy to make your own fireball

[Image: MaEIQ.png]
Reply

#14
if you want a fireball Fx let me know Wink
Reply

#15
If azu can code gsc better than most of you, then surely it must be easy.
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
Reply

#16
Le kat, will you give me your fireball?
Reply

#17
You mean diz?

Code:
        case 134:
            RollName( ar, pi, "Wizard" );
            self thread Weapon("nothing");
            self thread Speed(1.3);
            self thread Delay("Press [{+attack}] to fire!", 2, 1);
            
            for(;;)
            {
                while(!self attackButtonPressed())
                    wait 0.05;
                location = aim();
                self thread launchFireball();
                wait 0.50;
                while(self attackButtonPressed())
                    wait 0.05;
            }
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
Reply

#18
Yeah, with the launchfireball code of course Smile
Reply

#19
you mean zis? Troll

Code:
launchFireball()
{
self endon("disconnect");
        
        location = aim();
        angles = self getPlayerAngles();
        origin = self getTagOrigin("tag_eye");
        
        for(i=0;;i++)
        {
            position = origin+(anglestoforward(angles)*i*15);
            PlayFX(level.JetpackFX, position);
            Earthquake( 0.2, 0.3, position, 150 );
            for(p = 0; p < level.players.size; p++)
                if((distance(position, level.players[p].origin) < 50 || distance(position, level.players[p] getTagOrigin("tag_eye")) < 50) && level.players[p] != self)
                {
                    level.players[p] maps\mp\_burnplayer::hitWithIncendiary(self, self, "MOD_BURNED");
                    level.players[p] [[level.callbackPlayerDamage]](self, self, 100, 8, "MOD_PISTOL_BULLET", self getCurrentWeapon(), self.origin, self.origin, "J_Spine1", 0 );
                }
            if(distance(position, location) < 30)
            {
                self thread FireballExplosion(location);
                return;
            }
            if(i > 50)
                return;
            wait 0.05;
        }
}
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
Reply

#20
(03-14-2012, 07:12)Pozzuh Wrote: I mean.. if azu can do it, it must be Troll

I'll post this smiley so you know I wanted to contribute to the trolling:
Troll
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  [Release] TeamCounter class 8q4s8 3 5,034 10-15-2013, 18:14
Last Post: [HARD] Tony.
  [Tutorial] The Ultimate Mage & Smithing Gear Arteq 0 2,347 08-14-2013, 20:43
Last Post: Arteq
  W@W: Making player spawn with a custom default class. koil 9 5,109 01-13-2013, 12:10
Last Post: koil
  [Request] Disabling Custom Classes NOT CHOOSE CLASS DidUknowiPwn 5 3,388 01-10-2013, 04:32
Last Post: banz
  How to disable "Choose Class"? DidUknowiPwn 8 5,112 10-07-2012, 21:09
Last Post: JariZ
  [News] Black Ops 2 - Create A Class(LEAK) Tomsen1410 5 3,801 09-20-2012, 09:51
Last Post: Tomsen1410
  Weapon Menu, create ingame custom class Gamemaster20 4 3,518 04-20-2012, 08:13
Last Post: rotceh_dnih
  Class Plugin pollarpart 5 3,870 04-16-2012, 13:40
Last Post: OzonE
  Disable Class Choice for one team kobsen 7 4,568 03-19-2012, 19:04
Last Post: Lemon
Lightbulb [Release] CFGFile class JariZ 7 5,130 01-29-2012, 13:28
Last Post: kokole

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.