FOnline Development > Questions and Answers
idler timer [Solved]
Ethanhoff:
How can I remove the idler timer, or at least make it 1 second?
Less Important: Also how is it possible to clear the whole floor of items automatically on a map?
Wipe:
--- Quote from: Ethanhoff on March 22, 2014, 11:42:48 pm ---how is it possible to clear the whole floor of items automatically on a map?
--- End quote ---
Just collect all items on map by one of item collecting functions. Filter these which shouldn't be removed no matter what (like blockers, Items being integral part of map, etc), and pass what left to DeleteItems().
If you want to be sure that list does not contain Items which are not on the floor, Item::Accessory is your friend; if its value is same as ACCESSORY_HEX define, item is on the ground.
Ethanhoff:
I appreciate your reply but I don't know where this would be relevant, I don't know what script to edit or things like this.
Ethanhoff:
Bump, no one knows how to remove idler timer?
Mayck:
there used to be a define, to simply turn it off, i guess i didn't commit that before we released the sources. Probably the easiest way should be to write "return;" on begining of every function inside "sleepiness.fos"
Navigation
[0] Message Index
[#] Next page
Go to full version