Lugormod Building Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Latest topics
» misc_bsp help
My bot isn't working I_icon_minitimeThu Aug 25, 2022 5:30 pm by Shadow

» The Sith of Qarr
My bot isn't working I_icon_minitimeTue Mar 02, 2021 8:57 pm by Cor

» Admin Key/disable teleports
My bot isn't working I_icon_minitimeMon May 13, 2019 4:06 am by Pierry

» Some possibly useful addons
My bot isn't working I_icon_minitimeWed May 08, 2019 3:37 pm by Pierry

» Active lugormod servers
My bot isn't working I_icon_minitimeWed May 08, 2019 11:23 am by Pierry

» Quick links
My bot isn't working I_icon_minitimeWed May 08, 2019 11:12 am by Pierry

» Help with trigger_usescript
My bot isn't working I_icon_minitimeThu Sep 22, 2016 8:16 am by flanagon

» New Lugormod U# (Windows + Linux)
My bot isn't working I_icon_minitimeThu Sep 22, 2016 7:03 am by Ufo

» iobject terminal
My bot isn't working I_icon_minitimeThu Sep 25, 2014 2:39 pm by flanagon


My bot isn't working

4 posters

Go down

My bot isn't working Empty My bot isn't working

Post by NoHeadz42 Fri Jun 03, 2011 3:42 am

Hi,

I'm trying to set up a bot for my server, called dignam. I'm able to make it connect into the game, and spawn. But it doesn't talk or do anything the bot file tells him to do. Here are my codes :


bots.cfg :

{
name "dignam"
model "jawa"
color1 4
color2 4
saber1 "single_2"
saber2 "none"
personality botfiles/dignam.jkb
}


botfiles/dignam.jkb

GeneralBotInfo
{
reflex 500

accuracy 20

turnspeed 0.10
turnspeed_combat 0.10
maxturn 360
perfectaim 1
chatability 1
chatfrequency 3
hatelevel 3
camper 0
saberspecialist 1


//don't exceed 20 force points total
forceinfo 5-2-030000000000000331
// hlspptglrpattdssss
// eepuueriarbeereaaa
// aveslliggosaaaebbb
// l ehlephetommi eee
// d t erhfn rrr
// n cbeo adt
// i t ar teh
// n lc tfr
// g e aeo
// cnw
// kd

}

//Weapons with a weight of 0 will be used in special cases outside of combat

BotWeaponWeights
{
WP_STUN_BATON 1
WP_SABER 16
WP_BRYAR_PISTOL 2
WP_BLASTER 11
WP_DISRUPTOR 12
WP_BOWCASTER 3
WP_REPEATER 14
WP_DEMP2 15
WP_FLECHETTE 17
WP_ROCKET_LAUNCHER 18
WP_THERMAL 13
WP_TRIP_MINE 1
WP_DET_PACK 1
}


EmotionalAttachment
{
NoHead42
{
^7I love you
^7Sure!
^7%s!, you are a living god!
^7Please %s, marry me!
}
}
//all groups below here will be read in as chat sections
BEGIN_CHAT_GROUPS

Died
{
^7motherfucker
^7cocksucker
^7dickhead
}

Killed
{
^7motherfucker
^7cocksucker
^7dickhead
}

Beloved Killed
{
^7NOOOOOO!!!
}

Hatred
{
^7no
^7%s - Stop
}

LovedOneKilledLovedOne
{
^7%s, don't kill %a!
^7eh?
^7What are you doing %s??
}
KilledHatedOne
{
^7Apology accepted
^7No %s !
@gloat
@flourish
}

GeneralGreetings
{
^7Hello, dick.
^7May I offer you a cup of SHIT?
}

ResponseGreetings
{
^7Welcoem back sir %s
^7Yes sir yes sir %s.
}

