str pure edj
05-31-2008, 12:57 AM
it just doesnt eat! i set up every thing! i want it to fight fleshy and eat when my hp gets low, it does everything ok it fights and it logs when my health is low but it never eats!!!!!. here my setup:-
StartPlayer = 0;
TotalPlayers = 1;
TimeForPlayer = 100000; // Time for Each Player In Minutes(Random 5 minutes will be added).
Playerspeed = 9999999; // Mouse speed, random 3 will be added...
MaxFightTime = 200000; //maximum time what takes you to kill that monster
CheckForHp = 'True'; //If Hp is lower than [MinPercent] then it rans away... //Needs to be True if you want to eating too
HPCheckTime = 100000; // How often to check for hp? (in seconds) // only needs setting if CheckForHp = True; //random 15 will be added
MinPercent = 10; //if HP is under this percent, then script rans away and log out, CheckForhp needs to be enabled
UseFood = true ;
Foodcol = 7438278;
LowestPercent = 99; //If Hp is lower than LowestPercent then script will eat.
TheDir = 'S'; //Direction where character rans...
MonsterName = 'lesh';//Example of Minotaur, Skip the capital, and make short as possible
MonsterColor1 = 1274262; // Monstercolors...
MonsterColor2 = 539203;
MonsterColor3 = 1659233
i actually noticed something new, i already have the food color setup and every thing. the script actually moves the cursor on the food, but it just doent click on it, then it it just keep on killing fleshys. another thing i noticed is that if "I" place the cursor manually on the food it will click it and eat it. but it wont eat it if u dont place it on the food manually which suks balls!:fiery: :eek:
StartPlayer = 0;
TotalPlayers = 1;
TimeForPlayer = 100000; // Time for Each Player In Minutes(Random 5 minutes will be added).
Playerspeed = 9999999; // Mouse speed, random 3 will be added...
MaxFightTime = 200000; //maximum time what takes you to kill that monster
CheckForHp = 'True'; //If Hp is lower than [MinPercent] then it rans away... //Needs to be True if you want to eating too
HPCheckTime = 100000; // How often to check for hp? (in seconds) // only needs setting if CheckForHp = True; //random 15 will be added
MinPercent = 10; //if HP is under this percent, then script rans away and log out, CheckForhp needs to be enabled
UseFood = true ;
Foodcol = 7438278;
LowestPercent = 99; //If Hp is lower than LowestPercent then script will eat.
TheDir = 'S'; //Direction where character rans...
MonsterName = 'lesh';//Example of Minotaur, Skip the capital, and make short as possible
MonsterColor1 = 1274262; // Monstercolors...
MonsterColor2 = 539203;
MonsterColor3 = 1659233
i actually noticed something new, i already have the food color setup and every thing. the script actually moves the cursor on the food, but it just doent click on it, then it it just keep on killing fleshys. another thing i noticed is that if "I" place the cursor manually on the food it will click it and eat it. but it wont eat it if u dont place it on the food manually which suks balls!:fiery: :eek: