657 Changlog
Posted: Mon Oct 10, 2011 1:02 pm
ChangeLog:
Enjoy.
- Improved targeting hugely. Before we were freezing the TargetPtr in memory way too long. Now it just does "freeze/click/unfreeze". So I expect greatly reduced crashes.
- Added player.Stance and player.Stance2. They are 2 values that reprecents the motions and posture the character is in. Player.Stance is mainly possitions that interfere with movement and casting such as sitting or kneeling. player.Stance2 is mainly movements that are purely decrative such as the random movements the character makes when standing still, emotes such as waving and dancing and the pose when harvesting. There will be little use for this but I already have plans to use it.
- You can now use Slash commands directly in RoMScript. Although 'SlashCommand()' is a simpler function and probably preferable for slash commands.
- Fixed camera zoom in/zoom out glitch when using quick turn. This is totally unrelated to the fixes for the patch but I got the urge to fix it and it was easy so I added it in as a bonus.
- Now correctly reads which hotkey is assigned to "Show title/guild" The previous version correctly read it but then set the macro hotkey to VK_9 anyway.
- Added more error messages. Should help guide users on what to do.
- Fixed various bugs here and there. I'm sure there will be more. Let me know if you find any.
- It's supposed to setup the 'Attack' skill automatically to the action bar but I forgot to fix something. So for now, you will have to add the 'Attack' skill manually to the action bar or add the following line to your profile. Doesn't matter what key you make it.
Code: Select all
<hotkey name="ATTACK" modifier="" key="VK_9" />
- My MRC_Optimized script is having trouble collecting eggs and occationally hens. I'll have to fix it. I plan on using the new 'player.Stance' to help me.
[/color]
- 1. Shut down the game.
2. Do and 'SVN Update' and 'TortouseSVN/Revert" of the 'rom' folder as usual.
3. Copy the 'ingamefunctions' folder from the 'rom/devtools' into the games 'interface/addons' folder, overwriting the version that might already be there.
4. Uninstall 'Extra Action Bars' addon if you have it installed.
5. Restart the game and you're ready.
- The bot still uses the "RB Command" and "RB" macro but in a slightly different way.
It no longer assigns the macro to an action bar key. If there is one assigned it will remove it for you.
It now uses the 'Attack' skill instead of 'UseSkill(1,1)' in all cases so it assigns it to an actionbar key if not already on there.
To run the macro the bot uses the hotkey that is assigned to 'Show title/guild' in the 'Key Bindings' section of the system menu. By default, this is F9. It can be any key but must have a valid key for the bot to work.
Enjoy.