chromus28 Posted February 15, 2014 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 263 Reputation: 1 Joined: 04/25/13 Last Seen: December 20, 2014 Share Posted February 15, 2014 Is there any script there that they will warp you to a certain map after you finish some quest from it? Like you need to farm 100 jellopies to get a key to that map? You cannot wapr in that map if you dont have that key Quote Link to comment Share on other sites More sharing options...
Brave Posted February 15, 2014 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 208 Reputation: 11 Joined: 05/31/12 Last Seen: May 15, 2016 Share Posted February 15, 2014 let me see nice script so you are saying that if i am going to hunt this kind of item i am just needing to put the item name? Quote Link to comment Share on other sites More sharing options...
chromus28 Posted February 17, 2014 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 263 Reputation: 1 Joined: 04/25/13 Last Seen: December 20, 2014 Author Share Posted February 17, 2014 More like a trade. You will hunt "item" for the npc to trade a key to enter to a certain map Up Guys anyone have this script?? Before you can enter the custom map the npc will ask you for a key to enter the map no one have it?? T_T T_T Please help guysss Quote Link to comment Share on other sites More sharing options...
sandbox Posted February 17, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: 3 hours ago Share Posted February 17, 2014 (edited) First, add the map in mapflag/nowarpto.txt Then check the code below.. if(MapAccess > 0) goto L_Done; mes "You need 100 Jellopy to access this ozom map!"; next; if(countitem(909) < 100) { mes "Get me 100 Jellopies you nab."; close; } set MapAccess,1; delitem 909,100; goto L_Done; close; L_Done: mes "You will now be warped."; warp "some_map",123,123; //Edit map and coordinates close; Edited February 17, 2014 by sandbox Quote Link to comment Share on other sites More sharing options...
Question
chromus28
Is there any script there that they will warp you to a certain map after you finish some quest from it? Like you need to farm 100 jellopies to get a key to that map? You cannot wapr in that map if you dont have that key
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.