Takuyakii Posted August 27, 2020 Group: Members Topic Count: 41 Topics Per Day: 0.02 Content Count: 215 Reputation: 11 Joined: 08/30/19 Last Seen: March 6 Share Posted August 27, 2020 can someone help me , im requesting for this script 1. NPC that will give item 2. the npc will only give to the selected account id. example 200004,20006,200030 and so on 3. and can only obtained once Thank you. Quote Link to comment Share on other sites More sharing options...
0 Ronald Posted August 28, 2020 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 250 Reputation: 21 Joined: 06/04/14 Last Seen: November 17, 2024 Share Posted August 28, 2020 map,x,x,x script Sample x,{ if(getcharid(3) == 2000004 || getcharid(3) == 2000006|| getcharid(3) == 2000030){ if (#EVENT_REWARD <= 0) { #EVENT_REWARD = gettimetick(2); getitem 501, 1; getitem 501, 2; getitem 501, 3; mes "You gained reward."; close; } } end; } Haven't tried this but it should do the trick. If you want to make it itembound then use getitembound2. 1 Quote Link to comment Share on other sites More sharing options...
Question
Takuyakii
can someone help me ,
im requesting for this script
1. NPC that will give item
2. the npc will only give to the selected account id.
example
200004,20006,200030 and so on
3. and can only obtained once
Thank you.
Link to comment
Share on other sites
1 answer 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.