Results 1 to 12 of 12

  1. Default Re: Permanent Bans - 09/20/2012 - 09/26/2012


    ...they banned two of the bots I reported but not the other eight that were botting in the exact same map with the exact same method and the exact same naming scheme? ...?

  2. Donator Straight Female
    IGN: icephoenix21
    Server: Scania
    Level: 212
    Job: Bishop
    Guild: DremithCross
    Alliance: Evolution
    Farm: IcePhoenix
    canada

    Default Re: Permanent Bans - 09/20/2012 - 09/26/2012


    And they unbanned quite a few well-known hackers/exploiters/etc in Scania.

    What the pineapple, Nexon...

  3. Default Re: Permanent Bans - 09/20/2012 - 09/26/2012


    Someone on my buddy list got 'permanently banned for hacking' a week or so ago and logged maybe 2-3 days after the ban notice. I think he was hacking at Empress, but he's on rank and playing as normal now. I don't get it.

  4. Default Re: Permanent Bans - 09/20/2012 - 09/26/2012


    lol, so many random commas in the middle. Me thinks that nexon wanted to screw w/ Notify's counter~

  5. Default Re: Permanent Bans - 09/20/2012 - 09/26/2012


    Seriously. Saw people smega'd that they were back/ got unbanned. Then they proceeded to rub it in Nexon's face. Is one appeal all it really takes?

    Spoiler


    But still, some bans are better than no bans.

  6. Donator Straight Female
    IGN: icephoenix21
    Server: Scania
    Level: 212
    Job: Bishop
    Guild: DremithCross
    Alliance: Evolution
    Farm: IcePhoenix
    canada

    Default Re: Permanent Bans - 09/20/2012 - 09/26/2012


    They probably sent a ticket, kissing nexon's ass and reminding them how much 'nx they spend'.

    One of the people who got banned was on my buddylist, she was constantly saying 'S>meso $17/1b' or something like that... then proceeded to be upset that I removed her from bl after she was banned.

  7. Deluxe Refrigerator
    IGN: MrTouchnGo
    Server: Bera
    Level: 199
    Job: Shadower
    Guild: Ivalice
    Alliance: Bastion
    usa

    Default Re: Permanent Bans - 09/20/2012 - 09/26/2012


    I guess Fangblade wasn't permabanned then.

  8. Default Re: Permanent Bans - 09/20/2012 - 09/26/2012


    Wait, where does it say that? I don't play in scania but it's still a "what the pineapple" moment, especially since nexon has been improving recently. I guess that's the two steps back...

  9. Default Re: Permanent Bans - 09/20/2012 - 09/26/2012


    Pretty much sums it up.

  10. Default Re: Permanent Bans - 09/20/2012 - 09/26/2012


    Code:
    #include <iostream>
    #include <string>
    #include <vector>
    #include <algorithm>
    #include <fstream>
    
    int main() {
        std::ifstream in("nexonbans.txt");
        std::string str;
        std::vector<std::string> users;
        if(in.is_open()) {
            while(getline(in,str,',')) {
                users.push_back(str);
            }
        }
        users.erase(std::remove_if(users.begin(), users.end(), [](const std::string& s) {return s.empty();}), users.end());
        users.erase(std::remove_if(users.begin(),users.end(),[](const std::string& s){ return (s == " ");}), users.end());
        std::cout << "Total banned users: " << users.size();
    }
    870.

    (There aren't actually any extra commas)

    Oh I see. The HTML is too long and it stops with 3 periods.


    Total banned users: 9522

  11. Donator Straight Female
    IGN: icephoenix21
    Server: Scania
    Level: 212
    Job: Bishop
    Guild: DremithCross
    Alliance: Evolution
    Farm: IcePhoenix
    canada

    Default Re: Permanent Bans - 09/20/2012 - 09/26/2012


    Had a person in my buddylist that was banned, and it should have remained so.. because she had numerous duped items/chairs that were item generated.
    Had her whisp me a few days ago, complaining about how I deleted her after just a few days and she continued to say 'i didn't deserve my ban/I don't hack/I was just selling items for my friends/etc.".

  12.  

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •