Page 8 of 8 FirstFirst ... 6 7 8
Results 71 to 77 of 77

Thread: 033 Santa [320] v1.0.3

  1. Default

    there appears to be a glitch with the nice list resurrection. if i die with a lace and come back via nice list, it says i don't have a lace, but the game functions as if i do (vagas can't tele, etc.)

    Through the darkness of futures past,
    The magician longs to see
    One chants out between two worlds:
    Fire, walk with me.

  2. Default

    Quote Originally Posted by brett friggin favre View Post
    there appears to be a glitch with the nice list resurrection. if i die with a lace and come back via nice list, it says i don't have a lace, but the game functions as if i do (vagas can't tele, etc.)
    Brett tested this shit on me. And i approve this msg.
    Last edited by CYBER; 02-05-2013 at 04:34 AM. Reason: Fucking iphone
    Started from bottom. Now we here. <IBIS>


    Quote Originally Posted by ZERO View Post
    Trying to hack in IBIS is like trying to kill someone in a police station, not the best idea...

  3. Default

    Quote Originally Posted by CYBER View Post
    Brett tested this shit ON me. And i approve this msg.
    fixed and don't you ever make that freudian slip ever again you mexican sack of shit, i have standards and one of them is being able to walk up a fence without being compelled to jump over it.

    Through the darkness of futures past,
    The magician longs to see
    One chants out between two worlds:
    Fire, walk with me.

  4. #74

    Default

    Quote Originally Posted by CYBER View Post
    Brett tested his shit in me. And i approve this msg.
    Fixed.
    The Complete WCS Guide
    (Click on it)


    "They asked me how well I understood theoretical physics. I told them I had a theoretical degree in physics. They said welcome aboard."
    Our subject isn't cool, but he thinks it anyway - he may not have a clue, and he may not have style, but everything he lacks, well, he makes up in denial!
    Someone ever tries to kill you, you try to kill 'em right back.

  5. Default

    Santa does not give items, in fact no race does. Therefore it is not possible for a race to cause this glitch.

    The item should have been removed on death. There appears to be an issue with the buff or item system where as some events are not being set off for some reason.

    ---------- Post added at 11:13 PM ---------- Previous post was at 11:10 PM ----------

    For example here is my method for respawn:
    Code:
    /*
     * RESPAWN CLIENT
     * 
     * @param client        Player to respawn.
     * @return                True on success, false otherwise.
     */
    stock bool:RespawnClient(client)
    {
        if(Client_IsValid(client, true))
        {
            if(!IsPlayerAlive(client)&&GetClientTeam(client)>1)
            {
                War3_SpawnPlayer(client);
                
                PrintHintText(client,"Respwaned");
                
                //Ensure weapons stripped
                KnifeOnly(client);
                
                // give them their weapons
                for(new s=0;s<10;s++)
                {
                    new String:wep_check[64];
                    War3_CachedDeadWeaponName(client,s,wep_check,64);
                    if(!StrEqual(wep_check,"",false) && !StrEqual(wep_check,"weapon_c4") && !StrEqual(wep_check,"weapon_knife"))
                    {
                        GivePlayerItem(client,wep_check);
                    }
                }
                
                //give full armor
                SetEntProp(client,Prop_Send,"m_ArmorValue",100);
                
                //RESPAWN SUSCESS
                return true;
            }
            return false;
        }
        return false;
    }



  6. Default

    yeah..whatever you said lol. i was just thinking it's santa because i was able to replicate it easily and i hadn't seen it happen before on any other races.

    Through the darkness of futures past,
    The magician longs to see
    One chants out between two worlds:
    Fire, walk with me.

  7. Default

    Please restrict this race to require a minimum of 6 people (non bots) on the server when maxed. This is another race that kills servers.

    fast flying races with offensive capabilities when moving (when maxed) should bet set to something like one for every 4 people per team. So 6-8 people playing allows 1 per team, 16 people playing allows 2 per team, and 20 people playing allows 3 per team. The races in this category are Strider Hiryu and Santa.
    What: my life skills use meat

    “Let us be thankful for the fools. But for them the rest of us could not succeed. ” -Mark Twain

Posting Permissions

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