Clif_dropflooritem
Akkarinage edited this page Nov 5, 2016
·
1 revision
Pages 190
Getting Started
- Installation instructions
- Transitioning from SVN to GIT
- Compiling on your OS
- Connecting & Starting rAthena
Configure your Server
- Scripting like a pro!
- Server Modifications and what to expect
- Database Configuration
Customization
- Adding Custom Items
- Adding Custom Monsters
- GRF Encryption
Setup the Client
- Data folder
- Diff files
Misc Databases
Third-Party Software
Clone this wiki locally
title: Clif dropflooritem permalink: /Clif_dropflooritem/
Syntax
int clif_dropflooritem(struct flooritem_data *fitem);
==Parameters==
- fitem - Floor item data (usually defined in map_addflooritem)
==Description== Makes an item appear on the ground. Always return 0. It's better to use map_addflooritem (map.c) to make an item apear, also that function already defines an object of flooritem_data. ==Example== See map_addflooritem (map.c). Category:Source_Functions