Jump to content
  • 0

Quest Item Spot.


Question

Posted

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

Posted

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?

Posted
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;

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...