AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   TF2Items (https://forums.alliedmods.net/forumdisplay.php?f=146)
-   -   Setup admin flags? (https://forums.alliedmods.net/showthread.php?t=171595)

serpentine 11-07-2011 22:39

Setup admin flags?
 
EDIT: Edited this thread instead of making a new one, different issue this time. I'm getting the "orbiting planets" particle effect when equipping the mutton chops w/ pipe item for soldier. Item #440 in the items_game, though I don't have that item in my tf2items.weapons.txt file anywhere, here it is.
Code:


"custom_weapons_v3"
{
        "*"
        {
                "12"
                {
                        "admin-flags" "z"
                        "quality"                "4"
                        "level"                        "50"
                        "preserve-attributes"        "1"
                }
                "18"
                {
                        "admin-flags" "z"
                        "quality"                "1"
                        "level"                        "100"
                        "preserve-attributes"        "1"
                       
                        "1"                                "134 ; 2"
                }
                "205"
                {
                        "admin-flags" "z"
                        "quality"                "1"
                        "level"                        "100"
                        "preserve-attributes"        "1"
                       
                        "1"                                "134 ; 2"
                }
                "*"
                {
                        "quality"                "1"
                        "level"                        "100"
                        "preserve-attributes"        "1"
                       
                        "1"                                "134 ; 4"
                }
                "128"
                {
                        "admin-flags" "z"
                        "quality"                "1"
                        "level"                        "100"
                        "preserve-attributes"        "1"
                       
                        "1"                                "134 ; 2"
                }
                "127"
                {
                        "admin-flags" "z"
                        "quality"                "1"
                        "level"                        "100"
                        "preserve-attributes"        "1"
                       
                        "1"                                "134 ; 4"
                }
                "513"
                {
                        "admin-flags" "z"
                        "quality"                "9"
                        "level"                        "69"
                        "preserve-attributes"        "1"

                        "1"                                "134 ; 2"
                }
        }
}

And here is a screenshot of the effect showing even with the item not assigned: http://cloud.steampowered.com/ugc/61...D47F3393F7724/ anyone know why this is happening?

serpentine 11-08-2011 19:44

Re: Setup admin flags?
 
Edit: First post updated with new issue.

asherkin 11-26-2011 14:58

Re: Setup admin flags?
 
Nothing after the wildcard is going to get matched.


All times are GMT -4. The time now is 13:42.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.