Issue information

Issue ID
#432
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Nov 17, 2007 22:20
Last Post
Hercules Elf Bot
Nov 17, 2007 22:20
Confirmation
N/A

Hercules Elf Bot - Nov 17, 2007 22:20

Originally posted by [b]Ai4rei[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=432

Due to this updates:
QUOTE
* Rev. 11745 Attempt at correcting a small move mistake I made [L0ne_W0lf]
in regards to the movement of Odin's temple's spawn file.
* Rev. 11744 Deleted Odin temple field spawn file. Not sure [L0ne_W0lf]
why it stuck around after I moved it properly. O_o
* Rev. 11743 Renamed mob dungeon spawn files to compliment [L0ne_W0lf]
the warp script update. File names now match map names.
* Moved Odin Temple spawns to dungeon folder. Split up a few other files.


the files /npc/scripts_eamonsters.conf and /npc/scripts_jmonsters.conf throw now missing-file-errors.

/npc/scripts_eamonsters.conf:
CODE
- npc: npc/mobs/fields/odin.txt
+ npc: npc/mobs/dungeons/odin.txt
- npc: npc/mobs/dungeons/amatdun.txt
+ npc: npc/mobs/dungeons/ama_dun.txt
- npc: npc/mobs/dungeons/ayodun.txt
+ npc: npc/mobs/dungeons/ayo_dun.txt
- npc: npc/mobs/dungeons/beachdun.txt
+ npc: npc/mobs/dungeons/beach_dun.txt
- npc: npc/mobs/dungeons/eindun.txt
+ npc: npc/mobs/dungeons/ein_dun.txt
- npc: npc/mobs/dungeons/gondun.txt
+ npc: npc/mobs/dungeons/gon_dun.txt
- npc: npc/mobs/dungeons/guilddun.txt
+ npc: npc/mobs/dungeons/gld_dun.txt
- npc: npc/mobs/dungeons/icedun.txt
+ npc: npc/mobs/dungeons/ice_dun.txt
- npc: npc/mobs/dungeons/kiel.txt
+ npc: npc/mobs/dungeons/kh_dun.txt
- npc: npc/mobs/dungeons/lhzdun.txt
+ npc: npc/mobs/dungeons/lhz_dun.txt
- npc: npc/mobs/dungeons/louydun.txt
+ npc: npc/mobs/dungeons/lou_dun.txt
- npc: npc/mobs/dungeons/magmadun.txt
+ npc: npc/mobs/dungeons/mag_dun.txt
- npc: npc/mobs/dungeons/orcdun.txt
+ npc: npc/mobs/dungeons/orcsdun.txt
- npc: npc/mobs/dungeons/payoncave.txt
+ npc: npc/mobs/dungeons/pay_dun.txt
- npc: npc/mobs/dungeons/pront_maze.txt
+ npc: npc/mobs/dungeons/prt_maze.txt
- npc: npc/mobs/dungeons/pront_sewers.txt
+ npc: npc/mobs/dungeons/prt_sew.txt
- npc: npc/mobs/dungeons/racheldun.txt
+ npc: npc/mobs/dungeons/ra_san.txt
- npc: npc/mobs/dungeons/thanatos.txt
+ npc: npc/mobs/dungeons/tha_t.txt
- npc: npc/mobs/dungeons/thor.txt
+ npc: npc/mobs/dungeons/thor_v.txt
- npc: npc/mobs/dungeons/toyfactory.txt
+ npc: npc/mobs/dungeons/xmas_dun.txt
- npc: npc/mobs/dungeons/turtleisland.txt
+ npc: npc/mobs/dungeons/tur_dun.txt
- npc: npc/mobs/dungeons/umbaladun.txt
+ npc: npc/mobs/dungeons/um_dun.txt


/npc/scripts_jmonsters.conf:
CODE
- npc: npc/mobs/fields/odin.txt
+ npc: npc/mobs/dungeons/odin.txt
- npc: npc/mobs/dungeons/kiel.txt
+ npc: npc/mobs/dungeons/kh_dun.txt
- npc: npc/mobs/dungeons/icedun.txt
+ npc: npc/mobs/dungeons/ice_dun.txt
- npc: npc/mobs/dungeons/racheldun.txt
+ npc: npc/mobs/dungeons/ra_san.txt
- npc: npc/mobs/dungeons/thor.txt
+ npc: npc/mobs/dungeons/thor_v.txt


Another problem I found, not related to that update, is a mapname typo in /npc/eamobs/jro/jro.txt, Line 2750:
CODE
- prt_meze03,0,0,0,0    monster    Poporing    1031,45,0,0,0
+ prt_maze03,0,0,0,0    monster    Poporing    1031,45,0,0,0