Jump to content

[Share] Rin4a's Buffer v1.3


Recommended Posts

thx, but I plan to make one more release and I guess that it's going to be final...

it will have major updates and implementations:

    1 ) Scheme buffing system

    2 ) Admin panel updates

    3 ) More security

    4 ) Increase in performance

 

but it won't be soon, because - I work alone for this project, I have many other school projects to be made and I'm sick... bad.... so L2j is not the priority to me right now...

 

    Edit: Maybe I will add pet buffs, but we will see :)

Link to comment
Share on other sites

other buffers can't even compare with it. thanks alot

just a few suggestions:

atm, there are fighter, mage and vip, could you change it to fighter, mage, vip fighter and vip mage?

add a pet buffer

 

This would kinda be the max you could reach with it.

Again, thanks

Link to comment
Share on other sites

  • 2 weeks later...

Hello Rin4a. I have your npc buffer. As you asked i left the credits. But i want to make it a little different. I want to make it load vips not from buffer_vip_list table but from characters table. I added a new field called vip in characters table. I want to make: if vip=1 char is vip,if vip=0 do not show vip buff section.

Made it like this:

def isVip(st) :
count = 0
result = "False"
conn=L2DatabaseFactory.getInstance().getConnection (None)
getIsVip = conn.prepareStatement("SELECT char_name FROM characters WHERE vip=\"1\" LIMIT 1")
act=getIsVip.executeQuery()
while (act.next()) :
try :
count = count + 1
except :
count = 0
try :
conn.close()
except :
pass
try :
conn.close()
except :
pass
if count == 1 :
result = "True"
else :
result = "False"
return result

But when I make it like this, buffer thinks that every char is vip and shows vip buff section. How can i make that only chars with vip=1 in characters table would see vip buff section?

Link to comment
Share on other sites

How can i disable the administration panel for regular players? I don't want everynoob to change anything he wants in buffer....

Btw great buffer, never seen it before, it's really cool

Link to comment
Share on other sites

How can i disable the administration panel for regular players? I don't want everynoob to change anything he wants in buffer....

Btw great buffer, never seen it before, it's really cool

They can't. If they do, change access level in buffer.

Link to comment
Share on other sites

I'm sorry, but I must do this:

a guy named IgorK from la2base.ru broke the copyrights, so here are the consequences...

I won't be sharing new versions in any public forums, only in private ones...

all I was asking was to respect my work, and probably some of you have problems with it...

I'm a man of a word, so I won't be changing my mind...

Just in case: If you want to steal, you must know what you are doing...

Link to comment
Share on other sites

I'm sorry, but I must do this:

a guy named IgorK from la2base.ru broke the copyrights, so here are the consequences...

I won't be sharing new versions in any public forums, only in private ones...

all I was asking was to respect my work, and probably some of you have problems with it...

I'm a man of a word, so I won't be changing my mind...

Just in case: If you want to steal, you must know what you are doing...

 

Well , So .. Uhm... If We Want Your Buffers or Sth.. What We Are Supposed To Do? :/

 

Should We PM Ya Or Sth?

 

Link to comment
Share on other sites

Well , So .. Uhm... If We Want Your Buffers or Sth.. What We Are Supposed To Do? :/

 

Should We PM Ya Or Sth?

 

We must kill that IgorK in any cost! Maby we must find those private forums, in which he will post his buffer.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



×
×
  • Create New...