Jump to content

Recommended Posts

Posted (edited)

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
  • Submitted
    03/01/2017
  • Category
  • Video
  • Content Author
    ZelosAvalon

 

Edited by ZelosAvalon
  • 5 months later...
Posted

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!

Posted
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.
 

  • Upvote 1
Posted

@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?

 

  • 2 weeks later...
Posted
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.

 

  • Upvote 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...