behemothcze Posted December 11, 2020 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 Share Posted December 12, 2020 prontera,150,150,6 script Sample 100,{ [email protected] = getcharid(3); [email protected] = [email protected] > 2000000 && [email protected] < 2000101 && !#OBTFreebies; if ([email protected]) { getitem 501, 1; #OBTFreebies = 1; } end; } 1 Quote Link to comment Share on other sites More sharing options...
0 Cookie-rae Posted December 11, 2020 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 Author Share Posted December 20, 2020 (edited) On 12/11/2020 at 11:27 PM, Patskie said: prontera,150,150,6 script Sample 100,{ [email protected] = getcharid(3); [email protected] = [email protected] > 2000000 && [email protected] < 2000101 && !#OBTFreebies; if ([email protected]) { 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...
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