Quote:
Originally Posted by milan32
Hey^^
Its possible to do,that the Custom client show the enemy ships like in normal?
|
In Fiddler, change your 1st rule from:
Code:
-- Rule 1 --
Line 1:
regex:(?ix)http://(.*\.seafight(\.bigpoint|)\.com|seafight-[0-9]+\.ah\.bpcdn\.net)/client(/res|)/(ships|fx|pet|monster|items|maptiles|effects|uiElements|gui|uiConfig|minimaps)/(.*)\.(.*).* # Replace resources, ui, minimaps
Line 2:
<Your download folder>\data\$5\modified\$6.$7
To:
Code:
Line 1:
regex:(?ix)http://(.*\.seafight(\.bigpoint|)\.com|seafight-[0-9]+\.ah\.bpcdn\.net)/client(/res|)/(fx|pet|monster|items|maptiles|effects|uiElements|gui|uiConfig|minimaps)/(.*)\.(.*).* # Replace resources, ui, minimaps
I assume this will work, however I have not tested it myself.
Note: This will also show your ship, and NPC ships as well.
Quote:
Originally Posted by nightmare1973
I in starting the bot I noticed a flaw, just throwing it all goes ok but after a few minutes dwell too much to take in the lights which does not happen as soon as you launch it. happens to you or is it just my mistake?
in case if it was just my mistake as I could fix it?
thanks
|
I am failing to understand your question to help you sorry.
Although, this is not a bot - this is simply a tool used to help bot developers.
If you are having problems with a bot, try contacting them to get help with the situation.
If you still think it is an error with the client, as only you have reported a problem with this version of the client, i suggest you download the client again, and follow the instructions in the first post.