Deviszh Posted September 8, 2016 Posted September 8, 2016 Paano po malagyan ng items ang inventory kapag bagong create ang char? - How to put items in invetory (Newly created char) Quote
Rynbef Posted September 9, 2016 Posted September 9, 2016 (edited) There are two methods. Go to your conf/char_athena.conf and change the line "start_items: 1201,1,2:2301,1,16". Or create an own script like this: - script Newchar -1,{ OnPCLoginEvent: if (Newchar == 0){ getitem 512,1; getitem 969,1; set Newchar,1; end; } end; } I hope it will help you a lot. Rynbef~ Edited September 9, 2016 by Rynbef Quote
Deviszh Posted September 9, 2016 Author Posted September 9, 2016 There are two methods. Go to your conf/char_athena.conf and change the line "start_items: 1201,1,2:2301,1,16". Or create an own script like this: - script Newchar -1,{ OnPCLoginEvent: if (Newchar == 0){ getitem 512,1; getitem 969,1; set Newchar,1; end; } end; } I hope it will help you a lot. Rynbef~ where will i put customized scripts? npc folder? Quote
Rynbef Posted September 9, 2016 Posted September 9, 2016 Yes thats right. Adding a Script ~Rynbef Quote
Deviszh Posted September 9, 2016 Author Posted September 9, 2016 (edited) Yes thats right. Adding a Script ~Rynbef not working. i added it in npc/custom/ and named it "newchar.txt" (npc/custom/newchar.txt) then added it at script_custom "npc/custom/newchar.txt" and @reloadscript, then i make a new character. Still getting no items in inventory. UPDATE: ITS WORKING NOW! THANKS! ~~~ 2nd question, how to modify valkyrie helm, armor, shoes, garm? I want it to change the required class. I want it to change it to all class can equip those valkyries. Edited September 9, 2016 by dnkip1 Quote
blakbord Posted September 11, 2016 Posted September 11, 2016 read this.. https://rathena.org/wiki/Custom_Items Quote
Deviszh Posted September 11, 2016 Author Posted September 11, 2016 read this.. https://rathena.org/wiki/Custom_Items thanks for this. ----------- FIXED, please close this thread. Thank you! @rAthena Quote
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.