Try too change the Text at the wilderniss icon with Strings
|
|

Well on mostly all servers when you go into the wild it shows what level of wildy it is. But in 525 where pvp was updated how would I show the range of levels you can attack? I've tried a bunch of things with no success. Also how can I write a number to the pvp countdown on the maininterface?

So I wouldn't be able to display the range? :/
Code:int max = p.combatLevel + p.wildyLevel; int min = (p.combatLevel - p.wildyLevel) + (((p.combatLevel % 10 >= 5) && ((p.combatLevel - p.wildyLevel) % 10 < 5) || (p.combatLevel >= 114)) ? 2 : 1); String range = min+" - "+max; p.getActionSender().setString(p, range, 745, childId);
| « Custom Sprites 508 loading 508(nothing happened...) | Items kept on death interface gone bad. » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |