Showing results 1 to 25 of 51
Search took 0.00 seconds.
Search: Posts Made By: Elhana
Forum: Tech Chat 09-26-10, 07:25 PM
Replies: 24
Views: 19,091
Posted By Elhana
From what I heard Nod32 was ok and wasn't trying...

From what I heard Nod32 was ok and wasn't trying to use all of your cpu and ram like Kaspersky. Install them one by one and test WoW performance with them then post your benchmark ) I bet some people...
Forum: News 07-23-10, 06:42 AM
Replies: 1,230
Views: 590,477
Posted By Elhana
I think it is a Windows "feature" to report all...

I think it is a Windows "feature" to report all folders to be write protected and you can't change it (on the folder itself and subfolders, file permissions get updated fine) and for some reason...
Forum: News 07-23-10, 01:58 AM
Replies: 1,230
Views: 590,477
Posted By Elhana
I think there is downloader (which is tied to IP)...

I think there is downloader (which is tied to IP) for downloading installer.
Installer itself is not bound to IP and worked just fine for my mate before he got the key.

If it is legitimate to...
Forum: News 07-22-10, 12:23 PM
Replies: 1,230
Views: 590,477
Posted By Elhana
They will fix it soon (tm)

They will fix it soon (tm)
Forum: News 07-22-10, 10:48 AM
Replies: 1,230
Views: 590,477
Posted By Elhana
Btw my ptr "account" now shows up on eu...

Btw my ptr "account" now shows up on eu battlenet, so they are doing something.
Forum: News 07-22-10, 09:42 AM
Replies: 1,230
Views: 590,477
Posted By Elhana
same, eu.battle.net: The key you entered is not a...

same, eu.battle.net: The key you entered is not a game license, try code redemption.

If I go through eu, I get only one acc listed - my current one and if I login through us I get PTR acc listed as...
Forum: News 07-21-10, 01:12 PM
Replies: 1,230
Views: 590,477
Posted By Elhana
There is torrent links @...

There is torrent links @ http://www.wowwiki.com/Patch_mirrors
Somehow last patches missing tho

For windows you can extract torrents with a tool, but I think it was not working well with ptr ones
Forum: Tech Chat 07-18-10, 11:28 AM
Replies: 5
Views: 6,943
Posted By Elhana
True for 32bit OS, but in 64 bit OS - 32bit...

True for 32bit OS, but in 64 bit OS - 32bit process can allocate up to 4Gb RAM.
WoW barely hardly uses over 1GB anyway.
Forum: Tech Chat 07-18-10, 11:17 AM
Replies: 12
Views: 10,868
Posted By Elhana
NTSC is 525i, actual visible picture is around...

NTSC is 525i, actual visible picture is around 480i due to overscan. Good luck playing with that resolution.

Setting 1024x768 on driver tab doesn't make the differece in case of analog TV...
Forum: Lua/XML Help 07-18-10, 01:34 AM
Replies: 11
Views: 6,219
Posted By Elhana
You just make things over complicated for...

You just make things over complicated for yourself:

if msg == "round" then
Minimap:SetMaskTexture"Interface\\AddOns\\MidgetMap\\media\\circlemask"
db.shape = "ROUND"
end


and replace your "=...
Forum: Lua/XML Help 07-17-10, 08:33 PM
Replies: 5
Views: 7,211
Posted By Elhana
local mainWnd - means only available within that...

local mainWnd - means only available within that lua file, but if you look at slash command handler:

SlashCmdList["TETRIS"] = function (msg)
gamePane:SetScript("OnUpdate", UpdatePane)
...
Forum: General Authoring Discussion 07-15-10, 10:46 PM
Replies: 4
Views: 3,932
Posted By Elhana
This: http://www.wowwiki.com/API_GetNumCompanions ...

This:
http://www.wowwiki.com/API_GetNumCompanions
http://www.wowwiki.com/API_GetCompanionInfo
http://www.wowwiki.com/API_CallCompanion
Forum: Lua/XML Help 07-15-10, 12:06 PM
Replies: 14
Views: 5,933
Posted By Elhana
Are you sure your addon is loaded after TinyDPS?...

