-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Timer_Add_Timer
Akkarinage edited this page Nov 5, 2016
·
1 revision
int add_timer(unsigned int tick, TimerFunc func, int id, int data)
add_timer(Tick, Function, GID, Args);
-
Tick:
- Time that it will be executed (In Milliseconds)
- ie. gettick() 300000
- in 5 minutes
- Function: - Linked Function (ie. battle_delay_damage_sub)
- GID: - Game ID (ie. mob_data->block_list.id)
- Args: - Additional Arguments (ie. (int)script_state)
- Installation instructions
- Connecting & Starting rAthena
- Scripting like a pro!
- Server Modifications and what to expect
- Database Configuration
- Adding Custom Items
- Adding Custom Monsters
- GRF Encryption
- Data folder
- Diff files