Jump to content

DaViper

Members
  • Posts

    185
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by DaViper

  1. Yes that would be great and since I have no clue as to where to start and really no energy to look at it with all I have in RL, I would be happy to just patch it in and sitdown and play again, but wouldn't it be nice to see wotja's repo show an update newer than May 30, 2010 so we could work with this toy again!

  2. void CreateDir( const std::string& Path )
    {
    #ifdef WIN32
    _mkdir( Path.c_str());
    #else
    mkdir( Path.c_str(), 0777 );
    #endif
    }
    
    bool FolderExists( const char* FileName )
    {
    int fp = _open(FolderName, OPEN_FLAGS);
    if(fp != -1)
    {
    _close(fp);
    return true;
    }
    
    return false;
    }

    but i don't know if a folder could be check as a file is.... On linux it is the case but i have no idea on win.

    as you can see from the minor change in your that your answer is yes on windows, it's basicly the same call just how you word it.

  3. completely and utterly untrue .. i am ashamed of you viper.. HACKING by definition is to take a pre-existing system and modify it to suit one's own purposes (be those purposes negative or positive). Thus **NOT** all hacks are for breaking.

    Sorry HSC, but this isn't the place really to continue this because it's really off subject and don't be ashamed because if you look at history what have Hackers always done...they broke it to give it away free example: Office 2003 they ripped out the anti Piracy security broke the program just so ppl could get it free and half the dam thing no longer worked so the then stole a bunch of CD Key's and got MS PO'ed at them.

  4. no i suppose not viper... its just very irksome when you make an earnest comment and some nitwit tries to downplay said comment by quoting something out of context to look like the last hundred nitwits like him/her who have done it before...

    True as you know I do understand your point as we as the point of the nitwhit...but like I've found there are a lot of ... how do I put this in P.C.....JERKS! out there that want nothing more than just to PISS YOU OFF!...and those can be ignored or SHOT! if you can find them.

  5. If my opinion counts, The mod forums here is for all mods not just Offi-Like, BUT people do need to learn when and where and why to post on a mod and also learn how to bo the basics like make a patch or edit a bad pull... Yes this is the place to ask questions and give Ideas(I have a few) but not to complain when you don't know the basics, for that read the 50 million post telling you how and what to do( DO YOUR HOMEWORK! DAMMIT!). I admit I'm an IDIOT with most of this but I do try to keep my questions down to what I do need and can't find somewhere else and because of this I usually can get the answer I need just by eather reading or waiting a day or two and if that fails you see my shinning face asking a question. Now on the other end the ones that do know I understand you get upset with all the questions but do you really have to act like an ass? or ignore the person...NO! YOU DON'T!...remember when you were there too? it wasn't that long ago for most of you.

    Food for the Empty Hole behind your Eyes.....

  6. Thank You Blueboy for getting back, no I have not changed any code and like you I don't understand the error because I can see it's declared. When I hard reset back to just the core it compiled fine so the error is in something with in the pull from your repo. I've tried with a clean source repo and one full of mods and recive this same error when ever playerbot is there only. There is a minor error in vehicle but fixed easly.

  7. i sympathize with thyros and the others making this repo... i mean seriously guys... a PATCH file is a text file... if you cannot automatically apply the patch, open thepatch file in a text editor, read which files it affects, open those files and insert the code where it belongs.. all patch files contain lines from before the insertion and after the insertion... search the files you need to edit for the data given and apply where needed.. this isnt a brain transplant kids..

    Your kinda right HSC...it's not a brain transplant...IT'S a SEX CHANGE! thats even worse!....

  8. Plus you have another problem using this for retail...YOU WILL BE BANNED! it violates the LUA agreement you clicked yes to when you started playing and everytime you logged in after an update...just like buying gold or Power leveling, Bots, or claiming ot be a god!....lol

  9. Ok, try this, Your source folder... Dump into the trash...now for the good stuff in order and it worked for me...

    1) git pull git://github.com/mangos/mangos.git (Enter)

    2) git pull git://github.com/Xeross/mangos.git ahbot (Enter)

    3) compile

    4) Delete DB's

    5) Re-install DB's from the bottom up with SQLYog

    6) make folder at c: (md c:/mangos)

    7) copy files from /src/bin/ to /mangos

    8) copy /src/game/mangos(and)realmd/*.conf.dist.in

    9) Delete the .dist.in and save

    10) edit the .conf's with your info

    11) Have fun!

  10. Don't feel bad I've compiled a new core and then couldn't understand why my scripts wasn't working till I realized I had compiled SD2 from my main repo and not the modified repo I was using....I felt like that old saying "We're sorry to inform you your Son is dead because he was STUPID!".....

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use