Jump to content
  • 0

Requesting warper script and item quest structure


Blitz

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  06/14/17
  • Last Seen:  

Hello everyone, could someone be kind enough to provide me with two kinds of scripts?

I want a warper who will be able to teleport me pretty much anywhere (Like entrances, of course.) but without the further levels; e.g: Magma dungeon 2 is what I wouldn't want to have.

If you (reader) have it and it includes levels, no worries, I could try to remove them myself. Things like WoE maps, Instances, fields and dungeons would be very much appreciated.

On the second script, id like for someone to give me a simple quest script structure. No, I don't mean an item "shop" to drag headgears. It could be a script with item preview or just a simple one with text, requirements, checking mats, want to do the quest, yes no, done.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  96
  • Reputation:   23
  • Joined:  06/14/16
  • Last Seen:  

there is a warper in our master branch which is located @ npc/custom/warper.txt 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  06/14/17
  • Last Seen:  

13 minutes ago, Eyzii said:

there is a warper in our master branch which is located @ npc/custom/warper.txt 

Yes, I am aware of that, the problem is that one has all the levels enabled. And I can't see to take them off.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  96
  • Reputation:   23
  • Joined:  06/14/16
  • Last Seen:  

Example in this dungeon.

D1: setarray @c[2],261,272,275,270,116,27;
    Disp("Abyss Lakes",1,3); Pick("abyss_");

you can do this

D1: setarray @c[2],261,272;
    Disp("Abyss Lakes",1,1); Pick("abyss_");

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  06/14/17
  • Last Seen:  

21 hours ago, Eyzii said:

Example in this dungeon.

D1: setarray @c[2],261,272,275,270,116,27;
    Disp("Abyss Lakes",1,3); Pick("abyss_");

you can do this

D1: setarray @c[2],261,272;
    Disp("Abyss Lakes",1,1); Pick("abyss_");

Thanks, for the warper part that solves it.

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...