Zehlendorf

Members
  • Content Count

    137
  • Joined

  • Last visited

Everything posted by Zehlendorf

  1. Hello, someone have the ItemID addon working in wow 3.3.5a, that can send to me? Thanks.
  2. Hello I have a problem with mounted visual form, first of all I cast the spell flying carpet mount and the character appears above the carpet all fine at this point, after I dismount and cast another spell like a horse mount or any other mount that the character looks seated, it looks correct but if I see this character with another character logged it still looks above the mount. The first picture is what the main character looks like. Second picture is how other characters see the main character. Please if someone knows how can fix this, reply this topic, I really want fix it because it looks ugly . Thanks for reading.
  3. Sheldon Im trying to add NpcID but this isnt working, help GameTooltip:HookScript("OnTooltipSetUnit", function(self) local name, unit = self:GetUnit() local unitType, _, _, _, _, npcID = strsplit(':', UnitGUID(unit) or '') self:AddLine(unitType, npcID) self:Show() end)
  4. Thanks for reply sheldon, I found an addon that works with Lua, but i will try this too! ty
  5. Hello, idTip for wow 3.3.5a just show spell Ids, I want something that show Item IDs-
  6. Hello, I was searching for arena spectator for 1vs1 but I didnt find it, maybe someone have it? or edited the 5vs5 to work for 1vs1 spectator?. Thanks in advance .
  7. Hello, I have a problem with a retro porting helm, the hair appears outside the helmet, someone knows how can fix this? Thanks.
  8. Thanks for reply, what program I need to look items geosets? Ty.
  9. Nice tool! I dont know what Im doing bad, but im having a big green texture in the body of the character, what should I do first converter the WoD waist to lk?, or do this first and later convert, dunno but isnt working for me .
  10. Thanks for reply, at the moment the tier 19 Pally Helm, it happens with all other armor gears?. Thanks for reply
  11. Thanks alot man! it works FINALLYYYYY !!
  12. Hello, maybe someone know how to make a custom spell mount like celestial steed or invincible's, I was trying for days but didnt work, also I added the spells in spell_generic.cpp and still didnt work, need help . Thanks in advance.
  13. XD! Ok I change it, but now it doesnt apply any spell in azeroth "it says incorrect zone" and in shattrath it works, but doesnt change to the spell 310% just cast the main spell 90019, I need all spells I think, 60,100,150,280,310 to get it working.. or what should I change?
  14. yeah 90019 its spell_id and spell_torment its the ScriptName. it is correct I think.
  15. wow it fixes the position of the helms! but it remove the particles , how can add the particles? ! thanks.
  16. Of course 90019 SPELL_TORMENT its the main spells that calls the others two spells! :C
  17. I use CASC explorer, thanks anyways! .
  18. Hello, I wanna know where I can download the 7.2 PTR version, to get some mounts!. Thanks in advance.
  19. hmmm so.. maybe its the spell or the quantity of spells, because I just use two (100%,310%), another thing maybe Im missed?. Thanks!
  20. Hello thanks for reply, yeah, this is the way I make the spells 1) I just copy the row of celestial steed spell, 100% spell, 310%spell, in total three spells and just replace the creature display and icon. 2) I add this in spell_generic.cpp SPELL_TORMENT_100 = 90020, SPELL_TORMENT_310 =90021 new spell_gen_mount("torment", 0, SPELL_TORMENT_100, SPELL_TORMENT_310); 3) I add in spell_script_names 90019 SPELL_TORMENT The spell 90019 its like the spell 75614 for celestial steed that its replaceable with 90020 or 90021 depends in the zone. I think my problem its in spell.dbc, maybe I should change some value, dunno, still trying!.
  21. Kaev it works if you modify spell.dbc and also aretable.dbc but u need to do alot of changes for each mount and area too, now im trying to make a custom spell mount like celestial steed or invincible but still doesnt work, I know i should make three spells to get it working but dont know what columns should I change to chain the spells, maybe can help with it? . Thanks.