Item Search
     
BG-Wiki Search
Page 85 of 149 FirstFirst ... 35 75 83 84 85 86 87 95 135 ... LastLast
Results 1681 to 1700 of 2974
  1. #1681
    Relic Shield
    Join Date
    Jul 2010
    Posts
    1,843
    BG Level
    6
    FFXI Server
    Carbuncle

    aww i scared krystal away they try'd to pull the RL card.

  2. #1682
    Nidhogg
    Join Date
    Sep 2007
    Posts
    3,933
    BG Level
    7
    FFXIV Character
    Serefina Solfyre
    FFXIV Server
    Odin
    FFXI Server
    Bahamut

    Speaking of which, I wonder what she's like irl?

  3. #1683
    Bagel
    Join Date
    May 2008
    Posts
    1,427
    BG Level
    6
    FFXI Server
    Odin

    I honestly thought Naturebeckles was as bad as it could get - I guess I was wrong, what the FLYING FUCK is wrong with that woman, thank GOD I am no longer on Alexander as I would probably die laughing or feel like strangling her every time I saw her in game. The level of stupid has just reached new heights on the official forum.

    Greatguardian I applaud you for managing to keep your cool time and time again in the face of the immense amounts of retardedness that people spout on that forum. I don't know how you do it... I just want to punch a baby, rip things to pieces, club baby seals and yell "OH MY GOD YOU FUCKING MORONS!" at my monitor.





    What's her character name on Alexander anyway?

  4. #1684
    Relic Shield
    Join Date
    Jul 2010
    Posts
    1,843
    BG Level
    6
    FFXI Server
    Carbuncle

    http://forum.square-enix.com/ffxi/th...Warrior-Merits
    why do idiots have to come and ruin a thread that had its question answered correctly in the first fucking response

  5. #1685
    Sea Torques
    Join Date
    Sep 2006
    Posts
    530
    BG Level
    5
    FFXI Server
    Asura

    Quote Originally Posted by Gokku View Post
    http://forum.square-enix.com/ffxi/th...Warrior-Merits
    why do idiots have to come and ruin a thread that had its question answered correctly in the first fucking response
    Because that person is retarded and thinks the first answer is wrong I guess, lol.

  6. #1686
    I'm more gentle than I look.
    Mr. Feathers AKA Mr. Striations
    All hail Lord Yamcha

    Join Date
    Aug 2007
    Posts
    17,538
    BG Level
    9

    Quote Originally Posted by Taube View Post
    Looks like the thread got deleted
    (Or your link is broken)

    P.S. Is there a way to quote deeper than one quote?
    Was more posts in that thread, but nothing I can remember off the top of my head

  7. #1687
    E. Body
    Join Date
    Jun 2007
    Posts
    2,050
    BG Level
    7
    FFXI Server
    Shiva

    Quote Originally Posted by Fereydoon View Post
    Wait, she's on Alexander? Fuck, I'm gonna end up getting her in a few months. I can feel my brain cells melting already. I hope she shouts as much as she posts, it'll make for some good PJ lulz.
    Not surprised. Alexander was(still is) full of retards before I left that shithole.

  8. #1688
    Yarglebargle
    Join Date
    Feb 2010
    Posts
    3,304
    BG Level
    7
    FFXI Server
    Valefor

    Quote Originally Posted by Hyriu View Post
    Not surprised. Alexander was(still is) full of retards before I left that shithole.
    Every time you post I have to stare at your sig for a good 60+ seconds. I love it.

  9. #1689
    Bagel
    Join Date
    May 2008
    Posts
    1,427
    BG Level
    6
    FFXI Server
    Odin

    Quote Originally Posted by Hyriu View Post
    Not surprised. Alexander was(still is) full of retards before I left that shithole.
    Wonder who she is in game, whether I knew (of) her before I left.

  10. #1690
    Burninate all the things.
    Join Date
    Apr 2008
    Posts
    3,356
    BG Level
    7

    Quote Originally Posted by Mairja View Post
    Wonder who she is in game, whether I knew (of) her before I left.
    Pikachuninetail on Alexander; though he/she/it claims to have had other characters prior to that one.

  11. #1691
    Bagel
    Join Date
    May 2008
    Posts
    1,427
    BG Level
    6
    FFXI Server
    Odin

    Quote Originally Posted by Greatguardian View Post
    Pikachuninetail on Alexander; though he/she/it claims to have had other characters prior to that one.
    Never even heard that name before. Some nobody (not that I wasn't a nobody on Alexander, because I was - but I knew of all the high profile players at least) who doesn't have a clue (painfully obvious). Hyriu do you recognize that name at all?

  12. #1692
    CoP Dynamis
    Join Date
    Feb 2010
    Posts
    261
    BG Level
    4
    FFXI Server
    Carbuncle

    So, bored and stalking the official forum for an update on the stupid and annoying "UCS-5024" problem, I noticed this in the source code of a page:

    <script type="text/javascript" src="http://common.allakhazam.com/shared/zampower.js">
    </script>
    It's right at the very end of the page, before closing the </html> tag.

    What does official forums have to do with allakhazam, or why are those running a script from their site? Just curious.

    Script content is this (long, so spoilered):

    Spoiler: show

    Code:
    if (typeof $AkzToolTip=="undefined") {
      var $AkzToolTip = new function () {
        var head = document.getElementsByTagName("head")[0];
        var body = document.getElementsByTagName("body")[0];
        var tt,currentId;
        var items=[];
        var itemDiv;
    
        function createAkzElement(type,p) {
          // type = html element type (ie: link, a, p)
          // p = array of attributes for type
          var newelement = document.createElement(type);
          if (p) {
            createAkzObject(newelement, p);
          }
          return newelement;
        }
    
        function addAkzElement(p,element) {
          return p.appendChild(element);
        }
    
        function addAkzEvent(z,y,x) {
          if (window.attachEvent) {
            z.attachEvent("on"+y,x);
          } else {
            z.addEventListener(y,x,false);
          }
        }
    
        function createAkzObject(ele,s) {
          for (var p in s) {
            if (typeof s[p]=="object") {
              if (!ele[p]) {
                ele[p] = {};
              }
              createAkzObject(ele[p],s[p]);
            } else {
              ele[p] = s[p];
            }
          }
        }
    
        function $E(e) {
          if (!e) {
            e = event;
          }
          if (!e.button) {
            e._button = e.which ? e.which : e.button;
            e._target = e.target ? e.target : e.srcElement;
          }
          return e;
        }
    
        function onMouseOver(e) {
          e = $E(e);
          var t=e._target;
    
          if (t.nodeName!="A") {
            if (t.parentNode && t.parentNode.nodeName == "A") {
              t = t.parentNode;
            } else if (t.parentNode.parentNode && t.parentNode.parentNode.nodeName == "A") {
              t = t.parentNode.parentNode;
            } else {
              return;
            }
          }
    
          if ( !t.href.length || t.href.match(/post=1/i) ) {
            return;
          }
    
          var m = [];
          if (t.className) m['class'] = t.className;
          var site;
          var v;
          var valid = 0;
          var thref = t.href.replace('%3A',':');
    
          var isZAM = 0;
          if (document.URL.match(/^http:\/\/.*\.(allakhazam\.com|zam\.com)\/.*/)) {
            isZAM = 1;
          }
          if (v = thref.match(/^http:\/\/([^\.]+)(\..+)?\.(allakhazam\.com|zam\.com)\/(.+)\/([^\?]+)\?(.*)$/i)) {
            m['host'] = v[1];
            m['box'] = v[2];
            m['domain'] = v[3];
            m['path'] = v[4];
            m['file'] = v[5];
            m['qs'] = v[6];
    
            if (m['host'] == 'eq2' && m['file'] == 'item.html') {
              if (z = m['qs'].match(/eq2item=([A-Za-z0-9]{32})/)) {
                m['id'] = z[1];
                valid = 1;
              }
            } else if (m['host'] == 'ffxiv' && m['file'] == 'item.html' ) {
              if (z = m['qs'].match(/ffxivitem=(\d+)/)) {
                if (! m['qs'].match(/setcookie=1/)) {
                  m['id'] = z[1];
                  valid = 1;
                }
              }
            } else if (m['host'] == 'ffxiv' && m['file'] == 'guildleve.html') {
              if (z = m['qs'].match(/ffxivguildleve=(\d+)/)) {
                if (! m['qs'].match(/setcookie=1/)) {
                  m['id'] = z[1];
                  valid = 1;
                }
              }
            } else if (m['host'] == 'ffxiv' && m['file'] == 'localleve.html') {
              if (z = m['qs'].match(/ffxivlocalleve=(\d+)/)) {
                if (! m['qs'].match(/setcookie=1/)) {
                  m['id'] = z[1];
                  valid = 1;
                }
              }
            } else if (m['host'] == 'ffxiv' && m['file'] == 'ability.html') {
              if (z = m['qs'].match(/ffxivability=(\d+)/)) {
                if (! m['qs'].match(/setcookie=1/)) {
                  m['id'] = z[1];
                  valid = 1;
                }
              }
            } else if (m['host'] == 'war' && (m['file'] == 'item.html' || m['file'] == 'quest.html')) {
              var re = new RegExp('war' + m['file'].replace('.html','') + '=(\\d+)');
              if (z = m['qs'].match(re)) {
                m['id'] = z[1];
                valid = 1;
              }
            } else if (m['host'] == 'everquest' && m['file'] == 'item.html') {
              if (z = m['qs'].match(/item=(\d+)/)) {
                m['id'] = z[1];
                valid = 1;
                if (m['qs'].match(/source=lucy/)) {
                  m['source'] = 'lucy';
                }
              }
            } else if (m['host'] == 'ffxi' && m['file'] == 'item.html') {
              if (z = m['qs'].match(/fitem=(\d+)/)) {
                m['id'] = z[1];
                valid = 1;
              }
            } else if (m['host'] == 'lotro' && m['file'] == 'item.html') {
              if (z = m['qs'].match(/lotritem=(\d+)/)) {
                m['id'] = z[1];
                valid = 1;
              }
            } else if (m['host'] == 'rift' && m['file'] == 'achievement.html') {
              if (z = m['qs'].match(/riftachievement=(\d+)/)) {
                m['id'] = z[1];
                valid = 1;
              } else if (z = m['qs'].match(/riftach=(\d+)/)) {
                m['id'] = z[1];
                valid = 1;
              }
            } else if (m['host'] == 'rift' && m['file'] == 'collection.html') {
              if (z = m['qs'].match(/riftcollection=(\d+)/)) {
                m['id'] = z[1];
                valid = 1;
              }
            } else if (m['host'] == 'rift' && m['file'] == 'recipe.html') {
              if (z = m['qs'].match(/riftrecipe=(\d+)/)) {
                m['id'] = z[1];
                valid = 1;
              }
            } else if (m['host'] == 'rift' && m['file'] == 'item.html') {
              if (z = m['qs'].match(/riftitem=([A-Za-z0-9]+)/)) {
                m['id'] = z[1];
                valid = 1;
              }
            } else if (m['host'] == 'rift' && m['file'] == 'stc.html') {
              if (z = m['qs'].match(/t=([A-Za-z0-9_\.]+)/)) {
                m['id'] = z[1];
                valid = 1;
              } else if (z = m['qs'].match(/stc=([A-Za-z0-9_\.]+)/)) {
                m['id'] = z[1];
                valid = 1;
              }
            } else if (m['host'] == 'rift' && m['file'] == 'ability.html') {
              if (z = m['qs'].match(/riftability=(\d+)/)) {
                m['id'] = z[1];
                valid = 1;
              }
            }
          } else if (v = thref.match(/^http:\/\/([^\.]+)(\..+)?\.(allakhazam\.com|zam\.com)\/(.+)\/(.+)\/([A-Za-z0-9]+)\/(.*)$/i)) {
            m['host'] = v[1];
            m['box'] = v[2];
            m['domain'] = v[3];
            m['path'] = v[4];
            m['file'] = v[5];
            m['id'] = v[6];
            if (m['host'] == 'rift' && (m['file'] == 'item' || m['file'] == 'achievement' || m['file'] == 'ability' || m['file'] == 'recipe' || m['file'] == 'collection' || m['file'] == 'stc')) {
              m['qs'] = m['host'] + m['file'] + '=' + m['id'];
              valid = 1;
            }
          } else if (v = thref.match(/^http:\/\/([^\.]+)(\..+)?\.(allakhazam\.com|zam\.com)\/wiki\/([^\:]+)\:([^\/\?]+)/i)) {
            m['host'] = v[1];
            m['box'] = v[2];
            m['domain'] = v[3];
            var cat = v[4];
            valid = 1;
    
            if (cat.match(/eq2[_ ]item/i)) {
              m['qs'] = 'eq2itemname=' + v[5];
              m['name'] = 'eq2itemname' + v[5];
            } else if (cat.match(/ffxiv[_ ]item/i)) {
              m['qs'] = 'ffxivitem=' + v[5];
              m['name'] = 'ffxivitem' + v[5];
              m['path'] = 'en';
            } else if (cat.match(/ffxiv[_ ]ability/i)) {
              m['qs'] = 'ffxivability=' + v[5];
              m['name'] = 'ffxivability' + v[5];
              m['path'] = 'en';
            } else if (cat.match(/ffxiv[_ ]local[_ ]leve/i)) {
              m['qs'] = 'ffxivlocalleve=' + v[5];
              m['name'] = 'ffxivlocalleve' + v[5];
              m['path'] = 'en';
            } else if (cat.match(/ffxiv[_ ]guildleve/i)) {
              m['qs'] = 'ffxivguildleve=' + v[5];
              m['name'] = 'ffxivguildleve' + v[5];
              m['path'] = 'en';
            } else if (cat.match(/ffxi[_ ]item/i)) {
              m['site'] = 'ffxi';
              m['name'] = v[5];
              m['type'] = 'item';
            } else if (cat.match(/war[_ ]item/i)) {
              m['site'] = 'war';
              m['name'] = v[5];
              m['type'] = 'item';
            } else if (cat.match(/rift[_ ]ability/i)) {
              m['qs'] = 'riftability=' + v[5];
              m['name'] = v[5];
              m['path'] = 'en';
            } else if (cat.match(/rift[_ ]achievement/i)) {
              m['qs'] = 'riftachievement=' + v[5];
              m['name'] = v[5];
              m['path'] = 'en';
            } else if (cat.match(/rift[_ ]item/i)) {
              m['qs'] = 'wiki=1&riftitem=' + v[5];
              m['name'] = v[5];
              m['path'] = 'en';
            } else if (cat.match(/rift[_ ]recipe/i)) {
              m['qs'] = 'riftrecipe=' + v[5];
              m['name'] = v[5];
              m['path'] = 'en';
            } else if (cat.match(/rift[_ ]collection/i)) {
              m['qs'] = 'riftcollection=' + v[5];
              m['name'] = v[5];
              m['path'] = 'en';
            } else {
              valid = 0;
            }
          }
    
          if (v && valid == 1) {
            t.title = '';  //remove the title attribute from items in the forums
    
            if (!t.onmouseover) {
              t.onmousemove=onMouseMove;
              t.onmouseout=onMouseOut;
            }
    
            displayToolTip(m,isZAM);
          }
        }
    
        function onMouseMove(e) {
          e=$E(e);
          showAtCursor(e);
        }
    
        function onMouseOut(e) {
          tt = null;
          itemDiv.style.display='none';
        }
    
        function displayToolTip(m,isZAM) {
          tt = 1;
    
          if (m['id']) {
            currentId = m['id'];
          } else {
            currentId = decodeURI(m['name']);
          }
    
          var key = m['site'] + currentId + m['locale'] + m['source'] + m['type'];
    
          if (typeof items[key]=="object") { //If it's already in the items array
            showToolTip(items[key].tooltip) ;
          } else {
            if (!items[key]) {
              showLoading();
              requestToolTip(m,isZAM);
            } else {
              showLoading();
            }
          }
        }
    
        function showToolTip(itemstr) {
          itemDiv.style.display="block";
          itemDiv.innerHTML = itemstr;
        }
    
        function requestToolTip(m,isZAM) {
          var url = '';
          if (m['host']=='war') {
            if (m['box']) m['host'] += m['box'];
            if (m['file']=='item.html') {
              url = "http://" + m['host'] + "." + m['domain'] + "/cluster/iover.pl?id=" + m['id'];
            } else if (m['file']=='quest.html') {
              url = "http://" + m['host'] + "." + m['domain'] + "/cluster/qover.pl?id=" + m['id'];
            } else if (m['type']=='item' && m['name']) {
              url = "http://" + m['host'] + "." + m['domain'] + "/cluster/iover.pl?name=" + m['name'];
            }
          } else if (m['host']=='lotro') {
            if (m['box']) m['host'] += m['box'];
            if (m['file']=='item.html') {
              url = "http://" + m['host'] + "." + m['domain'] + "/cluster/ihtml.pl?tooltip=1&item=" + m['id'];
            }
          } else if (m['host']=='everquest') {
            if (m['box']) m['host'] += m['box'];
            if (m['file']=='item.html') {
              url = "http://" + m['host'] + "." + m['domain'] + "/cluster/ihtml.pl?tooltip=1&item=" + m['id'];
              if (m['source']) {
                url += "&source=" + m['source'];
              }
            }
          } else if (m['host']=='ffxi') {
            if (m['box']) m['host'] += m['box'];
            if (m['file']=='item.html') {
              url = "http://" + m['host'] + "." + m['domain'] + "/cluster/fitem.pl?tooltip=1&id=" + m['id'];
            } else if (m['type']=='item' && m['name']) {
              url = "http://" + m['host'] + "." + m['domain'] + "/cluster/fitem.pl?tooltip=1&name=" + m['name'];
            }
          } else {
            if (m['box']) m['host'] += m['box'];
            if (m['path'] && (m['path'] == 'en' || m['path'] == 'de' || m['path'] == 'fr' || m['path'] == 'ja')) {
              url = "http://" + m['host'] + "." + m['domain'] + "/" + m['path'] + "/tooltip.html?" + m['qs'];
            } else {
              url = "http://" + m['host'] + "." + m['domain'] + "/db/tooltip.html?" + m['qs'];
            }
          }
          if (isZAM == 0) {
            url += '&remote=1';
          }
          if (!m['class'] || m['class'].search('icon-link') < 0) {
            url += '&icon=1';
          }
          getToolTip(url);
        }
    
        function getToolTip(url) {
          addAkzElement(head,createAkzElement("script",{type:"text/javascript",src:url}));
        }
    
        function showLoading() {
          itemDiv.innerHTML = "";
          itemDiv.style.display = 'block';
        }
    
        function showAtCursor(e) {
          var obj = itemDiv;
          var maxX;
          var maxY;
          obj.style.position = "absolute";
          obj.style.display = "block";
          if (document.all && !window.opera) {
            if (document.documentElement && typeof document.documentElement.scrollTop != undefined) {
              maxX = document.documentElement.clientWidth + document.documentElement.scrollLeft;
              maxY = document.documentElement.clientHeight + document.documentElement.scrollTop;
              y = event.clientY + document.documentElement.scrollTop;
              x = event.clientX + document.documentElement.scrollLeft;
            } else {
              y = event.clientY + document.body.scrollTop;
              x = event.clientX + document.body.scrollLeft;
            }
          } else {
            if(document.body.scrollTop) {
              maxX = window.innerWidth + document.body.scrollLeft;
              maxY = window.innerHeight + document.body.scrollTop;
            } else {
              maxX = window.innerWidth + document.documentElement.scrollLeft;
              maxY = window.innerHeight + document.documentElement.scrollTop;
            }
            y = e.pageY;
            x = e.pageX;
          }
    
          var divW = parseInt(obj.offsetWidth);
          var divH = parseInt(obj.offsetHeight);
          divW = divW ? divW : 400;
          divH = divH ? divH : 100;
    
          if (maxX && maxY) {
            while (x + divW > (maxX - 10) && x > 0) {
              x = x - (divW + 10);
            }
    
            while (y + divH > (maxY - 25) && y > 0) {
              y = y - 1;
            }
          }
    
          if (document.body.style.marginTop) y = y - parseInt(document.body.style.marginTop.replace('px',''));
    
          obj.style.left = x + 15 +"px";
          obj.style.top = y + 15 +"px";
        }
    
        this.registerItem=function(obj) {
          var site = obj.site;
          var id;
    
          if (obj.key) {
            id = obj.key;
          } else if (obj.id) {
            id = obj.id;
          } else {
            id = obj.name;
            id = id.replace(/\+/g,'%2B');
          }
    
          var locale = typeof obj.locale != 'undefined' ? obj.locale : 'enUS';
          var source = typeof obj.source != 'undefined' ? obj.source : 'live';
          var key = site + id + locale + source;
          items[key] = obj;
          if (tt == 1 && id == currentId) {
            showToolTip(items[key].tooltip);
          }
        }
    
        function onPageShow(e) {
          if (e.persisted) {
            tt = null;
            itemDiv.style.display='none';
          }
        }
    
        function init() {
          if (!document.getElementById('tmpItemFrm')) {
            addAkzElement(body, createAkzElement("div",{id:'tmpItemFrm'}));
            document.getElementById('tmpItemFrm').style.display = 'none';
          }
    
          itemDiv = document.getElementById('tmpItemFrm');
          addAkzElement(head, createAkzElement("link",{type:"text/css",href:"http://common.zam.com/shared/tooltip.css",rel:"stylesheet"}));
          addAkzEvent(document,"mouseover",onMouseOver);
          addAkzEvent(window,"pageshow",onPageShow);
        }
    
        init();
      }
    }


    Oh, URL from where I saw this, but I assume it's everywhere: http://forum.square-enix.com/ffxi/th...s-%28Apr.-3%29

  13. #1693
    Nidhogg
    Join Date
    Apr 2007
    Posts
    3,895
    BG Level
    7

    Potential for interesting-ness.

  14. #1694
    New Spam Forum
    Join Date
    Jan 2010
    Posts
    182
    BG Level
    3
    FFXI Server
    Unicorn

    Curious...

  15. #1695
    BG Content
    Join Date
    Jul 2007
    Posts
    22,383
    BG Level
    10
    FFXI Server
    Lakshmi
    Blog Entries
    1

    I didn't think they used the same posting system as zam, but that definitely looks like a relic of a failed format-rip. Most of the things they're referencing aren't even relevant on the official forums.

  16. #1696
    Fake Numbers
    Join Date
    Dec 2010
    Posts
    75
    BG Level
    2
    FFXI Server
    Sylph

    looks like they're trying to get alla's mouse over item tooltips but my javascript/jquerey is weak.

  17. #1697
    New Spam Forum
    Join Date
    Jan 2010
    Posts
    182
    BG Level
    3
    FFXI Server
    Unicorn

    New Krystal thread, probably will get nuked.

    Quote Originally Posted by Krystal View Post
    simply put no this is not a troll topic. this is simply stating a fact. SE no longer gives a care about FFXI nor our forum posts. for those of us who do not view the FFXIV forums allow me to shed some light. how many times have we seen a post from the Developer or a head director themselves?(omitting sections mini posts they call the "In development" topic) NONE! what's going on now is they are having a backwater staff take care of dev for FFXI not the official staff as they were moved to FFXIV due to the original staff being sacked for making FFXIV nearly bombshell.

    THE PROOF IS IN THE PUDDING!

    the Producer has posted a fair few of these letters to the official FFXIV forums....i have yet to see ONE posted here regarding FFXI.....so ya i just figured i'd let everyone in on this little tidbit.

    comments thoughts opinions?

    TROLLS WILL BE IGNORED AND THEIR POSTS REPORTED
    Link in case it's not nuked.

  18. #1698
    Yarglebargle
    Join Date
    Feb 2010
    Posts
    3,304
    BG Level
    7
    FFXI Server
    Valefor

    Horrible. As you can see I've just started outright flaming her, seeing as how logic doesn't work.

  19. #1699
    Absolute Messenger of Promathia
    Join Date
    Jan 2008
    Posts
    13,219
    BG Level
    9
    FFXIV Character
    Blaise Destin
    FFXIV Server
    Sargatanas
    FFXI Server
    Asura

    Why isn't that nuked yet! more people need to report her for being stupid x.x

  20. #1700
    Bagel
    Join Date
    May 2008
    Posts
    1,427
    BG Level
    6
    FFXI Server
    Odin

    Expecting my latest post in that thread to be reported and deleted.

Page 85 of 149 FirstFirst ... 35 75 83 84 85 86 87 95 135 ... LastLast

Similar Threads

  1. The Official Forums III: It goes on forever, now.
    By isladar in forum FFXI: Media
    Replies: 3265
    Last Post: 2013-07-10, 20:43
  2. The Official Forums II: Out Here Grindin'
    By isladar in forum FFXI: Media
    Replies: 2969
    Last Post: 2011-09-01, 13:12