Jump to content
  • 0

help Screipt Request pt.2


Cooon

Question


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  42
  • Reputation:   0
  • Joined:  12/23/11
  • Last Seen:  

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.
Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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;

Link to comment
Share on other sites

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.

×
×
  • Create New...