Secret Experience

Secret Experience (https://secretexperience.net/index.php)
-   [L2J] Dúvidas (https://secretexperience.net/forumdisplay.php?f=37)
-   -   [Interlude] Npc buffer (https://secretexperience.net/showthread.php?t=30742)

MATEUS LOVATTO 10-04-2011 12:27 AM

Npc buffer
 
Olá galera, não estou conseguindo fazer meu buffer, funcionar, adc no _ini_.py
tudo certinho, mas está aparecendo essa mensagem


[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]

Mazokista 10-04-2011 01:33 PM

Vc edito o Buff em scripts.cfg ?

Obs : Gameserver/data/Scripts.cfg
Código:

custom/8871_gve/__init__.py
custom/6666_NoblessTrader/__init__.py
custom/6667_ClanManager/__init__.py
custom/........../__init__.py



Ow

Obs : Gameserver/data/jscript/custom/__init__.py
Código:

'6051_VarkaSilenosSupport',
'7000_HeroItems',
'8000_RaidbossInfo',
'9999_IL_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 ""



Horários baseados na GMT -3. Agora são 12:31 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.