PDA

View Full Version : Silver Bullet



Kluckmuck
12-28-2010, 09:08 AM
I tried to make the silver bullet skill like valk arrow, but now all skills fail to work. Graveyard doesnt effect anything and I cant use mini either. Silver bullet works kinda, except it wont hit anything. Other heroes works fine.

Help pl0x :witc:

Techies
12-28-2010, 09:26 AM
Try the following, think it might be the same problem I had.
http://forums.heroesofnewerth.com/showthread.php?t=195303

Kluckmuck
12-28-2010, 02:44 PM
Ty, solved it :)

Nine_Tailed
12-29-2010, 08:12 AM
so how can i use this? ws bulet like valk i wana try it =P

Kluckmuck
12-30-2010, 06:45 AM
Yeah, at first it was exactly like arrow except with silver bullet model and effects and the shot had crazy speed :D

Definately gonna use it in my upcoming map :)

Ekamo
12-31-2010, 12:11 PM
Can't wait for this awesomeness to arrive to Newerth!

Dunderklump1
01-01-2011, 08:09 PM
I tried to rework Pyromancers ult to work like valk arrow too. But either the skill cant hit anything, or it has no model(and doesnt hit anything, but I'd guess thats because its not there)

The part were it has no model, I tried making it an gadget just like valks arrow is..

HELP :D

6250

Kluckmuck
01-02-2011, 05:40 AM
I tried to rework Pyromancers ult to work like valk arrow too. But either the skill cant hit anything, or it has no model(and doesnt hit anything, but I'd guess thats because its not there)

The part were it has no model, I tried making it an gadget just like valks arrow is..

HELP :D

6250

Compare my skill to the original code and I'm sure you will see what you need to do. I kinda got it to work on my first try :D

Dunderklump1
01-02-2011, 06:49 AM
Compare my skill to the original code and I'm sure you will see what you need to do. I kinda got it to work on my first try :D

Now I basically copied the way your skill was scripted. and it still wont work.

FlameStick
01-02-2011, 07:18 AM
I tried to rework Pyromancers ult to work like valk arrow too. But either the skill cant hit anything, or it has no model(and doesnt hit anything, but I'd guess thats because its not there)

The part were it has no model, I tried making it an gadget just like valks arrow is..

HELP :D

6250


Your problem is you used the code from the pyros ult instead the one from valks arrow.

Just copy the arrow skill and you will find > projectile entity > open it and you will see this.


model="..\projectile\effects\spear.mdf"now remake it into this :


model="\heroes\pyromancer\ability_04\effects\spinner.mdf"
i think that should work :)

Dunderklump1
01-02-2011, 05:27 PM
Your problem is you used the code from the pyros ult instead the one from valks arrow.

Just copy the arrow skill and you will find > projectile entity > open it and you will see this.


model="..\projectile\effects\spear.mdf"now remake it into this :


model="\heroes\pyromancer\ability_04\effects\spinner.mdf"
i think that should work :)

nope... didnt work.

http://img211.imageshack.us/img211/6150/shot0006r.th.jpg (http://img211.imageshack.us/i/shot0006r.jpg/)

since the file is to big to upload directly here I'll just write what I changed.

First of all I copied EVERYTHING from valkyries second ability.

In the ability.entity I changed the

name="Ability_Valkyrie2"
to

name="Ability_Pyromancer4"

and in the projectile.entity I changed


model="../projectile/effects/spear.mdf"
to

model="/heroes/pyromancer/ability_04/effects/spinner.mdf"

thats all I did.

Kluckmuck
01-02-2011, 06:19 PM
You gotta create a new gadget and projectile then link them together, like in valks skill. I'm on my iphone right now so I aint 100% sure, but I think it's something like valkyrie_projectile2 in the ability.entity. And the model is only how it looks, it isn't really relevant untill you got your skill to actually hit something.

Dunderklump1
01-03-2011, 08:39 AM
im sorry but im starting to grow bolds. it just wont work. if I manage to change the model, the spell cant hit anyone.

Download here (http://www.megaupload.com/?d=GCHJXW78)

Cant someone just fix it and upload so I can watch the scripts...

Oloko
01-03-2011, 12:19 PM
im sorry but im starting to grow bolds. it just wont work. if I manage to change the model, the spell cant hit anyone.

Download here (http://www.megaupload.com/?d=GCHJXW78)

Cant someone just fix it and upload so I can watch the scripts...

Your base.gamemechanics file is in the wrong folder, it should be in your resources folder. Everything seems to be working fine for me if you move the file.

Dunderklump1
01-03-2011, 02:05 PM
ooohh.... the base.gamemechanics in the wrong folder :D. what a fail. Well thanks, now it works :)