Quote:
and when u get dced does it say error connection to server blah blah blah lost relog in or something again?
if so i also have that problem and it occurs every 30 mins avg. and its hard to bot
I did, but it does work with the lastest patch right?Quote:
Check your windows firewall.
Either turn it off or add a rule for cofr33dom
im at speed 2000Quote:
no, js disconnected, and please login again
always found a invalid jump on the screen when it DC.
most of the time after the SM (which i think the problem is while SM, jumping too fast, so when the SM finish- it move to other corr that cause invalid jump)
And yes, moisbois - try disable firewall :p
btw, i running 64bits/ working good for me
Quote:
im at speed 2000
fatal strike 2000
attack x
speed 2000
like that.. and i still dc. sometimes i dc without having fatal strike
is there a way to fix it?
# 20/06/2010 5:04:00 PM universal time
when true
attack self with skill fatalstrike
sleep 1000
if hp < 1000
use item panacea
end
end
while true
attack monster IcySerpent
attack monster FrostSerpent
attack monster SerpentLord
loot item Dragonball
loot item Meteor
loot item WorldCupToken
loot item EbonyCPBox
loot item MahoganyCPBox
loot item DiligenceBook
loot item cloudCPBox
loot item rosewoodCPBox
loot item gold
loot item goldbullion
loot item goldbar
loot item goldbars
loot item thundergem
loot item glorygem
if amount of item panacea < 5
# loot item panacea
end
if amount of item EbonyCPBox > 0
use item EbonyCPBox
end
if amount of item MahoganyCPBox > 0
use item MahoganyCPBox
end
if amount of item CloudCpBox > 0
use item CloudCpBox
end
if amount of item DiligenceBook > 0
use item DiligenceBook
end
if amount of item RosewoodCpBox > 0
use item rosewoodCpBox
end
end
LOL ^ this.Quote:
Works fine on Vista :D Not sure why everybody is having the multiple monster issue?
Code:# 20/06/2010 5:04:00 PM universal time when true attack self with skill fatalstrike sleep 1000 if hp < 1000 use item panacea end end while true attack monster IcySerpent attack monster FrostSerpent attack monster SerpentLord loot item Dragonball loot item Meteor loot item WorldCupToken loot item EbonyCPBox loot item MahoganyCPBox loot item DiligenceBook loot item cloudCPBox loot item rosewoodCPBox loot item gold loot item goldbullion loot item goldbar loot item goldbars loot item thundergem loot item glorygem if amount of item panacea < 5 # loot item panacea end if amount of item EbonyCPBox > 0 use item EbonyCPBox end if amount of item MahoganyCPBox > 0 use item MahoganyCPBox end if amount of item CloudCpBox > 0 use item CloudCpBox end if amount of item DiligenceBook > 0 use item DiligenceBook end if amount of item RosewoodCpBox > 0 use item rosewoodCpBox end end