Author Topic: Requesting - Colored wands  (Read 2273 times)

I am trying  to make a simple magic death match. I can learn the scripting, but I am a modeling failure. I was wondering if someone could make me different colored wands such as administrator's destructor wand and that type of stuff. I need five in total and I would like Blue, Green, Red, White and Black. I don't expect help but it is appreciated!

Badspot

  • Administrator
The wands are re-colored through script. 

Yeah... Dilt showed me what to do with the script but all my wands act as though they are the black one (I changed their colors  from it  so they should work well...)
Can someone help me?

Download a few tool add-ons that use wands, look at them in game, then read the code to find what makes that happen.

I already changed them to the right colors... but they all look like black wand. Are you telling me I need a different model for each one ???

You mean, if you reuse the wand, it functions like the wand?

I already changed them to the right colors... but they all look like black wand. Are you telling me I need a different model for each one ???

WTF do you mean?

I think he wants to change the black part of the wand rather than the end?

I'm sorry for all the confusion. Can't really explain well... good news is that i got all the wands colored bad news is that the blue wand is floating above my blocko man's hand. Anyone know how this happens?


EDIT: Rky helped me in game and I appreciate his help and all of you that tried and helped me :cookie: :cookie: :cookie:
« Last Edit: January 01, 2008, 05:59:43 PM by Dr Bling »

I unlocked the thread because I didn't want to make a whole new one. I got done with my first 3 spells blue=taze/freeze red=fireball white=super impulse and I was wondering if i could make black a curse (like drain health/energy over time or a disarming spell (like in harry potter) Please respond if you know if and how to do that...

This should be in Coding Help.

For the drain one, look at Weapon Ammo/Fire Arrows. (They do 50 damage over a period of time)
For the 'disarm' one, try forcing the player's client to use servercmdDropTool() for whatever tool they are using, as if you'd knocked it out of their hand.

Thank you for the drain solution. Although I'm not sure about how to force the weapon out of their hand...

servercmdDropTool does that already. It's like pushing Ctrl W.

Please please PLEASE make them minigame only, especially the taze/freeze one.

Space guy, I mean like where do i put the servercdmdroptool???