[Pogamut-list] Using combos

michal.bida pogamut-forum at artemis.ms.mff.cuni.cz
Mon Apr 13 13:44:13 CEST 2009


Re: Using combos

Author: michal.bida

Hi!

The Combo command is not supported in client, but it is supported in GameBots. Now how to launch the combo for your bot. 

In client use function sendMessageToGB(String message); This function sends desired string to GameBots.

You can access the function by typing this. in doLogic method and then find the function in the list, that appears as a hint. Or just simply call it from doLogic method as it is.

For defensive combo the function call would look like this:

sendMessageToGB("COMBO {Type xGame.ComboDefensive}");

Other combo types are xGame.ComboBerserk, xGame.ComboDefensive, xGame.ComboInvis or xGame.ComboSpeed. 
Remember that you need to have your adrenaline value at 100, otherwise the combo won't be run.
This guide works for pogamut v2.3

Best,
Michal





More information about the Pogamut-list mailing list