Jump to content
  • 0

RWC Map Warper Request


Question

Posted

I want to request for NPC warper which is located @ Prontera 155 170

Only those Novice Base lvl 1 job lvl 1 can talk onto it. . . and as well as without any items. . .

Function:

"Check first if the novice is base lvl 1/job lvl1 and not carrying any items.

"Do you want to enter the RWC Ground?"

-Yes

-No

If Yes:

Warp quiz_02 147 381

Save quiz_02 147 381

If No:

"Have a nice day"

3 answers to this question

Recommended Posts

Posted

try this...

prontera,155,170,5 script Sample 757,{
getinventorylist;
mes "Please follow the rules given.";
mes "Only Novice can Enter.";
mes "Base / Job Level = 1";
mes "Empty your Inventory";
if( !Class && BaseLevel <= 1 && JobLevel <= 1 && !@inventorylist_count ){
if( select("Go RWC Ground:Cancel") == 1 ){
 savepoint "quiz_02"147,381;
 warp "quiz_02"147,381;
}
}
close;
}

From eamod : )

We dont care it's eAmod feature or not ....not our business to take care on this...

as long as it's a script request ...then we just build it....

there is no need to claim that TS is copying eAmod or whatever you gonna call it ....

  • Upvote 1

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