Deviszh Posted September 8, 2016 Group: Members Topic Count: 51 Topics Per Day: 0.02 Content Count: 173 Reputation: 3 Joined: 09/04/16 Last Seen: November 6, 2016 Share 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 Link to comment Share on other sites More sharing options...
Rynbef Posted September 9, 2016 Group: Forum Moderator Topic Count: 48 Topics Per Day: 0.01 Content Count: 941 Reputation: 125 Joined: 05/23/12 Last Seen: 12 hours ago Share 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 Link to comment Share on other sites More sharing options...
Deviszh Posted September 9, 2016 Group: Members Topic Count: 51 Topics Per Day: 0.02 Content Count: 173 Reputation: 3 Joined: 09/04/16 Last Seen: November 6, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
Rynbef Posted September 9, 2016 Group: Forum Moderator Topic Count: 48 Topics Per Day: 0.01 Content Count: 941 Reputation: 125 Joined: 05/23/12 Last Seen: 12 hours ago Share Posted September 9, 2016 Yes thats right. Adding a Script ~Rynbef Quote Link to comment Share on other sites More sharing options...
Deviszh Posted September 9, 2016 Group: Members Topic Count: 51 Topics Per Day: 0.02 Content Count: 173 Reputation: 3 Joined: 09/04/16 Last Seen: November 6, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
blakbord Posted September 11, 2016 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 108 Reputation: 1 Joined: 02/10/12 Last Seen: March 10, 2024 Share Posted September 11, 2016 read this.. https://rathena.org/wiki/Custom_Items Quote Link to comment Share on other sites More sharing options...
Deviszh Posted September 11, 2016 Group: Members Topic Count: 51 Topics Per Day: 0.02 Content Count: 173 Reputation: 3 Joined: 09/04/16 Last Seen: November 6, 2016 Author Share Posted September 11, 2016 read this.. https://rathena.org/wiki/Custom_Items thanks for this. ----------- FIXED, please close this thread. Thank you! @rAthena Quote Link to comment Share on other sites More sharing options...
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.