My Brute Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomeSearchLatest imagesRegisterLog in
Registration DOES NOT need an email verification.
Welcome to the biggest MyBrute forum on the internet.
Look at the sections' stickies: you'll find there everything you need to know about the game!

 

 bc problems

Go down 
3 posters
AuthorMessage
Chillkroete
* * *
* * *



Posts : 22
Join date : 2010-05-14

bc problems Empty
PostSubject: bc problems   bc problems Icon_minitimeSat 15 May 2010, 15:06

Hi guys I've got some problems with bc.
First thing is, I don't get any errors, that's nice but I don't get XP for any pupils and the program creates just pupils on startup.
That means just 2 pupils totally, my IP changes yes.
Back to top Go down
AndreiTM
* * * * * * * * * *
* * * * * * * * * *
AndreiTM


Posts : 1432
Join date : 2009-11-14
Location : RO

bc problems Empty
PostSubject: Re: bc problems   bc problems Icon_minitimeSat 15 May 2010, 16:29

You have dynamic IP?
Back to top Go down
Sioc
admin
admin
Sioc


Posts : 2785
Join date : 2009-12-19

bc problems Empty
PostSubject: Re: bc problems   bc problems Icon_minitimeSat 15 May 2010, 16:41

Back to top Go down
Chillkroete
* * *
* * *



Posts : 22
Join date : 2010-05-14

bc problems Empty
PostSubject: Re: bc problems   bc problems Icon_minitimeSat 15 May 2010, 16:48

Yes, i got dynamic ip and sioc your thread doesn't help me srry
Back to top Go down
AndreiTM
* * * * * * * * * *
* * * * * * * * * *
AndreiTM


Posts : 1432
Join date : 2009-11-14
Location : RO

bc problems Empty
PostSubject: Re: bc problems   bc problems Icon_minitimeSat 15 May 2010, 17:01

Create a reconect.bat file
Back to top Go down
Sioc
admin
admin
Sioc


Posts : 2785
Join date : 2009-12-19

bc problems Empty
PostSubject: Re: bc problems   bc problems Icon_minitimeSat 15 May 2010, 17:14

Chillkroete wrote:
Yes, i got dynamic ip and sioc your thread doesn't help me srry
Oh nice. Then that's a new problem I haven't identified yet.

Please post below the exact output from BC when you click on "CrƩation automatique".
Back to top Go down
Chillkroete
* * *
* * *



Posts : 22
Join date : 2010-05-14

bc problems Empty
PostSubject: Re: bc problems   bc problems Icon_minitimeSat 15 May 2010, 17:50

Fixed
Back to top Go down
Sioc
admin
admin
Sioc


Posts : 2785
Join date : 2009-12-19

bc problems Empty
PostSubject: Re: bc problems   bc problems Icon_minitimeSat 15 May 2010, 17:57

Could you tell us what was the problem so that I may update the FAQ?
Back to top Go down
Chillkroete
* * *
* * *



Posts : 22
Join date : 2010-05-14

bc problems Empty
PostSubject: Re: bc problems   bc problems Icon_minitimeSat 15 May 2010, 18:03

Ok, my mistake I overread a FAQ of yours, but even when I followed it now, it doesn't work.
Here a pic
Spoiler:
Back to top Go down
Sioc
admin
admin
Sioc


Posts : 2785
Join date : 2009-12-19

bc problems Empty
PostSubject: Re: bc problems   bc problems Icon_minitimeSat 15 May 2010, 18:19

As andreitm89 suggested, did you create a reconnect.bat file?
In other words, what do you have in your config.xml file in the row just after:
Code:

   <bean id="ipResetter" class="labrute.ip.ExternalIPResetter">
Do you have something like this:
Code:

      <property name="command" value="RouterReconnect.bat"/>
If yes, what did you put in your reconnect.bat file?
Back to top Go down
Chillkroete
* * *
* * *



Posts : 22
Join date : 2010-05-14

bc problems Empty
PostSubject: Re: bc problems   bc problems Icon_minitimeSat 15 May 2010, 19:04

Code:

<bean id="ipResetter" class="labrute.ip.ExternalIPResetter">
      <property name="command" value="resetIP.bat"/>
   </bean>

and in my resetip.bat is:

Code:
ztnbatch.exe -h 192.168.1.1 -p routerpassword -c "poe drop poe0" -c "dev dial 1" -silent -EXIT

And when i exec that resetip.bat my ip gets changed
Back to top Go down
Sioc
admin
admin
Sioc


Posts : 2785
Join date : 2009-12-19

