summaryrefslogtreecommitdiff
path: root/src/map/quest.h
diff options
context:
space:
mode:
authorInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-09-13 08:31:19 +0000
committerInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-09-13 08:31:19 +0000
commitfe84618e4c80ee808cf7beed0e2a5d3e57bc8975 (patch)
tree8a6414a2bdc4873918fad90478fde2727a421716 /src/map/quest.h
parent1739298348c4d8c9052c05b7ac9a528e34de14d4 (diff)
downloadhercules-fe84618e4c80ee808cf7beed0e2a5d3e57bc8975.tar.gz
hercules-fe84618e4c80ee808cf7beed0e2a5d3e57bc8975.tar.bz2
hercules-fe84618e4c80ee808cf7beed0e2a5d3e57bc8975.tar.xz
hercules-fe84618e4c80ee808cf7beed0e2a5d3e57bc8975.zip
* Progressbar aborts when player is attacked.
* Do not stand if damage is from yourself or has no source.(bugreport:3582) * Any mobs killed by party members within view range are taken into account in questlog. * 'unit_walktobl' now uses at least 1 as the range since 'unit_can_reach_bl' always sets the target coordinates 1 cell away from the target block. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14057 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/quest.h')
-rw-r--r--src/map/quest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/quest.h b/src/map/quest.h
index 505d2047b..94ae57eb5 100644
--- a/src/map/quest.h
+++ b/src/map/quest.h
@@ -21,6 +21,7 @@ int quest_pc_login(TBL_PC * sd);
int quest_add(TBL_PC * sd, int quest_id);
int quest_delete(TBL_PC * sd, int quest_id);
int quest_change(TBL_PC * sd, int qid1, int qid2);
+int quest_update_objective_sub(struct block_list *bl, va_list ap);
void quest_update_objective(TBL_PC * sd, int mob);
int quest_update_status(TBL_PC * sd, int quest_id, quest_state status);
int quest_check(TBL_PC * sd, int quest_id, quest_check_type type);