I have a problem and that is when I try to launch game there comes Launcher with Game start button as Grey and un-clickable. How I should fix this? Have tried to delete + re-install. Still not working. hjelp me pls.
I have a problem and that is when I try to launch game there comes Launcher with Game start button as Grey and un-clickable. How I should fix this? Have tried to delete + re-install. Still not working. hjelp me pls.
wait (maybe a bit longer).
another solution would be:
create a linkage of system/WarRock.exe and set start parameters to "0 0 <lng>" where <lng> stays for one of those: ENG, GER, TUR (depends on your game language)
Have already waited for 6 hours this. And got a another problem.
I try to use WRManualPatcher and select OK from ''Do you wish to manually patch?'', there comes:
ERROR: WarRock could not be found.
You have to use the Manual Patch if you got the Warrock files from Gamersfirst. I hope you mean that what I mean. Reinstall your Warrock if nothing happens.
You have to use the Manual Patch if you got the Warrock files from Gamersfirst. I hope you mean that what I mean. Reinstall your Warrock if nothing happens.
Like I've told before that I have re-installed WR again like 5 times for nothing. My the Warrock files is from Nexon not from Gamersfirst. How I can fix this?
New Server//1 lvl Start//99 fnish Game//Open Game yesterday//SaWGaMe 09/02/2013 - Metin2 PServer Advertising - 4 Replies http://r1308.hizliresim.com/1d/7/r7l2w.pngOpened a New Serverhttp://r1308.hizliresim.com/1d/7/r7l2w.png
http://r1308.hizliresim.com/1d/7/r7l2w.pngCome and Ranking Replace cap İmmediately!http://r1308.hizliresim.com/1d/7/ r7l2w.png
http://r1308.hizliresim.com/1d/7/r7l2w.pngNot the Exclusive Saleshttp://r1308.hizliresim.com/1d/7/r7l2w.png
http://img.turkmmo.com/images/smilies/f08.gif
New Server//1 lvl Start//99 fnish Game//Open Game yesterday//SaWGaMe 09/01/2013 - Metin2 PServer Advertising - 4 Replies http://r1308.hizliresim.com/1d/7/r7l2w.pngOpened a New Serverhttp://r1308.hizliresim.com/1d/7/r7l2w.png
http://r1308.hizliresim.com/1d/7/r7l2w.pngCome and Ranking Replace cap İmmediately!http://r1308.hizliresim.com/1d/7/ r7l2w.png
http://r1308.hizliresim.com/1d/7/r7l2w.pngNot the Exclusive Saleshttp://r1308.hizliresim.com/1d/7/r7l2w.png
http://img.turkmmo.com/images/smilies/f08.gif
In Game Script to Sell all Grey Items at Once 12/17/2005 - WoW Guides & Templates - 1 Replies Found this:
Here's a good macro/script I came across to sell all your grey items at once.......since they are pretty much useless. Came in handy for me! Before using ensure you have a window up at a vendor, or it won't work.
/script for bag = 0,4,1 do for slot = 1, GetContainerNumSlots(bag), 1 do local name = GetContainerItemLink(bag,slot); if name and string.find(name,"ff9d9d9d" ;) then DEFAULT_CHAT_FRAME:AddMessage(& ;#34;Selling "..name); UseContainerItem(bag,slot) end; end; end