Jump to content

Recommended Posts

Posted

just for your information:

buffer will not be shared soon, because I have a lot of unfinished projects and other things, so it will be shared somewhere in February...

Posted

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 :)

Posted

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

  • 2 weeks later...
Posted

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?

Posted

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

Posted

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.

Posted

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

Posted

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?

 

Posted

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.

Guest
This topic is now closed to further replies.



  • Posts

    • What webhosting are you using? You'll need to talk with administrators of the webhosting to open outgoing connections to port 1433, maybe they won't open it for you, instead, you should get a webhosting for mu online since they always have 1433 port open for outgoing connections. Also, make sure you have your 1433 TCP port open for incoming connections, for security, I suggest you exclusively add the cPanel IP Address to connect to your port 1433 in your firewall, so no one else can try to connect to your database. Let me know if you have any questions, happy to help.
    • He just doesn't answer, I've tried everything, Telegram, his own forum, everything, I don't know what's his deal, but I've tried for months
    • Send direct message to @Maxtor
    • Hello guys , does anyone know what files needed to use those cloaks for H5 client? I’m not using an interface and I don’t want to use one so there are any way to use them without interface? 
    • Closed beta testing starts in early October!        We’re looking for the most active and attentive players to help fine-tune the project before launch. This is your chance to be among the first to try out our new features and directly influence how the server develops.   What beta testers will do: — Check the client and core mechanics — Find bugs, errors, and inconsistencies — Evaluate the convenience and practicality of current solutions — Share detailed, constructive suggestions for improvement      Your feedback will be key to making the project balanced and comfortable for everyone.   Requirements: — Willingness to complete specific tasks — Experience playing on Interlude (PTS, clean client) — Experience with the HF client is a plus   Ready to help? The server launch is planned for early December, so now is the perfect time to join the test and make your contribution. To participate, you must send a direct message (DM) to one of the following: - Send a DM to our Telegram channel - Send a DM to our forum moderators: PrintF or EchØ - Send a DM to our Discord server admin @EchØ
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock