Yonko Posted February 21, 2013 Group: Members Topic Count: 166 Topics Per Day: 0.03 Content Count: 789 Reputation: 50 Joined: 04/16/12 Last Seen: July 8, 2022 Share Posted February 21, 2013 requesting for scripts which is likely to be like thisA NPC w/c can enter a player with following conditionsplayer consist of 100 zeny onlyLevel 1 & Novice thanks! Quote Link to comment Share on other sites More sharing options...
Eidolon Posted February 21, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 10 Reputation: 2 Joined: 02/07/13 Last Seen: August 19, 2013 Share Posted February 21, 2013 Something like this? prontera,155,61,3 script Request001 745,{ set .npczeny, 100; set .npcname$, "[ ^FF0000Request001^000000 ]"; mes .npcname$; if ( (Zeny == .npczeny) && (BaseLevel == 1) && (Class == Novice) ) { mes "You have successfully completed all the requirements."; close; } else { mes "You're missing one of the requirements."; mes "^FF0000* Base Level: 1"; mes "* Zeny: 100"; mes "* Job: Novice^000000"; close; } } 1 Quote Link to comment Share on other sites More sharing options...
Yonko Posted February 22, 2013 Group: Members Topic Count: 166 Topics Per Day: 0.03 Content Count: 789 Reputation: 50 Joined: 04/16/12 Last Seen: July 8, 2022 Author Share Posted February 22, 2013 Something like this? prontera,155,61,3 script Request001 745,{ set .npczeny, 100; set .npcname$, "[ ^FF0000Request001^000000 ]"; mes .npcname$; if ( (Zeny == .npczeny) && (BaseLevel == 1) && (Class == Novice) ) { mes "You have successfully completed all the requirements."; close; } else { mes "You're missing one of the requirements."; mes "^FF0000* Base Level: 1"; mes "* Zeny: 100"; mes "* Job: Novice^000000"; close; } } Thanks dude =)) Quote Link to comment Share on other sites More sharing options...
Question
Yonko
requesting for scripts which is likely to be like this
A NPC w/c can enter a player with following conditions
player consist of 100 zeny only
Level 1 & Novice thanks!
Link to comment
Share on other sites
2 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.