L2Deathrace Posted August 1, 2009 Posted August 1, 2009 1st.for newbies. open navicat and press double click on your db. then press execute batch file and find the SQL file. press start, if anything appears with the the msn finished unsuccefsull then your npc dont realy work on this pack 2nd. coppy the html files and past them on C:/MyServer/GameServer/Data/html/Default 3rd. coppy the "9999_npcbuffer" folder and past it on the C:/MyServer/GameServer/Data/jScript/Custom 4th. open with notepad the file _init_.py. the is on the folder Custom C:/MyServer/GameServer/Data/Jscript/Custom/ delete everythibg and paste this __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 "" and then save and close. open or restart the server. log and press //spawn (npc id) nice. now you have your npc. enjoy yout game if you want to have 9h and not 19 min/1min buffs downlaod this http://rapidshare.com/files/144448449/skills.rar.html you only have to paste it here C:/MyServer/Gameserver/Data/Stats/skills and then bam you are ok:P Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.