Jump to content
  • 0

[Help]Guide to make a Sheme buffer for interlude


Question

Posted

Hello . I am looking for a guide that shows step my step how to create a sheme buffer for interlude . If anyone knows how to create or if have already please tell me . I really need a sheme buffer . I am waiting for your anqwer . Thanks!!!!

3 answers to this question

Recommended Posts

  • 0
Posted

The point is that the is no result in search . If anyone have a sheme buffer for interlude please contact with me ....

  • 0
Posted

I can give u a guide:

1. Find normal buffer in java(there are few as far as i know)

2. Create button that will open main scheme edit page

3. In main scheme edit page i think u should have: Add new scheme button(text box + button), list of existing schemes with Edit, Delete and Set Main Scheme buttons

4. Create class of scheme - vars: String name, boolean main, List<L2Skill> buffs.

5. After some1 click on create scheme button, it should check if name is correct(and if there arent any schemes with same name) and then add this scheme to player's List of schemes.

6. edit scheme button should give u list of all buffs(that scheme doesnt have) with Add button near them. Also u should add Remove Buffs button.

7. Add button should just add L2Skill to buffs list.

8. Remove buffs button should show u list of all buffs that scheme already with Remove button near it

9. Remove butto nshould remove L2Skill from buffs list.

10. Delete scheme button should remove scheme from the list of player schemes

11. In main page of the buffer there should be button which will give u buffs from the Main Scheme after getting clicked.

12. On player log out, it should save schemes to database, i suggest such table: int char_id, String scheme_name, int main_scheme(1 or 0), int skill_id, int skill_level

13. On player log in, it should read all schemes of the player and add them on the list.

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