Jump to content
  • 0

Requesting warper script and item quest structure


Question

Posted

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.

4 answers to this question

Recommended Posts

  • 0
Posted
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.

  • 0
Posted

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
  • 0
Posted
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.

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