Jump to content

Question

Posted

Sr paidia xero oti iparxoun kai alla posts alla dn ebgala akri ...

exo enan l2j server pou ola douleboun akanonika alla otan bazo tin buffer : mou leei oti dn exeo qest gia to npc

ti kano>>

???

help plizz

Recommended Posts

  • 0
Posted

o server einai sto C:/

ama ennoeis doulebei kanonika gia to gmshop to gmshop dn 8elei quests .. :S

pes m ama exeis tn server stn C:/

Τι είναι αυτά που λες?Τι σχέση έχει το gmshop?

Sr paidia xero oti iparxoun kai alla posts alla dn ebgala akri ...

exo enan l2j server pou ola douleboun akanonika alla otan bazo tin buffer : mou leei oti dn exeo qest gia to npc

ti kano>>

???

help plizz

nikarasprotos Φιλε μου ψάξε εδώ Πιο συγκεκριμένα εδώ . Ελπίζω να σε βοήθησα.
  • 0
Posted

o server dn ine ston c ine se xexoristo

nikarasprotos Φιλε μου ψάξε εδώ Πιο συγκεκριμένα εδώ . Ελπίζω να σε βοήθησα.

tnx

alla emena m bgazei oti prepei na kano quest

  • 0
Posted

o server dn ine ston c ine se xexoristo tnx

alla emena m bgazei oti prepei na kano quest

Γραψε λιγο ακριβως τι σου λεει μηπως μπορω να σε βοηθεισω.
  • 0
Posted

Ανιξε με σημηωματάρειο _init_.py. που είναι στον φάκελο " Custom " (* C:/MyServer/GameServer/Data/Jscript/Custom/)

 

και διάγραψε ότι έχει μέσα

 

και κάνε επικόληση αυτό

 

 

__all__ = [
'3995_echo',
'4000_ShadowWeapons',
'6050_KetraOrcSupport',
'6051_VarkaSilenosSupport',
'7000_HeroItems',
'8000_RaidbossInfo',
'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 ""

για δες αυτό είναι έτσι?

  • 0
Posted

Kai den einai mono auto prepei na allaxeis kai ta import tis buffer:) Ta import tha ta breis sto Data/jscript/9999_NPCbuffer/__init__.py kai des ta import an thn ebales opws htan tote prepei na ta allaxeis giati h buffer mou einai gia l2j enw esu exeis l2jfree!

  • 0
Posted

πήγαινε εδώ data/jscript/9999_npcbuffer/__init__.py και άλλαξε τα imports της l2j σε l2jfree ορίστε τα Importς της L2jFree

 

 

 

--------------------------------------------------------------------------------

 

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

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

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

 

  • 0
Posted

Kai den einai mono auto prepei na allaxeis kai ta import tis buffer:) Ta import tha ta breis sto Data/jscript/9999_NPCbuffer/__init__.py kai des ta import an thn ebales opws htan tote prepei na ta allaxeis giati h buffer mou einai gia l2j enw esu exeis l2jfree!

Απο L2j Σε L2jfree δυσκολο σχεδον αδηνατο να δουλεψει.
  • 0
Posted

Import 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

  • 0
Posted

Tote kane auto pou sou eipa o `Willowy^

__all__ = [
'3995_echo',
'4000_ShadowWeapons',
'6050_KetraOrcSupport',
'6051_VarkaSilenosSupport',
'7000_HeroItems',
'8000_RaidbossInfo',
'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 ""

 

Nox*Shine To exw xanakanei agorina gia auto tou to eipa alliws tha tou elega kai egw na allaxei buffer;) Alla apo oti leei exei l2j ;)

 

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