D:\L2Jserver\gameserver\data\html\mods
D:\L2Jserver\gameserver\data\scripts\custom
here i have custom npc's files and i read that he need to update server data base with those filse to add custom NPC's
how can i do that
i have a fresh server final gracia suported by EASYphp 3.2.1 , work verry well, thx to L2j suport Team, but i still need Custom NPC's to my server
Pls tell me how t make this
Regards, Web835
How can i add NPC buffer and NPC Gmshop?
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 14
- Joined: Thu Sep 03, 2009 9:10 pm
Re: How can i add NPC buffer and NPC Gmshop?
pls help me
and 1 more thing, in game i can't edit NPC's shops,manage items etc
why ?
thx
and 1 more thing, in game i can't edit NPC's shops,manage items etc
why ?
thx
-
- Posts: 14
- Joined: Thu Sep 03, 2009 9:10 pm
Re: How can i add NPC buffer and NPC Gmshop?
i finaly add the NPC Buffers, atm working to add NPC GM store
but for NPC buffs i dunno how to change the time of the buffs
anyone? hello
thx anyway
but for NPC buffs i dunno how to change the time of the buffs
anyone? hello
thx anyway
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: How can i add NPC buffer and NPC Gmshop?
check config for skill duration list or search forum.web835 wrote:but for NPC buffs i dunno how to change the time of the buffs
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
-
- Posts: 14
- Joined: Thu Sep 03, 2009 9:10 pm
Re: How can i add NPC buffer and NPC Gmshop?
i found, thx
and NPC GM shop how can i add too?
Buffers i add'ed but NPC GM shop how?
thx
and NPC GM shop how can i add too?
Buffers i add'ed but NPC GM shop how?
thx
- Gnacik
- L2j Veteran
- Posts: 925
- Joined: Tue Dec 16, 2008 3:49 pm
- Location: Wąchock ٩(̾●̮̮̃̾•̃̾)۶ Polska
- Contact:
Re: How can i add NPC buffer and NPC Gmshop?
Im using simple method to make proper update. you can try :
1. shutdown ls/gs server
2. make database update (Skip login, Upgrade gs)
3. insert your mysql fixes changes etc. if you have, just put all fixes into your somefile.sql
4. copy all files from .zip into your gs/ls folders
5. copy all custom files into your gs/ls folders
easy, fast and always working without problem.
If you have custom html's, multisells, scipts or smth just make some folder called my_stuff and put your custom files maintaining original folder structure. i mean my_stuff/gameserver/data/default/xxx.htm for example. After making server update you can just copy all your files into server folders in 1 second.
And keep all custom things in custom_xxx tables in mysql
1. shutdown ls/gs server
2. make database update (Skip login, Upgrade gs)
3. insert your mysql fixes changes etc. if you have, just put all fixes into your somefile.sql
4. copy all files from .zip into your gs/ls folders
5. copy all custom files into your gs/ls folders
easy, fast and always working without problem.
If you have custom html's, multisells, scipts or smth just make some folder called my_stuff and put your custom files maintaining original folder structure. i mean my_stuff/gameserver/data/default/xxx.htm for example. After making server update you can just copy all your files into server folders in 1 second.
And keep all custom things in custom_xxx tables in mysql