Jump to content

Alumian

Player
  • Content count

    117
  • Joined

  • Last visited

Everything posted by Alumian

  1. From my observations, I think you can only edit a post or comment for up to 5 minutes after you've posted it.
  2. Still accepting all members! Bump!
  3. Alumian

    Just Guild Corner Things

    Hi Pottu, Could you please delete my recruitment thread located here? https://forum.elysium-project.org/index.php?showtopic=22954 I rewrote my advertisement so this one is no longer needed. Thank you
  4. Hi guys, I'm on struggle street here. I'm trying to work out the event that is fired when you view an item tooltip (whether that be mousing over an item in your inventory/an item that is equipped/in the loot window, etc..., or even if you click a hyperlinked item in chat). I want to work that out so that I can call GetItemInfo() and use the args from that but I simply just cannot figure out what event that is. Even if I do frame:RegisterAllEvents() and print out the results, it actually doesn't print out the result of mousing over an item or clicking the hyperlink. I figure the event is related to GameTooltip but I really just don't know. Could someone give me a hand please?
  5. Alumian

    [HELP] GameTooltip Event

    Sweet thanks again I'll have a crack at it and see what I can work out.
  6. Alumian

    [HELP] GameTooltip Event

    Thanks heaps for the help guys Not sure if this qualifies as an item stat, but I need the item level, rarity and the slot. Those are the only attributes I need. Do you guys have any reliable resources that you use for LUA functionality in Classic? I've been using http://vanilla-wow.wikia.com/wiki/World_of_Warcraft_API but it seems that a lot of the functions listed there: 1) have no documentation and 2) just simply don't exist in vanilla (i.e. GameTooltip:GetItem()).
  7. Alumian

    [HELP] GameTooltip Event

    Hey guys thanks so much for the responses. Shino I tried your solution but I couldn't get it to work for me it only worked for things like attributes on the character window (i.e. resistances and stats) for some reason. Renew I just tried your solution and it's firing quite nicely thanks I just have one last question. My addon is dependent on the details of the item. I see the function GameTooltip:GetItem() but it keeps throwing an exception for me (Error: attempt to call method `GetItem' (a nil value)) where my code is: local function ToolTipOnShow() local _, link = GameTooltip:GetItem() end GameTooltip:SetScript("OnShow", ToolTipOnShow) If I can get this part working then I can parse link on to GetItemInfo(link) to get the rest of the values I need. Any ideas?
  8. Alumian

    [HELP] GameTooltip Event

    Thanks for your response Renew I'm not 100% sure howto inspect a frame with OnUpdate, but other than that I tried doing 2 and 3 but no avail Here's my code at the moment: tooltip = CreateFrame("GameTooltip", "CTT", nil, "GameTooltipTemplate") tooltip:SetScript("OnShow", tooltip_Show) tooltip:SetScript("OnHide", tooltip_Hide) local function tooltip_Show(self, motions) DEFAULT_CHAT_FRAME:AddMessage("Showing: " .. self:GetName()) --For debugging purposes tooltip:Show() end local function tooltip_Hide(self, motion) DEFAULT_CHAT_FRAME:AddMessage(self:GetName()) tooltip:Hide() end I just simply can't get the frame to show and it seems that the OnShow and OnHide events hooks aren't firing since I'm not even getting the message. Can you see what I'm doing wrong?
  9. Alumian

    Hello LF Guild or Group

    Hi Deken, First of all, welcome to the community! I'm sure you'll have a great time with everyone here on Elysium. Unfortunately my guild would not be suitable for you but if you check out the Guild Corner section of the forums you'll find lots of guilds recruiting. I did see some guilds that will be active on the PvE realm that are socially-oriented so they might be worth a look at. Also if you have any late game intentions (raiding for example) then be sure to let people know that That'll help guilds that are more appropriate for you to find you. Once again, welcome to Elysium and I hope you find yourself a guild soon! -Alumian
  10. Alumian

    mac client download

    I remember having that very same issue myself. I can't remember 100% what the solution was but I think I remember something about going into your browser settings (I was using chrome btw) and deleting your cookies for MegaUpload or whatever the site is called lol. I know there are tutorials all over the place for it. I definitely did not have to download an application for it though, I was just looking at a couple of tutorials for you and they said you should download an application but yeah nah I never had to do that.
  11. Just an update for Ascension, Alliance on Elysium PvP - raid times are now 8pm AEST (+10 GMT) - raid days will be decided based on the needs of the raid team after the realm launches.
  12. Hi Everyone, I'm working on backporting an addon from TBC to Classic and the only issue I'm having at the moment is getting around the ellipsis operators. I understand that this operator is used so that a variable number of arguments may be parsed through a function, in this case the function is: function mod:Report(fmt, ...) if EPGP.db.profile.report_channel ~= "NONE" then local msg = string.format(fmt, . . .) local str = "EPGP:" for _,s in pairs({strsplit(" ", msg)}) do if #str + #s >= 250 then SendChatMessage(str, EPGP.db.profile.report_channel) str = "EPGP:" end str = str .. " " .. s end SendChatMessage(str, EPGP.db.profile.report_channel) end end I understand that World of Warcraft 1.12.1 runs off LUA Version 5.0 (I think) and as such this functionality is not available. Could someone please offer a suggestion on how to work around this? Thanks
  13. Issue appears to be resolved. Thanks admins!
  14. Thanks for the list Kurupt!
  15. I'd also like to ask for this please. I posted an ad for my guild a few days ago and I put certain elements in which need to be edited over time.
  16. Alumian

    Oceanic Community

    Join us Holystrike xD
  17. Lol literally the only reason why I think it'd be beneficial to start leveling on a different server is to get used to the quests and to test your UI out. Other than that, I don't think there's much reason to.
  18. Alumian

    Oceanic Community

    Alright well if either of you feel like joining then guild, just head over to the guild website and submit an application. At this point it's only for keeping track of who I need to send invites out to, so just fill in the application with dummy info, it doesn't need to be done properly. The website is http://ascension-elysium.enjin.com/
  19. Alumian

    Oceanic Community

    Hey Nasi, I'm going to start up my guild as soon as I can once the fresh start realm comes up. I've written up an ad for it and you can check it out here if you like: https://elysium-project.org/forum/index.php?showtopic=22954 I've already got a website for it but I feel like it's a tiny bit redundant right now lol
  20. You're welcome I may make the raid time late night, not 100% sure yet. It's just a bit difficult to try and convince 38 people to stay up to the early hours of the morning you know? lol But it's still very early days so I'll just have to wait and see what everyone is willing to do. I'd love to have you as part of the guild though
×