Results 1 to 8 of 8
  1. #1
    kacper42342432's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    109
    Reputation
    10
    Thanks
    3
    My Mood
    Dead

    How to edit UT prefix to another color. And how create new type e.g. L - Legendary

    How to edit UT prefix to another color. And how to create new type e.g. L - Legendary

    http:/ /screenshot.sh/n9nSOEmxZQYi6
    http:/ /screenshot.sh/m8YuwHyFrI9Ze
    http:/ /screenshot.sh/ouDz7bkeaLDi2

    My edited EquipmentToolTip.as but when I open client it always crash

    private function addTierText() : void
    {
    var _local_1:* = this.isPet() == false;
    var _local_2:* = this.objectXML.hasOwnProperty("Consumable") == false;
    var _local_3:* = this.objectXML.hasOwnProperty("Treasure") == false;
    var _local_4:Boolean = this.objectXML.hasOwnProperty("Tier");
    if(_local_1 && _local_2 && _local_3)
    {
    this.tierText = new TextFieldDisplayConcrete().setSize(16).setColor(16 777215).setTextWidth(30).setBold(true);
    if(_local_4)
    {
    this.tierText.setStringBuilder(new LineBuilder().setParams(TextKey.TIER_ABBR,{"tier": this.objectXML.Tier}));
    }
    else if(this.objectXML.hasOwnProperty("@setType"))
    {
    this.tierText.setColor(16750848);
    this.tierText.setStringBuilder(new StaticStringBuilder("ST"));
    }
    else if (this.objectXML.hasOwnProperty("(at)example"))
    {
    this.tierText.setColor(0xFF9900);
    this.tierText.setStringBuilder(new StaticStringBuilder("L"));
    }
    else
    {
    this.tierText.setColor(9055202);
    this.tierText.setStringBuilder(new LineBuilder().setParams(TextKey.UNTIERED_ABBR));
    }
    addChild(this.tierText);
    }
    }




    (Fab source)
    Last edited by kacper42342432; 05-06-2017 at 12:41 AM.

  2. #2
    Demon's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Location
    Lost
    Posts
    1,095
    Reputation
    86
    Thanks
    316
    My Mood
    Angelic
    I already made a tutorial on this
    Nice

  3. #3
    kacper42342432's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    109
    Reputation
    10
    Thanks
    3
    My Mood
    Dead
    @DemonLives where ? Can you send link :> ?

  4. #4
    MikeRaarupBirk's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    1,583
    Reputation
    38
    Thanks
    3,775
    My Mood
    Stressed
    Quote Originally Posted by kacper42342432 View Post
    @DemonLives where ? Can you send link :> ?
    or take a look in the tutorial section.

  5. #5
    kacper42342432's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    109
    Reputation
    10
    Thanks
    3
    My Mood
    Dead
    @MikeRaarupBirk okey wait wait, where is TextKey.as?

  6. #6
    SSGotenks's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Location
    Space
    Posts
    16
    Reputation
    10
    Thanks
    5
    Quote Originally Posted by kacper42342432 View Post
    @MikeRaarupBirk okey wait wait, where is TextKey.as?
    Tap shift twice and you will be able to search for files instead of navigating through the explorer //This is done in intellij idea

    So to find TextKey.as
    Tap shift twice
    type "TextKey"
    Last edited by SSGotenks; 05-06-2017 at 11:51 AM.

  7. #7
    kacper42342432's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    109
    Reputation
    10
    Thanks
    3
    My Mood
    Dead
    @SSGotenks and nothing ? (check screenshot)
    http:/ /screenshot.sh/n9JKRXzVJ6Lvi
    Last edited by kacper42342432; 05-06-2017 at 01:46 PM.

  8. #8
    Demon's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Location
    Lost
    Posts
    1,095
    Reputation
    86
    Thanks
    316
    My Mood
    Angelic
    Quote Originally Posted by kacper42342432 View Post
    @SSGotenks and nothing ? (check screenshot)
    http:/ /screenshot.sh/n9JKRXzVJ6Lvi
    well u see.... you should use the 27.7.X2 client instead of the fabiano client.

    u cant do anything using the fabiano client
    Nice

Similar Threads

  1. [Help Request] Fabiano - How to edit ranks/Add prefixes ex) [Founder]
    By gunit99 in forum Realm of the Mad God Private Servers Help
    Replies: 7
    Last Post: 07-27-2015, 12:41 PM
  2. [Help Request] How do you become moderator for this forum and how do you become minion star FO
    By dragons9097 in forum CrossFire Help
    Replies: 1
    Last Post: 12-04-2012, 03:18 PM
  3. [SOLVED] Question: how to make you gloves another color?
    By rmk1379 in forum Call of Duty Modern Warfare 2 Help
    Replies: 3
    Last Post: 08-27-2010, 02:01 AM
  4. how to edit .mrs tut
    By GG2GG in forum Gunz General
    Replies: 0
    Last Post: 03-09-2008, 04:54 PM
  5. How to put Animated pic on another pic?
    By thechewu in forum Art & Graphic Design
    Replies: 18
    Last Post: 09-24-2007, 11:40 PM