Dvrstle Posted September 27, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Share Posted September 27, 2012 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" Quote Link to comment Share on other sites More sharing options...
Jelly Posted September 27, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 186 Reputation: 0 Joined: 01/08/12 Last Seen: November 12, 2014 Share Posted September 27, 2012 From eamod : ) Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 27, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 20 hours ago Share Posted September 27, 2012 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 .... 1 Quote Link to comment Share on other sites More sharing options...
Jelly Posted September 27, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 186 Reputation: 0 Joined: 01/08/12 Last Seen: November 12, 2014 Share Posted September 27, 2012 (edited) Okay, just eamod so easy to find free in web. All scripts in one folder, called RWC Edited September 27, 2012 by Jelly Quote Link to comment Share on other sites More sharing options...
Question
Dvrstle
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.