Thread: Showing wildy range on 525

Results 1 to 4 of 4
  1. #1 Showing wildy range on 525 
    Meh. I can't code.

    Soulevoker's Avatar
    Join Date
    Sep 2007
    Age
    26
    Posts
    1,198
    Thanks given
    5
    Thanks received
    6
    Rep Power
    137
    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?

    Reply With Quote  
     

  2. #2  
    Registered Member
    bracket's Avatar
    Join Date
    Aug 2009
    Posts
    5,286
    Thanks given
    1,047
    Thanks received
    1,463
    Rep Power
    5000
    Try too change the Text at the wilderniss icon with Strings
    Reply With Quote  
     

  3. #3  
    Registered Member
    X Mercy X's Avatar
    Join Date
    May 2009
    Age
    28
    Posts
    1,336
    Thanks given
    3
    Thanks received
    41
    Rep Power
    301
    Quote Originally Posted by ivedorai View Post
    Try too change the Text at the wilderniss icon with Strings
    525 removed that interface
    the actual string for real rs's levels is set upon login determined if the world is pvp or not though idk if you can edit nor if it works

    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  4. #4  
    Meh. I can't code.

    Soulevoker's Avatar
    Join Date
    Sep 2007
    Age
    26
    Posts
    1,198
    Thanks given
    5
    Thanks received
    6
    Rep Power
    137
    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);

    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •