Jump to content
  • 0

den douleuei buffer l2J help me!!!


Question

13 answers to this question

Recommended Posts

  • 0
Posted

kalhspera sas den douleuei o buffer mu opion ke na valw den dinei buffer...mporei kapios na me boi8isei euxaristo..

1ον) Είσαι σε λάθος Section.

2ον) Τι Project έχεις? L2J Frozen?

  • 0
Posted

sry pou ime se allo topic ta mperdeuw :P nop ine l2J pack mallon sto custom ine to problima sto 9999_NPCBuffer gt 3erw egw pataw na mu kanei buffs ke den mu kanei... esu ti pisteueis?

  • 0
Posted

Πως να δουλέψει ο buffer άμα τον περνάτε έτσι όπως είναι δηλαδή χωρίς να αλλάξετε τα imports.

 

http://maxcheaters.com/forum/index.php?topic=113154.0

  • 0
Posted

    L2J

 

import sys

from net.sf.l2j.gameserver.model.actor.instance import L2PcInstance

from java.util import Iterator

from net.sf.l2jrver.datatables import SkillTable

from net.sf.l2j                import L2DatabaseFactory

from net.sf.l2j.gameserver.model.quest import State

from net.sf.l2j.gameserver.model.quest import QuestState

from net.sf.l2j.gameserver.model.quest.jython import QuestJython as JQuest

 

 

L2JFree

 

import sys

from com.l2jfree.gameserver.model.actor.instance import L2PcInstance

from java.util import Iterator

from com.l2jfree.gameserver.datatables import SkillTable

from com.l2jfree                import L2DatabaseFactory

from com.l2jfree.gameserver.model.quest import State

from com.l2jfree.rver.model.quest import QuestState

from com.l2jfree.gameserver.model.quest.jython import QuestJython as JQuest

 

 

L2JArchid

 

import sys

from com.l2jarchid.gameserver.model.actor.instance import L2PcInstance

from java.util import Iterator

from com.l2jarchid.gameserver.datatables import SkillTable

from com.l2jarchid                import L2DatabaseFactory

from com.l2jarchid.gameserver.model.quest import State

from com.l2jarchid.gameserver.model.quest import QuestState

from com.l2jarchid.gameserver.model.quest.jython import QuestJython as JQuest

 

 

L2JTeon

 

import sys

from net.sf.l2j.gameserver.model.actor.instance import L2PcInstance

from java.util import Iterator

from net.sf.l2jrver.datatables import SkillTable

from net.sf.l2j                import L2DatabaseFactory

from net.sf.l2j.gameserver.model.quest import State

from net.sf.l2j.gameserver.model.quest import QuestState

from net.sf.l2j.gameserver.model.quest.jython import QuestJython as JQuest

 

 

L2JEmu

 

import sys

from com.l2emu.gameserver.model.actor.instance import L2PcInstance

from java.util import Iterator

from com.l2emu.gameserver.datatables import SkillTable

from com.l2emu                import L2DatabaseFactory

from com.l2emu.gameserver.model.quest import State

from com.l2emu.rver.model.quest import QuestState

from com.l2emu.gameserver.model.quest.jython import QuestJython as JQuest

 

 

L2jOfficial

 

import sys

from net.sf.l2j.gameserver.model.actor.instance import L2PcInstance

from java.util import Iterator

from net.sf.l2jrver.datatables import SkillTable

from net.sf.l2j       import L2DatabaseFactory

from net.sf.l2j.gameserver.model.quest import State

from net.sf.l2j.gameserver.model.quest import QuestState

from net.sf.l2j.gameserver.model.quest.jython import QuestJython as JQuest

  • 0
Posted

gameserver\data\scripts\custom\9999_NPCBuffer anigeis to __init__ kai kaneis copy ta swsta imports!!

dld afta gia L2j

import sys

from net.sf.l2j.gameserver.model.actor.instance import L2PcInstance

from java.util import Iterator

from net.sf.l2jrver.datatables import SkillTable

from net.sf.l2j                import L2DatabaseFactory

from net.sf.l2j.gameserver.model.quest import State

from net.sf.l2j.gameserver.model.quest import QuestState

from net.sf.l2j.gameserver.model.quest.jython import QuestJython as JQuest

  • 0
Posted

to pack m einai l2j  exo imports  gia l2j  kai o buffer sinexizi na leei  dont meet the creteria

ti fteei?

L2J Server\gameserver\data\jscript\custom

Κάτω κάτω θα δεις ένα " __init__.py "

Έχεις περάσει εκεί το " '9999_NPCBuffer' " ?

 

Κάπως έτσι να γίνει.

__all__ = [
'3995_echo',
'4000_ShadowWeapons',
'7000_HeroItems',
'8000_RaidbossInfo',
'6050_KetraOrcSupport',
'6051_VarkaSilenosSupport',
'9999_NPCBuffer'
]
print ""
print "importing custom data ..."
for name in __all__ :
    try :
        __import__('data.jscript.custom.'+name,globals(), locals(), ['__init__'], -1)
    except:
        print "failed to import quest : ",name
print "... done"
print ""

Guest
This topic is now closed to further replies.


  • Posts

    • Added: 🎁 Seasonal Bonus System When the seasonal bonus is enabled, players receive additional bonus coins equal to bonus_season_percent of their donation amount. 💡 How it works (example): A player donates through their personal account and immediately receives regular coins. At the same time, bonus coins equal to 30% of the donation are credited. Example: Donation: 1000 coins → Bonus: 300 coins (30%) These bonus coins are not available immediately — they can be claimed later when the next season begins. 📅 When the bonus can be claimed: bonus_season_claim_start_date – the date when the "Claim" button becomes available. bonus_season_claim_end_date – the date after which the bonus can no longer be claimed. During this time window, the "Claim" button will appear in the personal account, allowing players to collect their accumulated bonus. 'bonus_season_enabled' => true, // Enable/disable the seasonal bonus system 'bonus_season_percent' => 30, // Percentage of the donation to be given as bonus coins (30 = 30%) 'bonus_season_claim_start_date' => '2025-07-30 00:00:00', // Date when the Claim button becomes available in the new season   'bonus_season_enabled' => true, // Вкл./Выкл Сезонную бонусную систему? 'bonus_season_percent' => 30, // Процент, при донате получает монеты в процентах 30 = 30%, которые может использовать в следующем открытии 'bonus_season_claim_start_date' => '2025-07-30 00:00:00', // Дата когда доступна кнопка Claim в новом сезоне 'bonus_season_claim_end_date' => '2025-08-15 20:00:00', // Дата окончания когда кнопка Claim в новом сезоне
    • Discord         :  utchiha_market Telegram        : https://t.me/utchiha_market  
    • HELLO EVERYONE. WE ARE SELLING A LOT OF ADENA ON L2 REBORN DISCORD - GODDARDSHOP   HURRY TO BUY OR YOU MAY NOT MAKE IT!!!
    • you can find the extender at GX-EXT Discord! http://prntscr.com/coUwKnD4Zs_w https://l2servers.com.ar/   @GX-Ext
  • 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