Thread: Editing Dueling Interface

Results 1 to 4 of 4
  1. #1 Editing Dueling Interface 
    Registered Member
    Join Date
    Feb 2016
    Posts
    6
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Can anyone give me an idea of how I can edit my staking interface?

    My source is OSbrutality.

    Here is what the interface currently looks like : https://scontent-iad3-1.xx.fbcdn.net...c1&oe=59FB3B3F

    I would want to change the effects and words of the "Fun Weapons" button.

    Any help would be great!
    Reply With Quote  
     

  2. #2  
    強い者は生き残る
    Ashpire's Avatar
    Join Date
    Mar 2012
    Age
    27
    Posts
    2,721
    Thanks given
    914
    Thanks received
    1,897
    Rep Power
    2231
    Add that to your client commands and just override the string server sided.

    Code:
                            if (inputString.equals("::strings")) {
                                for (int i = 1000; i < 80000; i++) {
                                    sendString("" + i, i);
                                }
                            }
    Attached image
    Reply With Quote  
     

  3. #3  
    Donator


    Join Date
    Jan 2010
    Age
    29
    Posts
    4,122
    Thanks given
    274
    Thanks received
    551
    Rep Power
    738
    The string for fun weapons is 669
    Reply With Quote  
     

  4. #4  
    'Slutty McFur'

    Owain's Avatar
    Join Date
    Sep 2014
    Age
    26
    Posts
    2,894
    Thanks given
    2,360
    Thanks received
    2,200
    Rep Power
    5000
    Quote Originally Posted by Nighel View Post
    The string for fun weapons is 669
    ^
    And the hover text at the bottom of the interface for that option is 8278.


    Spoiler for wat:
    Attached image
    Attached image

    Attached image


    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

Similar Threads

  1. Fixing the duel interface dupe on dodian
    By bcdutton in forum Tutorials
    Replies: 9
    Last Post: 12-01-2008, 07:58 PM
  2. [508]Duel interfaces
    By Virus X3 in forum Requests
    Replies: 2
    Last Post: 11-11-2008, 04:30 AM
  3. Dueling Interface
    By Mini in forum Help
    Replies: 0
    Last Post: 10-28-2008, 12:54 AM
  4. Duel Interface w/ Equipment
    By Boomer in forum Tutorials
    Replies: 32
    Last Post: 09-16-2008, 01:02 AM
  5. [Req] Dueling Interface (/)
    By hayzie in forum Requests
    Replies: 0
    Last Post: 07-14-2008, 08:19 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •