jo selbe bei mir bp hat wider was geändert muste warten bis es eine neue version gibt
exactly ... do not charge more than the modified mapQuote:
Hab den Custom client zusammen mit mit dem glitter collect heute morgen gestartet. Nachdem mein PC leider abgestürzt ist und ich alles nochmals geladen habe ging der custom client nicht mehr -.- Wenn ich die map lade steht dort zwar custom client jedoch werden die NPCs, Monster etc. ganz normal angezeigt. Auch nochmaliges PC starten und Cache leeren bringt nix -.- Bitte um Hilfe ;)
regex:(?ix)http://(.*\.seafight(\.bigpoint|)\.com|seafight-[0-9]+\.level3\.bpcdn\.net)/client(/res|)/(ships|fx|pet|monster|items|maptiles|effects|uiElements|gui|uiConfig|minimaps)/(.*)\.(.*).* # Replace resources, ui, minimaps
OK for me :DQuote:
The address of the files on the server has changed.
For me the following has worked to fix the client.
Change Rule 1, Line 1 to:
I don't know if there are other changes, but as I said, for me it is working fine right now :).Code:regex:(?ix)http://(.*\.seafight(\.bigpoint|\.wp|)(\.com|\.pl)|seafight-[0-9]+\.level3\.bpcdn\.net)/client(/res|)/(ships|fx|pet|monster|items|maptiles|effects|uiElements|gui|uiConfig|minimaps)/(.*)\.(.*).* # Replace resources, ui, minimaps
ERROR LOADING common -> [Only registered and activated users can see links. Click Here To Register...]Quote:
The address of the files on the server has changed.
For me the following has worked to fix the client.
Change Rule 1, Line 1 to:
I don't know if there are other changes, but as I said, for me it is working fine right now :).Code:regex:(?ix)http://(.*\.seafight(\.bigpoint|\.wp|)(\.com|\.pl)|seafight-[0-9]+\.level3\.bpcdn\.net)/client(/res|)/(ships|fx|pet|monster|items|maptiles|effects|uiElements|gui|uiConfig|minimaps)/(.*)\.(.*).* # Replace resources, ui, minimaps
-- Rule 1 -- Line 1: regex:(?ix)http://(.*\.seafight(\.bigpoint|\.wp|)(\.com|\.pl)|seafight-[0-9]+\.level3\.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 -- Rule 2 -- Line 1: regex:(?ix)http://.*\.seafight(\.bigpoint|\.wp|)(\.com|.pl)/api/client/(dlc|getStartTip).php.* # Replace parts of the api Line 2: <Your download folder>\data\api\$3.php
Those lines don't seem to work for me, I also posted that at first after modifying the normal rules posted by Creator - tested them and they didnt work, so i just modified the old rule which worked, so posted that instead.Quote:
Code:-- Rule 1 -- Line 1: regex:(?ix)http://(.*\.seafight(\.bigpoint|\.wp|)(\.com|\.pl)|seafight-[0-9]+\.level3\.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 -- Rule 2 -- Line 1: regex:(?ix)http://.*\.seafight(\.bigpoint|\.wp|)(\.com|.pl)/api/client/(dlc|getStartTip).php.* # Replace parts of the api Line 2: <Your download folder>\data\api\$3.php