|
|
|
Page 1 of 1
|
[ 22 posts ] |
|
|
corypx
|
Posted: Thu, Jul 15 2010, 1:14 AM |
|
|

Player
Joined: 14 Oct 2006
|
|
I'm sure we all have questions on if something can be coded,we have a build thread why not have one for questions about coding over all or befor a DC request.
being a shifter I know I have tons of question because I need everything in potion form or I cant use it, like a simple raise scroll in combat.
1.so could a potion be made to raise non-hostile players in a area?
2.could a custom spell be made then added to a potion to be used as a custom skill for your forms(rak form geting a Cone of cold potion or something if you RP using the form alot, stuff like that?
_________________ ================-<Cory ShadowFlame>-================ Risenlord-Shifter(OMG a Non-Dragon Shifter that can hold his own in PvE) 
|
|
|
|
 |
|
Selvec Darkon
|
Posted: Thu, Jul 15 2010, 5:27 AM |
|
|

Player
Joined: 12 Oct 2005 Location: On a Disk, carried by four elephants, which stand on a gigantic turtle.
|
|
As far as scripting goes, the first one doesn't sound to complicated. Using a lazy form of pseudocode.
Check for hostile. If hostile is false, cast raise. Otherwise, no raise. End.
I mean it almost seems simplier then targeting an individual, which would be involve a bunch of associations and stuff. This is not considering balancing.
Don't see why not. Custom spells are just spells added to the 2da I believe. You'd just reference that spell instead of the other ones, be it by number or otherwise. The real issue is that the potion will probably disappear straight after use, as the type "potion" has been hardcoded by bioware to do this I think.
_________________ I keels u with my axe!
"Do ye know where the Holy-Flamin' Frost-brand Gronk-slayin' Vorpal Hammer o' woundin' an' returnin' an' Shootin'-Lightnin'-out-yer-bum is?"
|
|
|
|
 |
|
TormakSaber
|
Posted: Thu, Jul 15 2010, 5:36 AM |
|
|

Player
Joined: 16 Dec 2004 Location: Somewhere
|
|
Equipment (held and worn, not just equipped) is specifically stated to merge into you when you shift. The fact that you c an use potions is a leniency. You do not have scrolls.
_________________ Davion Telemos - Monk of the Four Winds Korthan Isharnos - Dragon Shaman of Thunder Spirit Zamasham
|
|
|
|
 |
|
Logicality
|
Posted: Thu, Jul 15 2010, 7:06 AM |
|
|

Player
Joined: 23 Apr 2008 Location: The Otherworld
|
|
I skimmed through the Shifter section of the Classes Modifications, as well as the description at the NWN wiki, and only found mentions of armour, weapons, and "other items" merging with the shifted form. Still, I will assume that your word as a DM makes it so. I might question why "scrolls" are considered equipment when they cannot be, you know, equipped. If the lore is WYSIWYG, that's lame, but whatever.
Anyway, as for the first one: Get nearest player. If nearest player is dead and not hostile, raise. If either of these conditions are not met, potion is expended without effect. Like Selvec said, basically.
_________________ "A somebody was once a nobody who wanted to and did." - Anonymous
|
|
|
|
 |
|
TormakSaber
|
Posted: Thu, Jul 15 2010, 7:21 AM |
|
|

Player
Joined: 16 Dec 2004 Location: Somewhere
|
|
I am speaking from the PnP view.
_________________ Davion Telemos - Monk of the Four Winds Korthan Isharnos - Dragon Shaman of Thunder Spirit Zamasham
|
|
|
|
 |
|
corypx
|
Posted: Thu, Jul 15 2010, 14:50 PM |
|
|

Player
Joined: 14 Oct 2006
|
|
but if we are speaking from a PnP point of view, would not any form of shifting grant you full HP again.
but from a IC/Amia point of view raisescrolls are built with them in mind, and being able to use them would be nice in combat seeing as everyone else does. I would pay DCs for the power to raise people in form so I dont have to waste a form or trade a scroll to someone to do it for me.
from a DM point of view whats the chance of geting something scripted that raises people in combat that a shifter can use(from DCs or just somekind of amia over all thing)
_________________ ================-<Cory ShadowFlame>-================ Risenlord-Shifter(OMG a Non-Dragon Shifter that can hold his own in PvE) 
|
|
|
|
 |
|
Jyro X
|
Posted: Thu, Jul 15 2010, 15:28 PM |
|
|

Player
Joined: 04 Dec 2009 Location: North Carolina (EST/GMT -5)
|
|
Technically it could be added into the rest menu to check if you have a raise scroll in your inv and then cast the spell (animations and everything) accordingly and destroy the scroll.
But I agree with Tormak's sentiments on the matter.
_________________  
|
|
|
|
 |
|
corypx
|
Posted: Thu, Jul 15 2010, 15:45 PM |
|
|

Player
Joined: 14 Oct 2006
|
Jyro X wrote: Technically it could be added into the rest menu to check if you have a raise scroll in your inv and then cast the spell (animations and everything) accordingly and destroy the scroll.
But I agree with Tormak's sentiments on the matter. also being able to use it in combat is the main thing when people get killed and need to be poped up (sorry cant raise you I have a horde of NPCs attacking me) tormaks idea of PnP of everything merging with us so we cant have potions/scrolls might be right but is ruined if you IC put down a bag of said items you want to be able to use,shift then pick up the bag again, and lets face it if you were a shifter you would do that.
_________________ ================-<Cory ShadowFlame>-================ Risenlord-Shifter(OMG a Non-Dragon Shifter that can hold his own in PvE) 
|
|
|
|
 |
|
Selvec Darkon
|
Posted: Thu, Jul 15 2010, 17:51 PM |
|
|

Player
Joined: 12 Oct 2005 Location: On a Disk, carried by four elephants, which stand on a gigantic turtle.
|
|
I believe that this may be a case of "One group has ruined it for everybody". See, if you could raise all non-hostiles in an area, then I imagine the "Hide in GS and Raise" or "Hide in HIPS and Raise". Technique that is Oh so aggrivating, cheap, nasty and annoying, but routinely used in PvP, would suddenly be the insta win of the day.
While the scripting is possible. I can't ever see it actually being done.
_________________ I keels u with my axe!
"Do ye know where the Holy-Flamin' Frost-brand Gronk-slayin' Vorpal Hammer o' woundin' an' returnin' an' Shootin'-Lightnin'-out-yer-bum is?"
|
|
|
|
 |
|
corypx
|
Posted: Thu, Jul 15 2010, 19:10 PM |
|
|

Player
Joined: 14 Oct 2006
|
Selvec Darkon wrote: I believe that this may be a case of "One group has ruined it for everybody". See, if you could raise all non-hostiles in an area, then I imagine the "Hide in GS and Raise" or "Hide in HIPS and Raise". Technique that is Oh so aggrivating, cheap, nasty and annoying, but routinely used in PvP, would suddenly be the insta win of the day.
While the scripting is possible. I can't ever see it actually being done. not if they made the range so small you had to be basicly ontop of them, so its not some massive over powered thing and only one person at a time, but if its range is set nice and small it would only hit one person anyway.
_________________ ================-<Cory ShadowFlame>-================ Risenlord-Shifter(OMG a Non-Dragon Shifter that can hold his own in PvE) 
|
|
|
|
 |
|
TormakSaber
|
Posted: Thu, Jul 15 2010, 22:06 PM |
|
|

Player
Joined: 16 Dec 2004 Location: Somewhere
|
corypx wrote: but if we are speaking from a PnP point of view, would not any form of shifting grant you full HP again. I have never met a DM, online or IRL, who has ever used that feature, and have never met a person who knows a DM or allows it. It's almos tuniversally lambasted as one of the worst things about polymorphing and in extreme cases is why some DMs disallow it altogether. not a good argument for your case, I'm afraid.
_________________ Davion Telemos - Monk of the Four Winds Korthan Isharnos - Dragon Shaman of Thunder Spirit Zamasham
|
|
|
|
 |
|
corypx
|
Posted: Thu, Jul 15 2010, 22:32 PM |
|
|

Player
Joined: 14 Oct 2006
|
Tormak you could have at least commented on raise dead potions about the chances if it could have been scripted balanced wise, or would be fall under the "Dont roll a shifter if you want to do something everyone else does" TormakSaber wrote: corypx wrote: but if we are speaking from a PnP point of view, would not any form of shifting grant you full HP again. I have never met a DM, online or IRL, who has ever used that feature, and have never met a person who knows a DM or allows it. It's almos tuniversally lambasted as one of the worst things about polymorphing and in extreme cases is why some DMs disallow it altogether. not a good argument for your case, I'm afraid. it was not ment to be a good argumnt it was more of ment to tie your comment of TormakSaber wrote: The fact that you can use potions is a leniency. You do not have scrolls. because as I said if we know something is going to merg as we shapechange we would put it down befor hand so it does not, meaning we would have potions and scrolls making potions not a leniency but just as normal as everyone else having them.
_________________ ================-<Cory ShadowFlame>-================ Risenlord-Shifter(OMG a Non-Dragon Shifter that can hold his own in PvE) 
|
|
|
|
 |
|
TormakSaber
|
Posted: Thu, Jul 15 2010, 22:41 PM |
|
|

Player
Joined: 16 Dec 2004 Location: Somewhere
|
|
If you want to raise people, deshift.
I see no reason to add "raise potions". Nonsensical.
_________________ Davion Telemos - Monk of the Four Winds Korthan Isharnos - Dragon Shaman of Thunder Spirit Zamasham
|
|
|
|
 |
|
corypx
|
Posted: Thu, Jul 15 2010, 22:42 PM |
|
|

Player
Joined: 14 Oct 2006
|
TormakSaber wrote: If you want to raise people, deshift.
I see no reason to add "raise potions". Nonsensical. even if it was DC request, not something you added for all shifters?
_________________ ================-<Cory ShadowFlame>-================ Risenlord-Shifter(OMG a Non-Dragon Shifter that can hold his own in PvE) 
|
|
|
|
 |
|
TormakSaber
|
Posted: Thu, Jul 15 2010, 22:44 PM |
|
|

Player
Joined: 16 Dec 2004 Location: Somewhere
|
|
Even more if it was DC request.
_________________ Davion Telemos - Monk of the Four Winds Korthan Isharnos - Dragon Shaman of Thunder Spirit Zamasham
|
|
|
|
 |
|
Ummma
|
Posted: Thu, Jul 15 2010, 22:51 PM |
|
|

Player
Joined: 12 Apr 2010 Location: unknown
|
|
Cory, face it, shifters are nothing more than window-dressing, and if any more strengths to the forms are ever identified they too will be taken out and shot. God forbid them ever being more useful than a true-seeing wyrmling.
I should not have said that. *Expects a new shifter update removing Trueseeing from Wyrmling/Rakasha*
_________________ Yay for Morphine! Boo for having enough pain to have to use it..
|
|
|
|
 |
|
corypx
|
Posted: Thu, Jul 15 2010, 22:53 PM |
|
|

Player
Joined: 14 Oct 2006
|
TormakSaber wrote: Even more if it was DC request. I dont follow your logic you see no reason to add it because its not needed but if someone wants to spend thier DCs on it, its even more...? but if its DC request would that even matter at that point if you feel it would be Nonsensical because its thier DCs?
_________________ ================-<Cory ShadowFlame>-================ Risenlord-Shifter(OMG a Non-Dragon Shifter that can hold his own in PvE) 
|
|
|
|
 |
|
TormakSaber
|
Posted: Thu, Jul 15 2010, 23:37 PM |
|
|

Player
Joined: 16 Dec 2004 Location: Somewhere
|
Ummma wrote: Cory, face it, shifters are nothing more than window-dressing, and if any more strengths to the forms are ever identified they too will be taken out and shot. God forbid them ever being more useful than a true-seeing wyrmling.
I should not have said that. *Expects a new shifter update removing Trueseeing from Wyrmling/Rakasha* I'm sorry I and the designers spent months on the shifter update. Your appreciation or lack thereof is noted. I'll keep that in mind when I dare to stick my neck out again for something.
_________________ Davion Telemos - Monk of the Four Winds Korthan Isharnos - Dragon Shaman of Thunder Spirit Zamasham
|
|
|
|
 |
|
Jyro X
|
Posted: Fri, Jul 16 2010, 1:54 AM |
|
|

Player
Joined: 04 Dec 2009 Location: North Carolina (EST/GMT -5)
|
|
As an aside, I love the shifter updates.
Raise dead while shifted is not needed, imo.
You want to raise dead people? Call a cleric. I'd rather see raise dead scrolls taken out all together to be truthful.
_________________  
|
|
|
|
 |
|
Dramatic_Prince
|
Posted: Fri, Jul 16 2010, 2:06 AM |
|
|

Player
Joined: 11 Sep 2008
|
Jyro X wrote: I'd rather see raise dead scrolls taken out all together to be truthful. AFTER you take out heal pots.
_________________
Prescia the Pristine Voice
|
|
|
|
 |
|
Colapops
|
Posted: Fri, Jul 16 2010, 2:35 AM |
|
|

Player
Joined: 16 Feb 2008 Location: Keep your distance.
|
Jyro X wrote: As an aside, I love the shifter updates.
Raise dead while shifted is not needed, imo.
You want to raise dead people? Call a cleric. I'd rather see raise dead scrolls taken out all together to be truthful. Yeah, I hate leveling up, too.
_________________ The origin of storms.
|
|
|
|
 |
|
Logicality
|
Posted: Fri, Jul 16 2010, 2:43 AM |
|
|

Player
Joined: 23 Apr 2008 Location: The Otherworld
|
|
Perhaps a new thread is called for if the current discussion is to continue, as a thread for scripting questions is actually quite a good idea and I'd hate to see it get locked.
_________________ "A somebody was once a nobody who wanted to and did." - Anonymous
|
|
|
|
 |
|
Page 1 of 1
|
[ 22 posts ] |
|
Who is online |
Users browsing this forum: No registered users and 18 guests |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum
|
|