awesomazingxed Posted December 15, 2014 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 95 Reputation: 1 Joined: 10/24/14 Last Seen: August 7, 2015 Share Posted December 15, 2014 Can anyone of you guys know how to make a QUEST NPC that if you give the requirements, instead rewarding you items. The NPC will warp you in a different map. Is it possible? Thanks. Quote Link to comment Share on other sites More sharing options...
Euphy Posted December 15, 2014 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted December 15, 2014 Basic_Scripting Quote Link to comment Share on other sites More sharing options...
Luciar Posted December 15, 2014 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 177 Reputation: 21 Joined: 01/31/12 Last Seen: March 8, 2020 Share Posted December 15, 2014 prontera,123,123,4 script QuestWarper 123,{ mes "[^0000FFQuest Warper Guy^000000]"; switch(QuestWarp) { default: mes "I can warp you if you find me these items!"; mes "# Item 1"; mes "# Item 2"; QuestWarp = 1; close; case 1: if(countitem(ITEM 1 ID) >= # && countitem(ITEM 2 ID) >= #) { mes "Great! You have the items."; select("Warp Me"); delitem ITEM1ID,#; delitem ITEM2ID,#; QuestWarp = 2; warp "prontera",123,123; end; } else { mes "Bring me the items I asked for!"; close; } case 2: mes "Would you like to warp?"; select("Yes!"); warp "prontera",123,123; end; } }Something like this?Replace all the "ITEM ID" and "#" with actual IDs and quantities 1 Quote Link to comment Share on other sites More sharing options...
awesomazingxed Posted December 16, 2014 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 95 Reputation: 1 Joined: 10/24/14 Last Seen: August 7, 2015 Author Share Posted December 16, 2014 OMG Thank you guys. Quote Link to comment Share on other sites More sharing options...
Question
awesomazingxed
Can anyone of you guys know how to make a QUEST NPC that if you give the requirements, instead rewarding you items. The NPC will warp you in a different map. Is it possible? Thanks.
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.