Module - NPC Buffer
| Price | $10 |
|---|---|
| Module | name: addon.npcbufferconfig: npcbuffer.json |
| Short Description | Implement a button to obtain buff skills, force skills, or class skills from NPC, with the possibility of costing money. |
To implement the BUTTON, you can edit the script
ItemCombine.dat & ButtonIds (tab)Basicly, you create new Button ID, then set it on npcbuffer.json
| Description | ||
|---|---|---|
button_id |
123 |
ButtonIds for the Buff (must be set at ItemCombine.dat) |
effect_code |
1 |
0 Skill1 Force2 ClassSkill3 BulletItemEffect |
effect_index |
5 |
Skill/Force/ClassSkill/BulletEffects Index (not code) |
effect_duration |
1234 |
Buff Duration (seconds) you will get (1 ~ 5000) |
effect_lvl |
7 |
Buff Level you will get (1 ~ 7) |
With above example, ButtonID 123 will give you Lv 7 Speed(Dark) with duration 1234 seconds