Dvrstle Posted September 27, 2012 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
Emistry Posted September 27, 2012 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
Jelly Posted September 27, 2012 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
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"
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.