Results 1 to 15 of 15
  1. #1
    MrHiJaB's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    1
    My Mood
    Yeehaw

    Making weapon tiers flash (AS3)

    Alright, so I made a new tier in the AS3 client. Now, just to make things a little bit cooler, is it any way to make the tier flash?

    And if you have to make a behavior for the Tier, how?

    Client code:

     
    else if (this.objectXML.hasOwnProperty("(at)SpecialTier"))
    {
    this.tierText.setColor(1040368);
    this.tierText.setStringBuilder(new StaticStringBuilder("GOD"));
    }



    Could you add a kinda flash code in here? If it is, what is the code I need to use?
    Last edited by MrHiJaB; 02-17-2017 at 10:13 AM. Reason: entered spoiler instead of code :3

  2. #2
    MikeRaarupBirk's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    1,583
    Reputation
    38
    Thanks
    3,775
    My Mood
    Stressed
    image from last guy that asked.



    change legendary to god.

  3. The Following User Says Thank You to MikeRaarupBirk For This Useful Post:

    MrHiJaB (02-17-2017)

  4. #3
    sgrawsreghawrhgwrhgr's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Location
    UK
    Posts
    516
    Reputation
    10
    Thanks
    727
    My Mood
    Angelic
    Quote Originally Posted by MikeRaarupBirk View Post
    image from last guy that asked.



    change legendary to god.
    I made the XML for that ring... I don't see any credits though.

  5. #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 Nobody77 View Post
    I made the XML for that ring... I don't see any credits though.
    ffs skilly xDDDDDD

  6. #5
    Riigged's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    no
    Posts
    3,846
    Reputation
    401
    Thanks
    10,254
    My Mood
    Devilish
    Quote Originally Posted by MikeRaarupBirk View Post
    image from last guy that asked.



    change legendary to god.
    i am pretty baked right now but i dont think he is asking how to add a new tier, i think he already added the tier and he is asking how to make it flash/blink (like it disappears and reappears repeatedly

    but idk if the code in that screenshot does that i cba to read i just quick glanced it and it looked like only code to add a new tier

     








  7. #6
    EHaehthsthethetheh's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Location
    MPGH.net
    Posts
    219
    Reputation
    10
    Thanks
    56
    Quote Originally Posted by MrHiJaB View Post
    to make the tier flash?
    yeap hes asking how to make flashing tier

  8. #7
    BurgerLoverMx's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Location
    Québec
    Posts
    411
    Reputation
    23
    Thanks
    843
    My Mood
    Relaxed
    What kind of flash do you want?

    This kind:

    Or this kind:
    Last edited by BurgerLoverMx; 02-18-2017 at 05:54 PM.

  9. #8
    EHaehthsthethetheh's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Location
    MPGH.net
    Posts
    219
    Reputation
    10
    Thanks
    56
    Quote Originally Posted by BurgerLoverMx View Post
    What kind of flash do you want?

    This kind:

    Or this kind:
    hes asking for "That kind"

  10. The Following User Says Thank You to EHaehthsthethetheh For This Useful Post:

    BurgerLoverMx (02-18-2017)

  11. #9
    DBFunx's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    166
    Reputation
    10
    Thanks
    37
    Im not "him" but i want both and tut for how 2 make new tier for 5 year old's in southern parts of the universe
    [img]https://**********.com/addskype/dbfunx.png[/img]
    Want my skype? HERE IT IS!!! ^^^^

    I own a private server named Omni Realms


    My Vouch Thread
    https://www.mpgh.net/forum/showthread...6#post11843926

  12. #10
    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 DBFunx View Post
    Im not "him" but i want both and tut for how 2 make new tier for 5 year old's in southern parts of the universe
    If the 5 year old's in southern parts of the universe actually try it's not hard at all

    the flash might be kindof hard for the 5 year old's in southern parts of the universe,but pretty sure if u look at as3 client you can find examples of it
    Last edited by Demon; 02-18-2017 at 07:32 PM.
    Nice

  13. The Following User Says Thank You to Demon For This Useful Post:

    BurgerLoverMx (02-18-2017)

  14. #11
    Riigged's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    no
    Posts
    3,846
    Reputation
    401
    Thanks
    10,254
    My Mood
    Devilish
    he wants it to blink like disappear and reappear repeatedly @ burgerlover

     








  15. The Following User Says Thank You to Riigged For This Useful Post:

    BurgerLoverMx (02-19-2017)

  16. #12
    BurgerLoverMx's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Location
    Québec
    Posts
    411
    Reputation
    23
    Thanks
    843
    My Mood
    Relaxed
    This right?:

    Maybe even faster :P :
    Last edited by BurgerLoverMx; 02-19-2017 at 10:17 AM.

  17. The Following User Says Thank You to BurgerLoverMx For This Useful Post:

    MrHiJaB (02-19-2017)

  18. #13
    MrHiJaB's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    1
    My Mood
    Yeehaw
    Hey BurgerLoverMx, sorry for late answer, but i want the first kind of flashing tier u posted. It is excactly what I mean. Flashing or being "highlighted if you can say it in that way
    Last edited by MrHiJaB; 02-19-2017 at 03:24 PM.

  19. #14
    BurgerLoverMx's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Location
    Québec
    Posts
    411
    Reputation
    23
    Thanks
    843
    My Mood
    Relaxed
    Quote Originally Posted by MrHiJaB View Post
    Hey BurgerLoverMx, sorry for late answer, but i want the first kind of flashing tier u posted. It is excactly what I mean. Flashing or being "highlighted if you can say it in that way
    Gimme your skype and I'll help you out

  20. #15
    MrHiJaB's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    1
    My Mood
    Yeehaw
    You can search MrHiJaB or Kodabamse and you will find me very easily ^^

Similar Threads

  1. [Solved] Making new Tiers [FSOD/AS3 CLIENT]
    By DBFunx in forum Realm of the Mad God Private Servers Help
    Replies: 4
    Last Post: 02-22-2017, 12:24 AM
  2. How Do you make weapons normal sized
    By omlan in forum Combat Arms Mod Discussion
    Replies: 1
    Last Post: 01-15-2010, 09:29 PM
  3. Coud someone please make weapon hack for me?
    By klemen123 in forum WarRock - International Hacks
    Replies: 3
    Last Post: 10-28-2008, 01:09 PM
  4. Can anyone teach me to make Weapon hacked accounts
    By HaterSauce in forum WarRock - International Hacks
    Replies: 18
    Last Post: 05-27-2008, 03:32 PM
  5. I wanna make weapon hack but need help
    By allard123 in forum WarRock - International Hacks
    Replies: 13
    Last Post: 02-19-2007, 08:19 PM