info

04/19/2012 16:28 lisaby#1
hi,

just share if ist no shared

i make a pnj for teleport directly to dungeon hidden or normal

just make a menu

dlg_menu("dj crystal vallee hidden /cachee", 'crystal()' )
dlg_menu("dj crystal vallee", 'crystal2()' )



function crystal()
enter_secret_dungeon(70101)

end
function crystal2()
enter_secret_dungeon(130300)

end

and for dungeon no hidden add
id dungeon location x y to table SecretDungeonResource

and use the script enter_secret_dungeon(id dungeon)