Jump to content

rhaziel

Members
  • Posts

    39
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by rhaziel

  1. Hey blueboy,

    What we have noticed now actually is that on m0 once i use a command use [mount name] - the server crashes...

    Any ideas?

    EDIT:

    as it turned out - it crashes only if u type "use{mount}" with no space between.

    100% crash - try it!

  2. I've actually seem PseuWoW before i even started this thread. tho the web page seemed kinda abandoned.

    Nonetheless i will dive into this for sure - not sure if server or client side but for sure will contribute.

    But btw guys, can u tell me - what exactly is the point of pseuwow since the official client works just fine?

  3. Now what this actually inspires me to is to become a dev as well.

    Unfortunatelly u have seem yourself im new to git/repos/cvs and such but i do know some basics of C++ and i would really enjoy contributing to the scene and playerbot is one of the most promising projects imho.

    As soon as i get on track with coding i will do my best to support you and the team!

  4. Hi guys,

    Now im kind of new to C++ (or atleast such extensive enterprises as Mangos).

    I've done some programming in the days and i do know C++ and Delphi (T Pascal) and some ASM.

    What i want is to find a simple almost the first ever made mangos core (or any other emu with a simple structure).

    I want to have the source - so that i can dissasmeble it and break to pieces.

    Once i do that i will put it all back together with some of my personal modifications.

    And then i will write it from scratch. And once im done - i should be able to contribute atleast in some extent.

    Please direct me to some good source so that i can start learning.

  5. Well i got a nice working 1.12 mangos-zero that holds easily 40 players and there are only minor bugs and issues.

    moreover, the DB is extremely good - i dont know if i found a single problem with it.

    To add - you can easily apply playerbot - just a matter of 2 scripts and it works like a charm - not a single crash since 2days.

    The AHbot would really make a great difference but obviously you cant have it all.

    Kudos for the mangos-zero project team - the guys are great

  6. Yes thats what i advise to do if we have a party that needs to be completelly sustainable - u need to be the main (or alt) heal and the bots can perform aggro and dps. And it is really useful to make more complex macros for proper control of the bots. Once you heal it is quite good :) And i love the possibility of gathering objects - extremelly wellthought and useful.

    Kodos blueboy

  7. hey kennumen, im not an idiot - ive seen the read me. even before you precipitously assumed i havent.

    There's no command for heal or aggro. And as i said the auto dress would come in handy. I know how to operate the bots but further automation in this respect would be really nice. Thats my opinion and there's no workaround for it - the available options are not what im driving at.

  8. hey blueboy, as u probably have noticed this before - im green in this stuff :D

    now as i understand i need to remove the install dir, build dir aswell and modify some cpp file..

    so which one? and once i save it do i just compile it as i should in the first place?

  9. I am not able to run the 2nd script.

    IT takes me to some Man pages..

    and i did update the openssl now..

    And i still cant run the 2nd script.

    The first runs and stays alive doing something and giving me some weird errors in console

    but the second does not want to run

  10. Hi BlueBoy

    look this is what i do:

    My system - Debain 5 x32

    mkdir mpb01

    cd mpb01

    nano 1.sh

    // put this content and save:

    #!/bin/bash -x

    git clone git://github.com/mangos/zero.git portal_zero_patch

    cd portal_zero_patch

    git fetch git://github.com/blueboy/portalzero.git master:portalzero

    git checkout portalzero

    HASH=`git log --pretty=oneline | grep -m 1 '\\[z1[0-9]\\{3\\}]' | cut -d " " -f 1`

    git diff $HASH > playerbot_zero.patch

    chmod +x 1.sh

    ./1.sh

    ------------------------------->100%

    git clone git://github.com/mangos-zero/server.git

    cd server

    cp /root/mpb01/portal_zero_patch/playerbot_zero.patch /root/mpb01/server/playerbot_zero.patch

    git apply --whitespace=fix playerbot_zero.patch

    nano 2.sh

    // put this content and save:

    #!/bin/bash

    unset OBJDIR

    OBJDIR="build"

    INSTDIR="/opt/mpb01"

    if [ -d "${OBJDIR}" ]; then

    rm -R ${OBJDIR};

    fi

    mkdir ${OBJDIR};

    cd ${OBJDIR};

    /root/cmake2.8/cmake-2.8.3/bin/cmake .. -DPREFIX=$INSTDIR -DSYSCONFDIR=$INSTDIR/etc -DDATADIR=$INSTDIR -DTOOLS=1 -DUSE_STD_MALLOC=1 -DDEBUG=1

    chmod +x 2.sh

    ./2.sh

    cd build

    make

    --------------------------------->100%

    make install

    //then i conf all the configs to use the existing (working for clean mangos0 realm) DB and as soon as i get into the game and try to summon a bot it crashes.

    unfortunatelly no error showed on console nor in the log file.

    I would attach the logs here but there is no option. please see here:

    http://filebeam.com/bd17f5000df0135c051dc78edc141545

    Here's a full console dump:

    http://filebeam.com/88e034fa44e41471268b5e80f7765d82

  11. Testing it now!

    Anyways thanks for help! Will let you know in a sec did it work! :D

    Works in perfect order! the q chain is restored :)

    However...

    still missed the point. I didnt get the talents.. where does the DK get the starting talent points?

    I mean is it from a q or what?

    Maybe i have an error in my db? why cant i get the missing 45+ talents..? please help!!

    HOW CAN I MAKE DK START WITH 45 talent POINTS??

  12. Im very sorry if i posted in a wrong selection but i have no experience of forums and im totally lost..

    So my question please if anyone can help me.

    As i have the latest mangos and udb how can i make a npc or some script (i have no knowledge of c++) that it would give this missing talent points for a DK talents? Because when i start at lvl 55 i should have atleast 45-46 talents point to spend and i dont have, there is A quest i think with an eye but it is bugged and i am left with 0 talents.

    please how can i make a npc or fix it?

×
×
  • 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