ZelosAvalon Posted March 1, 2017 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 181 Reputation: 33 Joined: 11/11/12 Last Seen: 19 hours ago Share Posted March 1, 2017 (edited) View File Ragnarok Online Daily Reward [PSD Only] illust's for a system of daily rewards, created by me, based on the official theme of ragnarok online. It works with the script [rathena]: Daily_Reward_System PS: If you like it, and give me reputation, it's important to me and encourages me to continue with my work! best regards, ZelosAvalon Submitter ZelosAvalon Submitted 03/01/2017 Category Other Video Content Author ZelosAvalon Edited January 28, 2018 by ZelosAvalon Quote Link to comment Share on other sites More sharing options...
Cianna Fernandez Posted August 5, 2017 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 36 Reputation: 1 Joined: 06/21/17 Last Seen: August 24, 2017 Share Posted August 5, 2017 I have properly installed the script, however I don't know How to integrate the PSD with the Script, can you help me to install the PSD properly? and where we can see the PSD images if the script is totally running? should it be seen on in-game interface? or should it be seen on our Official Website using FluxCP I hope you can save my time with your works, This is really highly appreciated! Quote Link to comment Share on other sites More sharing options...
Erio-chan Posted August 6, 2017 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 97 Reputation: 10 Joined: 07/23/16 Last Seen: August 31, 2018 Share Posted August 6, 2017 On 8/5/2017 at 9:49 AM, Cianna Fernandez said: I have properly installed the script, however I don't know How to integrate the PSD with the Script, can you help me to install the PSD properly? and where we can see the PSD images if the script is totally running? should it be seen on in-game interface? or should it be seen on our Official Website using FluxCP I hope you can save my time with your works, This is really highly appreciated! @Cianna Fernandez are you talking about how you can generate Images from your Daily Reward Script? PSD images is images that you can open and edit using photoshop if you want to load it in-game you have to open it with photoshop and save it as .bmp/ bitmap them save it inside your data/texture/À¯ÀúÀÎÅÍÆäÀ̽º/illus folder inside your GRF using GRF Editor then in your script load it as cutin<space>"name of image",4; ex. cutin "day_01",4; you can search google about cutin I'm not good in scripting and graphics thing but I learn it by searching in this forum and google. 1 Quote Link to comment Share on other sites More sharing options...
Cianna Fernandez Posted August 7, 2017 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 36 Reputation: 1 Joined: 06/21/17 Last Seen: August 24, 2017 Share Posted August 7, 2017 @Erio-Chan Hi thank you for your reply, I have already placed all images in my custom.grf file, however the reward table only appears when you claimed your rewards, I want to make it every character login it will appear can you help me with that? do you think I'm right with importing my images? Quote Link to comment Share on other sites More sharing options...
Erio-chan Posted August 15, 2017 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 97 Reputation: 10 Joined: 07/23/16 Last Seen: August 31, 2018 Share Posted August 15, 2017 On 8/7/2017 at 2:10 PM, Cianna Fernandez said: @Erio-Chan Hi thank you for your reply, I have already placed all images in my custom.grf file, however the reward table only appears when you claimed your rewards, I want to make it every character login it will appear can you help me with that? do you think I'm right with importing my images? - script LOGIN -1,{ OnWhisperGlobal: OnLoginCmnd: OnPCLoginEvent: cutin "Daily_00",4;//<<<<<<<<<<< You can put cutin here addtimer 3600000, strnpcinfo(3)+"::OnEvent"; end; OnEvent: if(.IPCheck){ @Cianna Fernandez you can put cutin after "OnPCLoginEvent" so every time you login this cutin always showup. 1 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.