Jump to content
  • 0

Help With Aio Settings


Question

Posted

Can anyone provide me with some starting help with a line of script that will work for AIO to have buffs?


What is provided does NOT work.

 

 

// AdvExt64 AIO System Settings File
// Notice : All the fields of this script are separated using (TAB) key of your keyboard, not spaces ;)
// This script is reloadable.
 
// AIO Skill Tree
// Format :
// aioskill_begin id=1000 level=1 buff_time=3600 force_party=1 aioskill_end
// Note 1 : If you define buff_time = 0, then it will use the 'default' abnormal times from skilldata.txt
// Note 2 : If you set force_party = 0, then it will use the 'default' affect scope from skilldata.txt
 
// AIO Item Tree
// Format :
// aioitem_begin id=57 aioitem_end
 
// Insert your data after this line !
 
 
 
 
 
// Do Not Modify Anything After This Line !!
 

1 answer to this question

Recommended Posts

  • 0
Posted (edited)

What don't you understand?

 

Ask clearly. The examples are in the files.

 

Replace the ids with the ones that you want. itemid 57 = adena. Put whatever item want in its place to test.

 

Example: 1870 is coal.

aioitem_begin id=1870 aioitem_end

 

skillid 1000 - put 176 - windwalk skill id if I m correct.

Example: aioskill_begin id=176 level=2 buff_time=3600 force_party=1 aioskill_end

Edited by ericvini

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...