you made it?
Likes: 0
This is pretty much so when you login you wont be wtfpwned by mobs or other players.Code:#include "StdAfx.h" #include "Setup.h" #ifdef WIN32 #pragma warning(disable:4305) // warning C4305: 'argument' : truncation from 'double' to 'float' #endif void OnEnterWorld(Player * pPlayer) { pPlayer->CastSpell(pPlayer, 33581, true); } void SetupEnterWorld(ScriptMgr * mgr) { mgr->register_hook(SERVER_HOOK_EVENT_ON_ENTER_WORLD, OnEnterWorld); }
› See More: [C++] Shield on Login
just asking... then + rep for you .. good job
And you could join me to we make repack for mmopro![]()
I might join you
Depending on what I need to do atm
Great idea really nice for people with laggy pc's ^^,
Great idea. Uber simple. Nice work.![]()

very cool
Bookmarks