Jump to content

Release: Fake Icon Stats


Zell

Recommended Posts


  • Group:  Members
  • Topic Count:  53
  • Topics Per Day:  0.01
  • Content Count:  411
  • Reputation:   260
  • Joined:  04/25/12
  • Last Seen:  

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 2
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.01
  • Content Count:  59
  • Reputation:   1
  • Joined:  04/02/17
  • Last Seen:  

What is the use of this, exactly?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  53
  • Topics Per Day:  0.01
  • Content Count:  411
  • Reputation:   260
  • Joined:  04/25/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  416
  • Reputation:   73
  • Joined:  05/16/19
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  81
  • Reputation:   5
  • Joined:  02/07/12
  • Last Seen:  

Good work! The problem is that when time runs out it keeps counting negatively. @Zell

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  53
  • Topics Per Day:  0.01
  • Content Count:  411
  • Reputation:   260
  • Joined:  04/25/12
  • Last Seen:  

1 hour ago, Badarosk0 said:

Good work! The problem is that when time runs out it keeps counting negatively. @Zell

Screenshot_2019-09-25-11-41-46-978_com.android.chrome.thumb.png.63b03f846f25c459661ad3c6bcb7d44f.png

Link to comment
Share on other sites

  • 4 years later...

  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

What is the best way to remove the icon when the timer ends? Can this be done in src?

Edited by Gidz Cross
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...