Jump to content

Recommended Posts

Posted

Ok i spawned buffer, but when i click on html link for example dances, nothing happen.. WTF?

 

How to install?

1. Add this in the gs/data/ scripts.cfg

custom/Buffer/Buffer.java

2. Buffer folder to

gameserver\data\scripts\custom

3. Edit gameserver\data\scripts\custom\Buffer Buffer.java and change npc's id

int NPC_BUFF_ID = 12345;   //Buffer's id

4. Npc's type must be L2Npc.

5. Enjoy and test  .

 

Older version of buffer requires to tick a box, newer needs sqls executed in database.

 

Also, 270rev of aCis has a bug.

Posted

Im using rev 280, and i got error. I ur steps 1) change scritps.cfg and add this line "custom/Buffer/Buffer.java", 2) add Buffer folder to gameserver\data\scripts\custom , 3) took from database anyn[c id which type is L2Npc, and spawn it. When I click on buffer i can see html links, but when i click on it, nothing happend , when I use option after log-off i got error inside java console.

Posted

I spawned another buffer with _init_.py , and same problem, i Can easly spawn him,click on him, but when click any of his links, there is no response, nothing. No errors in java console ? Does anyone knows what is that ?

.

 

 

Edit(1). Ok i spawned ur buffer , tick a box, and now works ony when box is "ticked" in my java console have errors " acis.buffsets doesnt exists

 

======================================================================================================

 

Edit(2). Error on: C:\aCis3\gameserver\data\scripts\custom\99_NPCBuffer\__init__.py.error.log

Line: -1 - Column: -1

 

No engine registered for extension (py)

 

aCis pack dont work with *.py extensions ?

Posted

I spawned another buffer with _init_.py , and same problem, i Can easly spawn him,click on him, but when click any of his links, there is no response, nothing. No errors in java console ? Does anyone knows what is that ?

.

 

 

Edit(1). Ok i spawned ur buffer , tick a box, and now works ony when box is "ticked" in my java console have errors " acis.buffsets doesnt exists

 

======================================================================================================

 

Edit(2). Error on: C:\aCis3\gameserver\data\scripts\custom\99_NPCBuffer\__init__.py.error.log

Line: -1 - Column: -1

 

No engine registered for extension (py)

 

aCis pack dont work with *.py extensions ?

 

aCis is using quests written in java :) and only them, that's the reason i made this buffer

Posted

povis i rly like ur buffer is awesome, i would like to take buffer as urs at youtube , this edited version. Works for me when i click on it, scheme doesnt work. I execute sql, but something is wrong, can I take ur e-mail adress ? I rly want to have this buffer!!

  • 4 weeks later...
  • 3 weeks later...
Posted

TextBuilder is part of Javolution, which has been dropped since rev 271. You can use StringBuilder instead, the best being getting HTMs unhardcoded (instant edit with "//reload htm", no String to build, stored only once but illimitate uses).

 

About getMaxLevel, you need only one parameter which is the skillId. I don't get the second int parameter.

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
Reply to this topic...

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