So I am on rom4u server, 5 hours after making an acc I am 52/29 and doing minigames.
10 X xp
10 X tp
it's kind of nuts lol
Anyway the interesting thing for me is the economy, everything is bought and sold with diamonds. Talking 3000 dias for a lvl 70 purple.
It is such a contrast to the economy I am used to.
Going to give it a couple of weeks and see how I feel after that time.
sharing my first WP for the 10 X xp.
Elf character only, levels 1-16 and in varanas.
Next wp will start at heffner or continue in silverspring depending if you have a char 20/20 on the acc yet.
So yeah just step 1 to a 1-50 chain of WP.
--=== LVL 55 package ===--
You can start this at any stage between varanas and OS and it will just continue the journey, so if you have any snoop opened up use them before starting the WP. It will literally walk all the way from varanas to OS and then use the NPC to go to Dalaran (regardless of if you have done quest in AV) and then walk to the NPC to get the lvl 55 package, it will go to sleep once it gets there, so just do the quest yourself to make sure you get the package you want.
--=== code to go from OS to dalanis ===--
I lost this for a while but found it again, posting it here.
If you haven't done the volcano quest to open up the NPC that transports you from OS to Dal then you can make a macro of this code and just use it to force the NPC to appear. Can't remember the coords of the NPC but if you want to use the code you should already know where the NPC is.
Code: Select all
/script oldCheckQuest = CheckQuest CheckQuest = function(val) if val and val == 423017 then return 2 else return oldCheckQuest(val) end end
/wait 5
/script CheckQuest = oldCheckQuest