Code: Select all
Loaded waypoint path Madman new test.xml
No return path with default naming Madman new test_return.xml found.
We use the normal waypoint path Madman new test.xml now.
GM detection started
We changed the option 'EGGPET_ASSIST_SLOT' from '2' to '2'.
We changed the option 'COMBAT_RANGED_PULL' from 'true' to 'false'.
Feeding Egg Pet...
Moving to waypoint #1, (1645, -4908)
Moving to waypoint #2, (1656, -4911)
Resting for 2 seconds.
Resting finished after 2 seconds.
Unknown profile skill WARDEN_SUMMON_CHIRON_THE_CENTAUR. Check your manual castin
gs (e.g. in the events or waypoint files). Be sure the skill is in the skills se
ction of your profile.
Did not find any crashed game clients.
7:51pm - ...r/Desktop/RomBot 2011/scripts/rom/classes/player.lua:597: attempt to
concatenate field 'Name' (a nil value)
This is in my Profile
Code: Select all
<skills_warden>
<skill name="WARDEN_SUMMON_SPIRIT_OF_THE_OAK" modifier="" hotkey="MACRO" priority="888" autouse="false" inbattle="false" />
<skill name="WARDEN_HEART_OF_THE_OAK" modifier="" hotkey="MACRO" priority="888" autouse="false" />
<skill name="WARDEN_SUMMON_CHIRON_THE_CENTAUR" modifier="" hotkey="MACRO" priority="777" autouse="false" inbattle="false" />
<skill name="SCOUT_JOINT_BLOW" hotkey="MACRO" priority="290" />
<skill name="WARDEN_POWER_OF_THE_WOOD_SPIRIT" hotkey="MACRO" priority="10" />
<skill name="WARDEN_FRANTIC_BRIAR" hotkey="MACRO" priority="100" inbattle="false" pullonly="true" />
<skill name="WARDEN_SAVAGE_POWER" modifier="" hotkey="MACRO" priority="777" autouse="false" inbattle="false" />
<skill name="WARDEN_MORALE_BOOST" modifier="" hotkey="MACRO" priority="777" autouse="false" inbattle="false" />
<skill name="WARDEN_EXPLOSION_OF_POWER" modifier="" hotkey="MACRO" priority="777" autouse="false" inbattle="false" />
<skill name="WARDEN_ENERGY_ABSORB" modifier="" hotkey="MACRO" priority="777" autouse="false" inbattle="false" />
<skill name="WARDEN_ELVEN_AMULET" modifier="" hotkey="MACRO" priority="777" autouse="false" inbattle="false" />
<skill name= "WARDEN_SUMMON_OAK_WALKER" modifier="" hotkey="MACRO" priority="777" autouse="false" inbattle="false" />
<skill name= "WARDEN_POWER_OF_THE_OAK" modifier="" hotkey="MACRO" priority="777" autouse="false" inbattle="false" />
</skills_warden>Code: Select all
if (player.PetPtr) == 0 then
player:rest(2);
player:cast("WARDEN_SUMMON_CHIRON_THE_CENTAUR");
player:rest(8);end