Hi,
Well Cybrey and myself investigated this issue, and here are the results of our findings :
- The respective mobs are in the DB, some even have loot attached to them.
- The respective mobs have no Location information attached to them. This is because they were found in instances and that data isn't processed yet. The LUA Mod is logging it, but the server side of things hasn't been developed yet. Once that is done, you should start seeing in which instance the Mob was found.
- There is currently an error in the SQL statement which is generated by the Search page. As it currently only returns Mobs / World Objects for which it also finds Location information. Since Mobs in Instances have no location information they are not returned in the Result set.
There are two things we can do here.
Quick ( and dirty ) approach
First thing is fix the SQL statement, which should be done easily, but IMHO isn't the best approach of things.
A better Alternative
IMHO if you search for a Mob or World Object you want to see your mob listed once ( and not for every zone it was found in ). If you want to know which Zone it was found in you should open up the Mob's detail page for that specific mob. This would also be better if you take performance into account. Currently the search has to scan through some tables in our DB which might get Processor / DB intensive, and that will only get worse as our DB grows.
I will take this up with Rushter and Miguel and share my thoughts with them, once we agree on what approach we will take we can start fixing it :-)
Regards,
Annunaki