-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
95 lines (88 loc) · 4.7 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<config>
<delay value="500"/>
<rdelay value="3000"/>
<rcount value="10"/>
<conf name="Ankama with Launcher" zaapconnectport="26117">
<databank id="0">
<dataserver url="data/" type="local" priority="3"/>
<dataserver url="http://dofusretro.cdn.ankama.com/" priority="1"/>
</databank>
<databank id="1">
<dataserver url="data/" type="local" priority="3"/>
<dataserver url="http://dofusretro.cdn.ankama.com/ephemeris2releasebucket/" priority="1"/>
</databank>
<connserver name="development" ip="localhost" port="5557"/>
<connserver name="proxy" ip="localhost" port="5555"/>
<connserver name="Ankama/production" ip="dofusretro-co-production.ankama-games.com" port="443"/>
<connserver name="Ankama/staging" ip="retro-co-staging.ankama-games.com" port="443"/>
<connserver name="Dofus Alive" ip="login.dofusalive.com" port="32100"/>
</conf>
<conf name="Ankama">
<databank id="0">
<dataserver url="data/" type="local" priority="3"/>
<dataserver url="http://dofusretro.cdn.ankama.com/" priority="1"/>
</databank>
<databank id="1">
<dataserver url="data/" type="local" priority="3"/>
<dataserver url="http://dofusretro.cdn.ankama.com/ephemeris2releasebucket/" priority="1"/>
</databank>
<connserver name="development" ip="localhost" port="5557"/>
<connserver name="proxy" ip="localhost" port="5555"/>
<connserver name="Ankama/production" ip="dofusretro-co-production.ankama-games.com" port="443"/>
<connserver name="Ankama/staging" ip="retro-co-staging.ankama-games.com" port="443"/>
<connserver name="Dofus Alive" ip="login.dofusalive.com" port="32100"/>
</conf>
<conf name="Local with Launcher" zaapconnectport="26117">
<databank id="0">
<dataserver url="data/" type="local" priority="3"/>
<dataserver url="http://localhost:5554/" priority="1"/>
</databank>
<databank id="1">
<dataserver url="data/" type="local" priority="3"/>
<dataserver url="http://localhost:5554/temporis/" priority="1"/>
</databank>
<connserver name="development" ip="localhost" port="5557"/>
<connserver name="proxy" ip="localhost" port="5555"/>
<connserver name="Ankama/production" ip="dofusretro-co-production.ankama-games.com" port="443"/>
<connserver name="Ankama/staging" ip="retro-co-staging.ankama-games.com" port="443"/>
<connserver name="Dofus Alive" ip="login.dofusalive.com" port="32100"/>
</conf>
<conf name="Local">
<databank id="0">
<dataserver url="data/" type="local" priority="3"/>
<dataserver url="http://localhost:5554/" priority="1"/>
</databank>
<databank id="1">
<dataserver url="data/" type="local" priority="3"/>
<dataserver url="http://localhost:5554/temporis/" priority="1"/>
</databank>
<connserver name="development" ip="localhost" port="5557"/>
<connserver name="proxy" ip="localhost" port="5555"/>
<connserver name="Ankama/production" ip="dofusretro-co-production.ankama-games.com" port="443"/>
<connserver name="Ankama/staging" ip="retro-co-staging.ankama-games.com" port="443"/>
<connserver name="Dofus Alive" ip="login.dofusalive.com" port="32100"/>
</conf>
<cacheasbitmap>
<cache element="ExternalContainer/InteractionCell" value="true"/>
<cache element="ExternalContainer/Ground" value="true"/>
<cache element="ExternalContainer/Object1" value="true"/>
<cache element="ExternalContainer/Object2" value="true"/>
<cache element="ExternalContainer/Zone" value="true"/>
<cache element="ExternalContainer/Select" value="false"/>
<cache element="ExternalContainer/Grid" value="true"/>
<cache element="ExternalContainer/Pointer" value="true"/>
<cache element="GAPI/UI" value="false"/>
<cache element="GAPI/UITop" value="false"/>
<cache element="GAPI/Popup" value="false"/>
<cache element="GAPI/UIUltimate" value="false"/>
<cache element="GAPI/Cursor" value="true"/>
<cache element="mapHandler/BACKGROUND" value="false"/>
<cache element="mapHandler/Cell/Ground" value="false"/>
<cache element="mapHandler/Cell/Object1" value="false"/>
<cache element="mapHandler/Cell/Object2" value="false"/>
<cache element="mapHandler/Cell/ObjectExternal" value="false"/>
<cache element="Zone/Zone" value="true"/>
<cache element="Zone/Pointers" value="true"/>
<cache element="Controls/Loader" value="false"/>
</cacheasbitmap>
</config>