Jump to content
  • 0

RWC Map Warper Request


Dvrstle

Question


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  361
  • Reputation:   10
  • Joined:  12/30/11
  • Last Seen:  

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"

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  186
  • Reputation:   0
  • Joined:  01/08/12
  • Last Seen:  

From eamod : )

Link to comment
Share on other sites


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

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


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  186
  • Reputation:   0
  • Joined:  01/08/12
  • Last Seen:  

Okay, just eamod so easy to find free in web.

All scripts in one folder, called RWC

Edited by Jelly
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...