Flower/Water for Bees

We try to put in new spawn areas, quests, events, items and scripts. This is where you submit your wish.
Locked
User avatar
Devlin
Legendary Scribe
Posts: 652
Joined: Thu Mar 18, 2010 12:50 pm

Flower/Water for Bees

Post by Devlin »

Hives seem to check static objects, not just items. Bodies of water or wild flowers are counted by the hive. I'm not sure if yard wants affect this however. Could this be changed to water pitcher specifically, to avoid issues with static objects? I think it involves this section of the code. It scans for anything with water in it, which includes tiles, which explains why water troughs work.

Code: Select all

WaterInRange = 0;
Map map = Map;
if( map == null )	
		if( iName.IndexOf("WATER") != -1 ) 
			WaterInRange++;																									 
}
Flowers are similar; it searches for objects with flower, lilly, poppy or snowdrop in them. I'd like to set up bees but my water seems to bee off the charts as my house is situated by a lake.

Also, should I be wrong on any of this, my bad. It's been nearly four years since I've toyed with bees :P

Edit: that bee pun was a typo. Although priceless.
Resident Wiki Editor/Village Idiot

EasyUO Scripts
ReArmer
ReArmer (Old Version)
ReReader
Separate Journal for Guild or Public Chat (Old)
---------------------------------------------
Combat Focus Guide (Godmode Formula)
User avatar
Gaara
Legendary Scribe
Posts: 890
Joined: Sun Sep 23, 2012 10:43 pm
Location: Sedona, AZ, USA

Re: Flower/Water for Bees

Post by Gaara »

I've noticed the same as you do, my bees count a yard wand fountain as water source and possibly the spring quest flower pots as a plant source (not confirmed, but i have only 1 or 2 so called bee friendly plants available and it seems to be too much for some of the bees...)
Image
User avatar
Devlin
Legendary Scribe
Posts: 652
Joined: Thu Mar 18, 2010 12:50 pm

Re: Flower/Water for Bees

Post by Devlin »

bumpity bump bump
Resident Wiki Editor/Village Idiot

EasyUO Scripts
ReArmer
ReArmer (Old Version)
ReReader
Separate Journal for Guild or Public Chat (Old)
---------------------------------------------
Combat Focus Guide (Godmode Formula)
Locked