MMOCoin

Likes Likes:  0
Results 1 to 2 of 2
  1. #1
    Graphics Guru

    Join Date
    Feb 2009
    Posts
    1,377
    Post Thanks / Like
    Rep Power
    24
    Reputation
    382

    Post Weapon Visual Script

    A small contribution to the community, after having helped me a lot
    As the name says, this is a visual weapon script, running on the rev63
    All credits will:
    Rochet2 the creator,
    and to d3athbl0w1, for having configured it for the rev63

    https://mega.nz/#!WVIEgCbJ!iCSNQLKnZ...zeZojpX5lZDzLk







    › See More: Weapon Visual Script



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

  3. #2
    Beginner

    Join Date
    Apr 2016
    Posts
    26
    Post Thanks / Like
    Rep Power
    10
    Reputation
    1

    Register to remove this ad
    tengo en estas linea error al compilar

    class NPC_VisualWeapon : public CreatureScript
    {
    public:
    NPC_VisualWeapon() : CreatureScript("NPC_VisualWeapon") { } // to alliance from horde
    class TrintyRetardsAI : public ScriptedAI
    {
    public:
    TrintyRetardsAI(Creature* creature) : ScriptedAI(creature) {}


    bool GossipHello(Player* player) override
    {
    return OnGossipHello(player, me);
    }


    bool GossipSelect(Player* player, uint32 /*menu_id*/, uint32 gossipListId) override
    {
    uint32 sender = player->PlayerTalkClass->GetGossipOptionSender(gossipListId);
    uint32 action = player->PlayerTalkClass->GetGossipOptionAction(gossipListId);
    return OnGossipSelect(player, me, sender, action);
    }

 

 

Tags for this Thread

Posting Permissions

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