iAmRiki Posted August 4, 2012 Posted August 4, 2012 I request 1 npc quest item spot like this. - that npc warp the player to the quest spot. -the player hunt the item at the spot to get quest item..example kill golem and get TCG. Anyone can help me for this script? Thanks and sorry my bad english. Thanks. Quote
Emistry Posted August 4, 2012 Posted August 4, 2012 you can use my farm zone , it can do the same things that you want. Quote
iAmRiki Posted August 7, 2012 Author Posted August 7, 2012 you can use my farm zone , it can do the same things that you want. yea i know. but sir emistry the farm zone got alot for mobs here. How can i make the farm zone only hav golem only? Quote
Euphy Posted August 7, 2012 Posted August 7, 2012 if(select("Warp to quest location...:Close")==1) warp .map$,0,0; close; OnInit: set .map$,<map name>; monster .map$,0,0,"Golem",1040,<amount>,strnpcinfo(0)+"::OnGolem"; end; OnGolem: getitem 7227,1; monster .map$,0,0,"Golem",1040,1,strnpcinfo(0)+"::OnGolem"; end; Quote
iAmRiki Posted August 7, 2012 Author Posted August 7, 2012 if(select("Warp to quest location...:Close")==1) warp .map$,0,0; close; OnInit: set .map$,<map name>; monster .map$,0,0,"Golem",1040,<amount>,strnpcinfo(0)+"::OnGolem"; end; OnGolem: getitem 7227,1; monster .map$,0,0,"Golem",1040,1,strnpcinfo(0)+"::OnGolem"; end; Thanks sir. Quote
Question
iAmRiki
I request 1 npc quest item spot like this.
- that npc warp the player to the quest spot.
-the player hunt the item at the spot to get quest item..example kill golem and get TCG.
Anyone can help me for this script?
Thanks and sorry my bad english.
Thanks.
4 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.