Difference between revisions of "HowToUpgradeToVersion15"
From ISXOgre
(→Version 15) |
|||
Line 4: | Line 4: | ||
− | + | == How to tell what version of Ogrebot you have. == | |
There are a few ways to tell. Easist is when you load Ogrebot it tells you. | There are a few ways to tell. Easist is when you load Ogrebot it tells you. | ||
Line 14: | Line 14: | ||
'********Ogre Combat Assistant: Version: 15.###********** | '********Ogre Combat Assistant: Version: 15.###********** | ||
− | If you have < 14, then you are using the " | + | If you have < 14, then you are using the "old bot". |
If you having 15 or higher, you are using the "new bot". | If you having 15 or higher, you are using the "new bot". | ||
+ | |||
+ | |||
+ | You can also tell by checking the ISXOgre version. In the console type the following (case sensitive): | ||
+ | |||
+ | echo ${ISXOgre.Version} | ||
+ | |||
+ | Build date: 2011.07.03, Patch Version: 76 -- Patch 76 or below is "old bot". | ||
+ | |||
+ | Build date: 2011.08.14, Patch Version: 89 -- Patch 77 or above is "new bot". | ||
+ | |||
+ | |||
+ | == What to do == |
Revision as of 17:03, 14 August 2011
Version 15
What is version 15? - Version 15 is a massive overhaul of everything about Ogrebot.
How to tell what version of Ogrebot you have.
There are a few ways to tell. Easist is when you load Ogrebot it tells you.
Examples:
'********Ogre Combat Assistant: Version: 14.###**********
'********Ogre Combat Assistant: Version: 15.###**********
If you have < 14, then you are using the "old bot".
If you having 15 or higher, you are using the "new bot".
You can also tell by checking the ISXOgre version. In the console type the following (case sensitive):
echo ${ISXOgre.Version}
Build date: 2011.07.03, Patch Version: 76 -- Patch 76 or below is "old bot".
Build date: 2011.08.14, Patch Version: 89 -- Patch 77 or above is "new bot".