Custom Client in Beta

01/18/2014 12:26 slpdatribos#1
Seafight Custom Client donīt work in Beta?
01/18/2014 12:33 jonmikeltxu#2
No, you have to adapt the rules
01/18/2014 12:37 slpdatribos#3
Can you tell me what I have to change?
01/18/2014 13:09 jonmikeltxu#4
I dont understand the rules syntax, i cant help you
01/18/2014 13:26 slpdatribos#5
Can anyone help me?
01/18/2014 14:08 passit12#6
Code:
regex:(?ix)http://(?>(?:\w+\-*\w+\.)?seafight\.(?>\b\w{2,}\.\b)*(?:[\da-z]){2,3}|seafight-[\d]+\.(?:ah|level3)\.bpcdn\.net)/(?=(?:\w+/)?(?<o1>client/))(?=(?:\k<o1>)?(?<o2>(?:res/)?(?:(?<tree>ships|fx|pet|monster|items|maptiles|effects|uiElements|gui|uiConfig|minimaps|api)/)))(?:\k<o1>|\k<o2>){2}(?<res>[\w_\-]*(?:\.cfg)?(?!\.php)|dlc(?=\.php)|getStartTip(?=\.php))\.(?<type>swf|png|xml|php|css)(?:\?.*)?$ # Seafight custom client
I believe that should work for any server, including the beta.
01/18/2014 14:20 slpdatribos#7
It works! Thanks
01/18/2014 14:38 ARMI[69]#8
Quote:
Originally Posted by xRiDDi View Post
Code:
regex:(?ix)http://(?>(?:\w+\-*\w+\.)?seafight\.(?>\b\w{2,}\.\b)*(?:[\da-z]){2,3}|seafight-[\d]+\.(?:ah|level3)\.bpcdn\.net)/(?=(?:\w+/)?(?<o1>client/))(?=(?:\k<o1>)?(?<o2>(?:res/)?(?:(?<tree>ships|fx|pet|monster|items|maptiles|effects|uiElements|gui|uiConfig|minimaps|api)/)))(?:\k<o1>|\k<o2>){2}(?<res>[\w_\-]*(?:\.cfg)?(?!\.php)|dlc(?=\.php)|getStartTip(?=\.php))\.(?<type>swf|png|xml|php|css)(?:\?.*)?$ # Seafight custom client
I believe that should work for any server, including the beta.
hahaha clever boy, thnx :D
01/18/2014 19:15 xJessie123x#9
i cant get the new code to work -.- x

Fiddler - The file 'C:\Documents and Settings\Owner\Desktop\Seafight custom client\data\fx\modified\projectiles.$6' was not found.
01/18/2014 19:20 slpdatribos#10
Did you clicked in the button save?
01/18/2014 19:23 passit12#11
Quote:
Originally Posted by xJessie123x View Post
i cant get the new code to work -.- x
What is the issue with it?
Do you get an error message or it just doesn't load?
01/18/2014 20:04 sn0wbreeze#12
For me work , thank u.