Lold.
First, remove the site link.
Secondly, learn English.
And lastly, all you have to do is.
Code:if(High > 126) { High = 126; } if(level < 3) { level = 3; } sendQuest("" + level + " - " + High + "", 199);
|
|
Used Source: Richscape Heavily Edited
If your lever range in the right corner goes below
0 & above 126
then you might want to add \ replace
your sendQuest with the " + level + " thingy.
Put in your "WriteWildyLevel" Or whatever your boolean is called.
Code:
Give credits to me if you leach please
Code:if (level >= 0 && High <= 126) { sendQuest("" + level + "-" + High + "", 199); } else if (level < 0 && High <= 126) { sendQuest("0 - "+ High +"", 199); } else if (level < 0 && High >= 126) { sendQuest("0 - 126", 199); } else if (High > 126 && level > 0) { sendQuest(""+ level +"-126", 199); }

Lold.
First, remove the site link.
Secondly, learn English.
And lastly, all you have to do is.
Code:if(High > 126) { High = 126; } if(level < 3) { level = 3; } sendQuest("" + level + " - " + High + "", 199);


what 2012 said. u need like 2 lines..
| « [Delta]Announcing when you ban or something. | Herblore Snippet » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |