So i wanted to know how/where to add items with item2 so i can add some refine items and some card for new players. thanks
caspen,151,209,4 script freebies 864,{ // Freebies ID setarray .@freebie_item[0],2104,2311,2404,2701,5132; // Quantity setarray .@quantity[0],1,1,1,1,1; set .npcname$,"[^990000Freebies^000000]"; mes .npcname$; mes "Hello "+strcharinfo(0)+"would you like some freebies ? "; next; if(#freebiez == 1) { mes .npcname$; mes "you've already claim your Freebies."; close; } for ( set .@x,0; .@x < getarraysize(.@freebie_item); set .@x,.@x + 1 ) { getitem .@freebie_item[.@x], .@quantity[.@x]; } set #freebiez,1; mes .npcname$; mes "you got already the server's freebies good luck on your new character "; close; }
Question
elcontrol00
So i wanted to know how/where to add items with item2 so i can add some refine items and some card for new players. thanks
Link to comment
Share on other sites
6 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.