Page 1 of 2

weapon spritesheet

Posted: 12 Feb 2012, 14:56
by ChefChelios
edit: new icon

Re: weapon spritesheet

Posted: 12 Feb 2012, 17:36
by ChaosCrossAG
I think it look`s pretty cool, can you put it in action?

Re: weapon spritesheet

Posted: 12 Feb 2012, 18:13
by Nami
Great Idea!

Unfortunately this cannot be used (yet?) because there is no restrictions to what projectiles it can fire, so a player would be allowed to fire an arrow from it...same reason we could not have a crossbow.

Re: weapon spritesheet

Posted: 12 Feb 2012, 18:17
by Chicka-Maria
This is pure awsome :P would be nice to shoot rocks with

Re: weapon spritesheet

Posted: 12 Feb 2012, 19:36
by ChefChelios
Nami97 wrote:Unfortunately this cannot be used...
aww... damn!!!

Re: weapon spritesheet

Posted: 12 Feb 2012, 20:08
by Nami
Yeh....a shame really, it was a good idea and item, But keep it handy, I'm sure that soon we could find a way to get around this :)

Re: weapon spritesheet

Posted: 13 Feb 2012, 18:50
by ChefChelios
here is my ice gladius... but dont use it at the desert cuz the blade would melt xDDD

edit: i changed the spritesheed to make it fit to the dagger.xml

Re: weapon spritesheet

Posted: 13 Feb 2012, 21:42
by Chicka-Maria
This looks great chef would be nice to see in game :D

Re: weapon spritesheet

Posted: 13 Feb 2012, 22:02
by ChefChelios
Chicka-Maria wrote:This looks great chef would be nice to see in game
thank ya holy maria :XXX

Re: weapon spritesheet

Posted: 15 Feb 2012, 15:47
by ChefChelios
.. :?: ..

Re: weapon spritesheet

Posted: 15 Feb 2012, 16:19
by Alige
What a beautiful work you are doing man, it is incredible!
Even though we cannot use the Sling yet, could you please make an icon for it too? Thanks in advance.
Ah, and don't forget the double red lightsaber ;) (send it to me via a PM or post it here).

Best wishes,
Ali

Re: weapon spritesheet

Posted: 17 Feb 2012, 18:05
by Chapart
Chef the nunchakus are perfect, dont forget to make bruce lee suit xD

Nice work =D

I want all of that weapons!

Re: weapon spritesheet

Posted: 17 Feb 2012, 18:23
by Chicka-Maria
chef those are awsome LOL i can imagine it now people killing people in pvp with them.

Re: weapon spritesheet

Posted: 18 Feb 2012, 01:19
by var
Nami97 wrote:Great Idea!

Unfortunately this cannot be used (yet?) because there is no restrictions to what projectiles it can fire, so a player would be allowed to fire an arrow from it...same reason we could not have a crossbow.
according to this https://github.com/mana/mana/blob/maste ... nfo.h#L181 and this https://github.com/mana/mana/blob/maste ... b.cpp#L213 and this https://github.com/mana/mana/blob/maste ... es.txt#L13 since mana client 0.6 custom missile will be available.

*still waits for the custom drawing order of the equipments*

Re: weapon spritesheet

Posted: 18 Feb 2012, 02:03
by o11c
var wrote:
Nami97 wrote:Great Idea!

Unfortunately this cannot be used (yet?) because there is no restrictions to what projectiles it can fire, so a player would be allowed to fire an arrow from it...same reason we could not have a crossbow.
according to this https://github.com/mana/mana/blob/maste ... nfo.h#L181 and this https://github.com/mana/mana/blob/maste ... b.cpp#L213 and this https://github.com/mana/mana/blob/maste ... es.txt#L13 since mana client 0.6 custom missile will be available.

*still waits for the custom drawing order of the equipments*
The client is irrelevant since it is the server that needs to prevent equipping mismatching "bow" and "arrow".

Jenalya and I worked on this today and it should work using only equip scripts, no code changes.