[Share]Interlude custom buffer L2J 

Status
Not open for further replies.
Newbie Spellweaver
Joined
Feb 24, 2007
Messages
46
Reaction score
0
Hello i worked lot of hours on this buffer :)
I hope you enjoy it ... :)

Edit by yourself...
Acer

Worked for me on Last On*o DP ... enjoy
 

Attachments

  • screen - [Share]Interlude custom buffer - RaGEZONE Forums
    screen.webp
    8.7 KB · Views: 1,490
  • screen1 - [Share]Interlude custom buffer - RaGEZONE Forums
    screen1.webp
    10.6 KB · Views: 1,433
  • screen2 - [Share]Interlude custom buffer - RaGEZONE Forums
    screen2.webp
    12.7 KB · Views: 1,162
  • screen3 - [Share]Interlude custom buffer - RaGEZONE Forums
    screen3.webp
    13.8 KB · Views: 1,065
  • Buffer.rar
    Buffer.rar
    14.9 KB · Views: 1,263
Last edited:
yeah... there are many buffers out there, but most of them could use some extra functions... the buffer code repeats it self so many times, so why someone wouldn`t add a function, that does the same, but it would save some space and it would be easier to track bugs and errors
anyway: good job!
 
yeah... there are many buffers out there, but most of them could use some extra functions... the buffer code repeats it self so many times, so why someone wouldn`t add a function, that does the same, but it would save some space and it would be easier to track bugs and errors
anyway: good job!

yeat it would be nice
 
well i`m making a Buffer maker right now, and i plan to share it on October.
users will not need any knowledge of html and jython to make the buffer working...
it will be fully graphical application, and users will be able to choose the NPC only by clicking at the picture (same goes for the buffers interface).
users will be able to choose what buffs will the buffer give and their price.
i know that buffers that are shared on reagezone don`t have any restrictions, so i will add a bunch of them.
here is the list of restrictions:
* if player will have any karma or karma that is larger than x value, player will not be able to use buffer
* good old level check, and if player is lower than x level, player will not be able to use buffer
* adena amount checker, and if player will not have enough adena, player will not be able to use buffer
* cursed weapons, and if player has cursed weapon equiped, player will not be able to use buffer
* check if player is in party, and if player is in party, he will leave the party automatically
* time out system, that means that after player buffs he will receive a time out that is x seconds, and when x seconds pass, player can buff again
* GM Configuration panel, that means that, there will be no need to restart a server to change some rates... everything will be done in game

and much more...
 
well i`m making a Buffer maker right now, and i plan to share it on October.
users will not need any knowledge of html and jython to make the buffer working...
it will be fully graphical application, and users will be able to choose the NPC only by clicking at the picture (same goes for the buffers interface).
users will be able to choose what buffs will the buffer give and their price.
i know that buffers that are shared on reagezone don`t have any restrictions, so i will add a bunch of them.
here is the list of restrictions:
* if player will have any karma or karma that is larger than x value, player will not be able to use buffer
* good old level check, and if player is lower than x level, player will not be able to use buffer
* adena amount checker, and if player will not have enough adena, player will not be able to use buffer
* cursed weapons, and if player has cursed weapon equiped, player will not be able to use buffer
* check if player is in party, and if player is in party, he will leave the party automatically
* time out system, that means that after player buffs he will receive a time out that is x seconds, and when x seconds pass, player can buff again
* GM Configuration panel, that means that, there will be no need to restart a server to change some rates... everything will be done in game

and much more...
sounds good but also implent to the lvl check that u can configure it that the buffer only buffs till lvl x all above wont get buffs.
 
hey i love it lol
i really need someone to tell me how to make my own buffs and dances , or configure the buffer so it buffs the player and not have the players buffing their selves, so players dont need mp dual swords etc.
please don't tell me to search, i've been trying to fix it since january, thx
 
some questions:
1) why did you bump this thread? instead you could go to help section and post there
2) if I understood you correctly, you want to make it like this: getting dance without duals, right?
well there is a code for that:
first you import skillTable:
Code:
from com.l2jfree.gameserver.datatables import SkillTable

then you just modify the script:
Code:
SkillTable.getInstance().getInfo(ID,LEVEL).getEffects(st.getPlayer(),st.getPlayer())

next time start a new thread instead, ok?
 
Hello! I'm newbie in l2 so I dont understand at all how do I add this NPC to my server. I have putted all files on their place but I think I need to add something to DB also. So it would be nice if some1 leave short guide for me or just pass a link to guide on theme: how to add costum npc's on server!

Thanks!
 
It's very old buffer, try to search for some new. This i was posting when i had Oneo Faction server.. so i think it's too old. :ehh:
 
i have a question how can i modify the duration time of the buffs, songs, dances, etc???
 
Status
Not open for further replies.
Back