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
exactly ... do not charge more than the modified map
-- 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
-- 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.