Falconry?

Suggestions or Mechanical Requests for Classes, Feats, Races, Etc.

Moderators: Moderator, Quality Control, Developer, DM

Post Reply
User avatar
Genuinely Spurious
Recognized Donor
Posts: 94
Joined: Sat Jun 04, 2022 11:16 am

Falconry?

Unread post by Genuinely Spurious »

Is there any way to script falconry like fishing? You buy the falcon at the pet merchant. Take it out to nodes that are set like fishing. Release the falcon/hawk to hunt. It can come back with Rabbit, mice, squirrel etc. to be turned in for some gp? Make there be a chance it doesn't come back at all and you have to buy a new one, too.

Would be fun for RP.
JustAnotherGirl
Posts: 131
Joined: Mon Jan 27, 2020 1:53 am

Re: Falconry?

Unread post by JustAnotherGirl »

That would be pretty cool. My ranger has a falcon for RP that she takes out hunting too.
Ashling, High Ranger of the Green Enclave
User avatar
Planehopper
Posts: 2298
Joined: Sun Oct 09, 2011 4:50 pm

Re: Falconry?

Unread post by Planehopper »

I could use some brainstorming. How would we identify areas that could be used for falconry? For fishing, you can make the assumption that if you try to use it by water you'll get a decent shot at it working. For falconry, its a little more varied. Open areas, high areas, just about anywhere that isnt dense tree canopy or lots of underbrush.

I dont want any OOC/obvious flags. Anyone have ideas on how we can mark a place?
User avatar
Steve
Recognized Donor
Posts: 8127
Joined: Wed Jul 08, 2015 5:42 am
Location: Paradise in GMT +1

Re: Falconry?

Unread post by Steve »

Planehopper wrote: Wed Dec 21, 2022 4:19 am I could use some brainstorming. How would we identify areas that could be used for falconry? For fishing, you can make the assumption that if you try to use it by water you'll get a decent shot at it working. For falconry, its a little more varied. Open areas, high areas, just about anywhere that isnt dense tree canopy or lots of underbrush.

I dont want any OOC/obvious flags. Anyone have ideas on how we can mark a place?
https://www.pbs.org/wgbh/nova/video/how ... in-cities/

Talsorian the Conjuransmuter - The (someTIMEs) Traveler

The half-MAN, the MYrchanT(H), the LEGENDermaine ~ Jon Smythe [Bio]

Brinn Essebrenanath — Volamtar, seeking wisdom within the earth dream [Bio]
User avatar
Aspect of Sorrow
Custom Content
Posts: 2633
Joined: Fri Mar 28, 2014 7:11 pm
Location: Reliquary

Re: Falconry?

Unread post by Aspect of Sorrow »

Planehopper wrote: Wed Dec 21, 2022 4:19 am I could use some brainstorming. How would we identify areas that could be used for falconry? For fishing, you can make the assumption that if you try to use it by water you'll get a decent shot at it working. For falconry, its a little more varied. Open areas, high areas, just about anywhere that isnt dense tree canopy or lots of underbrush.

I dont want any OOC/obvious flags. Anyone have ideas on how we can mark a place?
On server load :
GetFirstArea() then while loop GetNextArea()
if (GetTag(oArea) == "areatagsupported") SetLocalInt() // Copy paste spam for nwscript acceptable, array in CLR is cleaner, if desperate a 2DA iterator can be used and is probably the best approach for whitelisting areas by their tags without having to compile code every time, able to be updated at runtime, etc etc.


On Falconry Use :
if (GetLocalInt(GetArea(oPC), "falconrystring") == 1)
{
// Scaffold the rest such as elevation checks if absolutely needed (iterate all objects in area, set newly understood maximums and minimums of Z, assume elevation needed somewhere within appropriate range of the maximum, a little extra math can subtract the outliers), some flexibility here can be assumed given too that we don't enforce shadow dancers to actually be in a shadow
}
User avatar
Planehopper
Posts: 2298
Joined: Sun Oct 09, 2011 4:50 pm

Re: Falconry?

Unread post by Planehopper »

I think I have decided to create a trigger around each waypoint (the waypoint is tied to the system) with some lore/info on the area to indicate it is suitable for faclon hunting. Maybe a prof:hunting check to recognize suitable habitat, etc. Even someone untrained in falconry will be able to hunt there, but only a trained hunter will know without trying.

A few minor things to work out, I think, and it should be all set.
JustAnotherGirl
Posts: 131
Joined: Mon Jan 27, 2020 1:53 am

Re: Falconry?

Unread post by JustAnotherGirl »

I can't wait to check it all out when you get it figured out. Thanks so much for looking into all of this for us. :)
Ashling, High Ranger of the Green Enclave
Post Reply

Return to “Mechanics”