Jump to content
  • 0

help Screipt Request pt.2


Question

Posted (edited)

How to add Guild Dungeon menu in the current warper script.

post-990-0-21917200-1325128448_thumb.jpg

post-990-0-21917200-1325128448_thumb.jpg

Edited by Emistry
Fix description and image display due to incorrect URLafter IPB update.

1 answer to this question

Recommended Posts

Posted

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;

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...