Jump to content
  • 0

[Question] Npc name


Question

Posted

hello again. I want to ask (coz i am new to these things) which is the file where i can change the npc name (my buffer) and how he look (i have a cat but i want to have a lady) ?

i am using a preconfigured pack (L2free) and i dont have the l2jdb thing in navicat. (or i have to do a new connection in navicat and import all the server files ?

 

Tnx for ur answers, Fuers. 

5 answers to this question

Recommended Posts

  • 0
Posted

Check the datapack folder. (Tools, databaseinstaller.bat , edit it - Right Click -> Open With -> Notepad - , edit the variables to match your vars).

  • 0
Posted

[tt]echo Custom Armors

%mysqlPath% -h %gshost% -u %gsuser% --password=%gspass% -D %gsdb% < ../sql/custom/custom_armor.sql

echo Custom Droplist

%mysqlPath% -h %gshost% -u %gsuser% --password=%gspass% -D %gsdb% < ../sql/custom/custom_droplist.sql

echo Custom Etcitems

%mysqlPath% -h %gshost% -u %gsuser% --password=%gspass% -D %gsdb% < ../sql/custom/custom_etcitem.sql

echo Custom Buylists

%mysqlPath% -h %gshost% -u %gsuser% --password=%gspass% -D %gsdb% < ../sql/custom/custom_merchant_buylists.sql

echo Custom Shopids

%mysqlPath% -h %gshost% -u %gsuser% --password=%gspass% -D %gsdb% < ../sql/custom/custom_merchant_shopids.sql

echo Custom NPCs

%mysqlPath% -h %gshost% -u %gsuser% --password=%gspass% -D %gsdb% < ../sql/custom/custom_npc.sql

echo Custom NPC Skills

%mysqlPath% -h %gshost% -u %gsuser% --password=%gspass% -D %gsdb% < ../sql/custom/custom_npcskills.sql

echo Custom Spawnlist

%mysqlPath% -h %gshost% -u %gsuser% --password=%gspass% -D %gsdb% < ../sql/custom/custom_spawnlist.sql

echo Custom Weapons[/tt]

 

these ? (all the costums that my server have? --> preconfigured pack)

  • 0
Posted

not this after you installed the dp open navicat go to npc table or custom_npc table depends on where your buffer is and just rewrite the name of it and in the serverside name column write 1 this means the db use your name instead of the original name in the client

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
Answer this question...

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