-
[Share] NPC Buffer for L2J-Free (Interlude Version)
One of the most liked NPC Buffer for C5 is transformed to a new NPC Buffer but for Interlude and with more accuracity and lag reduce ! Take a look and leave a post thx !
Legend:
Red - Added
Cyan - Delete
DarkOrange - Fix
RoyalBlue - Change
NPC Buffer for L2J-Free (Interlude Version) v0.1:
Info:
- Mage Buffs Category
- Fighter Buffs Category
- Nice Menu
- Installer
- Spawned Buffer
Link: RapidShare
Note: If you have others quests ore something installed in jscript->custom and you change the __init__.py, if you whant to work again need to add to __init__.py from my pack !
NPC Buffer for L2J-Free (Interlude Version) v0.5:
Info:
- Mage Buff Expanded
- Fighter Buff Expanded
- New Menu Look
- ReadMe
- Return to Page
- Duplicate -Magic Barrier Skill-
Link:RapidShare
Note: If you have others quests ore something installed in jscript->custom and you change the __init__.py, if you whant to work again need to add to __init__.py from my pack !
NPC Buffer for L2J-Free (Interlude Version) v0.7:
Info:
-Dance Buffs Category & Expanded
-SQL File
-Optimized __init__.py
Link:RapidShare
Note: If you have others quests ore something installed in jscript->custom and you change the __init__.py, if you whant to work again need to add to __init__.py from my pack !
NEXT RELEASE WITH SONGS AND CHANT BUFFS
-
Re: [Share] NPC Buffer for L2J-Free (Interlude Version)
Nice man! REEALLLY NICEEEEEEE :D:D
caNT wait to come home from work and test it::D
-
1 Attachment(s)
Re: [Share] NPC Buffer for L2J-Free (Interlude Version)
my npc buffer adapted by my for interlude server.
ps: buffers configured 3 hours.
-
Re: [Share] NPC Buffer for L2J-Free (Interlude Version)
Off-Topic: Somethig delete this messege! What is this you write in the wrong section!
-
Re: [Share] NPC Buffer for L2J-Free (Interlude Version)
Sorry for double posting, is important for all users please report the bugs here ! sorry again ! and leave a post thx !
-
Re: [Share] NPC Buffer for L2J-Free (Interlude Version)
i suggest u guys to edit skill times and dont user other ppl skills cuz many people edit em or got an old rev, so is better to each1 go on their own skills and edit time, not that hard :) btw nice work danny
-
Re: [Share] NPC Buffer for L2J-Free (Interlude Version)
Hmm missing the buff templates. could you include them please dannybest? Hmm for some reason your init.py is not being compiled.
-
Re: [Share] NPC Buffer for L2J-Free (Interlude Version)
I am currently using dbeds share of dannybest's buffer. I love it but always looking for that ujpdate. How's it coming?
-
Re: [Share] NPC Buffer for L2J-Free (Interlude Version)
I cant get any of those revs to work on l2j-free.
-
Re: [Share] NPC Buffer for L2J-Free (Interlude Version)
Your init doesnt work "Token Error: EOF in multi-line statement"
Please fix soon =)
-
Re: [Share] NPC Buffer for L2J-Free (Interlude Version)
Quote:
Originally Posted by
dannybest
One of the most liked NPC Buffer for C5 is transformed to a new NPC Buffer but for Interlude and with more accuracity and lag reduce ! Take a look and leave a post thx !
Legend:
Red - Added
Cyan - Delete
DarkOrange - Fix
RoyalBlue - Change
NPC Buffer for L2J-Free (Interlude Version) v0.1:
Info:
- Mage Buffs Category
- Fighter Buffs Category
- Nice Menu
- Installer
- Spawned Buffer
Link: RapidShare
Note: If you have others quests ore something installed in jscript->custom and you change the __init__.py, if you whant to work again need to add to __init__.py from my pack !
NPC Buffer for L2J-Free (Interlude Version) v0.5:
Info:
- Mage Buff Expanded
- Fighter Buff Expanded
- New Menu Look
- ReadMe
- Return to Page
- Duplicate -Magic Barrier Skill-
Link:
RapidShare
Note: If you have others quests ore something installed in jscript->custom and you change the __init__.py, if you whant to work again need to add to __init__.py from my pack !
NPC Buffer for L2J-Free (Interlude Version) v0.7:
Info:
-Dance Buffs Category & Expanded
-SQL File
-Optimized __init__.py
Link:RapidShare
Note: If you have others quests ore something installed in jscript->custom and you change the __init__.py, if you whant to work again need to add to __init__.py from my pack !
NEXT RELEASE WITH SONGS AND CHANT BUFFS
very nice job man... i go and test it :groupwave:
-
Re: [Share] NPC Buffer for L2J-Free (Interlude Version)
http://i7.tinypic.com/6p4btia.jpg
i get this when i click to buy WHY??? i don't understand...
-
Re: [Share] NPC Buffer for L2J-Free (Interlude Version)
Use search this question answered many times in l2j section. add in the init_py the buffer init.
-
Re: [Share] NPC Buffer for L2J-Free (Interlude Version)
Its a nice buffer but I have one problem.Maybe 2.I cant take dances and pp buffs why?
-
Re: [Share] NPC Buffer for L2J-Free (Interlude Version)
Quote:
Originally Posted by
DaRkAnGeL
Use search this question answered many times in l2j section. add in the init_py the buffer init.
i have buffer init and i have edited init_.py to request only 1 adena for buffs but i still get msg " not meeting criterium". in gameserver says that all quests are imported so i rly cant figure out what is the problem..
-
Re: [Share] NPC Buffer for L2J-Free (Interlude Version)
Quote:
Originally Posted by
BeowuIf
i have buffer init and i have edited init_.py to request only 1 adena for buffs but i still get msg " not meeting criterium". in gameserver says that all quests are imported so i rly cant figure out what is the problem..
give me your init_py
-
Re: [Share] NPC Buffer for L2J-Free (Interlude Version)
probably it's because you changed something and had 1 unneeded space or tab...
bet pythonwin and check the .py file before starting the server
-
Re: [Share] NPC Buffer for L2J-Free (Interlude Version)
Code:
__all__ = [
'4000_ShadowWeapons',
'5011_l2day',
'6050_KetraOrcSupport',
'6051_VarkaSilenosSupport',
'7000_HeroItems',
'8000_RaidbossInfo',
'9999_NPCBuffer'
]
print ""
print "importing custom data ..."
for name in __all__ :
try :
__import__(name,globals(), locals(), [], -1)
except :
print "failed to import quest : ",name
print "... done"
print ""
now when GS starts and importing quests i got msg that he failed to import quest 9999_NPCBuffer.
so something is wrong with his *.py
anyone found the reason?
-
Re: [Share] NPC Buffer for L2J-Free (Interlude Version)
If i click "Buy"
the npc says: I have no task for you right now
my custom\__init__.py :
Code:
__all__ = [
'5011_l2day',
'7000_HeroItems',
'6050_KetraOrcSupport',
'6051_VarkaSilenosSupport',
'9999_NPCBuffer'
]
print ""
print "importing custom data ..."
from data.jscript.custom import *
print "... done"
print ""
can anyone tell me why i cannt get buffs?
-
Re: [Share] NPC Buffer for L2J-Free (Interlude Version)
-
Re: [Share] NPC Buffer for L2J-Free (Interlude Version)
still no answer about this issue?
-
Re: [Share] NPC Buffer for L2J-Free (Interlude Version)
Quote:
Originally Posted by
dbed
my npc buffer adapted by my for interlude server.
ps: buffers configured 3 hours.
hello plese contact me i need help with your NPC buffer (table buff_templates)
-
Re: [Share] NPC Buffer for L2J-Free (Interlude Version)
i got error msg!
when i pres "buy" it says:i have nothing to say to u!:*:
any1 can help?
-
Re: [Share] NPC Buffer for L2J-Free (Interlude Version)
hello my first post, and all i can say about this buffer is that it does not work.
-
Re: [Share] NPC Buffer for L2J-Free (Interlude Version)
hey is there any1 that has this interlude buffer?Can share plz? Thnx in advc :)
-
Re: [Share] NPC Buffer for L2J-Free (Interlude Version)