OrderAccepted
{
^7roger
^7as you wish sir%s.
^7Done sir
^7ofcourse %s
}
Challenge
{
^7An order is an order! %s
^7You will go down today! %s
@taunt
@flourish
}
ChatBack
{
sit dignam
{
^7fuck yourself you piece of shit
}
come dignam
{
^7I'm already there... right in your ass...
^7fuck you
}
im not
i am not
{
shut the fuck up %s, yes you are!
}
dignam wait
{
@wait
}

dont kill me
{
^7Too late.
}
kill me dignam
{
@attack
}
which mod this
what mod this
{
^7who the hell are you fucking retard? it's motherfucking lugormod, obviously.
}
how do i use a jetpack
how do i use the jetpack
{
^7take the jetpack, put it right into your ass and then try to fly. it will feel funny, but it's normal.
}
hug me dignam
{
@hug
}
you are good dignam
{
^7Im just doing my job
}
fuck dignam
{
^7what the fuck did you say to me %s??
^7shut the fuck up man. just because you play a tough guy doesn't mean you are, and I think you're just one fucking pussy.
@attack


}
hello dignam
hi dignam
hi all
hello all
hi
{
^7How u doing u piece of shit?
^7Cocksucker.
^7stfu man, I don't like fucks you.
}
teleporter please
teleporter plz
{
^7Ask an admin for one.
}
tauntaun
{
^7Ask an admin for one.
}
cya
im off
good night
to bed
bye
{
^7bye, and don't come back.
^7yea that's right go fuck your mummy %s
^7*whispers* finally...
}
lamer dignam
{
@throw
^7cry you little pussy
^7that's right go cry to your mummy
}
away
no
stop dignam
back off
{
@forgive
}
sorry dignam
sry dignam
{
@forgive
^7too late...
}
dignam
{
^7dont have time
^7...
^7stfu %s!
}
Leaving
{
^7cya cocksuckers
^7g2g
^7g2g everyone, I got a date with your mothers
}
Laming
{
^7%s is a dickhead who fails at laming.
}
RandomChat
{
^7Hey guess what guys? I'm going to bang your mothers
^7Cocksuckers.
@fnord
@taunt
@meditate
}
}


server.cfg

seta bot_honorableduelacceptance "1"
seta bot_forcepowers "1"
seta bot_thinktime "100"
seta g_botsFile "bots.cfg"
seta bot_enable "1"
seta bot_minplayers "0"
seta bot_nochat "0"
seta bot_enablechat "1"


I've placed bots.cfg/botfiles/server.cfg both in base folder and lugormod folder, still doesn't work. You guys have any ideas?



NoHeadz42
NoHeadz42
Standard Member
Standard Member

Posts : 30
Join date : 2011-05-29
Location : Canada

Back to top Go down

My bot isn't working Empty Re: My bot isn't working

Post by Zkyo Sun Jun 05, 2011 6:31 am

Hmm... I only see 1 error, but im not sure if it should matter.

Bots.cfg:
Code:
personality "botfiles/dignam.jkb"

Also add this to the server.cfg:
Code:
addbot dignam
avatar
Zkyo
Admin
Admin

Posts : 384
Join date : 2010-03-29
Age : 30
Location : Grand Rapids, Michigan, USA

https://lugorhelp.forumotion.com

Back to top Go down

My bot isn't working Empty Re: My bot isn't working

Post by NoHeadz42 Sun Jun 05, 2011 12:50 pm

Thx but it didn't change anything Sad
Btw even the "addbot dignam" didn't work, my bot doesn't connect automatically. Do I need to write
seta addbot dignam
or
seta addbot "dignam"
or
addbit "dignam"

I'm still a noob with this lol...

But hey, do you have any botfiles in your computer? If you do maybe you could send them to me and I would just edit it for my bot?

Thx!
NoHeadz42
NoHeadz42
Standard Member
Standard Member

Posts : 30
Join date : 2011-05-29
Location : Canada

Back to top Go down

My bot isn't working Empty Re: My bot isn't working

Post by Zkyo Thu Jun 09, 2011 10:23 am

It would be the latter, with the quotes. I had a couple botfiles, but honestly, now i can't find them. I kinda lost the files ._.
avatar
Zkyo
Admin
Admin

