I didn't count your Feedback as a negative one. Sorry if you thought soI didn't mean anything negative with anything I wrote, I want it to change race as much as possible.I'm glad you gave me so much feedback ... thx ...
But what i wanted to tell you in the last Post is if you like to have the Addon switch your Model as much as possible, you can edit it by urself or let me edit it for you, just wanted to give you some explanation on the Code so that you can test and play with it by yourself (if you like ofc.)And if you got any Questions feel free to ask on MSN / ICQ / PM or this thread ^^...
Hehe, seriously i also think i'm not able to change this even if i wanted toAnd I don't think you should remove that it resets to your default race when you zone / enter or exit a BG. I think you should keep it.So this will defently stay like it is ^^.
bannable reason for this?right, butJust make sure you delete the Scan.dll file in your "D:World Of Warcraft" folder and don't write anything about the memory edit / model edit in-game.USE AT YOUR OWN RISK (as always)!
nice work though mate
Thanks i appreciate it and i'm really glad you like it :woot2:Anyway, keep the good work up! :wave:
Ps: And if you really change the Code in the Core.lua, let me know so i can Upload it here and Put it to the Download's of the other Versions as a "Snusker's Version" or so.
Cya :wave:
Hi there again, does anybody know which number fit with which race please, because i really love some races like tauren (male/female) and really dislike goblin and some others.
I'd like to know if by changing the numbers in the Core.lua i'm able to choose which race I want to have?
Thanks for the possible answers =)
P.S: Sorry for the bad english :s
tauren male 20585
tauren female 20584
draenei male 21105
goblin male 20582
gnome female 20581
gnome male 20580
bloodelf female 20579
bloodelf male 20578
23500 dwarf male
Broken Male 21105
Draenai Female 20323
Dwarf Male 20317
Human Female 19724
Human Male 19723
Nightelf Male 20318
Orc Female 20316
Tauren Female 20584
Tauren Male 20319
Troll Male 20321
Thats's all i got
You can simply change the numbers so your switching to a tauren more often or so...
:wave:
2 questions sir.
What is the glorious t3 red version of the armor you have and where did you get the MPQ for it?
+2 rep if you answer me that.
I Found it here on the Forum it's calles "Draconic Red".What is the glorious t3 red version of the armor you have and where did you get the MPQ for it?
Thread:
http://www.mmowned.com/forums/simple...conic-red.html
Downloadlink:
http://radamus.chez-alice.fr/patch-8.mpq (White)
http://radamus.chez-alice.fr/patch-9.mpq (Black) <- I've choosen this one
Credits to radamuslywald.
Hope this helps....
cya :wave:
Last edited by SchnuBby; 09-15-2008 at 06:46 AM.
very nice!
I can also confirm that it doesn't work for warriors (switching stances). Well atleast not what i've seen, been playing warrior for some hours now and haven't seen any race changes.
Lulz.
Yeah, thanks for your great feedback appreciate it +Rep !I can also confirm that it doesn't work for warriors (switching stances). Well atleast not what i've seen, been playing warrior for some hours now and haven't seen any race changes.
I will have a look at it today when i get home from work and then i maybe release a warrior-version
cya :wave:
Also, forgot to +Rep you!
Last edited by snusker; 09-22-2008 at 03:10 PM.
Lulz.
nice i was thinking of doing a similar thing but you beat me to it. gratz!
Hi there,
first some quotes and answeres ;P :
Thank you i really appreciate your help and it helps me alot .... thank youNo problem dude! I'm just glad that someone finally made this memoryedit and i'm trying to help as much as I can!
Thank you for the +Rep m8 it fills my heart with joy !Also, forgot to +Rep you!
Hehe ty but if your addon is finished just send me your version and will release it here just to see how you did this ... would be intresting for menice i was thinking of doing a similar thing but you beat me to it. gratz!
So as is pomised i will try to make a "warrior"-only version of the addon i did it ....Please do, that would be awesome.
Sorry that it took so long but i'm currently busy with work. I have not and i can't test this by myself i'm to busy and ofc to lasy to level a warrior to level 10
So i would be glad if some1 with a warrior could test this and gimme feedbackif it's working or not. Would be appreciated so i can fix bugs / errors if there are some.
but for now here's the Code of the Core.lua
Transforuid = AceLibrary("AceAddon-2.0"):new("AceConsole-2.0", "AceEvent-2.0")
function Transforuid:OnInitialize()
oldForm = GetShapeshiftForm(true)
-- Called when the addon is loaded
end
function Transforuid:OnEnable()
self:RegisterEvent("PLAYER_AURAS_CHANGED")
-- Called when the addon is enabled
end
function Transforuid:PLAYER_AURAS_CHANGED()
local form = GetShapeshiftForm(true)
local test = math.random(0, 21);
if (UnitName("target") == "Your Name" or UnitName("target") == nil) then
if (form == 1 or form == 2 or form == 3 and (form ~= oldForm) and test == 0) then
ConsoleExec("morph 20316");
end
if (form == 1 or form == 2 or form == 3 and (form ~= oldForm) and test == 1) then
ConsoleExec("morph 20582");
end
if (form == 1 or form == 2 or form == 3 and (form ~= oldForm) and test == 2) then
ConsoleExec("morph 20583");
end
if (form == 1 or form == 2 or form == 3 and (form ~= oldForm) and test == 3) then
ConsoleExec("morph 20317");
end
if (form == 1 or form == 2 or form == 3 and (form ~= oldForm) and test == 4) then
ConsoleExec("morph 20318");
end
if (form == 1 or form == 2 or form == 3 and (form ~= oldForm) and test == 5) then
ConsoleExec("morph 20319");
end
if (form == 1 or form == 2 or form == 3 and (form ~= oldForm) and test == 6) then
ConsoleExec("morph 20584");
end
if (form == 1 or form == 2 or form == 3 and (form ~= oldForm) and test == 7) then
ConsoleExec("morph 20580");
end
if (form == 1 or form == 2 or form == 3 and (form ~= oldForm) and test ==then
ConsoleExec("morph 20320");
end
if (form == 1 or form == 2 or form == 3 and (form ~= oldForm) and test == 9) then
ConsoleExec("morph 20321");
end
if (form == 1 or form == 2 or form == 3 and (form ~= oldForm) and test == 10) then
ConsoleExec("morph 20323");
end
if (form == 1 or form == 2 or form == 3 and (form ~= oldForm) and test == 11) then
ConsoleExec("morph 21105");
end
if (form == 1 or form == 2 or form == 3 and (form ~= oldForm) and test == 12) then
ConsoleExec("morph 20368");
end
if (form == 1 or form == 2 or form == 3 and (form ~= oldForm) and test == 13) then
ConsoleExec("morph 20370");
end
if (form == 1 or form == 2 or form == 3 and (form ~= oldForm) and test == 14) then
ConsoleExec("morph 20578");
end
if (form == 1 or form == 2 or form == 3 and (form ~= oldForm) and test == 15) then
ConsoleExec("morph 20579");
end
if (form == 1 or form == 2 or form == 3 and (form ~= oldForm) and test == 16) then
ConsoleExec("morph 20580");
end
if (form == 1 or form == 2 or form == 3 and (form ~= oldForm) and test == 17) then
ConsoleExec("morph 20581");
end
if (form == 1 or form == 2 or form == 3 and (form ~= oldForm) and test == 1then
ConsoleExec("morph 20585");
end
if (form == 1 or form == 2 or form == 3 and (form ~= oldForm) and test == 19) then
ConsoleExec("morph 20584");
end
if (form == 1 or form == 2 or form == 3 and (form ~= oldForm) and test == 20) then
ConsoleExec("morph 19723");
end
if (form == 1 or form == 2 or form == 3 and (form ~= oldForm) and test == 21) then
ConsoleExec("morph 19724");
end
oldForm = form
end
end
function Transforuid:OnDisable()
-- Called when the addon is disabled
end
Just enter your name at Your Name that should be all.
And here's the downloadlink:
RapidShare: Easy Filehosting
But you can also just copy and paste the above code to your Addon's Core.lua, so u don't have to download the new one.
Please gimme Feedback if it's working or not.
And i've to say this is a warrior only version and i don't know what it will do when you use it as a druid or rogue .... i think it will morph you everytime you shapeshift to cat or bear ^^ maybe it's funny. Just try it but don't forget to give me feedbackif there are other things you want from this addon or if there are bugs just let me know i can do more versions or review the existing versions for any bugs....
i hope i could make some warriors happy, and they like it
cya :wave:
Works perfect, thx again![]()