BGames
Olá visitante! Seja bem vindo á BGames!

Para ter total acesso ao nosso fórum é preciso que você se registre.

Registre-se Aqui!


PARA VER LINKS E IMAGENS É PRECISO SE REGISTRAR!


BGames
Olá visitante! Seja bem vindo á BGames!

Para ter total acesso ao nosso fórum é preciso que você se registre.

Registre-se Aqui!


PARA VER LINKS E IMAGENS É PRECISO SE REGISTRAR!

BGames
Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.

BGamesEntrar

Fórum de Desenvolvimento de Jogos e Programação


description[C++]Comandos .Buff, .Heal e .Mall Empty[C++]Comandos .Buff, .Heal e .Mall

more_horiz
Comandos .Buff, .Heal e .Mall para TrinityCore

Código:

#include "ScriptPCH.h"
#include "Chat.h"
 
 
uint32 auras[] = { 15366, 16609, 48162, 48074, 48170, 43223, 36880, 467, 69994, 33081, 24705, 26035, 48469 };
 
class buff_commandscript : public CommandScript
{
public:
    buff_commandscript() : CommandScript("buff_commandscript") { }
 
        ChatCommand* GetCommands() const
    {
        static ChatCommand IngameCommandTable[] =
        {
                        { "buff",            SEC_PLAYER,  false, &HandleBuffCommand,            "", NULL },
                        { "mall",            SEC_PLAYER,  false, &HandleMallCommand,            "", NULL },
                        { "heal",            SEC_PLAYER,  false, &HandleHealCommand,            "", NULL },
            { NULL,            0,                  false, NULL,                              "", NULL }
        };
                return IngameCommandTable;
    }
 
        static bool HandleBuffCommand(ChatHandler * handler, const char * args)
    {
        Player * me = handler->GetSession()->GetPlayer();
     
                me->RemoveAurasByType(SPELL_AURA_MOUNTED);
                for(int i = 0; i < 11; i++)
                    me->AddAura(auras[i], me);
                handler->PSendSysMessage("You're buffed now!");
                return true;
    }
     
        static bool HandleMallCommand(ChatHandler * handler, const char * args)
    {
        Player * me = handler->GetSession()->GetPlayer();
     
                me-> TeleportTo(530, -1850.209961f, 5435.821777f, -10.961435f, 3.403913f);
                handler->PSendSysMessage("You Have Been Teleported!");
                return true;
    }
     
        static bool HandleHealCommand(ChatHandler * handler, const char * args)
    {
        Player * me = handler->GetSession()->GetPlayer();
     
                me-> SetHealth(me->GetMaxHealth());
                handler->PSendSysMessage("You Have Been Healed!");
                return true;
    }
};
 
void AddSC_Ingame_commandscript()
{
    new buff_commandscript();
}


[Tens de ter uma conta e sessão iniciada para poderes visualizar este link]

description[C++]Comandos .Buff, .Heal e .Mall EmptyRe: [C++]Comandos .Buff, .Heal e .Mall

more_horiz
Obrigada por compartilhar.

description[C++]Comandos .Buff, .Heal e .Mall EmptyRe: [C++]Comandos .Buff, .Heal e .Mall

more_horiz
Como boto no meu wow ?

description[C++]Comandos .Buff, .Heal e .Mall EmptyRe: [C++]Comandos .Buff, .Heal e .Mall

more_horiz
Basta addicionar o códico no source de seu core.

description[C++]Comandos .Buff, .Heal e .Mall EmptyRe: [C++]Comandos .Buff, .Heal e .Mall

more_horiz
gabrielpp91 escreveu:
Como boto no meu wow ?


Manin, vc tem que primeiramente ter um server compilado!

Tem um tutorial aqui no forum CLIQUE AQUI PARA VE-LA

Compilando o core voçê ira baixar o microsoft visual studios 2010 express, com ele vc ira colocar o codigo no source do core!

description[C++]Comandos .Buff, .Heal e .Mall EmptyRe: [C++]Comandos .Buff, .Heal e .Mall

more_horiz
kk ae os play tem .hael na hora que tiver batendo duel

description[C++]Comandos .Buff, .Heal e .Mall EmptyRe: [C++]Comandos .Buff, .Heal e .Mall

more_horiz
Onde e que poe +ou- explicando

description[C++]Comandos .Buff, .Heal e .Mall EmptyRe: [C++]Comandos .Buff, .Heal e .Mall

more_horiz
Ótimo para serve pvp .

description[C++]Comandos .Buff, .Heal e .Mall EmptyRe: [C++]Comandos .Buff, .Heal e .Mall

more_horiz
Tem nem Uma video aula ae Não xD Explicando Como Coloca Script c++ Não .. Ficaria melhor e Ajuda mais .

description[C++]Comandos .Buff, .Heal e .Mall EmptyRe: [C++]Comandos .Buff, .Heal e .Mall

more_horiz
privacy_tip Permissões neste sub-fórum
Não podes responder a tópicos
power_settings_newInicie sessão para responder