| WilliamFS |
24-08-2013 06:05 PM |
[SIZE="2"]Vai em \GameServer\config\Character.properties, procura pelo skill Duration List:
Código:
SkillDurationList = 1036,10800;1040,10800;1043,10800;1044,10800;1045,1 0800;1047,10800;1048,10800;\
1077,10800;1085,10800;1086,10800;1087,10800;1204,1 0800;1240,10800;1242,10800;1243,10800;1257,10800;\
1268,10800;1303,10800;1304,10800;1307,10800;1311,1 0800;1397,10800;1460,10800;1232,10800;1238,10800;\
1323,10800;1388,10800;1389,10800;264,10800;265,108 00;266,10800;267,10800;268,10800;269,10800;270,108 00;\
304,10800;305,10800;306,10800;308,10800;349,10800; 363,10800;364,10800;529,10800;764,10800;914,10800; 271,10800;\
272,10800;273,10800;274,10800;275,10800;276,10800; 277,10800;307,10800;309,10800;310,10800;311,10800; 365,10800;\
366,10800;530,10800;765,10800;915,10800;1002,10800 ;1006,10800;1007,10800;1009,10800;1251,10800;1252, 10800;\
1253,10800;1284,10800;1308,10800;1309,10800;1310,1 0800;1362,10800;1499,10800;1500,10800;1501,10800;1 502,10800;\
1503,10800;1504,10800;1519,10800;825,10800;826,108 00;827,10800;828,10800;829,10800;830,10800;834,108 00;1442,10800;\
1443,10800;1444,10800;67,10800;10,10800;22,10800;3 3,10800;278,10800;449,10800;1279,10800;1280,10800; 1281,10800;\
1328,10800;1329,10800;1330,10800;779,10800;1062,10 800;1355,10800;1356,10800;1357,10800;1363,10800;14 13,10800;\
1457,10800;4699,10800;4700,10800;4702,10800;4703,1 0800;1461,10800;1032,10800;1033,10800;1035,10800;1 078,10800;\
1182,10800;1189,10800;1191,10800;1259,10800;1352,1 0800;1353,10800;1354,10800;1392,10800;1393,10800;1 003,10800;\
1004,10800;1005,10800;1008,10800;1249,10800;1250,1 0800;1260,10800;1261,10800;1282,10800;1364,10800;1 365,10800;\
1415,10800;1416,10800;1059,10800;1068,10800;
Deixe assim:
Código:
SkillDurationList = 1036,10800;1040,10800;1043,10800;1044,10800;1045,1 0800;1047,10800;1048,10800;\
1077,10800;1085,10800;1086,10800;1087,10800;1204,1 0800;1240,10800;1242,10800;1243,10800;1257,10800;\
1268,10800;1303,10800;1304,10800;1307,10800;1311,1 0800;1397,10800;1460,10800;1232,10800;1238,10800;\
1323,10800;1388,10800;1389,10800;264,10800;265,108 00;266,10800;267,10800;268,10800;269,10800;270,108 00;\
304,10800;305,10800;306,10800;308,10800;349,10800; 363,10800;364,10800;529,10800;764,10800;914,10800; 271,10800;\
272,10800;273,10800;274,10800;275,10800;276,10800; 277,10800;307,10800;309,10800;310,10800;311,10800; 365,10800;\
366,10800;530,10800;765,10800;915,10800;1002,10800 ;1006,10800;1007,10800;1009,10800;1251,10800;1252, 10800;\
1253,10800;1284,10800;1308,10800;1309,10800;1310,1 0800;1362,10800;1499,10800;1500,10800;1501,10800;1 502,10800;\
1503,10800;1504,10800;1519,10800;825,10800;826,108 00;827,10800;828,10800;829,10800;830,10800;834,108 00;1442,10800;\
1443,10800;1444,10800;67,10800;10,10800;22,10800;3 3,10800;278,10800;449,10800;1279,10800;1280,10800; 1281,10800;\
1328,10800;1329,10800;1330,10800;779,10800;1062,10 800;1355,10800;1356,10800;1357,10800;1363,10800;14 13,10800;\
1457,10800;4699,10800;4700,10800;4702,10800;4703,1 0800;1461,10800;1032,10800;1033,10800;1035,10800;1 078,10800;\
1182,10800;1189,10800;1191,10800;1259,10800;1352,1 0800;1353,10800;1354,10800;1392,10800;1393,10800;1 003,10800;\
1004,10800;1005,10800;1008,10800;1249,10800;1250,1 0800;1260,10800;1261,10800;1282,10800;1364,10800;1 365,10800;\
1415,10800;1416,10800;1059,10800;1068,10800;529,10800;1232,10800;982,10800;764,10800;
** Só acrescentei suas ids no final![/SIZE]
|