Problem NPC Buffer in Hero1711 Rev 191 L2J 

Status
Not open for further replies.
i have problem npc buffer in rev hero1711 191 dont work
Well u must 1.- Execute the sql file with navicat or MYSQl what ever u have
2.- after search the htm, for example .../gameserver/optional/HeroBuffer(I DONT REMEMBER THE NAME)/htm/xxfolder(u must see the name of this folder).

3.- now in .../gameserver/data/htm/put the htm in the folder that u see in optional folder.

4.- after search it .../gameserver/optional/HeroBuffer(I DONT REMEMBER THE NAME)/custom(I dont remember to the name of folder).

5.- after u must search ...gameserver/data/custom(i dont remember if are in this folder, search) and put the 9999_NPC BUffer in this folder

6.- after change the Int_ file and add "9999_NPCBuffer", i gues this is all
 
Upvote 0
Well u must 1.- Execute the sql file with navicat or MYSQl what ever u have
2.- after search the htm, for example .../gameserver/optional/HeroBuffer(I DONT REMEMBER THE NAME)/htm/xxfolder(u must see the name of this folder).

3.- now in .../gameserver/data/htm/put the htm in the folder that u see in optional folder.

4.- after search it .../gameserver/optional/HeroBuffer(I DONT REMEMBER THE NAME)/custom(I dont remember to the name of folder).

5.- after u must search ...gameserver/data/custom(i dont remember if are in this folder, search) and put the 9999_NPC BUffer in this folder

6.- after change the Int_ file and add "9999_NPCBuffer", i gues this is all

And ask to Maniack for this u error or post here all the error (With photos) and i will help u xD.

I dont have good memory XP:smiley-go
 
Upvote 0
lol best .. :) it`s like this :) after to instal your database add this line in your Databaste_instaler.exe echo Buffer
%mysqlPath% -h %gshost% -u %gsuser% --password=%gspass% -D %gsdb% < ../sql/NPCBuffer.sql
:end

After add the SQL .. like NPCBuffer.sql in your SQL Folder :) and copy the javascript and html :) i hope u understand :) sorry for my bad english :D :D
 
Upvote 0
guys i found the problem :)
when u add the html and sql file u need to add 1 line in "__init__.py" (...\data\jscript\custom) so open it with a text editor and add this '9999_NPCBuffer'

Code:
'9987_aa',
'29025_WakeBaium',
'7000_HeroItems', <----------important dont forget this , symbol
'9999_NPCBuffer'
]
print ""
...
...
 
Last edited:
Upvote 0
well i kown that but i dont remember all when i post xD, well sry for my bad help and now u kwon more about insert any Npc, sql and custom in us server!!!!
Man i think that y help enough.It doesn't matter that y dont remeber.Y anwer in this thread from the begining and this means that y care for newbies like us!!!!! thnx anyway
 
Upvote 0
Status
Not open for further replies.
Back