What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Fight at Joe's - 2.0

Status
Not open for further replies.
No compiling errors here. delete your BW install. Unzip BW. Open up the routines folder. Delete everything inside there.

Set up Walter's SVN. Copy the files inside the Test Build folder into the BW routines folder.

Try that and let me know.

EDIT: It will be called DefaultCombat. You don't have to select it.


lol what in the world is going on here Walter's SVN? did i miss something or was IS this a community project
 
I noticed this comment in the Code

PHP:
// Currently not working on all classes or even correctly

well the reason for this is because its not done with yet i was still working on it when i went "dark" :p BTW its in testing ONLY on Assassin Darkness. check the Advance folder for the Darkness.cs file you will find the implmentation code there. i have added a sample of it here.

PHP:
public static Composite AssassinDarknessOutOfCombat()
        {
            return new Sequence(
                new Action(ret => {MercHelpers.OOC(); }),
                new Action(ret => {
                    if (DateTime.Now.Minute % 60 == 0)
                        MercHelpers.AdudeStims();
                    else
                       return;
                }),
                new Action(ret => {
                    if (DateTime.Now.Minute % 60 == 0)
                        MercHelpers.AdudeXPBoosts();
                    else
                        return;
                }),
                Spell.Cast("blah", ret => false));
        }

I am not sure why its not recognizing the strings int eh array. or it maybe just that the array is TOO LARGE... i know i have seen the xp boosts work before. but anyhow if someone has some advice on this let me know.
 
I noticed this comment in the Code

PHP:
// Currently not working on all classes or even correctly

well the reason for this is because its not done with yet i was still working on it when i went "dark" :p BTW its in testing ONLY on Assassin Darkness. check the Advance folder for the Darkness.cs file you will find the implmentation code there. i have added a sample of it here.

PHP:
public static Composite AssassinDarknessOutOfCombat()
        {
            return new Sequence(
                new Action(ret => {MercHelpers.OOC(); }),
                new Action(ret => {
                    if (DateTime.Now.Minute % 60 == 0)
                        MercHelpers.AdudeStims();
                    else
                       return;
                }),
                new Action(ret => {
                    if (DateTime.Now.Minute % 60 == 0)
                        MercHelpers.AdudeXPBoosts();
                    else
                        return;
                }),
                Spell.Cast("blah", ret => false));
        }

I am not sure why its not recognizing the strings int eh array. or it maybe just that the array is TOO LARGE... i know i have seen the xp boosts work before. but anyhow if someone has some advice on this let me know.

Has never worked correctly when I have tested.
 
Has never worked correctly when I have tested.

it has worked for me in the pass.. perfectly in fact the only problem was it would not stop spamming the item so i lost a ton of stims, so i scraped that version and am trying to code it a different way now, just not done with it yet.
 
lol what in the world is going on here Walter's SVN? did i miss something or was IS this a community project

If you look between jnp and my self we are the only people doing work on this consistently and test out new ways to fix stuff constantly. I have few different builds I run on differnet computers testing non stop and I doubt any one else here can say that.


it has worked for me in the pass.. perfectly in fact the only problem was it would not stop spamming the item so i lost a ton of stims, so i scraped that version and am trying to code it a different way now, just not done with it yet.

If you look at your wording, you first say how it worked perfectly in the past but then say how it never worked since it would not stop using the item. I haven't even looked into stims/xp since I was fixing the underlining issues in joes.
 
If you look between jnp and my self we are the only people doing work on this consistently and test out new ways to fix stuff constantly. I have few different builds I run on differnet computers testing non stop and I doubt any one else here can say that.




If you look at your wording, you first say how it worked perfectly in the past but then say how it never worked since it would not stop using the item. I haven't even looked into stims/xp since I was fixing the underlining issues in joes.


your are so annoying you tested it with me as well when it was working and notice that it was spamming as well i we both said it may have to be rewritten.

if you talking about remove some threed.sleep dude you need to go back to coding school what you have done did not AKA the bot run smoother. if you grab the old fight at joe's and use it it will be the same performance

secondly other worked on this CODE before we even touched it.. aka all the fokes from WingIt and not to mention what Joe did. you selfish self centers prick i am headed to voice chat to now tell you about your sort comings..... OMW:mad:
 
Last edited:
your are so annoying you tested it with me as well when it was working and notice that it was spamming as well i we both said it may have to be rewritten.

if you talking about remove some threed.sleep dude you need to go back to coding school what you have done did not AKA the bot run smoother. if you grab the old fight at joe's and use it it will be the same performance

