This script, well, moves objects. You specify the amount you want the object to move and the axis to move it on.
Note: This is for Arcemu
Syntax: .go mobject <x,y,z> <amount>
Script (Chat.cpp):
http://pastebin.com/jupxejKZ
(put it in at around line 780)
AND
put this on around line 384-385 between portto and NULL
Code:
Code:
{ "mobject", 'o', &ChatHandler::HandleGOMoveObject, "", NULL, 0, 0, 0},
Chat.h
(put at around line 232)
Code:
Code:
bool ChatHandler::HandleGOMoveObject(const char* args, WorldSession *m_session);
I also made a simple addon to accompany this script.
(to open the addon window type in /mover in wow)
link: http://www.mediafire.com/?0l5ngk9blllwsbg
put this in your WoW addons folder
Credits: Arcemu Code, me