Jump to content
  • 0

[Request]Donator Status Things


Question

Posted

Ok Guys hi ti all First

 

I Need a donator status Java that it Gives Title Colour And Some skill that i want.

 

 

But the biggest favour that i need is .When A Char(with donator status) Speak to buffer Shows Him NOT THE SAME HTML THAN a normal char for example a normal char see in buffer Songs/dances.How i cant make the npc when a dontor speak to npc not shaows only song/dances but and chant please help me

4 answers to this question

Recommended Posts

  • 0
Posted

if(isDonator())
html.setFile("yourhtml");
else
html.setFile("yourhtml");

Do something like that.

For the Donator Status just mod an existing table with a field like "isDonator" with tiny int values "0,1" and make it being loaded when the char is logged in. Store it in a local variable a make a method to retrieve the variable.Thats it ^^

  • 0
Posted

if(isDonator())
html.setFile("yourhtml");
else
html.setFile("yourhtml");

Do something like that.

For the Donator Status just mod an existing table with a field like "isDonator" with tiny int values "0,1" and make it being loaded when the char is logged in. Store it in a local variable a make a method to retrieve the variable.Thats it ^^

 

 

BNot you dont understand the html is One and is full chant dance song normal char i want only dance cov shows and songs in dontor how? what si the code and where i muse give it in order to appear the song sonly in donator?

  • 0
Posted

 

BNot you dont understand the html is One and is full chant dance song normal char i want only dance cov shows and songs in dontor how? what si the code and where i muse give it in order to appear the song sonly in donator?

It is you who don't understand. Either you make 4 Different HTMLs and use a Python Script to replace them or you use the append function through java to show something according to conditions just like I showed you.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

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

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock