diff options
author | Justin Clark-Casey (justincc) | 2011-11-24 17:35:33 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-11-24 17:35:33 +0000 |
commit | bdcfd6afee5651bd5fc3b4e6a2dfeeb47b983661 (patch) | |
tree | 6cc450364e5f4eb2c56019d144635e152028b5b8 /OpenSim/Tools/pCampBot/Behaviours | |
parent | Print out what behaviours are active when pCampBot starts up (diff) | |
download | opensim-SC_OLD-bdcfd6afee5651bd5fc3b4e6a2dfeeb47b983661.zip opensim-SC_OLD-bdcfd6afee5651bd5fc3b4e6a2dfeeb47b983661.tar.gz opensim-SC_OLD-bdcfd6afee5651bd5fc3b4e6a2dfeeb47b983661.tar.bz2 opensim-SC_OLD-bdcfd6afee5651bd5fc3b4e6a2dfeeb47b983661.tar.xz |
Add disabled CrossBehaviour to pCampBot, which is designed to cross test bots between neighbouring regions.
Not yet enabled since there is a bug where the initial cross will work but all subsequent movements on the receiving simulator appear to fail.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Tools/pCampBot/Behaviours/PhysicsBehaviour.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Tools/pCampBot/Behaviours/PhysicsBehaviour.cs b/OpenSim/Tools/pCampBot/Behaviours/PhysicsBehaviour.cs index f782bb5..25529d0 100644 --- a/OpenSim/Tools/pCampBot/Behaviours/PhysicsBehaviour.cs +++ b/OpenSim/Tools/pCampBot/Behaviours/PhysicsBehaviour.cs | |||
@@ -73,7 +73,6 @@ namespace pCampBot | |||
73 | Thread.Sleep(bot.Random.Next(3000, 13000)); | 73 | Thread.Sleep(bot.Random.Next(3000, 13000)); |
74 | bot.Client.Self.Movement.AtPos = false; | 74 | bot.Client.Self.Movement.AtPos = false; |
75 | bot.Client.Self.Jump(true); | 75 | bot.Client.Self.Jump(true); |
76 | |||
77 | string randomf = talkarray[bot.Random.Next(talkarray.Length)]; | 76 | string randomf = talkarray[bot.Random.Next(talkarray.Length)]; |
78 | if (talkarray.Length > 1 && randomf.Length > 1) | 77 | if (talkarray.Length > 1 && randomf.Length > 1) |
79 | bot.Client.Self.Chat(randomf, 0, ChatType.Normal); | 78 | bot.Client.Self.Chat(randomf, 0, ChatType.Normal); |