Jump to content

Recommended Posts

Posted

1. Hi I Had Edit The Skills At C:\Server\gameserver\data\stats\skills

 

The Buff Time To 38000 And Someother Fixes I Will Up My Server And Every Skill That I Fix I Will Upload And Edit My Post...

 

CLICK ME

 

2.Now Lets Start I Wanna Say Something That Very Much People Forgot When Adding A folder At jscript

When You Go To jscript And Paste The Server You Go To Edit __init__.py

 

 

Lets Say We Have Lastest Version Of The "L2J-Free IL Pack" And We Want To Add The 9999_NPCBuffer

At  C:\Server\l2j-gameserver\dist\data\jscript\custom We Go And Open __init__.py And We Add This

 

__all__ = [

'4000_ShadowWeapons',

'5011_l2day',

'6050_KetraOrcSupport',

'6051_VarkaSilenosSupport',

'7000_HeroItems',

'8000_RaidbossInfo'

'9999_NPCBuffer'  <---- Here The Name of The Folder

'Here The Name of another folder you wanna add'

]

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 ""

 

 

at custom Paste There The Folder....and u are ok

 

 

 

//offtopic I Had Reach 400 Posts xD

Posted

You have done a mistake which is you must o=put to all you add (,) expecpt the last !!!!

  • 1 month later...
Guest
This topic is now closed to further replies.


×
×
  • 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