Ver Fonte

Modified battle_athena.conf for the new modifications.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5650 54d463be-8e91-2dee-dedb-b68131a5f0ec
Lance há 19 anos atrás
pai
commit
676de25d41
1 ficheiros alterados com 5 adições e 2 exclusões
  1. 5 2
      conf-tmpl/script_athena.conf

+ 5 - 2
conf-tmpl/script_athena.conf

@@ -44,8 +44,11 @@ event_requires_trigger: no
 // Name of event when a player has died
 die_event_name: PCDieEvent
 
-// Name of event when a player kills something
-kill_event_name: PCKillEvent
+// Name of event when a player kills a player
+kill_pc_event_name: OnPCKillEvent
+
+// Name of event when a player kills a monster
+kill_mob_event_name: OnNPCKillEvent
 
 // Name of event when a player logs out
 logout_event_name: PCLogoutEvent