Skip to content

Instantly share code, notes, and snippets.

/************************************
* Custom Commands *
* *
* RealityNetGaming *
*************************************
*/
#include "ScriptPCH.h"
#include "Chat.h"
@Rochet2
Rochet2 / lo.cpp
Created February 4, 2014 20:58 — forked from SymbolixDEV/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;
@Rochet2
Rochet2 / Test.cpp
Last active July 7, 2020 01:21 — forked from SymbolixDEV/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 };