关灯
开启左侧

魔兽私服飞行宝石代码

  [复制链接]
admin实名认证 发表于 2016-4-19 22:58:57 | 显示全部楼层 |阅读模式 打印 上一主题 下一主题
 
/* Copyright (C) 2006,2007 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/>
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/

#include "../sc_defines.h"
#include "../../../../game/Item.h"
#include "../../../../game/Player.h"
#include "../../../../game/SpellAuras.h"

#define SPELL_FLYING_MOUNT 37015

bool ItemUse_flying_mount(Player *player, Item* _Item, SpellCastTargets const& targets)
{
        SpellEntry const *spellInfo = GetSpellStore()->LookupEntry(SPELL_FLYING_MOUNT);
        if(spellInfo)
        {
        for(uint32 i = 0;i<3;i++)
        {
            uint8 eff = spellInfo->Effect;
            if (eff>=TOTAL_SPELL_EFFECTS)
                continue;
                        if (eff == SPELL_EFFECT_APPLY_AURA || eff == SPELL_EFFECT_PERSISTENT_AREA_AURA)
            {
                Aura *Aur = new Aura(spellInfo, i, NULL, player);
                player->AddAura(Aur);
            }
        }
    }
    return true;
}
void AddSC_flying_mount()
{
    Script *newscript;

    newscript = new Script;
    newscript->Name="flying_mount";
    newscript->pItemUse = ItemUse_flying_mount;
    m_scripts[nrscripts++] = newscript;
}
标签:魔兽私服
 
VIP介绍
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

  • 最佳新人

    注册账号后积极发帖的会员
  • 活跃会员

    经常参与各类话题的讨论,发帖内容较有主见
  • 热心会员

    经常帮助其他会员答疑
  • 推广达人

    积极宣传本站,为本站带来更多注册会员
  • 宣传达人

    积极宣传本站,为本站带来更多的用户访问量
  • 灌水之王

    经常在论坛发帖,且发帖量较大
  • 突出贡献

    长期对论坛的繁荣而不断努力,或多次提出建设性意见
  • 优秀版主

    活跃且尽责职守的版主
  • 荣誉管理

    曾经为论坛做出突出贡献目前已离职的版主
  • 论坛元老

    为论坛做出突出贡献的会员

0关注

5粉丝

3421帖子

排行榜
作者专栏

QQ交流群&&微信订阅号

QQ交流群

微信订阅号

吾爱尚玩资源基地永久域名:

Www.523Play.Com

在线管理员QQ:1589479632

邮箱:Email@523play.com

QQ交流群:558936238

Copyright   ©2015-2116  吾爱尚玩资源基地|523play.comPowered by©523Pplay.Com技术支持:吾爱尚玩资源基地