secondly other worked on this CODE before we even touched it.. aka all the fokes from WingIt and not to mention what Joe did. you selfish self centers prick i am headed to voice chat to now tell you about your sort comings..... OMW:mad:

Sounds like you are upset? GG keep getting that paypal money for no work. We did more than removed thread.sleeps. Ha you didn't even know what they are. Just don't talk to me anymore please. Take it easy. I am drama free and you are making too much for me.
 
Last edited:
Sounds like you are upset? GG keep getting that paypal money for no work. We did more than removed thread.sleeps. Ha you didn't even know what they are. Just don't talk to me anymore please. Take it easy.

ROFL you Angry cuz you thought i was getting donations LMAO someone bought be lunch once and i told you about ti and now your upset....... wow well buddy don't be upset it was only once.. if you want i can donate to you... you want that?
 
ROFL you Angry cuz you thought i was getting donations LMAO someone bought be lunch once and i told you about ti and now your upset....... wow well buddy don't be upset it was only once.. if you want i can donate to you... you want that?

I don't need any ones money. This is a fun project. Enjoy the the forums best function! Wish you well in life! Take it easy!
 
Grab the old fight at joes and I bet you will see how terrible it runs. You have no clue about anything on this project anymore since you haven't been helping. Take a look back at all the posts in this thread and it will show you who has put in a ton of time. Second to your other righteous statements about me claiming all this work is mine is complete nonsense. I never once said this or even a credited my self with any such lies and shows how smart you are by attacking people. You need to chill out and learn where your place is apparently. And no I didn't take you off ignore so I have no clue what you are posting :P. GG Later!
 
well Walter started a new project with all the code for this project so i will let him do his thing i wont fight him and continue to work on this no need to so double work walter wants his donations so please support him i will move on to something like... Maybe question profiles!
 
well Walter started a new project with all the code for this project so i will let him do his thing i wont fight him and continue to work on this no need to so double work walter wants his donations so please support him i will move on to something like... Maybe question profiles!
ok, first and foremost, you should NEVER sleep in a combat routine, if you have to sleep then somethings wrong.
now as far as this project goes. if your done working on this thread and wish to stop support and working on it, then let me know and ill close the thread and move it to the archives.

as far as walter's taking it and making mods to it, he can as long as he gives you credit. personally id like to see both projects continue and evolve, some of the best things come from friendly competition.

so pm me and let me know what you wanna do with the thread if anything.
Thanks CnG
 
ok, first and foremost, you should NEVER sleep in a combat routine, if you have to sleep then somethings wrong.
now as far as this project goes. if your done working on this thread and wish to stop support and working on it, then let me know and ill close the thread and move it to the archives.

as far as walter's taking it and making mods to it, he can as long as he gives you credit. personally id like to see both projects continue and evolve, some of the best things come from friendly competition.

so pm me and let me know what you wanna do with the thread if anything.
Thanks CnG

good point i will finish this project and crush his little hopes and dreams just to burn him. please do not close this thread BIG updates on the way!

also the sleeps he remove was from Joe's code and they were-never in the rotations itself they were in come classes.


ITS ON BABY!!!
 
to be exact there will be 2 projects now that use joes basic platform and improve it...
 
good point i will finish this project and crush his little hopes and dreams just to burn him. please do not close this thread BIG updates on the way!

also the sleeps he remove was from Joe's code and they were-never in the rotations itself they were in come classes.


ITS ON BABY!!!
awesome, there was a time where i was competing with just about everyone and i was making new combat routines just about ever month. it really made me up my game and show that i could make something better then what the other guy was doing. so this is definitely your chance.
 
awesome, there was a time where i was competing with just about everyone and i was making new combat routines just about ever month. it really made me up my game and show that i could make something better then what the other guy was doing. so this is definitely your chance.

you should try making one for BW. :)
 
to be exact there will be 2 projects now that use joes basic platform and improve it...


You know you won't download either :P! You have your own worries! Thank god I don't have to teach any classes since its summer time!
 
Last edited:
i am reading a lot of negative thing in Walter's thead guys please cut him some slack :rolleyes: myself and him have our differences and i have thrown insults his way and he mine. lest just leave it at that and help him and myself test. i am going to be needing a lot of testers after my Big update you can look for it to drop around the 9th or maybe i will prob part of it today and then the rest on the 9th.
 
Status
Not open for further replies.
Back
Top