Page 1 of 2

Animists

PostPosted: Sat May 26, 2007 1:48 pm
by Galden172007
Hey Galden here, I was just wondering if you were going to impliment animists...it's probably one of my favorite classes in terms of leveling/keep defense so I was just wondering :) Let me know whatever you are planning to do and if this is already posted please direct me to it and remove this one :-) thanks guys for all the hard work

PostPosted: Sat May 26, 2007 1:57 pm
by Etaew
They are under development.

PostPosted: Sat May 26, 2007 1:58 pm
by Galden172007
Kewl Thanks. I was just wondering because I tried to make one and it gives me the spells and says when I cast one but the shroom doesn't show up :) thanks again

PostPosted: Sun May 27, 2007 12:05 pm
by Timx
you can create a mushroom spellhandler by your own , just look @ the summon-spellhandler and change a little bit ;-)

PostPosted: Sun May 27, 2007 12:27 pm
by Dinberg
Aye, but if a mob runs to melee range the mushroom renounces all spell-casting abilities and proceeds to beat at it with it's bulbous head :D

but you are right, if you can get used to that the rest of the functionality is there.

PostPosted: Sun May 27, 2007 5:30 pm
by Galden172007
So it will attack we just can't see/select the shroom? Do you know how long it will take to get that fixed?

PostPosted: Sun May 27, 2007 5:47 pm
by Galden172007
you can create a mushroom spellhandler by your own , just look @ the summon-spellhandler and change a little bit ;-)
What does that mean? heh I just play the games I don't know anything about making the shards or repairing problems with them

PostPosted: Sun May 27, 2007 9:27 pm
by Dinberg
The animist spell pets as far as you are worried about for now then as a player are non-functional, I was referring to if an independant shard modifies the summon spell handler to make their own mushrooms spell :).

PostPosted: Mon May 28, 2007 9:17 am
by ZioRed
So it will attack we just can't see/select the shroom? Do you know how long it will take to get that fixed?
Unluckily, I am currently little busy in RL between daughter/wife and office :/
I'm working on it during my free time, which is not very much. Moreover, I began playing an Animist on live servers at the last week, so I can check & test everything on live before coding it.

PostPosted: Mon May 28, 2007 11:27 am
by Timx
Aye, but if a mob runs to melee range the mushroom renounces all spell-casting abilities and proceeds to beat at it with it's bulbous head :D

not if you write it in the script ..... or create a non-interuptable dd ( for the mushroom )



so you just create a new npctemplate ( mushroom skin , speed : 0 ! )
change summonspellhandler ------> (aim) =groundtarget
( if pet isn`t Mezzed / Stuned ) ----> ( aggro = 100 ) --> cast uninterruptable dd on enemy`s



if i have a little bit time and finished my masterlevel , i ´ll try to implent an animist mushroom-spellhandler

PostPosted: Mon May 28, 2007 1:29 pm
by Dinberg
Aye it's true, you can do that, but I've seen the mushrooms interrupted on live before, it's just very unlikely for it to happen.

Also, I think it still chooses melee over spells if they do come into range if for whatever reason it's chain of casting gets broken (like a mezz or stun). So if it's stunned, then they run to melee range, when it wakes it will go melee on their azz.

But it's been a while since I tried mushrooms....alot has changed since then, so I may well be wrong :).

PostPosted: Mon May 28, 2007 1:34 pm
by Overdriven
Shroom PLing is the most fun and easy thing to do.

PostPosted: Mon May 28, 2007 3:25 pm
by Batlas
AFAIK Ive never played an animist on live, but I did play Craigens on Purga and they did get interuppted when attacked. I would like to keep Shrooms as an npctemplate the way we've been doing pets, so we'll see what happens.

PostPosted: Mon May 28, 2007 3:39 pm
by mgX
thats just purga being weird....

PostPosted: Mon May 28, 2007 3:43 pm
by ZioRed
AFAIK Ive never played an animist on live, but I did play Craigens on Purga and they did get interuppted when attacked. I would like to keep Shrooms as an npctemplate the way we've been doing pets, so we'll see what happens.
In fact I'm planning to do just some fixes in the ControlledNpc class and its brain to develope the shrooms. And I don't think that DD from shrooms is uninterruptable, however I'll try it soon on live server (I'm xping one).

Perhaps we may need to add a field AttackType to let us configure a pet which cannot enter in melee combat. Another solution (which one I'm using now for testing purpose in my local test) may be adding a new item in the enum eDamageType._NoDamage=254 to assign to the pets which don't combat in melee.

To prevent the pet movements I think is enough to set MaxSpeed=0 on the npctemplate. Summoning a controllable turret should not be too complicated with the new CanReceiveOrder property (same for Fire&Forget turrets).