Quote:
Originally Posted by mimi3011
I have version 1.1 but when I run AC Conquer says "Server busy" connected to you later on the French server, but when I try to conquer the U.S. it works?solution?
|
this was made for U.S. conquer so solution:
play U.S. conquer and LEARN ANOTHER LANGUAGE IN THE PROCESS.
also, heres a free sample tao code
Code:
when hp < 40
use item Stancher
end
when mp < 10
use item Agrypnotic
end
while true
attack monster Pheasant with skill Thunder
jump to posx + random 0,6 - 3, posy + random 0,6 - 3
loot item meteor
loot item dragonball
loot item gold
end
advanced hunting code
Code:
when hp < 200
use item Ginseng
end
when true
attack self with skill Superman
sleep 1500
end
when true
revive here
sleep 1500
end
while true
attack monster Vulture
loot item ThunderGem
loot item DragonGem
loot item PhoenixGem
loot item MoonGem
loot item KylinGem
loot item TortoiseGem
loot item RainbowGem
loot item VioletGem
loot item FuryGem
loot item GloryGem
loot item GoldBars
loot item meteor
loot item dragonball
loot item gold
end
(im still searching for the perfect code to prevent DC'es. maybe try adding a sleep after attack?)
unfortunately due to the lack of implemented negative numbers, this makes it so you constantly travel in the same direction (down). unless there is a way that you can cast multiple times without moving, i don't recommend using a tao just yet. I have not experimented with archer's, although i assume they would work, but i would stick with melee classes for now.
also, a note to clinton:
do you have System.File.IO automatically find the conquer folder?
if it is hardcoded this could obviously cause problems (french guy lol) with users from different countrie's whos paths' are different from english players. might be a good idea to look into a different method. just a suggestion, and hey, hell i might be wrong, and it might already do this.