Jump to content
Zell

Release: Fake Icon Stats

Recommended Posts

Fake Icon Stats


This commands allow you to add fake icon stats. Right now the command does not clean the effect automatically after the time, cause who order this command want to be like this, so you can add sleep and remove the icon.

Sample Script:
 

prontera,150,150,5    Script    FakeIcon    90,{

    mes "[Fake Icon Stats]";
    mes "Hey.";
    switch(select("Receive Fake Icon 1 with 5 seconds (display only)","Receive Icon 2 for 10 seconds (display only)","Disable Icon 1 and 2"))
    {
        case 1:
            fakeIcon(getcharid(0),1,5000,1);
            break;
            
        case 2:
            fakeIcon(getcharid(0),2,10000,1);
            break;
            
        case 3:
            fakeIcon(getcharid(0),1,0,0);
            fakeIcon(getcharid(0),2,0,0);

            break;
    }
    close;
}


 

  • Upvote 1
Link to comment
Share on other sites

1 hour ago, Eichi said:

What is the use of this, exactly?

You can add new icons in your Lua files for show player VIP time... Show woe duration, for Quests timers and what ever you want. 

Link to comment
Share on other sites

On 9/18/2019 at 11:37 PM, Eichi said:

What is the use of this, exactly?

Tons of effects are linked to status icons

like soul linker blue effect 

And convex mirror icon

Edited by Naruto
Link to comment
Share on other sites

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.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.