bofore in l2j oneo datapack this code works but now i make l2archid and no work i put very much codes from this website topics but is no work again any can help me pls with this pls
I usually use the layer mask with a soft brush and low opacity to blend edges better, especially around hair or fuzzy stuff—it keeps things smooth without cutting too sharp.
He's a reseller. I recommend you don’t get PTS files from him. there are more skilled people on this forum.
personally sold him files and fixes. The screenshot says it all.
I sold him files and fixes, and then with just a couple of words he said he wouldn’t resell them 🙂 Since he can’t handle the server files properly, he prefers to give them away or sell them for nothing.
jerk
Question
erhan4o0
Hello i have problem with npc buffer when i click he show me info from default file but he give me criteria
in data\jscript\custom code is
__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 ""
in data\jscript
__all__ = [
'quests',
'custom',
'teleports',
'village_master',
'ai'
]
import quests
import custom
import teleports
import village_master
import ai
bofore in l2j oneo datapack this code works but now i make l2archid and no work i put very much codes from this website topics but is no work again any can help me pls with this pls
5 answers to this question
Recommended Posts