About HelperFunctions
Posted: Mon May 29, 2017 10:04 pm
Find out that to get the mana and herb tratament to work i had to modify the helperfunctions
this is how it was
this is how i tweak it
my quetion is it safe to delete the other part for the code i mean the one saying I II III Etc... ?
and in this same script do i have to modify the potions part aswell to get the potions working? i play on na so it may be the case that the names arent the same so
because in my sorc script there are potions to use but the characted dont consume them like for example [Abbey] Fine Recovery Potions
this is how it was
Code: Select all
if self:CheckAvailable( "Mana Treatment III" ) and TotalRecharge >= 535 and self:CheckAvailableInventory( "Greater Odella Powder", 2 ) then
self:CheckExecute( "Mana Treatment III" );
return false;
Code: Select all
if self:CheckAvailable( "MP Recovery" ) and TotalRecharge >= 545 and self:CheckAvailableInventory( "Master Odella Powder", 2 ) then
self:CheckExecute( "MP Recovery" );
return false;
my quetion is it safe to delete the other part for the code i mean the one saying I II III Etc... ?
and in this same script do i have to modify the potions part aswell to get the potions working? i play on na so it may be the case that the names arent the same so
because in my sorc script there are potions to use but the characted dont consume them like for example [Abbey] Fine Recovery Potions