Jump to content

How to install npc buffer on interlude


Recommended Posts

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

Link to comment
Share on other sites

  • 2 months later...

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...