Posts : 384
Join date : 2010-03-29
Age : 30
Location : Grand Rapids, Michigan, USA

https://lugorhelp.forumotion.com

Back to top Go down

My bot isn't working Empty Re: My bot isn't working

Post by NoHeadz42 Thu Jun 09, 2011 12:12 pm

All right so I just deleted all my current bot files and I download the default ones from lugormod 1.1. With these files, I personalized my own bot ''dignam'', but now I can't even make the bot connect to the game. If I write /addbot dignam in the server's window, it doesn't do anything! Here are my files :

bots.cfg

{
name "dignam"
model "jawa"
color1 "4"
color2 "4"
saber1 "single_1"
saber2 "single_1"
personality "botfiles/dignam.jkb"
}

botfiles/dignam.jkb

//dignam personality

//Do not let this file exceed 131072 bytes.

//Do not let any group exceed 8192 bytes.

//Do not let the chat section exceed 8192 bytes.

//Some values are base values and changed by the in-game skill. The formula for reflex and accuracy
//is basevalue/skill. So if you give a base reflex of 500ms, a nightmare bot will have a reaction time of
//100ms. Other values, like turnspeed_combat (higher == faster), are multiplied by the skill number.

//Note also that depending on if the bot and the enemy are moving at the same time, the degrees the bot
//aims off by can be greater than the maximum accuracy value. So if the bot and its enemy are both flying
//through the air and accuracy is at 20, the bot could easily aim off by 25 degrees instead. That is,
//unless perfectaim is 1. In this case the bot will aim perfectly at all times (as the name indicates).

GeneralBotInfo
{
reflex 500
//base reflex value, time in ms it takes the bot to react
accuracy 10
//base accuracy, number of degrees bot can aim off by. Lower value == better aim.
turnspeed 0.10
turnspeed_combat 0.10
maxturn 360
perfectaim 1
chatability 1
chatfrequency 3
hatelevel 3
camper 0
saberspecialist 1
//if 1, bot will not run just because it's forced to use a saber

//don't exceed 20 force points total
forceinfo 5-2-030300003000000330
// hlspptglrpattdssss
// eepuueriarbeereaaa
// aveslliggosaaaebbb
// l ehlephetommi eee
// d t erhfn rrr
// n cbeo adt
// i t ar teh
// n lc tfr
// g e aeo
// cnw
// kd

http://rank-side-heal.lev.speed.push.pull.tele.grip.lightning.rage.protect.absorb.teamheal.teamforce.drain.see.saberattack.saberdefend.saberthrow
//1==light side 2==dark side
}

//Weapons with a weight of 0 will be used in special cases outside of combat

BotWeaponWeights
{
WP_STUN_BATON 1
WP_SABER 16
WP_BRYAR_PISTOL 2
WP_BLASTER 11
WP_DISRUPTOR 12
WP_BOWCASTER 3
WP_REPEATER 14
WP_DEMP2 15
WP_FLECHETTE 17
WP_ROCKET_LAUNCHER 18
WP_THERMAL 13
WP_TRIP_MINE 0
WP_DET_PACK 0
}


EmotionalAttachment
{
NoHead42 3
NoHead42(M) 3
}



//all groups below here will be read in as chat sections
BEGIN_CHAT_GROUPS

Died
{
motherfucker
cocksucker
dickhead
}

Killed
{
motherfucker
cocksucker
dickhead
}

Beloved Killed
{
NOOOOOO!!!
}

Hatred
{
Lamer
You suck %s.
}

LovedOneKilledLovedOne
{
%s, don't kill %a!
eh?
What are you doing %s??
}
KilledHatedOne
{
You suck %s!!
Rest In Pieces %s !
@gloat
}

GeneralGreetings
{
Hello, dick.
Hey, may I offer a cup of SHIT?
}

ResponseGreetings
{
nice to see you %s
Hello %s.
}

