
Results 1 to 4 of 4
Threaded View
-
22-05-10, 02:46 AM #1
[C++] ArcEmu Basic on World Enter Script
When you enter it sets your Pvp To on Says Welcome to You server name! and says please enjoy your stay here.
Code:#include "StdAfx.h" #include "Setup.h" #ifdef WIN32 #pragma warning(disable:4305) #endif void OnEnterWorld(Player * pPlayer) { pPlayer->SendAreaTriggerMessage("Welcome to Your Server Name!"); pPlayer->SetPvPFlag();; pPlayer->BroadcastMessage("Please Enjoy your stay here :D"); }; void SetupEnterWorld(ScriptMgr * mgr) { mgr->register_hook(SERVER_HOOK_EVENT_ON_ENTER_WORLD, OnEnterWorld); }
Just got my pc back