behemothcze Posted December 11, 2020 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 102 Reputation: 2 Joined: 02/24/17 Last Seen: January 31, 2021 Share Posted December 11, 2020 Can anyone help me or share script npc that gives multiple items to player example 200001 to 200100 Will be use to give item for all players who play in obt any recommendation please advance thankyou Quote Link to comment Share on other sites More sharing options...
0 Patskie Posted December 12, 2020 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 28 minutes ago Share Posted December 12, 2020 prontera,150,150,6 script Sample 100,{ .@aid = getcharid(3); .@allowed = .@aid > 2000000 && .@aid < 2000101 && !#OBTFreebies; if (.@allowed) { getitem 501, 1; #OBTFreebies = 1; } end; } 1 Quote Link to comment Share on other sites More sharing options...
0 hikashin-rae Posted December 11, 2020 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 213 Reputation: 24 Joined: 01/14/13 Last Seen: 3 hours ago Share Posted December 11, 2020 make an npc that has variable type. #variable ,1; if(#variable==100){ #variable++; } like that. only my example. Quote Link to comment Share on other sites More sharing options...
0 behemothcze Posted December 20, 2020 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 102 Reputation: 2 Joined: 02/24/17 Last Seen: January 31, 2021 Author Share Posted December 20, 2020 (edited) On 12/11/2020 at 11:27 PM, Patskie said: prontera,150,150,6 script Sample 100,{ .@aid = getcharid(3); .@allowed = .@aid > 2000000 && .@aid < 2000101 && !#OBTFreebies; if (.@allowed) { getitem 501, 1; #OBTFreebies = 1; } end; } its not working also im looking on multiple items sir thanks Edited December 20, 2020 by behemothcze Quote Link to comment Share on other sites More sharing options...
Question
behemothcze
Can anyone help me or share script npc that gives multiple items to player example 200001 to 200100
Will be use to give item for all players who play in obt any recommendation please advance thankyou
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.