Theurgists Eviscorated for Seige?!?

Discussion for various features for Dawn of Light: Storm

Moderators: Project Admin, Support Team, Storm Team

Theurgists Eviscorated for Seige?!?

Postby WisdomConners » Wed Apr 23, 2008 10:08 am

Why can earth pets no longer be cast on Doors in RvR for seige purposes? This was THE only thing I ever took my Theurgist out to RvR for.
ImageImageImageImage
User avatar
WisdomConners
DOL Follower
 
Posts: 494
Joined: Tue Dec 25, 2007 4:13 pm
Website: http://www.facebook.com/LostinSpaceman
Location: Spring Texas

Re: Theurgists Eviscorated for Seige?!?

Postby Roozzz » Wed Apr 23, 2008 4:59 pm

Theurg pets have several bugs if I recall correctly from the last time I played my theurg here. Many of them were reported and dont know if they are fixed yet, guess not.
Among them: Pets move to slow, they are vurnerable to cc and indeed this one.

And
Quidquid latine dictum sit, altum videtur
Roozzz
Database Team
 
Posts: 1943
Joined: Wed Dec 06, 2006 11:00 am

Re: Theurgists Eviscorated for Seige?!?

Postby WisdomConners » Wed Apr 23, 2008 8:20 pm

Well this seems more like a casting bug than just a pet bug. On Live I was able to cast Theurgist Ice and Wind blasts on doors as well (Not that those did any damage), so it appears that all that needs fixing is the ability to cast on the doors. They shouldn't return "Invalid Target" messages. It should be a simple fix.
ImageImageImageImage
User avatar
WisdomConners
DOL Follower
 
Posts: 494
Joined: Tue Dec 25, 2007 4:13 pm
Website: http://www.facebook.com/LostinSpaceman
Location: Spring Texas

Re: Theurgists Eviscorated for Seige?!?

Postby loen2 » Thu Apr 24, 2008 12:38 am

Actually many spells should be castable on keep doors and walls. Casted DD or a pbaoe for example, they do do damage on live to keeps. Also on live posisional styles work on all seige but here they do not. I spam PA on siege all the time on live or a side style if I am on the side. Here you always fail the style and can't cast any spell on an object.
User avatar
loen2
DOL Acolyte
 
Posts: 108
Joined: Thu May 10, 2007 3:29 am
Location: Great White North

Re: Theurgists Eviscorated for Seige?!?

Postby Etaew » Thu Apr 24, 2008 1:59 am

Code: Select all
public virtual bool IsAllowedToCastSpell(GameLiving caster, GameLiving target, Spell spell, SpellLine spellLine)
{
//we only allow certain spell targets to be cast when targeting a keep component
if (target is GameKeepComponent || target is GameKeepDoor)
{
switch (spell.Target.ToLower())
{
case "self":
case "group":
case "pet":
break;
default: return false;
}
}
return true;
}
That is the reason why, new logic needs to be added.
Retired DOL Enthusiast | Blog
User avatar
Etaew
Inactive Staff Member
 
Posts: 7602
Joined: Mon Oct 13, 2003 5:04 pm
Website: http://etaew.net
Location: England

Re: Theurgists Eviscorated for Seige?!?

Postby WisdomConners » Thu Apr 24, 2008 4:04 am

Code: Select all
public virtual bool IsAllowedToCastSpell(GameLiving caster, GameLiving target, Spell spell, SpellLine spellLine)
{
//we only allow certain spell targets to be cast when targeting a keep component
if (target is GameKeepComponent || target is GameKeepDoor)
{
switch (spell.Target.ToLower())
{
case "self":
case "group":
case "pet":
break;
default: return false;
}
}
return true;
}
That is the reason why, new logic needs to be added.
Where did it go? I may be misremembering here, but I could have sworn I took a few towers when the server was running 1.901 by casting earth pets on the doors. Maybe I just dreamt it....wierder things have happened. :lol:
ImageImageImageImage
User avatar
WisdomConners
DOL Follower
 
Posts: 494
Joined: Tue Dec 25, 2007 4:13 pm
Website: http://www.facebook.com/LostinSpaceman
Location: Spring Texas

Re: Theurgists Eviscorated for Seige?!?

Postby Etaew » Thu Apr 24, 2008 9:33 am

You'd want something like
Code: Select all
case "enemy":
{
if (spell.SpellType == 'Summon')
return true;
break;
}
Retired DOL Enthusiast | Blog
User avatar
Etaew
Inactive Staff Member
 
Posts: 7602
Joined: Mon Oct 13, 2003 5:04 pm
Website: http://etaew.net
Location: England

Re: Theurgists Eviscorated for Seige?!?

Postby WisdomConners » Thu Apr 24, 2008 10:32 am

I haven't even tried it on my own server. I was talking about for Storm. I'm not quite ready to step up and do coding for my own test server yet. :oops:
ImageImageImageImage
User avatar
WisdomConners
DOL Follower
 
Posts: 494
Joined: Tue Dec 25, 2007 4:13 pm
Website: http://www.facebook.com/LostinSpaceman
Location: Spring Texas

Re: Theurgists Eviscorated for Seige?!?

Postby klagx » Thu Apr 24, 2008 2:18 pm

Indeed, you can't cast PBAOE spells with the keeps or keep doors targeted. Very annoying, especially since there is no actual RvR and the only RP comes from PvEing keeps.
klagx
DOL Apprentice
 
Posts: 46
Joined: Sun Feb 17, 2008 4:51 am


Return to “%s” Feature Discussion

Who is online

Users browsing this forum: No registered users and 1 guest