bc problems Empty
PostSubject: Re: bc problems   bc problems Icon_minitimeSat 15 May 2010, 19:51

  1. What is your IPGetter? Can you try with
    Code:

    <property name="url" value="http://users7.jabry.com/siocip/"/>
  2. If you still have that error, did you change anything to GFX.js and Name.js? If yes, can you try to reuse the original files from the installation package?
  3. If you still get the error, can you go through your config.xml file in order to check if the master names are correct, servers are correct, and if you didn't introduce a xml error somewhere?
  4. If you still get a ERROR NULL, can you try to put a fake reconnect.bat like for example
    Code:

    echo Fake IP resetter
    Do you then still get the ERROR NULL? If not it means there's a problem with your IP reset routine and you should fine tune it in order to get rid of the error, or the delay between two consecutive resets may be too short (see next point).
  5. What is your delay between consecutive resets? If you increase it a bit do you still get the error? It may be that it is too short and the router cannot fully proceed with the reconnect routine.
Back to top Go down
Chillkroete
* * *
* * *



Posts : 22
Join date : 2010-05-14

bc problems Empty
PostSubject: Re: bc problems   bc problems Icon_minitimeSat 15 May 2010, 23:19

1. I tried with both IPgetters you proposed in FAQ, doesnt changed anything.
2. No, I didnt changed anything.
3. Everything is correct I think, here is my code:
Spoiler:
4. Here is a screenshot of it when I changed to fake IP resetter.
Spoiler:
Back to top Go down
Sioc
admin
admin
Sioc


Posts : 2785
Join date : 2009-12-19

bc problems Empty
PostSubject: Re: bc problems   bc problems Icon_minitimeSun 16 May 2010, 06:37

... you didn't specify a second master in config.xml just below <property name="template2">, hence the ERROR NULL ...
FAQ updated thanks to your input.
Back to top Go down
Chillkroete
* * *
* * *



Posts : 22
Join date : 2010-05-14

bc problems Empty
PostSubject: Re: bc problems   bc problems Icon_minitimeSun 16 May 2010, 13:09

Ok, ty.
But I still dont get xp for pupils... even for yours Wink
Back to top Go down
Sioc
admin
admin
Sioc


Posts : 2785
Join date : 2009-12-19

bc problems Empty
PostSubject: Re: bc problems   bc problems Icon_minitimeSun 16 May 2010, 13:20

Chillkroete wrote:
But I still dont get xp for pupils... even for yours Wink
Can be... ;-) But now that's definitely explained in the FAQ.
Back to top Go down
Chillkroete
* * *
* * *



Posts : 22
Join date : 2010-05-14

bc problems Empty
PostSubject: Re: bc problems   bc problems Icon_minitimeSun 16 May 2010, 14:23

Then i got another question, why does he just lvl my pupils for the FR mybrute and not for the COM one. For the COM one he is doin it just sometimes, i mean on creation and how to use "brute sur mesure"
and last why doesnt he lvl mybrutes, i mean after creation when i click on combat, there is this green loading bar and it runs through but nothing happens
Back to top Go down
Sioc
admin
admin
Sioc


Posts : 2785
Join date : 2009-12-19

bc problems Empty
PostSubject: Re: bc problems   bc problems Icon_minitimeSun 16 May 2010, 14:47

Do you have enough opponents at the required levels? Did the opponents load up properly when at BC startup? (see the FAQ for more explanations and for the answer to your last question)
The use of "Brute sur mesure" is explained in BC tutorial, and really not difficult to test out by yourself. Moreover there are tons of posts about that here on the forum (GFX code).

Good luck and happy hunting.
Back to top Go down
Chillkroete
* * *
* * *



Posts : 22
Join date : 2010-05-14

bc problems Empty
PostSubject: Re: bc problems   bc problems Icon_minitimeSun 16 May 2010, 17:57

Yeah, all brutes loaded correctly, but what should appear when i click "Combats" for me nothin happends, just that green bar.
Back to top Go down
Sioc
admin
admin
Sioc


Posts : 2785
Join date : 2009-12-19

bc problems Empty
PostSubject: Re: bc problems   bc problems Icon_minitimeSun 16 May 2010, 20:39

Read FAQ.
Initial problem of this post solved therefore locking down topic.
Back to top Go down
Sponsored content





bc problems Empty
PostSubject: Re: bc problems   bc problems Icon_minitime

Back to top Go down
 
bc problems
Back to top 
Page 1 of 1
 Similar topics
-
» problems!!!!!
» Problems with xp
» Problems with BC [IP Error #999]
» Anyone else experiencing problems?
» Help I have problems with the Pupil comander

Permissions in this forum:You cannot reply to topics in this forum
My Brute Forum :: Guides & Info :: Cheats & Scripts-
Jump to: