Forgoten scrol
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 133
- Joined: Tue Jun 08, 2010 10:14 am
- Location: Lithuania
Forgoten scrol
when im used forgoten scrol nothing hapenns only around me efect , but it no gaving any skill. whats the matter ?
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
-
- Posts: 133
- Joined: Tue Jun 08, 2010 10:14 am
- Location: Lithuania
Re: Forgoten scrol
in data/multisell/969020
list>
<!-- Archer's Will -->
<item id="1">
<ingredient id="2807" count="2" enchant="0"/>
<production id="10553" count="1" enchant="0"/>
</item>
list>
<!-- Archer's Will -->
<item id="1">
<ingredient id="2807" count="2" enchant="0"/>
<production id="10553" count="1" enchant="0"/>
</item>
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: Forgoten scrol
tested and works fine.
have you a error in server console or something ?
have you a error in server console or something ?
-
- Posts: 133
- Joined: Tue Jun 08, 2010 10:14 am
- Location: Lithuania
Re: Forgoten scrol
no erors maybe i need to write this id to navicat ?
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: Forgoten scrol
is already done since long time ago in etcitem table
http://www.l2jdp.com/l2jdb/db_item.php?id=10553
check if your database is properly installed/updated
http://www.l2jdp.com/l2jdb/db_item.php?id=10553
check if your database is properly installed/updated
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: Forgoten scrol
bembelinas has a modified client. can be that issue. also not known server version..
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: 133
- Joined: Tue Jun 08, 2010 10:14 am
- Location: Lithuania
Re: Forgoten scrol
Now it's all ok
and with that "no name" thanks
I was misunderstood with what you sad "Clien Client" But now it's alright.
But i have another problem I have change price of item in gameserver/data/multisel and when i going to the game and click the gm shop and go to counsuamble there's nothink (empty)
everything alright in html.
http://yfrog.com/fvshot00002uep


But i have another problem I have change price of item in gameserver/data/multisel and when i going to the game and click the gm shop and go to counsuamble there's nothink (empty)
everything alright in html.
http://yfrog.com/fvshot00002uep
-
- Posts: 8
- Joined: Wed Aug 13, 2008 3:18 pm
Re: Forgoten scrol
the problem isnt the html,is the multisell, make sure to save it (using notepad or something) in .xml BUT also UTF-8 encoding.
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: Forgoten scrol
probably is because you are using...
npc_%objectId%_exc_multisell
instead of...
npc_%objectId%_multisell
so, take care about this because the first one is "only for exchange" and is valid "only for ARMOR & WEAPONS".
more info about this is in the documentation.txt file located inside the multisell folder.
npc_%objectId%_exc_multisell
instead of...
npc_%objectId%_multisell
so, take care about this because the first one is "only for exchange" and is valid "only for ARMOR & WEAPONS".
more info about this is in the documentation.txt file located inside the multisell folder.
-
- Posts: 133
- Joined: Tue Jun 08, 2010 10:14 am
- Location: Lithuania
Re: Forgoten scrol
Code: Select all
<tr><td align=center><img src="icon.pet_controler_i01" width=32 height=32></td><td align=center><img src="icon.etc_Gold_Dragon_i00" width=32 height=32></td><td align=center><img src="icon.etc_potion_gold_i00" width=32 height=32></td></tr><tr><td></td></tr><tr><td align=center><button value="Pet" action="bypass -h npc_%objectId%_multisell 8256" width=85 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td><td align=center><button value="Exchange" action="bypass -h npc_%objectId%_exc_multisell 8259" width=85 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td><td align=center><button value="Potions" action="bypass -h npc_%objectId%_multisell 8254" width=85 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td></tr><tr><td></td></tr></table><br><button value="Sell" action="bypass -h npc_%objectId%_Sell" width=85 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></center></body></html>
and when i going to game ant to gm shop in the exchange bar nothing there...
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: Forgoten scrol
exc_multisell shows only items that the player has in his inventory and that the multisell has in exchange from them. e.g. if multisell has adena item id 57 as ingredient and the player has adena in inventory, it will be shown in the multisell window. if the player would not have any adena, it would not be shown in the multisell even if it is defined there.
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: 133
- Joined: Tue Jun 08, 2010 10:14 am
- Location: Lithuania
Re: Forgoten scrol
then what i need to do ? that in gm shop would be Exchange from adena to gold bar ??
-
- Posts: 133
- Joined: Tue Jun 08, 2010 10:14 am
- Location: Lithuania
Re: Forgoten scrol
Ok i will try to explain all from begining. when i were editing gm shop in my gameserver ewreting was ok . But when i wanted to change gm shop with "WinSCP" i change only armor price from 0 to 2 gold bars, and its started, disapeared armors all in armor table and bars exchange to adena 
