Cooon Posted December 29, 2011 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 42 Reputation: 0 Joined: 12/23/11 Last Seen: December 18, 2012 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted December 29, 2011 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Yesterday at 04:49 PM Share 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 Link to comment Share on other sites More sharing options...
Question
Cooon
How to add Guild Dungeon menu in the current warper script.
Fix description and image display due to incorrect URLafter IPB update.
Link to comment
Share on other sites
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.