Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[ascent] Orb of Translocation doesn't work

Newbie Spellweaver
Joined
Oct 26, 2005
Messages
29
Reaction score
0
My Blood Elf character has made her way to the Orb of Translocation in Silvermoon City. If I click on it (right or left), nothing happens. Is there some quest that I've missed or is this a problem with my server?
 
Skilled Illusionist
Joined
Dec 7, 2007
Messages
337
Reaction score
0
It works on my server, but you don't need any quests.
So i don't know why it won't work on you :(
 
Skilled Illusionist
Joined
Oct 13, 2007
Messages
374
Reaction score
0
Enable LUA and AS Scripts
Also Make sure you are using Moon Plus Plus Scripts
 
Newbie Spellweaver
Joined
Oct 26, 2005
Messages
29
Reaction score
0
Ah - ok, that brings me to another question, then. Where would I find the Moon++ scripts? I did a search, and the only link I could find was password protected.
 
Newbie Spellweaver
Joined
Nov 12, 2006
Messages
31
Reaction score
2
make this query in data base ;-)

-- updates the spells used with the Orbs
UPDATE `gameobject_names` SET `unknown1` = '26566' WHERE `entry` = '184503';
UPDATE `gameobject_names` SET `unknown1` = '26572' WHERE `entry` = '184502';
UPDATE `gameobject_names` SET `unknown1` = '32572' WHERE `entry` = '184501';
UPDATE `gameobject_names` SET `unknown1` = '32571' WHERE `entry` = '184500';
UPDATE `gameobject_names` SET `unknown1` = '35730' WHERE `entry` = '180911';
UPDATE `gameobject_names` SET `unknown1` = '25649' WHERE `entry` = '180912';
UPDATE `gameobject_names` SET `unknown1` = '30141' WHERE `entry` = '182543';
UPDATE `gameobject_names` SET `unknown1` = '30140' WHERE `entry` = '182546';
UPDATE `gameobject_names` SET `unknown1` = '32569' WHERE `entry` = '182547';
UPDATE `gameobject_names` SET `unknown1` = '32568' WHERE `entry` = '182548';
 
Newbie Spellweaver
Joined
Oct 26, 2005
Messages
29
Reaction score
0
I made the changes to the database. They were all accepted and there were no warnings. But once I restarted my server, the orb still didn't work. :(

But thanks for the help, nonetheless, zysus.
 
Back
Top