OrderAccepted
{
roger
as you wish %s.
sure
ofcourse %s
}
Challenge
{
Come on %s, you fucking pussy!
Hey %s, you dick, fight me!
@taunt
@flourish
}
ChatBack
{
sit dignam
{
fuck yourself you piece of shit
}
come dignam
{
I'm already there... right in your ass.
fuck you
}
im not
i am not
{
shut the fuck up %s, yes you are!
}
dignam wait
{
@wait
}
dignam where
{
@where
}
dont kill me
{
oh, why not?
}
kill me
{
@attack
}
which mod this
what mod this
{
who the hell are you fucking prick? it's motherfucking lugormod, obviously.
}
how use jetpack
how do i use a jetpack
how do i use the jetpack
{
take the jetpack, put it right into your ass and try to fly with it. it will feel funny, but it's normal.
}
hug me
{
@hug
}
you are good dignam
{
I know.
}
fuck dignam
{
what the fuck did you say to me %s??
shut the fuck up man. just because you play a tough guy doesn't mean you are, and I think you're just one fucking pussy.
@attack
}
hello dignam
hi dignam
hi all
hello all
{
How u doing u piece of shit?
Cocksucker.
stfu man, I don't like fucks you.
}
teleporter please
teleporter plz
{
Ask an admin
}
tauntaun
{
Ask an admin
}
cya
im off
good night
to bed
{
bye, and don't come back.
yea that's right go fuck your mummy %s
}
lamer dignam
{
cry you little pussy
that's right go cry to your mummy
@throw
}
away
no
{
@ignore
}
sorry dignam
sry dignam
{
@forgive
}
}
Leaving
{
g2g cocksuckers
g2g everyone, I got a date with your mothers
}
Laming
{
%s is a dickhead who fails at laming.
}
RandomChat
{
Hey guess what guys? I banged all of your mothers last night
Cocksuckers.
@fnord
@taunt
@meditate
}

Once again, I've placed bots.cfg/botfiles/server.cfg both in base folder and lugormod folder, still doesn't work.
So now, I don't know if my bot settings are working, since the bot just doesn't want to connect into the game! That sucks lol. Any ideas?

NoHeadz42
NoHeadz42
Standard Member
Standard Member

Posts : 30
Join date : 2011-05-29
Location : Canada

Back to top Go down

My bot isn't working Empty Re: My bot isn't working

Post by Veyron-45 Wed May 23, 2012 5:49 am

jew
Veyron-45
Veyron-45
Standard Member
Standard Member

Posts : 35
Join date : 2010-07-25

http://jkaforall.x10.mx

Back to top Go down

My bot isn't working Empty Re: My bot isn't working

Post by Zkyo Thu Aug 02, 2012 11:44 am

Veyron-45 wrote:jew
Is there really any reason for trolling an inactive forum?
avatar
Zkyo
Admin
Admin

Posts : 384
Join date : 2010-03-29
Age : 30
Location : Grand Rapids, Michigan, USA

https://lugorhelp.forumotion.com

Back to top Go down

My bot isn't working Empty Re: My bot isn't working

Post by Veyron-45 Fri Aug 03, 2012 12:11 pm

Zkyo wrote:
Veyron-45 wrote:jew
Is there really any reason for trolling an inactive forum?
its serious business
Veyron-45
Veyron-45
Standard Member
Standard Member

Posts : 35
Join date : 2010-07-25

http://jkaforall.x10.mx

Back to top Go down

My bot isn't working Empty Re: My bot isn't working

Post by Guest Wed Aug 08, 2012 10:42 am

Zkyo wrote:
Veyron-45 wrote:jew
Is there really any reason for trolling an inactive forum?

look whoes alive Mad
avatar
Guest
Guest


Back to top Go down

My bot isn't working Empty Re: My bot isn't working

Post by Cor Thu Sep 06, 2012 7:12 pm

My bot is working now
Cor
Cor
Standard Member
Standard Member

Posts : 29
Join date : 2012-01-09

Back to top Go down

My bot isn't working Empty Re: My bot isn't working

Post by Guest Tue Sep 11, 2012 6:10 am

confused confused confused
avatar
Guest
Guest


Back to top Go down

My bot isn't working Empty Re: My bot isn't working

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum