Jump to content

sipertruk

Player
  • Content count

    6
  • Joined

  • Last visited

Community Reputation

0 Neutral

About sipertruk

  • Rank
    Newcomer

Recent Profile Visitors

654 profile views
  1. sipertruk

    Pixel issues?

    The client uses the system up time as a reference, so it might be a bug happening when it is very big. When was the last time you rebooted your machine?
  2. sipertruk

    Seeking help with simple lua edit

    In your code you forgot _, You need the second value returned by the function which is the duration, the first being the start time so your code'll return true in a gcd. local _, duration = GetActionCooldown(slot) ^ GetActionCooldown's complete prototype is : start, duration, enable = GetActionCooldown(slot)
  3. sipertruk

    Seeking help with simple lua edit

    local _, duration = GetActionCooldown(slot) if duration > 1.5 then -- it's not the gcd
  4. sipertruk

    Looking for Addon "Chatsounds"

    Vanilla version http://www44.zippyshare.com/v/oIqToaMJ/file.html
  5. sipertruk

    Stress test #2! Get in on it!

    I'm still getting a wrong ip for logon.elysium-project.org. I get 91.230.121.155 which is in Ukraine instead of 164.132.233.125 which is in France. Have to use this : set realmlist 164.132.233.125
  6. sipertruk

    Get into the stress test!

    If for you it goes from connecting to disconnected right away try the following into realmlist.wtf : set realmlist 164.132.233.125 My Isp (free.fr) dns server was giving a wrong ip address.
×