View Single Post
  #4  
Old 01-08-2010, 01:21 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by jailbird View Post
This doesn't only happen on the gmap, its every level. We do have a tileset but it happens with pics1 also.
What tileset type are you using, 0 or 1(era-styled)?

Also, there are functions that are called when items are dropped so you can make custom item drops. Maybe there is a script deleting items as they drop, also look for something like removeitem(index) or something in scripts as well.

In the end, you can use the functions that Stefan made that are called when items are dropped to check and make sure items even ARE being dropped. I don't know the name of the functions though, and forum search is broken.

I will say I had weird bugs with bush drops before on my server(on gmaps at least) to the point I had to disable them. Bush items would spawn, but were invisible. I'd hear the sound, but couldn't see/pick anything up. They were placing tons of the gralat classes on my overworld and I had to keep clearing them out manually.

Last edited by DustyPorViva; 01-08-2010 at 01:37 AM..
Reply With Quote