diff options
-rw-r--r-- | world/conf/char_athena.conf | 8 | ||||
-rw-r--r-- | world/map/npc/042-2/sorfina.txt | 1 |
2 files changed, 5 insertions, 4 deletions
diff --git a/world/conf/char_athena.conf b/world/conf/char_athena.conf index a719a5be..8ea1f99f 100644 --- a/world/conf/char_athena.conf +++ b/world/conf/char_athena.conf @@ -46,14 +46,14 @@ backup_txt: save/athena_backup.txt // Start point, Map name followed by coordinates (x,y) start_point: 042-2.gat,26,26 -// Starting weapon for new characters +// Starting weapon for new characters (deprecated) start_weapon: 0 -// Starting armor for new characters +// Starting armor for new characters (deprecated) start_armor: 0 -// Starting zeny for new characters -start_zeny: 50 +// Starting zeny for new characters (deprecated) +start_zeny: 0 // Name used for unknown characters unknown_char_name: Unknown diff --git a/world/map/npc/042-2/sorfina.txt b/world/map/npc/042-2/sorfina.txt index 17bfcf83..0d457aad 100644 --- a/world/map/npc/042-2/sorfina.txt +++ b/world/map/npc/042-2/sorfina.txt @@ -11,6 +11,7 @@ callfunc "GameRules"; L_Start: + set Zeny, 50; mes "You open your eyes."; mes ""; mes "[Old Woman]"; |