Cooon Posted December 29, 2011 Posted December 29, 2011 (edited) How to add Guild Dungeon menu in the current warper script. Edited May 8, 2017 by Emistry Fix description and image display due to incorrect URLafter IPB update. Quote
Emistry Posted December 29, 2011 Posted December 29, 2011 change this menu "Last Warp",lastmap,"Towns",town,"Dungeons",dungeon,"Fields",field; into this menu "Last Warp",lastmap,"Towns",town,"Dungeons",dungeon,"Fields",field,"Guild Dunguen",GDungeon; then add this label at below.... GDungeon: menu "Guild Dunguen 1",gdungeon1, "Guild Dunguen 2",gdungeon2, "Guild Dunguen 3",gdungeon3, "Guild Dunguen 4",gdungeon4; After that..add this.. edit the mapname...... gdungeon1: set lastmap$,"gdungeon1"; set lastx,190; set lasty,206; warp "gdungeon1",190,206; end; gdungeon2: set lastmap$,"gdungeon2"; set lastx,190; set lasty,206; warp "gdungeon2",190,206; end; gdungeon3: set lastmap$,"gdungeon3"; set lastx,190; set lasty,206; warp "gdungeon3",190,206; end; gdungeon4: set lastmap$,"gdungeon4"; set lastx,190; set lasty,206; warp "gdungeon4",190,206; end; Quote
Question
Cooon
How to add Guild Dungeon menu in the current warper script.
Fix description and image display due to incorrect URLafter IPB update.
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.