Jump to content
  • 0

Question

2 answers to this question

Recommended Posts

  • 0
Posted

If you dont have in your config to set buff time, then

go here: gameserver\data\stats\skills

open file which you want to change buff file.

 

For example: i want change Greater Might buff time his id is 1388 so i opened 1300-1399.xml with nutepad

 

<skill id="1388" levels="3" name="Greater Might">
<!-- Done by KID -->
  <table name="#pAtk"> 1.04 1.07 1.10 </table>
  <table name="#mpConsume"> 54 62 69 </table>
  <table name="#spiritOre"> 1 2 3 </table>
  <set name="itemConsumeId" val="3031"/>
  <set name="itemConsumeCount" val="#spiritOre"/>
  <set name="mpConsume" val="#mpConsume"/>
  <set name="power" val="0.0"/>
  <set name="reuseDelay" val="6000"/>
  <set name="hitTime" val="4000"/>
  <set name="target" val="TARGET_ONE"/>
  <set name="skillType" val="BUFF"/>
  <set name="isMagic" val="true"/>
  <set name="operateType" val="OP_ACTIVE"/>
  <set name="castRange" val="400"/>
  <set name="effectRange" val="900"/>
  <for>
    <effect count="1" name="Buff" time="1200" val="0" stackOrder="0" stackType="Great">
      <mul order="0x30" stat="pAtk" val="#pAtk"/>
    </effect>
    <effect count="1" name="Grow" time="1200" val="0"/>
  </for>
</skill>

 

and where is <effect count="1" name="Buff" time="1200" val="0" stackOrder="0" stackType="Great">

change here in seconds: time="1200"

300 - 5min

1200 - 20min

3600 - 1hour

7200 - 2hours

  • 0
Posted

Download http://www.4shared.com/file/168801902/832e4c18/SkillXML.html that

and move it on \gameserver\data\stats\skills

 

open it add how many time u want  and put those ids

264 
265
266
267
268
269

270
271
272
273
274
275
276
277
304
305
306
307
308
309
310
311
349
363
364
365
366
529
530
1002
1006
1007
1009
1010
1033
1035
1036

1040
1043
1044
1045
1047
1048
1059
1062
1068
1073
1077
1078
1085
1086
1087
1182
1189
1191
1204
1229
1240
1242
1243
1251
1252
1253
1257
1259

1268
1284
1303
1304
1308
1309
1310
1323
1352
1353
1354
1355
1356
1357
1362
1363
1388
1389
1390
1391
1392
1393
1397
1413
1414
1460
4342
4343

4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4699
4700
4702
4703

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...