Hello & Welcome to our community. Is this your first visit? Register
Follow us on
Follow us on Facebook Follow us on Twitter Watch us on YouTube


MMOCoin

Likes Likes:  0
Results 1 to 7 of 7
  1. #1
    Contributor
    Cocain's Avatar
    Join Date
    Mar 2010
    Posts
    208
    Post Thanks / Like
    Rep Power
    16
    Reputation
    92

    [C++]Add item on Guild Join.


    Register to remove this ad
    Code:
    #include "stdafx.h"
    #include "setup.h"
    
           
      void OnGuildJoin(Player * pPlayer, Guild * pGuild)
     
      {
    
    if(pPlayer->GetItemInterface()->GetItemCount(5976, false)>= 1)
    
      {    
      
                 pPlayer->BroadcastMessage("You already have a tabard.");
     
      
             } else {
     
    Item *  pItem = objmgr.CreateItem(5976, pPlayer);
    
          pPlayer->GetItemInterface()->AddItemToFreeSlot(pItem);
          pPlayer->BroadcastMessage("You're an official guild member now!");
     }
       }
     
           
    void SetupOnGuildJoin(ScriptMgr * mgr)
    {
        mgr->register_hook(SERVER_HOOK_EVENT_ON_GUILD_JOIN, OnGuildJoin);
    
    }
    Have fun.


    › See More: [C++]Add item on Guild Join.

  2. #2
    Founder
    Apple's Avatar
    Join Date
    Jul 2008
    Location
    HeaveN
    Posts
    15,916
    Post Thanks / Like
    Rep Power
    10
    Reputation
    295
    nice one gr8 contribution





  3. #3
    Contributor
    Cocain's Avatar
    Join Date
    Mar 2010
    Posts
    208
    Post Thanks / Like
    Rep Power
    16
    Reputation
    92
    Thank you.

  4. #4
    Banned

    Join Date
    Sep 2009
    Location
    In My Computer
    Posts
    76
    Post Thanks / Like
    Rep Power
    0
    Reputation
    52
    thats not bad

  5. #5
    Contributor
    StickyIcky's Avatar
    Join Date
    Jul 2008
    Location
    127.0.0.1
    Posts
    747
    Post Thanks / Like
    Rep Power
    18
    Reputation
    188
    Very nice,

    ArcEmu I'm guessing?

  6. #6
    Senior Sergeant
    .SalMAX™'s Avatar
    Join Date
    Mar 2010
    Location
    Miami, Florida
    Posts
    100
    Post Thanks / Like
    Rep Power
    15
    Reputation
    52
    Nice Script bud
    Don't Forget to for useful releases!. It gives you good luck! Just Like Lucky charms!

  7. #7
    Grunt

    Join Date
    Feb 2010
    Posts
    42
    Post Thanks / Like
    Rep Power
    16
    Reputation
    98

    Register to remove this ad
    very nice +Rep




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

 

 

Visitors found this page by searching for:

trinity c add item

wow c add item

SEO Blog

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT -5. The time now is 08:51 AM.
Powered by vBulletin® Copyright ©2000-2024, Jelsoft Enterprises Ltd.
See More links by ForumSetup.net. Feedback Buttons provided by Advanced Post Thanks / Like (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
vBulletin Licensed to: MMOPro.org