Item chances not working. menu

User Tag List

Results 1 to 2 of 2
  1. #1
    mohamed37's Avatar Active Member
    Reputation
    21
    Join Date
    Jun 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Item chances not working.

    So my server is a new 3.3.5a Arcemu and i just downloaded this repack.
    but the new items seem to be buged, for example it say's there's a chance to increase attack power by 250. It doesn't + shadowmourne's effects aren't working like when it says "
    Equip: Your melee attacks have a chance to drain a Soul Fragment granting you 30 Strength. When you have acquired 10 Soul Fragments you will unleash Chaos Bane, dealing 1900 to 2100 Shadow damage split between all enemies within 15 yards and granting you 270 Strength for 10 sec."
    NON of this happens, i do not know how to fix it. Someone help.
    Last edited by stoneharry; 10-25-2010 at 12:26 PM.

    Item chances not working.
  2. #2
    Deathbringer123's Avatar Master Sergeant
    Reputation
    25
    Join Date
    Oct 2010
    Posts
    121
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey
    To Fix This Your Going to Need a Spell Fix You could Try a LUA Script but if that doesnt work you would Proberly need a C++ Fix
    I Will Try to find a Lua Fix For You

    Heres the LUA
    for you

    Code:
    local SM = {}
    
    function Shadowmourne(effect, spell)
    	if (not SM[tostring(spell:GetCaster())]) then
    		SM[tostring(spell:GetCaster())] = {plr = player, stacks = 0}
    		RegisterTimedEvent("Shadowcheck", 1000, 0, spell:GetCaster())
    	end
    	local v = SM[tostring(spell:GetCaster())]
    	v.stacks = v.stacks + 1
    	spell:GetCaster():CastSpell(71905)
    end
    
    function Shadowcheck(plr)
    	local v = SM[tostring(plr)]
    	if (not plr:HasAura(71905)) then
    		v.stacks = 0
    	end	
    	if (v.stacks > 0) then
    		if (not plr:HasAura(72521)) then
    			plr:CastSpell(72521)
    		end
    	end
    	if (v.stacks > 5) then
    		if (not plr:HasAura(72523)) then
    			plr:RemoveAura(72521)
    			plr:CastSpell(72523)
    		end
    	end
    	if (v.stacks == 10) then
    		local t = 0
    		plr:CastSpell(71904)
    		plr:CastSpell(73422)
    		plr:RemoveAura(72523)
    		while (t ~= 10) do
    			plr:RemoveAura(71905)
    			t = t + 1
    		end
    		v.stacks = 0
    	end	
    	if (v.stacks == 0) then
    		if (plr:HasAura(72521)) then
    			plr:RemoveAura(72521)
    		end
    		if (plr:HasAura(72523)) then
    			plr:RemoveAura(72523)
    		end	
    	end	
    end
    
    RegisterDummySpell(30660, "Shadowmourne")
    Heres the page the Code Came From All Creit goes to Grandelf on wow-v.com
    Forums: [Item Script] - Shadowmourne. - Possible? | WoW-V.com

    Have Fun
    Last edited by Deathbringer123; 11-04-2010 at 11:33 AM.

Similar Threads

  1. [ArcEmu] Item Stats - Not Working
    By Stridharn in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 07-15-2010, 02:39 PM
  2. [Item] Range not working on a few?
    By trygon11 in forum WoW EMU Questions & Requests
    Replies: 11
    Last Post: 03-10-2010, 08:37 PM
  3. Teleport Item Does not work
    By Diemen in forum WoW EMU Questions & Requests
    Replies: 8
    Last Post: 02-20-2010, 07:49 AM
  4. Item enchanting not work [ Mangos ]
    By Royalaty in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 11-29-2009, 09:41 AM
All times are GMT -5. The time now is 06:16 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search