Download
(3MB)
Download
Updated: 10-24-08 03:28 AM
Pictures
File Info
Updated:10-24-08 03:28 AM
Created:unknown
Downloads:128,513
Favorites:674
MD5:

Necrosis LdC  Popular! (More than 5000 hits)

Version: 3.0 - RC1
by: Lomig [More]

Necrosis LdC 3.0
(Ver 3.0 RC1)

Best regards

Lomig

Post A Reply Comment Options
Unread 07-25-08, 02:50 PM  
rc23
A Kobold Labourer

Forum posts: 1
File comments: 1
Uploads: 0
Is there a maximum number of random speeches I can enter for each specific demon summon ? What I'm going to try is padding the random summoning with empty or just an emote. This way I'll still have some cool random summon messages but I'm not spamming everytime I summon a demon.
Report comment to moderator  
Reply With Quote
Unread 07-18-08, 12:20 AM  
krepish
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Hi everybody,if you have a problem with necro LDC 2.2 and you cannot see the buttons around the sphere, you must do next:

open Necrosis.lua, find 2183 string and delete block with this string
example

-- On va parcourir tous les sorts possedés par le Démoniste
while true do
local spellName, subSpellName = GetSpellName(spellID, BOOKTYPE_SPELL)

if not spellName then
do break end
end

-- Pour les sorts avec des rangs numérotés, on compare pour chaque sort les rangs 1 à 1
-- Le rang supérieur est conservé
if subSpellName and not (subSpellName == " " or subSpellName == "") then
local found = false
local _, _, rank = subSpellName:find("(%d+)")
rank = tonumber(rank)
for index=1, #CurrentSpells.Name, 1 do
if (CurrentSpells.Name[index] == spellName) then
found = true
local _, _, CurrentRank = CurrentSpells.subName[index]:find("(%d+)")
CurrentRank = tonumber(CurrentRank)
if CurrentRank < rank then - string 2183
CurrentSpells.ID[index] = spellID
CurrentSpells.subName[index] = subSpellName
end
break
end
end
-- Les plus grands rangs de chacun des sorts à rang numérotés sont insérés dans la table
if (not found) then
table.insert(CurrentSpells.ID, spellID)
table.insert(CurrentSpells.Name, spellName)
table.insert(CurrentSpells.subName, subSpellName)
end
end
spellID = spellID + 1
end
These block is need to be deleted!!!

write your coments.

Sorry for my bad English. I'am from russia
Report comment to moderator  
Reply With Quote
Unread 07-11-08, 05:35 PM  
kasca
A Frostmaul Preserver

Forum posts: 288
File comments: 204
Uploads: 0
Ok i like this mod.

Is there anyway to move the screen alerts? There a little to high for me.
Report comment to moderator  
Reply With Quote
Unread 06-21-08, 09:48 AM  
Competition
A Kobold Labourer

Forum posts: 0
File comments: 20
Uploads: 0
2.4.3 patch

In 2.4.3 patch of WoW this mod is once again broken..lol nothing to big of a deal i don't think. But it is broken tho.
Report comment to moderator  
Reply With Quote
Unread 06-10-08, 08:57 AM  
Nirity
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
That thing sucks.
I played 60 levels with it, than everything vanished by itself, thank you.
We tried 5 different locks, don't get used to this addon cause it won't work after 60.
Last edited by Nirity : 06-10-08 at 09:08 AM.
Report comment to moderator  
Reply With Quote
Unread 06-10-08, 08:30 AM  
Nirity
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
This thing doesn't like level 60 warlocks. I just hit 60 and everything disappeared. I can see only the inner circle no matter what I do.
Report comment to moderator  
Reply With Quote
Unread 06-10-08, 08:23 AM  
Nirity
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
I hit level 60 and everything disappeared, everything seems to be ok, but I can see only the inner circle and nothing else. What's wrong with that thing.
Report comment to moderator  
Reply With Quote
Unread 06-02-08, 04:49 AM  
Competition
A Kobold Labourer

Forum posts: 0
File comments: 20
Uploads: 0
New Error in v2.2 English version.

Necrosis.lua:908 attempt to index field 'Rank' (a nil value)

I been getting this error when i banish. so is mod once again dead with out updates?
Last edited by Competition : 06-02-08 at 05:04 AM.
Report comment to moderator  
Reply With Quote
Unread 04-30-08, 07:19 AM  
Competition
A Kobold Labourer

Forum posts: 0
File comments: 20
Uploads: 0
@ TBABlackPanther
@ isler

you guys need to get 2.2 version ether off curse or off here that version should fix your problems.


or is 2.4.1 wow patch? or is it the version your using of Necrosis?
Last edited by Competition : 04-30-08 at 07:21 AM.
Report comment to moderator  
Reply With Quote
Unread 04-28-08, 09:08 AM  
TBABlackPanther
A Kobold Labourer

Forum posts: 0
File comments: 50
Uploads: 0
I Have this Bug on 2.4.1 Client:

[2008/04/28 17:00:17-37-x1]: Necrosis-2.2\Necrosis.lua:2183: attempt to compare two nil values
Necrosis-2.2\Initialize.lua:96: in function `Initialize'
Necrosis-2.2\Necrosis.lua:358: in function `OnLoad'
<string>:"*:OnEvent":1: in function <[string "*:OnEvent"]:1>

---
Report comment to moderator  
Reply With Quote
Unread 04-17-08, 11:41 AM  
isler
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 10
Uploads: 2
Interface\AddOns\Necrosis\Necrosis.lua:1498: attempt to compare number with nil
Count: 2

Call Stack:
[C]: ?
Interface\AddOns\Necrosis\Necrosis.lua:1498: in function `UpdateMana'
Interface\AddOns\Necrosis\Initialize.lua:166: in function `Initialize'
Interface\AddOns\Necrosis\Necrosis.lua:368: in function `OnLoad'
[string "*:OnEvent"]:1: in function <[string "*:OnEvent"]:1>
Report comment to moderator  
Reply With Quote
Unread 04-03-08, 08:42 PM  
thandrenn
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 42
Uploads: 3
Thumbs up Awesome

Wow! I was very surprised to see an update for this addon. Thank you!
Report comment to moderator  
Reply With Quote
Unread 04-03-08, 06:57 PM  
Toran
A Nerdscale Dorkin
 
Toran's Avatar
Premium Member

Forum posts: 143
File comments: 433
Uploads: 0
Holy crap. Yay!
Report comment to moderator  
Reply With Quote
Unread 04-03-08, 01:26 PM  
Lomig
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 47
Uploads: 1
I cannot add authors here as in Curse, I uploaded the mod

(I am back in the race, I come back on WoW :P )
Report comment to moderator  
Reply With Quote
Unread 04-01-08, 06:58 AM  
ArPharazon
A Defias Bandit

Forum posts: 2
File comments: 4
Uploads: 0
Necrosis LdC v2.2 is now available

Hello all,

I have updated Necrosis to work with WoW patch 2.4

Quick changelog (from 2.0 beta 2.6.3):

v2.2
----
- fixed the missing spell stone and soul stone buttons in the French language version

v2.1
----
- fixed the missing sound notifications for WoW patch 2.4 which resulted from the changes to the combat log system


I've only just registered here - so hopefully Lomig will give me access to upload updates.

In the meantime you can grab it from http://www.curse.com/downloads/details/2213/ since he has given me access there already :P

Regards,
Arph.



ps. its not an April fools joke!
Last edited by ArPharazon : 04-01-08 at 06:59 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: