chromus28 Posted February 15, 2014 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
Brave Posted February 15, 2014 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
chromus28 Posted February 17, 2014 Author 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
sandbox Posted February 17, 2014 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
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
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.