Page 1 of 1

Forgoten scrol

Posted: Wed Jun 16, 2010 9:31 am
by bembelinas
when im used forgoten scrol nothing hapenns only around me efect , but it no gaving any skill. whats the matter ?

Re: Forgoten scrol

Posted: Wed Jun 16, 2010 9:48 am
by MELERIX
what id of Forgotten Scroll ?

Re: Forgoten scrol

Posted: Wed Jun 16, 2010 9:54 am
by bembelinas
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>

Re: Forgoten scrol

Posted: Wed Jun 16, 2010 10:01 am
by MELERIX
tested and works fine.

have you a error in server console or something ?

Re: Forgoten scrol

Posted: Wed Jun 16, 2010 10:12 am
by bembelinas
no erors maybe i need to write this id to navicat ?

Re: Forgoten scrol

Posted: Wed Jun 16, 2010 10:14 am
by MELERIX
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

Re: Forgoten scrol

Posted: Wed Jun 16, 2010 10:36 am
by janiii
bembelinas has a modified client. can be that issue. also not known server version..

Re: Forgoten scrol

Posted: Wed Jun 16, 2010 10:59 am
by bembelinas
Now it's all ok :) and with that "no name" thanks :wink: 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

Re: Forgoten scrol

Posted: Wed Jun 16, 2010 1:15 pm
by Anakin666
the problem isnt the html,is the multisell, make sure to save it (using notepad or something) in .xml BUT also UTF-8 encoding.

Re: Forgoten scrol

Posted: Wed Jun 16, 2010 3:17 pm
by MELERIX
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.

Re: Forgoten scrol

Posted: Wed Jun 16, 2010 6:49 pm
by bembelinas

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

Re: Forgoten scrol

Posted: Wed Jun 16, 2010 7:01 pm
by janiii
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.

Re: Forgoten scrol

Posted: Wed Jun 16, 2010 7:28 pm
by bembelinas
then what i need to do ? that in gm shop would be Exchange from adena to gold bar ??

Re: Forgoten scrol

Posted: Wed Jun 16, 2010 7:44 pm
by bembelinas
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 :(