Skip to content

Instantly share code, notes, and snippets.

@devovh
devovh / Test.cpp
Created June 19, 2014 01:07 — forked from Rochet2/Test.cpp
/*
Made by: SymboliXDEV
Edited by: Rochet2
Work %: Untested
Compile: Success
*/
#include "ScriptPCH.h"
static const uint32 buffIdstools[] = { 43223, 5862, 33377, 33779, 31305, 70692, 42995 };
@devovh
devovh / lo.cpp
Created June 19, 2014 01:07 — forked from Rochet2/lo.cpp
//script made by SymbolixDEV
#include "ScriptPCH.h"
class login_script : public PlayerScript
{
public:
login_script() : PlayerScript("login_script") { }
void OnLogin(Player* player)
{
std::string msg;
@devovh
devovh / lo.cpp
Created June 19, 2014 01:07 — forked from Rochet2/lo.cpp
//script made by SymbolixDEV
#include "ScriptPCH.h"
class login_script : public PlayerScript
{
public:
login_script() : PlayerScript("login_script") { }
void OnLogin(Player* player)
{
std::string msg;
/************************************
* Custom Commands *
* *
* RealityNetGaming *
*************************************
*/
#include "ScriptPCH.h"
#include "Chat.h"