
Likes:
0
-
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
Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread
-
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
-
Forum Rules
Bookmarks