Are you sure your addon is loaded after TinyDPS?
You probably want to try to run that code after PLAYER_LOGIN fires.
Forum: Cataclysm Beta 07-15-10, 09:10 AM
Replies: 101
Views: 40,420
Posted By Elhana
Not in beta yet, but Grid for healer, rest is...

Not in beta yet, but Grid for healer, rest is overrated. Haven't seen new party frames, but blizzard usually fails at this point, so I expect it to be ****.
Recap, Auctioneer, ItemRack and many other...
Forum: AddOn Help/Support 05-15-10, 11:56 AM
Replies: 6
Views: 4,106
Posted By Elhana
Midget is not completely correct. You can make a...

Midget is not completely correct.

You can make a config addon that will setup every other addon when it is loaded 1st time.
Not that hard, but you'll have to find out how each and every addon in...
Forum: Chit-Chat 05-02-10, 03:45 AM
Replies: 3
Views: 3,513
Posted By Elhana
Actually you can solve first 20+ with some...

Actually you can solve first 20+ with some exceptions using string math library, but since the point is to challenge yourself you end up reimplementing one.

I also enjoy reading comments for a...
Forum: Carbonite Archive 05-01-10, 05:47 PM
Replies: 10
Views: 3,538
Posted By Elhana
Actually I meant there is always a chance of...

Actually I meant there is always a chance of buffer overflow or similar type of bug in lua that would allow code execution outside of wow sandbox environment, therefore said unlikely. There is 1001...
Forum: Chit-Chat 05-01-10, 05:31 PM
Replies: 3
Views: 3,513
Posted By Elhana
I solve em when I get spare time on work,...

I solve em when I get spare time on work, entertaining indeed
Forum: Alpha/Beta AddOns and Compilations 04-30-10, 03:49 PM
Replies: 47
Views: 17,548
Posted By Elhana
Sorry, but it sounds like "I can't even make...

Sorry, but it sounds like "I can't even make helloworld addon and need someone to do it for me."
Forum: Carbonite Archive 04-30-10, 03:38 PM
Replies: 10
Views: 3,538
Posted By Elhana
Put it this way - while there is a theoretical...

Put it this way - while there is a theoretical chances wow client contains bugs that could allow code execution, in reality chances are close to zero.

Addon itself however could do some nasty things...
Forum: AddOn Search/Requests 04-02-10, 10:11 AM
Replies: 1
Views: 3,707
Posted By Elhana
Addons can't interact or draw anything on 3d...

Addons can't interact or draw anything on 3d world.

edit: While it is probably possible to somehow load WSG 3d map into an addon and then make some approximations based on character and camera...
Forum: General Authoring Discussion 03-19-10, 09:29 AM
Replies: 27
Views: 14,097
Posted By Elhana
I'd imagine they can switch host rather easy and...

I'd imagine they can switch host rather easy and their domain registred in CN, so gl in Chinese court )
Forum: General Authoring Discussion 01-09-10, 07:14 PM
Replies: 9
Views: 4,890
Posted By Elhana
I've had a hard wow crash from wrong frame...

I've had a hard wow crash from wrong frame handling code, so it is possible. Probably best thing you can do is to let wow send error report and keep debugging your own code to find an error.
Forum: Carbonite Archive 11-28-09, 07:29 PM
Replies: 7
Views: 4,541
Posted By Elhana
In Soviet Vista you need admin rights to run a...

In Soviet Vista you need admin rights to run a game (or addon even), wonderful!
Also gotta love useless stack traces for Carbonite.
Forum: Archive 11-25-09, 03:44 PM
Replies: 7
Views: 12,903
Posted By Elhana
Just mount flash to Interface and WTF folders?...

Just mount flash to Interface and WTF folders? (You can't play without flash drive on windows then and partition has to be NTFS)
Showing results 1 to 25 of 51